/**************** MAIN LAYOUT ****************/
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%; /* needed for container min-height */
}

#pageWrapper{
	width: 950px;
	margin: 0 auto; /* center */
	text-align:left;
}
#contentWrapper{
	width: 950px;	
}
#left, #right{
	margin-top: 80px;
	width: 45px;
	float: left;
}
#content{
	width: 860px;
	float: left;
}

#header{
	position: relative;
	height: 282px;
}

#logo{
	position: absolute;
	left: 75px;
}

#menu{
	position: absolute;
	top: 51px;
	left: 731px;
}
#menu a{
	display: block;
	float: left;
}

#footer{
	position: relative;
	height: 290px;
	width: 950px;
}

.clear{
	clear: both;
}
/******* MAIN LAYOUT COLORS AND BACKGROUNDS ********/
body{ background: url(/img/body-bg.jpg) repeat-x #AEC562;}
#header{ background: url(/img/header-bg.jpg);}
#contentWrapper{background: url(/img/content-bg.jpg);}
#content{background-color: #E36519}
#footer{ background:url(/img/footer-bg.jpg) no-repeat;}


/*********** DEFAULT FONTS AND COLORS ************/


body{
	color: #FFF;
	font: 12px/15px  Tahoma, Arial, Helvetica, Verdana, sans-serif;
}
a, a:visited{
	color: #FFF;
	text-decoration:none;
	outline: none; /* hide dotted outline in Firefox */
}
a:hover {
	text-decoration: underline;
}
a img{
	border: none;
}
h1, h2, h3{ 
	font-weight: normal;
	padding-bottom: 5px;
}
h1{ font-size: 22px; line-height: 22px;}
h2{ font-size: 21px; }
h3{ font-size: 20px; line-height:22px;text-align:left;}

p{padding-bottom: 10px;}



/********** Slider ***********/
#slider, .slide{
	position: relative;
	width: 860px;
	height: 280px;
	overflow: hidden;
} 
#slideWrapper{
	position: absolute;
	width: 6020px;
	left: 0px;
}
.slide{
	float: left;
	width: 860px;
	height: 280px;
}

/*
#s2, #s4{
	background-color: #fc0;
}
*/
/********** Slider content ***********/
.productPic{
	position: absolute;
	top: 25px;
	left: 78px;
}
.productInfo{
	position: absolute;
	top: 25px;
	left: 330px;
	width: 270px;
	text-align:justify;
	
}
.buyButton{
	margin-left: -5px;	
}
.price{
	font: 24px/24px  Arial, Helvetica, Verdana, sans-serif;
	position:relative;
	margin-left: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}
.price div{
	position: absolute;
	font-size: 24px;
	line-height: 28px;
	left: -18px;
}
.sale{
	position: absolute;
	left: 620px;
	top: 40px;
	
}



/********** MENU ***********/

.old_price {
	text-decoration:none;
}

#productNav{
	position: absolute;
	top: 12px;
	left: 50px;
}
#productNav div{ 
	float: left; 
	margin-left: 15px;
}



/**/
#headrInfo{
	position: absolute;
	width: 440px;
	top:170px;
	left:60px;
	color:#fff;
	text-align:justify;
	background-color:#e36519;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:15px;
	border:solid 1px #ea874c;
}


#contact{
	position: absolute;
	top:145px;
	left:123px;
	
}

#contact div div{
	float: left;
	padding-right: 50px;
}


#copyright, #footerMenu{
	position: absolute;
	top: 258px;
}
#copyright{
	right: 123px;
}

#footerMenu{
	left: 123px;
}





