@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	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 */
	color: #000000;
}
.body1 #container1 {
	width: 950px; 
	background: #CCCCCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
.body1 #titleContent {
	padding: 0px 20px;
	background: #CCCCCC;
	height:100px;
	margin-top:25px;
}

.body1 #mainContent {
	padding: 10px 20px 10px 20px;
	background: #CCCCCC;
}





.body1 .subContent1, .subContentImg, {
    
	float:left;

	width:100px;
	height:100px;
    padding:15px;
    border:0px;
    margin:10px;
	
	background-color:#666666;
	color:#FFFFFF;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}






.body1 .subContentImg {
    
	float:left;

	width:100px;
	height:100px;
    padding:15px;
    border:0px;
    margin:10px;

}





.logo {
	float:left;
	width:900px;
	margin: 10px 10px 0px 10px ;
}

.titleText {
	float:left;
	width:240px;
    padding-top:10px;
	text-align:left;
	margin:10px;
}





/* adjust BG of .subContentImg */
.subContentImg { background-color:transparent; }



.body1 .subContent1 {
    
float:left;
width:100px;
height:100px;
padding:15px;
border:0px;
margin:10px;
background-color:#333;
color:#FFFFFF;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

.subContent1 a:link { text-decoration:none; color:#ffffff;  }
.subContent1 a:visited { text-decoration:none; color:#ffffff;  }
.subContent1 a:active { text-decoration:none; color:#ffffff; }
.subContent1 a:hover { text-decoration:none; color:#ffffff; background-color:#42b0b0;  }



/* .lines1 used in sub category pages */
.lines1 
{ 
position:relative;
top:0px;
font-size:16px;
}
.lines1 a:link { text-decoration:none; color:#ffffff; }
.lines1 a:visited { text-decoration:none; color:#ffffff; }
.lines1 a:active { text-decoration:none; color:#ffffff; }
.lines1 a:hover { text-decoration:none; color:#ffffff; background-color:#cc6600; }




/* clear float */
.clear { clear:both; }





/* footer */
.footerSeries {
    
	width:850px;
	height:100px;
    padding:15px;
    border:0px;
    margin:10px;
	
	background-color:transparent;
	color:#666666;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* .footer1 link formatting */
.footerSeries a:link { text-decoration:none; color:#666666; }
.footerSeries a:visited { text-decoration:none; color:#666666; }
.footerSeries a:active { text-decoration:none; color:#666666; }
.footerSeries a:hover { text-decoration:none; color:#ffffff; background-color:#666666; }


