* {
	margin:0;
	padding:0;
}

body {
	margin-top:20px;
	background: url(gradient.png) #3c4cbc repeat-x fixed;
	font-family:"arial";
	text-align:center;
}

th.sets{
	font-size:26px;
	font-weight:normal;
	padding:5px;
}

#header{
	text-align:center;
}
img.thumb{ border: 1px solid black; }
#menu {
	text-align:center;
	width:100%;
	padding-top:5px;
	padding-bottom:10px;
}
#menu a{
	color:white;
	text-decoration:none;
	font-size:12px;
}
#menu td{
		background:transparent;
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90FF9600,endColorstr=#90FF9600);
    	zoom: 1;
	background:rgba(255,150,0,.6);
	width:137px;
	border:1px solid black;
}
#menu td:hover{
		background:transparent;
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50FF9600,endColorstr=#50FF9600);
    	zoom: 1;
	background:rgba(255,150,0,.3);
}
.menu-item:hover{
	background-color:green;
}
div.product{
	overflow:hidden;
		background:transparent;
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50149614,endColorstr=#50149614);
    	zoom: 1;
	background: rgba(20, 150, 20, .5);
	margin-left:20px;
	margin-right:20px;
	margin-bottom:30px;
	width:600px;
}
.cartbutton{
	clear:both;
	padding-bottom:35px;
	padding-right:35px;
	padding-top:35px;
}
.prodimg{
	float:left;
	padding-left:25px;
	padding-bottom:25px;
	text-align:center;
	width:200px;
}
.infodiv{
	width:375px;
	float:right;
}
.prodinfo{
	float:right;
	border: 1px solid black;
	width:270px;
	margin-right:60px;
}
.prodinfo td{
	padding:5px;
}
.prodinfo th{
	font-weight:normal;
	background: rgb(20, 150, 60);
	padding:8px;
	border: 1px solid black;
}
#hills{
	width:100%;
	height:180px;
	position:fixed;
	bottom:-90px;
	z-index:1;
	text-align:center;
}
#hills:hover{
	opacity: .4;
	filter: alpha(opacity = 40);
}
li{margin-left:5px;}
#container {
	margin: 0 auto;
	width:960px;
	margin-bottom:1em;
}
#sidebar {
	position:relative;
	float:left;
	height: 100%;
	width:230px;
	text-align:center;
	font-weight:bold;
	background-image:url(bricks.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-size:13px;
}
#sidebarWrapper{
	width:230px;
	float:left;
}
#sidebarList, #sidebarPages{
		background:transparent;
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
    	zoom: 1;
	background: rgba(0,0,0,.5);
	width:150px;
	margin-left:3em;
	margin-top:1em;
}
#sidebarPages{
	margin-bottom:2em;
}
.sublist{
	font-weight:normal;
	font-size:12px;
		background:transparent;
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80141414,endColorstr=#80141414);
    	zoom: 1;
	background: rgba(20,20,20,.6);
}
.sublist li{
	border:1px solid black;
}
#sidebarList li a, #sidebarPages li a {
	text-decoration:none;
	color:#FFF;
	padding:1em;
	display:block;
		background:transparent;
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
    	zoom: 1;
	background: rgba(0,0,0,.5);
	font-weight:bold;
}
#sidebarList li a:hover, #sidebarPages li a:hover {
	text-decoration:none;
	color:#FFFF00;
		background:transparent;
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90145014,endColorstr=#90145014);
    	zoom: 1;
	background: rgba(20, 80, 20, .7);
}
#sidebar ul{
	text-align:left;
	list-style:none;
}
.sideHeader{
		background:transparent;
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#70147814,endColorstr=#70147814);
    	zoom: 1;
	background: rgba(20, 120, 20, .5); 
	border:1px solid black;
}
#content {
	float:left;
	padding-top:2em;
	text-align:center;
	margin:0 auto;
	padding-bottom:20px;
	padding-left:3em;
}
#content a{
	text-decoration:none;
	font-weight:normal;
}
#content a:hover{
	text-decoration:underline;	
}
#content h1{
	font-size:1.8em;
	text-align:center;
	font-weight:normal;
}
#slider{
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	height:300px;
	width:400px;
	border:1px solid black;
	position:relative;
	overflow:hidden;
}
#ulslider{
	width:99999px; list-style:none; position:relative;
}
#ulslider li{
	float:left; margin:0px; padding:0px; overflow:hidden;
}
#ulslider a{
	border:0px;
	color:black;	
}
.pagehead{
	text-align:center;
	color:white;
		background:transparent;
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
    	zoom: 1;
	background: rgba(0, 0, 0, .7);
	padding:15px;
	margin-bottom:30px;
	margin-left:3em;
	margin-right:3em;
}

.pagehead a{
color:white;
}
#news{
		background:transparent;
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80F0F0F0,endColorstr=#80F0F0F0);
    	zoom: 1;
	background: rgba(240, 240, 240, .8);
	margin-left:20px;
	margin-right:20px;
	margin-top:30px;
	text-align:center;
	padding:20px;
	border:1px solid black;
	width:550px;
}
#news p{
	text-align:left;	
}
#sidebarFooter{
	margin-bottom:15px;
}
#footer {
	color:white;
	padding-top:15px;
	margin-top:20px;
	clear:both;
		background:transparent;
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
    	zoom: 1;
	background: rgba(0, 0, 0, .7);
	height:40px;
	width:100%;
}