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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	background-image:url(../background.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-image: url(../background.jpg);
	
	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: #C9C9C9;
	 text-align:left;
}
.oneColFixCtr #container2 {
font: 14px;
padding-top: 30px;
padding-bottom:30px;

    width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	color: #000000;
         background: #C9C9C9;
         
	margin: 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. */  
	}
        
#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: #000000;
	 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: #333333 ;
text-align:left;
}
#texttestimonials {
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;


text-align:left;
    
}
 #rightContent {
font: 13px normal Arial, Helvetica, sans-serif;
color: white;
padding: 0 5px; /* 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: #333333 ;
 text-align:left;  
}
 #rightContent a{
 color: #FFFFFF;
 }
 #rightContent a:hover{
 color: #FFFFFF ;
 }

 #textpadding{
     padding-right: 10px;
 }
 
 #phototest{
     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;
 
 text-align:left;  
 }
 
.oneColFixCtr #footer a{
text-decoration:none; 
color:#FFFFFF;
}
.oneColFixCtr #footer {
padding-top:0; 
text-align:center;
font-size:10px; 
background-image:url(body_bg.gif); 
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; 
    
    padding: 10px;
}
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:yellow; text-decoration:none;  }
    a.principleLinks:visited { color:yellow; text-decoration:none; }
    a.principleLinks:hover   { color:yellow; text-decoration:underline; }
    a.principleLinks:active  { color:yellow; text-decoration:none; }
