@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	background-image:url(../images/bg0Red.jpg); 
	background-color:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #4f0006;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */  
	}
.oneColFixCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* border: 1px solid red; */
	 background: #4f0006;
	 text-align:left;
}
#leftContent {
padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
width: 550px; 
/*border: 1px solid red; */
float: left;
background: #4f0006;
text-align:left;
}
 #rightContent {
padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
 width: 300px; 
 /*border: 1px solid red; */
 float: right;
 background: #4f0006;
 text-align:left;  
}
.oneColFixCtr #header {
padding-top:0; 
text-align:right;
font-size:12px; 
color:#CCCCCC; 
/*background-image:url(../images/header_bg01.jpg); */
height:140px;
background-repeat:no-repeat;  
background-color:#000000; 

}
.oneColFixCtr #footer a{
text-decoration:none; 
color:#FFFFFF;
}
.oneColFixCtr #footer {
padding-top:0; 
text-align:center;
font-size:12px; 
background-image:url(../images/footer_bg01.jpg); 
background-repeat:repeat; 
color:#ffffff; 
padding:12px;  
}
.oneColFixCtr #footer a:hover{
color: #FF0000;  /* RED hoover */
	}
.oneColFixCtr #nav { 
color:#333333; 
text-decoration:none; 
}/* for color links on logo */

.oneColFixCtr #clearBoth {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	background: #FFFFFF;
	}

/*----------------------------   eof Main Template ----------------------------- */  

.oneColFixCtr #prodtabsT, #prodtabsJ {
padding: 0 20px;
margin:1px;
height:55px; 
width:285; 

} 						
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
	padding:0 20px; 
}
#products{
padding: 0 20px;
text-align:left; 
margin:4px;
}

  a:link              { color:#3399CC; text-decoration:underline; }
    a:visited           { color:#3399CC; text-decoration:underline; }
    a:hover             { color:yellow; text-decoration:underline; }
    a:active            { color:#3399CC; text-decoration:underline; }

    a.principleLinks:link    { color:white; text-decoration:none;  }
    a.principleLinks:visited { color:white; text-decoration:none; }
    a.principleLinks:hover   { color:blue; text-decoration:underline; }
    a.principleLinks:active  { color:yellow; text-decoration:none; }
