/*reset.css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
fieldset,img{border:0;}
/* ol,ul {list-style:none;} */
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

/*fonts.css*/
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}

body,html {
min-height:101%;
} 

body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #cccccc;
	background-color: #000000;}

#holder {

}

#header {
	height: 110px;
	text-align: center;
	cursor: pointer;
}
	#header a#logo {
		display: block;	
		width: 620px;
		height: 110px;
		background: #000000 url(../images/logo_bg.png) no-repeat center top;
	}
	
	#header a#logo:hover {
		background: #000000 url(../images/logo_bg.png) no-repeat center top;
	}

	#header h1 {
		display: none;	
	}

#nav {
	margin-bottom: 10px;
	height: 70px;
	text-transform: capitalize;
}

	#nav ul {
		float: right;
		margin: 10px 150px 0 0;
	display: inline;
	list-style-type:none;
	
	}
	
	#nav li {
	float:left;
	display:inline;
	}
	
	#nav a, #nav a:visited {
		color: #ff9a0a;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		padding: 0 10px 0 10px;
	}

	#nav a:hover, #nav a:active {
		color: #cac8c7;	}


#subnav {
	width: 940px;
	height: 70px;
	margin-bottom: 20px;
}


#slipper {
	height: 200px;	}


#proddesc {
	overflow: hidden;
}

#mag {
}

#footer {
	color: #999999;
	text-align: center;
	float: none;
}
	#footer ul {
		list-style-type:none;
		text-align: center;
		margin-top: 30px;
	}
	#footer li {
		display:inline;
	}
	#footer a {
		color: #a85500;
		margin: 5px 20px 40px 20px;
		
	}
	#footer p {
		clear: both;
		text-align: center;
		margin: 20px auto;
		color: #666;
	}



#homepage {
	height: 500px;
	text-align: center;
	background: url(../images/logo_dark.png) center center no-repeat;
	float: left;
}


/*STYLES*/

a, a:visited {
	text-decoration: none;
	color: #f7941e;
}
a:hover, a:active {
	text-decoration: none;
	color: #ffb200;
}


p {
	margin: 5px 0 10px 0;
}

.gray {
	color: #a8a8a8;
}
	

H2 {
	font: bold 24px/28px Arial, Helvetica, sans-serif;
	color: #CA720D;
}

H3 {
	font: bold 18px/24px Arial, Helvetica, sans-serif;
	color: #CA720D;	
	margin-bottom: 6px;
}


H4 {
	font: bold 16px/21px Arial, Helvetica, sans-serif;
	color: #CA720D;	
}

H5 {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #dddddd;	
}

.bdr {
	
		border: solid 1px red;}
		
ul.prodlist li {
	list-style-type: disc;
	margin: 0 0 6px 20px;
	font-size: 14px;
}


ul.prodlist ul li {
	list-style-type: none;
	color: #CA720D;
	margin: 0;
	font: italic 12px/18px Arial, Helvetica, sans-serif;
}



#modelNum {
	font: bold italic 20px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.grad {
	background: url(../images/round_grad.jpg) top left no-repeat;
}

.grad p {
	margin: 20px;
}

.orange {
	color:#CA720D;
}

.gray {
	color:#999999;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
}
.small {
	font-size: 11px;
	color: #999999;
}
.big {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.bigger {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}

.graybox {
	background-color: #222222;
	padding: 10px;
	margin-bottom: 10px;
}
.graybox h5 {
	text-transform: capitalize;
}

.readmore {
	color: #CA720D;
	padding: 2px;
	margin: 2px;
	border: solid 1px #666666;
	cursor: pointer;
	font: bold 10px Arial, Helvetica, sans-serif;
	width: 80px;
	text-align: center;
}
.readless {
	color: #CA720D;
	padding: 2px;
	margin: 2px;
	border: solid 1px #666666;
	cursor: pointer;
	font: bold 10px Arial, Helvetica, sans-serif;
	width: 80px;
	text-align: center;
}


#hideMe {
	margin: 0 0 10px 10px;
	display: none;
	position: relative;

}
#hideMe h4 {
	margin-left: 0px;

}

#fillMe {
	width: 930px;
	margin: 10px 0 0 0;
	overflow-y: auto;
	overflow-x: none;
	display: block;
	height: expression( this.scrollHeight > 399 ? "400px" : "auto" ); /* sets max-height for IE */
    max-height: 400px; /* sets max-height value for all standards-compliant browsers */
	float: none;
}
#closeMe {
	cursor: pointer;
	width: 150px;
	height: 15px;
	text-align: center;
	z-index: 100;
	float: right;
	margin: 0 30px 10px 0;
}

#closeMe2 {
	position: absolute;
	top: -5px; /* show to Mozilla/Safari/Opera */
	_top: -25px; /* show to IE */
	left: 400px;
	background-color: #3e3e3e;
	color: #ff9d00;
	cursor: pointer;
	width: 150px;
	height: 15px;
	text-align: center;
	z-index: 100;
}

a.archive {
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	background-color: #322100;}

h4.pr {
	text-transform: uppercase;
}

.section {
	margin-bottom: 5px;
}

.get {
	margin: 20px auto;
	padding: 5px;
	border: solid 1px #333333;
	text-align: center;
	width: 200px;
}

	#filters ul {
	float: none;
	list-style-type:none;
	margin: 10px 0 10px 0;
	clear: both;
	
	}
	
	#filters li {
	float:left;
	display:inline;
	color: #3e3e3e;
	font-size: 10px;
	margin: 0 2px 10px 0;
	}
	
	#filters a, #filters a:visited {
		color: #5f5f5f;
		background-color: #222222;
		padding: 2px 5px 2px 5px;
		text-transform: capitalize;
	}

	#filters a:hover, #filters a:active {
		color: #a5a5a5;
		background-color: #373737;
	}
	
	
	#filters a.filterOn {
		color: #ff9a0a;
		background-color: #373737;
	}

