html, body {
	width:100%;
	height:100%;
	margin:0px auto;
	padding:0px;
	font-family:verdana, arial;
	font-size:12px;
	background-image:url(../gfx/header_bg.gif);
	background-repeat:repeat-x;
}
body {
	
}
div.parent {
	width:1012px;
	margin:0px auto;
	padding:0px;
	height:100%;
}
div.header {
	text-align:left;
	width:1000px;
	height:68px;
	background-image:url(../gfx/header_bg.gif);
	background-repeat:repeat-x;
	
	
}
div.breadcrumb {
	width:1000px;
	height:28px;
	padding:4px;
	background-image:url( ../gfx/bg_breadcrumb.gif );
	background-color:#FFEB7F;
	
}
div.content {
	/*background-image:url(../gfx/adrenalin_bg_site.jpg);*/
	width:1010px;
	background-repeat:no-repeat;
	background-position: top center;
	min-height:500px;
}
div.sidepane ul {
	margin:0px auto;
	padding:12px;
	width:150px;
	
}
div.sidepane li {
	list-style:none;
	width:150px;
	text-align:center;
	
}

div.sidepane {
	width:200px;
	float:left;
			
}
div.contentpane {
	width:576px;
	float:left;
	margin:12px;
}

.clear {
	clear:both;
}

div.sidepane a {
	font-family:arial;
	color:#000;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

div.sidepane a:hover {
	text-decoration:underline;			
}

div.transparent {
	background-color:#fff;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

div.transparent2 {
	background-color:#fff;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
}

a {
	font-size:11px;
	color:#000;
	text-decoration:none;
	
}

img {
	border:0px;
}





table.shoppingCart {
	width:530px;
	border-collapse:collapse;
	font-size:13px;
	background:#fff;
	margin:12px auto;
}

table.shoppingCart td {
	border:1px dotted #8F8E3E;
	padding:6px;
	
}

table.shoppingCartInner {
	border:none;
	padding:2px;
	width:210px;
	margin:0px;
}

table.shoppingCartInner td {
	border:none;
	padding:2px;
}


div.sidebox_left_head {
	
	border:1px solid #D5B637; 
	width:180px; 
	margin:12px auto; 
	padding:4px;
	background-image:url(/custom/gfx/hs_bg.jpg);
	color:#FFE9AF;
	font-weight:bold;
}

div.sidebox_left_body {
	
	border:1px solid #D5B637; 
	width:180px; 
	margin:-13px auto 12px; 
	padding:4px;
}


div.sidebox_right_head {
	
	border:1px solid #D5B637; 
	width:180px; 
	margin:12px auto; 
	padding:4px;
	background-image:url(/custom/gfx/hs_bg.jpg);
	color:#FFE9AF;
	font-weight:bold;
}

div.sidebox_right_body {
	
	border:1px solid #D5B637; 
	width:180px; 
	margin:-13px auto 12px; 
	padding:4px;
}

div.contentbox_head {
	
	border:1px solid #D5B637; 
	width:550px; 
	margin:0px auto; 
	padding:4px; 
	background-image:url(/custom/gfx/hs_bg.jpg);
	color:#FFE9AF;
	font-weight:bold;
}

div.contentbox_body {
	
	border:1px solid #D5B637; 
	width:550px; 
	margin:-1px auto; 
	padding:4px;
	background:#fff;
}