/* CSS Document */
body {background-color:#4b4b4b;
padding:0px;
margin:0px;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
p{padding:0px;
	margin:0px;
	margin-bottom:10px;}
h1{
	font-size:24px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	margin-bottom:15px;
	}
h2{
	font-size:20px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	}
h3{
	font-size:16px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	}
h4{
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	}
a {
	text-decoration:none;
	color:#ffffff;}

a:link { color: #ffffff; text-decoration: none; }
a:active { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }

#container {width:1000px;}
#headerpics {
position:relative;
left:12px;
top:10px;
}

#nav {
position:relative;
left:12px;
top:12px;
	
}

#content {
	position:relative; 
	top:30px; 
	left:50px;
	width:900px;
	}
#hothead {
	width:140px;
	background-color:#c46221;
	}
#hothead2 {
	width:140px;
	background-color:#c46221;
	}
#products{
width:500px;
	
}
#homecontent { position: relative; top:8px; left:140px; width:550px; min-height:800px; }

#rightpanel {position:absolute; top:8px; left:700px;}
#hotproducts{
text-align:center;
width:140px;
position:absolute; 
left:-36px;
top:10px;
border:#FFF 1px solid;
margin-bottom:50px;
	
}

.faded {opacity: .2;
	filter: alpha(opacity=20);
}
.full {opacity: 1;
	filter: alpha(opacity=100);}
