@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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: #474646;
	background-image:url(images/background.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	padding-top:28px;
}

a{
color:#95413f;
text-decoration: none;
font-weight: bold;
}

a:hover{
color:#3c3c3c;
text-decoration: none;
font-weight: bold;
}

ul{
margin: 0;
padding: 0;
list-style: none;}

.twoColFixLtHdr #container {
	width: 941px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
.twoColFixLtHdr #header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 173px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header #menuBar{
margin-top:20px;
height:22px;
padding-top:3px;
padding-left:420px;
}

.twoColFixLtHdr #header #menuBar ul{
list-style: none;
display: inline;
padding: 0px;
margin: 0px;
}

.twoColFixLtHdr #header #menuBar ul li{
list-style: none;
display: inline;
}

.twoColFixLtHdr #header #menuBar ul li a{
margin-right:40px;
color:#585858;
text-decoration: none;
}

.twoColFixLtHdr #header #menuBar ul li a:hover{
margin-right:40px;
color:#95413f;
text-decoration: none;
}



.twoColFixLtHdr #header h1 {
	display:none;
	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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 379px; /* 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 */
	
	padding: 0px;
}

.twoColFixLtHdr #sidebar1Main {
	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 */
	
	padding: 0px;
}

.twoColFixLtHdr #sidebar1 #sidebarInner{
	background-image:url(images/leftcolBackFade.png);
	background-color:#f6f7f6;
	background-repeat:repeat-x;
	min-height: 500px;
	margin-top: 18px;
	margin-left:12px;
	padding:7px;
}

.twoColFixLtHdr #sidebar1Main #sidebarInnerMain{
	background-image:url(images/leftcolBackFade.png);
	background-color:#f6f7f6;
	background-repeat:repeat-x;
	min-height: 500px;
	margin-top: 18px;
	margin-left:12px;
	padding:7px;
}

.twoColFixLtHdr #sidebar1 #sidebarInner #sidebarInnerContent{
	border:1px solid #adabac;
	padding:7px;
}

.twoColFixLtHdr #sidebar1Main #sidebarInnerMain #sidebarInnerContentMain{
	border:1px solid #adabac;
	padding-top:7px;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:30px;
	
}

#sidebarInnerContentMain ul li a{
display: block;
padding-top:10px;
padding-bottom:10px;
border-bottom: 1px solid #adabac;
width:160px;
}

/*  #sidebarInnerContentMain ul li{
display: block;
padding-top:5px;
padding-bottom:5px;
margin-bottom: 1px solid black;
width:160px;
}  */


.twoColFixLtHdr #mainContent {
	border:1px solid #95413f;
	margin-left:390px; 
	margin-top:19px;
	margin-right:13px;  /* 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-left:15px;
	min-height: 500px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
}


.twoColFixLtHdr #mainContentMain {
	border:1px solid #95413f;
	margin-left:211px; 
	margin-top:19px;
	margin-right:13px;  /* 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-left:15px;
	min-height: 500px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
} 


#leftContent {
float:left;
width:360px;
padding:5px;
}

#rightContent {
float:left;
width:300px;
padding:5px;}


.productList{
overflow: hidden;
width:645px;
padding:10px;
margin: 10px;
border:1px solid #ccc;}

.prodImg{
float:left;
top:10px;
left:10px;
width:240px;}

.prodInfo{
float:right;
top:10px;
left:240px;
width:400px;}

clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.prodInfo h3{
margin-bottom: 10px;
}

.frontProd{
width:320px;
border-bottom: 1px solid #c3c3c3;
padding: 4px;
}


.clicktoview {
margin-top: 20px;
text-align: center;
margin-right: 20px;}

 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color: #898888;
} 
.twoColFixLtHdr #footer p {
text-align: left;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-right:2px;
	padding-top:30px;
}

.twoColFixLtHdr #footer p .copy{
float:left;
}

.twoColFixLtHdr #footer .designedBy{
font-size: 10px;
float: right;
padding-bottom: 15px;
}

.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;
}



