@import url("global.css");

#sidebar{
background:url(images/newdesigns_bg.jpg) no-repeat #000000;
float:left;
padding-top:90px;
padding-left:30px;
height:510px; /*600px*/
width:270px; /*300px */
}

#aboutus{
background:url(images/aboutus_bg.jpg) no-repeat #000000;
color:#d2c5a9;
float:left;
padding-top:100px;
padding-left:25px;
padding-right:25px;
width:452px; /* 502px */
}

#infobox{
float:left;
width:226px;
}

#affiliates{
background:url(images/affiliates_bg.jpg) no-repeat #000000;
color:#d2c5a9;
float:left;
padding-top:100px;
padding-left:25px;
padding-right:25px;
width:452px; /* 502px */
}

#retailers{
background:url(images/retailers_bg.jpg) no-repeat #000000;
color:#d2c5a9;
float:left;
padding-top:100px;
padding-left:25px;
padding-right:25px;
width:452px; /* 502px */
}
	
#ourproducts{
background:url(images/ourproducts_bg.jpg) no-repeat;
color:#d2c5a9;
float:left;
padding-top:40px;
padding-left:25px;
padding-right:25px;
width:752px; /* 802px */
}

#productbox{
border:1px solid #967346;
background-color:#000000;
float:left;
margin-right:36px;
padding-top:5px;
height:205px; /* 210px */
width:150px; /*152px */
}

#productdetails{
background:url(images/productdetails_bg.jpg) no-repeat #000000;
color:#d2c5a9;
float:left;
padding-top:40px;
padding-left:25px;
padding-right:25px;
width:452px; /* 502px */
}

#productimage{
float:left;
width:277px;
}

#productinfo{
float:left;
width:175px;
}

#contactus{
background:url(images/contactus_bg.jpg) no-repeat #000000;
color:#d2c5a9;
float:left;
padding-top:90px;
padding-left:25px;
padding-right:25px;
width:452px; /* 502px */
}

/* -------------------------------------------------------------- 
FORMS CSS 
-------------------------------------------------------------- */
input{
border:none;
}
input.text{
padding:5px;
}
textarea{
border:none;
font:12px Arial, Helvetica, sans-serif;
height:100px;
padding:5px;
width:285px;
}
select{
border:none;
}