html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 125%;
	margin:0;
	padding:0;
	background-color:#000;
	color:#fff;
	
	background-image:url('../images/dp_bg.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	background-attachment:fixed;
	
}

#header{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	margin-bottom:10px;
	background-image:url('../images/dp_header.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	height:100px;
	}


#header ul {
	float: left;
	margin: 0;
	padding: 0;
	
	}
#header li {
	float: left;
	list-style-type: none;
	list-style-image: url('none');
	margin-right: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}

.hoveroff_navigation {
	float: left; 
	background: #000000;
	color: #F0B648; 
 	padding: 3px 3px 3px 3px; 
	list-style-type: none; 
	width: auto;
	height: 25px; 
	margin: 5px 0px 2px 0px; 
	cursor: pointer;
}
.hoveron_navigation {
	float: left; 
	background: #000000;
	color: #F0B648;
	padding: 3px 3px 3px 3px; 
	list-style-type: none; 
	width: auto;
	height: 25px;
	margin: 5px 0px 2px 0px; 
	cursor: pointer;
	text-decoration:underline;
}

.SearchResultsInformation{
	padding:2px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:500px;
	
}
	
ul {
	float: left;
	margin: 0;
	padding: 0;
	}
	
.p_LeftLinks {
	float: left; 
	background: #221803 url('../images/hover_off.gif') no-repeat left; 
	color: #6C4508; 
	padding: 10px 0px 2px 25px; 
	list-style-type: none;
	list-style-image: url('none');
	width: 150px;
	height: 25px; 
	margin: 1px 0px 1px 0px; 
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	font-size: 12px;

/*

F0B648
  C99B45
*/	

}

.p_LeftLinks2 {
	float: left; 
	background: #221803 url('../images/hover_on.gif') no-repeat left;
	color: #F0B648; 
	padding: 10px 0px 2px 25px; 
	list-style-type: none;
	list-style-image: url('none'); 
	width: 150px;
	height: 25px;
	margin: 1px 0px 1px 0px; 
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	}



input {width:auto;height:15px;font-family: Arial, Helvetica, sans-serif;font-size:12px;border: 1px solid #C99B45;background: #221803;color:#C99B45;margin:2px;}
textarea{border: 1px solid #C99B45;background: #221803;color:#C99B45;font-family: Arial, Helvetica, sans-serif;font-size:12px;margin:2px;}
select{width:auto;height:18px;font-family: Arial, Helvetica, sans-serif;font-size:12px;border: 1px solid #C99B45;background: #221803;color:#C99B45;margin:2px;padding-bottom:2px;}
select option {border:1px solid #C99B45;}
.qty {width:15px;height:15px;}
.btn {height:19px;padding-bottom:2px;margin:2px;}

.ItemTitle{text-align:left;}
.ItemID{text-align:left;color:#6C4508;font-size: 10px;}
#footer{
	margin:20px auto 20px auto;
	clear:both;
	width:800px;
	height:30px;
	background:#161618;
	border-top:1px solid #C99B45;
	font-size: 10px;
	color:#6C4508;
	padding:5px 5px 5px 5px;
	}
#footer a:active{color:#6C4508;}
#footer a:visited{color:#6C4508;}
.main{margin-left:auto;margin-right:auto;width:800px;clear:both;}	
.wrapper{width:600px;border: 1px solid #C99B45;padding:5px;background: #161618 url('../images/dp_wrapper.jpg') no-repeat top right;float:right;margin-bottom:2px;}
.blackbox{width:800px;background-color:#161618;float:left;clear:both;}
.black200{width:200px;background-color:#161618;float:left;clear:both;}
#na_{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:700px;
	background-color:#161618;
	opacity:0.3;
	filter:alpha(opacity=30);
	position:fixed;
	
	}
h1{
	border: 1px solid #C99B45;
	padding:5px;
	background-color: #161618;
	font-size:14px;
	color: #F0B648;
	font-weight: bold;
	clear:both;
	margin:2px 0px 2px 0px;
	}
h2{
	border: 0px solid #221803;
	padding:4px;
	background-color: #161618;
	font-size:10px;
	color: #F0B648;
	font-weight: normal;
	clear:both;
	text-align:right;
	margin:0px 0px 0px 0px;
	}
h3{
	border: 1px solid #C99B45;
	padding:5px;
	background-color: #161618;
	font-size:14px;
	color: #F0B648;
	font-weight: bold;
	clear:both;
	margin:2px 0px 2px 0px;
	filter:alpha(opacity=40);
	opacity:0.4;
	}		
.alpha{width:400px;height:200px;background-color:#161618;float:left;color: #ffffff;font-weight: normal;float:right;}
hr{height:1px;border-width:0px;border-color:#221803;background-color:#F0B648;}
.navigation{height:30px;float:right;color:#F0B648;font-size:12px;font-weight:bold;}

a:link {color:#C99B45;}      /* unvisited link */
a:visited {color:#C99B45;}  /* visited link */
a:hover {color:#C99B45;}  /* mouse over link */
a:active {color:#C99B45;}  /* selected link */