a{
color:#FFF;
}

body {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	background:#9e3731;
	margin:0;
background-image: url("../images/bg.gif");
	background-repeat: repeat-x;
	border-top: 2px #9e3731 solid;
	
/* 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;
}

h1, h2, h3, h4, h5{
font-family: Georgia;
margin: 0;
padding: 0;
}


#container{
	width:950px;
	margin: auto;
}

 #header {
	

width:950;
height: 200px;

}

#nav {
text-align: center;
font-size:12px;
margin: 10px 0px 20px 0px;
color: #FFFFFF
}

 #mainContent {
	
	padding:0;
	background-image: url("../images/page-content-bg.gif");
	width:950px;
	height: auto;
	overflow: hidden;
	font-size:13px;
	line-height:21px;
}

 #mainContent-inner {
 width:900px;
	padding:0px;
	text-align: center;
	margin-left: 27px;

	

}

 #footer {
	padding:0;

	width:950px;
	color: #F9F6EE;
	font-size: 12px;
	
}

.footer-widget{
margin-top: 15px;
width: 300px;
color:#FFFFFF
}

.footer-widget .widget-content{
height: 120px;
background-color:#727377
}

.footer-widget .widget-content-inner{
padding:0 10px 0 10px;
}


.product-holder{
float: left;
width: 215px;
margin: 0 0 5px 5px;
border: 1px solid #333;
background-color: #fff;
padding-bottom: 10px;
}

.product-holder .photo{

}

.product-holder .detail{

}

.product-header{
clear: left;
margin-bottom: 20px;
}

.txt-float{
float: left;
width: 215px


}
	

