@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2c2c2c;
	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;

}


.thrColFixHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFFFFF;
	background-image: url(../images/container_bg.gif);
	background-repeat:repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:12px;
	

} 


.thrColFixHdr img{
	width:125px;
}

.thrColFixHdr a{
	color:#00CC33;
}


	


/*--------------------------------------------------Header--------------------------------------------------*/


.thrColFixHdr #header { 
 
	height:100px;
	background:#2c2c2c;
	background-image: url(../images/header.gif);
	background-repeat:no-repeat;
	
} 


.thrColFixHdr #header ul{
	
	margin: 0 0 0 690px;
	padding: 40px  0 0 0;
	color:#FFFFFF;	
	font-size:12px;
	
	
}

.thrColFixHdr #header li{

	list-style-type: none;
	display:inline;
	
	
	
	
}

.thrColFixHdr #header li a{
	
	color:#FFFFFF;
	text-decoration:none;

}

.thrColFixHdr #header li a:hover{
	
	color:#00CC33;


}



.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



/*--------------------------------------------------SubHeader--------------------------------------------------*/

.thrColFixHdr #subheader { 
	background: #FFFFFF;
	background-image:url(../images/container_bg.gif);
	background-repeat: repeat-x; 
	margin:0;
	height:34px;


} 



/*--------------------------------------------------SideBar1--------------------------------------------------*/

.thrColFixHdr #sidebar1 {

	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #f1f3f5;*/
	margin:0;
	padding:0;


	
}

.thrColFixHdr #sidebar1 p{
	margin-top: 30px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 3px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../images/fade.jpg);
	background-repeat: repeat-x;
	font-size:12px;
	font-weight:bold;
	color:#990000;
	border-top: 1px solid #FF0000;
	border-right: 1px solid #fff;
}


/*--------------------------------------------------Nav--------------------------------------------------*/

.thrColFixHdr #nav {
		margin:0 0 10px 10px;
		padding:5px;
		background:#4d4d4d;
		background-image: url(../images/nav_bg.gif);
		background-repeat:repeat-x;
		border: 1px solid  #00CC33;
}

.thrColFixHdr #nav h3.men{
	margin: 0;
	padding: 0;
	color:#0066FF;
	font-size:14px;	
}

.thrColFixHdr #nav h3.women{
	margin: 0;
	padding: 0;
	color:#FF9900;
	font-size:14px;
}

.thrColFixHdr #nav h3.christmas{
	margin: 0;
	padding: 0;
	color:#00CC33;
	font-size:14px;
}

.thrColFixHdr #nav a{

	color: #c6c6c6;
	width: 163px;
	margin:0;
	padding: 0;
	text-decoration: none;
	border-bottom: 1px dotted #c6c6c6;
	font-weight: bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.thrColFixHdr #nav a:hover{
	color: #00CC33;

}

.thrColFixHdr #nav a:hover.men{
	color: #0066FF;

}

.thrColFixHdr #nav a:hover.women{
	color: #FF9900;

}

.thrColFixHdr #nav a:hover.christmas{
	color: #00CC33;

}



.thrColFixHdr #nav ul{
	margin: 0;
	padding: 10px 0 10px 0;

	
	
}

.thrColFixHdr #nav li{

	list-style-type: none;
	padding:0 0 10px 5px;
	
	
}

/*--------------------------------------------------SubNav--------------------------------------------------*/

.thrColFixHdr #sub_nav {
		margin:0 0 0 10px;
		padding:5px;
		border: 1px solid  #000000;
}

.thrColFixHdr #sub_nav h3{
	margin: 0;
	padding: 0;

}

.thrColFixHdr #sub_nav a{
	display: block;
	color: #990000;
	width: 163px;
	margin:0;
	padding: 0px 0px 3px 0px;
	text-decoration: none;
	/*border-bottom: 1px solid #000099;*/
	font-weight: bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.thrColFixHdr #sub_nav a:hover{
	color: #FF6600;
	background: #FFFFCC;
}



.thrColFixHdr #sub_nav ul{
	margin: 0;
	padding: 0;

	
	
}

.thrColFixHdr #sub_nav li{

	list-style-type: none;
	padding:0 0 5px 15px;
	
	
}





/*--------------------------------------------------Sidebar2--------------------------------------------------*/

.thrColFixHdr #sidebar2 {
	margin:0 10px 0 0;
	padding:0;
	float: right; 
	


}


.thrColFixHdr #sidebar2 h3{
	margin:0;
	padding: 0 0 5px 0;
	color:#00CC33;
	font-size:14px;

}

.thrColFixHdr #sidebar2 p{
	margin:0;
	padding: 0;
	font-size:12px;
	color:#666666;

}


/*--------------------------------------------------Cart--------------------------------------------------*/


.thrColFixHdr #cart_sidebar2 {
		margin:0 0 10px 0;
		padding:5px;
		border:1px solid #c6c6c6;
		width: 170px; 
		

}

/*--------------------------------------------------Featured--------------------------------------------------*/


.thrColFixHdr #featured_div {
		margin:0;
		padding:5px 5px 10px 5px;
		border:1px solid #c6c6c6;
		width: 170px; 
		background:#ffffff;

}






/*--------------------------------------------------MainContent--------------------------------------------------*/

.thrColFixHdr #mainContent { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 15px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:468px;

} 

.thrColFixHdr #mainContent h1{
	margin: 0;
	padding: 0 0 5px 0;
	color:#00CC33;
	font-size:24px;
}

.thrColFixHdr #mainContent h2{
	margin: 20px 0 20px 0;
	padding: 0;
	color:#00CC33;
	font-size:18px;
}

.thrColFixHdr #mainContent p{
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	border-bottom:1px solid #c6c6c6;

}

.thrColFixHdr #mainContent ul{
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	border-bottom:1px solid #c6c6c6;

	
	
}

.thrColFixHdr #mainContent li{
	
	display:inline;
	list-style-type: none;
	padding:5px;
	
	
}

.thrColFixHdr #mainContent li a{
	

	list-style-type: none;
	color:#0066FF;
	
	
}

.thrColFixHdr #mainContent li a:hover{
	
	color:#00CC33;
	
}




/*--------------------------------------------------Footer--------------------------------------------------*/



.thrColFixHdr #footer {
	margin:20px 0 0 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	background-image:url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	border-top:1px solid #c6c6c6;
	color:#00CC33;
	height:34px;

} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}






.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}