@charset "utf-8";
html {
	min-height:100%;
	height:auto;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	background-image:url(../images/bg_dhh.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLt #container {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #f0f0f0;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	background:url(../images/bg_topp.jpg);
	background-repeat:repeat-x;
	/*min-height:500px;
	color:#000000;*/
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background-color: #b02317; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 85px 10px 15px 17px;*/
	margin:0;
	padding:0;
}
#sidebar1 li{
	list-style:square;
	margin-left:20px;
}
#sidebar_front {
	/*color:#000000;*/
	float: right; /* since this element is floated, a width must be given */
	min-height:500px;
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background-color: #b02317; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 85px 10px 15px 17px;*/
	margin:0;
	padding:0;
	margin-top:-40px;
}
#submenu {
	color:#FFFFFF;
	/*float: left; /* since this element is floated, a width must be given */
	min-height:290px;
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #b02317; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 10px 17px;
	margin-top:-10px;
}
#redbox_front {
	color:#FFFFFF;
	float:right;
	min-height:260px;
	/*float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #b02317; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:20px;
	margin:0;
}
.woodbox_front {
	color:#FFFFFF;
	float:right;
	/*float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(../images/bg_wood.jpg);
	padding:20px;
	padding-bottom:0;
	height:180px;
	margin-top:5px;
}
.woodbox {
	color:#FFFFFF;
	float:left;
	/*float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(../images/bg_wood.jpg);
	padding:20px;
	margin-top:10px;
}
.twoColFixLt #mainContent {
	background-image:url(../images/bg_topp.jpg);
	background-repeat:repeat-x;
	background-position:top;
	float:right;
	width:745px;
	min-height:450px;
	/*margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left:0;
} 
#logolink{
	width:200px; 
	height:80px;
	position:relative; /* to lay on top*/
	margin: 0px; 
	padding: 0px;
	z-index:99;
}
#mainContent_front {
	float:left;
	width:680px;
	/*margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left:0;
	margin-top:-60px; /* To place content beneth the logo*/
} 
.frontimage {
	width:720px;
	height:300px;
	overflow:hidden;
	z-index:0;
	position:relative; /* Import*/
	margin-bottom:10px;
}
.prospectimage {
	width:500px;
	height:300px;
	overflow:hidden;
	z-index:0;
	margin-left:-10px;
	float:left;
}
.frontbox {
	width:231px;
	margin-left:20px;	
	float:left;
}

.frontboximage {
	width:200px;
	float:right;
	margin-top:-300px;
	margin-right:-30px;
	z-index:90;
	position:relative;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.rightbox {
	float:right;
	width:230px;
	/*margin-left:10px;
	overflow:auto;*/
}
.rightbox h3{
	font-size:24px;
	margin-top:0;
	color:#b02317;
}
.rightbox_thumbs {
	float:right;
	width:100%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear{
	clear:both;
	}	
#loginform{
	float:right;
	width:100px;
	}
	
.albumimage_frame {
	/*background-color:#d5d6d7;*/
	background-image:url(../images/bg_album.png);
	background-repeat:no-repeat;
	width: 88px;
	height: 60px;
	margin: 0;
	padding:10px;
	overflow:hidden;
	float:left;
	/*border:1px solid black ;*/
}

.albumimage {
	width: 90px;
	height: 61px;
	margin: 0;
	padding:0;
	overflow:hidden;
}
.pricebomb, .pricebomb_front { 
	float:right;
	margin-right:-35px;
	z-index:80;
	position:relative;
}
.articlearea{
	width:100%;
	height:465px;
	overflow:auto;
	padding-right:20px;
}

/****************/	
/*    Menus     */
/****************/	
#topmenu{
	float:left;
	width:770px;
	margin-bottom:12px;
	}
#topmenu_front{
	background-image:url(../images/bg_topp_front.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:814px;
	height:44px;
	margin:0;
	padding-top:15px;
	float:right;
	}	
/* 
	LEVEL ONE
*/
ul.dropdown { 
	position: relative;
	z-index:99;
	list-style:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	float:left;
}
ul.dropdown li { 
	height:20px;
	font-weight: bold; 
	float: left; 
	zoom: 1; 
	z-index:99;
}
ul.dropdown a:hover	{ 
	color: #bf3126; 
	text-decoration:none;
}
ul.dropdown a:active { 
	color: #bf3126; 
}
ul.dropdown li a { 
	display: block; 
	padding-right	: 18px; 
	/*border-left: 1px solid #5a7086;
	border-right: 1px solid #122f4e;*/
	color:#00498d;
	font-weight:normal;
	text-decoration:none;
}
ul.dropdown li:last-child a { 
	border-right: none; 
} /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover, ul.dropdown li.current, ul.dropdown li.inpath { 
	color:#00498d;
	position: relative;
}
ul.dropdown li.hover a, ul.dropdown li.current a, ul.dropdown li.inpath a { 
	color:#00498d;
	text-decoration:none;
}

/* 
	LEVEL TWO
*/
ul.dropdown ul	{
	width: 220px;
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	margin:0;
	padding:0;
	list-style:none;
}
ul.dropdown ul li { 
	z-index:99;
	font-weight: normal;
	background: #f6f6f6; 
	color: #000; 
	border-bottom: 1px solid #ccc; 
	float: none; 
	height:23px;
}									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a	{ 
	border-right: none; 
	width: 100%; 
	display: inline-block; 
	padding:5px;
} 
ul.dropdown ul li.hover, ul.dropdown ul li:hover {
	background-image:none;
	background-color:#e4dfdb;
}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul { 
	left: 100%; top: 0; 
}
ul.dropdown li:hover > ul{ 
	visibility: visible; 
}
/* End Menus */

/* main styles */
h1,h3,h4 {
	margin:0;
	}

h1 {
	font-size:42px;
	color:#990000;
	}
h2 {
	color:#990000;
	}	
h3 {
	font-size:34px;
	color:#FFFFFF;
	}
h4 {
	font-size:14px;
	color:#b02317;
	}	
a {
	color:#b02317;
	text-decoration:none;
}
a:hover {
	color:#b02317;
	text-decoration:underline;
}
#sidebar_front h1,#sidebar_front h3, #submenu h1,#submenu h3{
	color:#FFFFFF;
	font-size:30px;
}

#sidebar1 a {
	color:#000000;	
}

#sidebar1 a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#footer {
	/*width: 800px;
	float: left;*/
	vertical-align:bottom;
	margin-bottom:0px;
	padding:0px; /* top,right,bottom,left*/
	/*text-align: center;*/
	font-weight:bold;
	color: #666666;/*#CC3300;*/
	font-size: 10px;
	margin-bottom:0px;
}
#subfooter {
	margin:0px;
}
INPUT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	/*width : 250px; */
	height:15px;
	padding:0;
	border: solid 1px rgb(200,200,200);
	
}
TEXTAREA {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	/*width : 250px; */
	border: solid 1px rgb(200,200,200);
}
.radio {
	border: none;
	width:15px;
}
.button {
	background-color:#cc3300;
	border : 0px;
	vertical-align:middle;
	padding:1px 2px 1px 2px;
	font-weight:bold;
	color:#fff;
	border: 1px outset #cc3300;	
	margin:0px 2px 0px 2px;
}
#loginform{
	font-size:10px;
	position:relative;
	padding: 0px; 
	margin: 0px;
	float:right;
	width:140px;
	top: 5px;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #c8d9e8;
}
#loginform .loginfield{
	width:120px;
	font-size:10px;
}
#loginform .submit{
	border:none;
	margin-top:4px;
}
/* End main styles */