/* * * * * * * * 
 * edludbrook
 * * * * * * * */

body
{
	background-color: #FFF;
	font-family: Verdana, "Lucida Sans Unicode", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
	color: #7D561F;
}

a:hover { text-decoration: underline; }
a img { border: 0; }

#wrapper
{
	width: 786px;
	margin: 0 auto;
	text-align: left;
}

#masthead { text-align:center; padding: 0; }
#masthead a img { display: block; }

#taglinebar
{
	z-index: 1;
	position: absolute;
	top: 126px;
	margin: 0;
	width: 786px;
	height: 20px;
	background: url(/images/template/tag-bk.jpg) no-repeat left top;
	clear: both;
	border-bottom: 4px solid #956F30;
	text-align: right;
}

#taglinebar a
{
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	padding-right: 15px;
	font-weight: normal;
	line-height: 20px;
}

/* Root = Horizontal, Secondary = Vertical */




ul#nav
{
    margin: 0em;
    height: 25px;
	z-index: 10;
    border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    margin-top: 1px;
}




ul#nav li
{
	margin: 0em;
	border: 0px none;
	padding: 0;
	float: left;
	/*For Gecko*/
	display: inline;
	position: relative;
	height: 24px;
	list-style-type: none;
}

ul#nav li a { font-weight: bold; }

/*FIRST DROP MENU*/
ul#nav ul
{
	margin: 0;
	border: 0px none;
	padding: 0;
	width: 95px;
	display: none;
	position: absolute;
	top: 26px;
	left: -11px;
	list-style-type: none;
    text-align: center;
}

ul#nav ul:after /*From IE 7 lack of compliance*/
{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#nav ul li
{
	width: 95px;
	float: left;
	/*For IE 7 lack of compliance*/
	display: block !important;
	/*For IE*/
}

/* Root Menu NOTE THE WIDTH ON THIS ONE - HAS TO TAKE IN THE PADDING OF 3+3 FOR TOTAL OF 6 PIXELS*/
ul#nav a
{
	float: none !important;
	/*For Opera*/
	/*For IE*/
	display: block;
	color: #000000;
	text-decoration: none;
	height: auto !important;
	/*For IE*/
	width: 73px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(/images/template/tab-on.jpg);
	font-size: 13px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
	margin-left: 1px;
	margin-right: 1px;
}

/* Root Menu Hover Persistence */
ul#nav a:hover, ul#nav li:hover a, ul#nav li.iehover a
{
	color: #000000;
	background-image: url(/images/template/tab-over.jpg);
}

/* 2nd Menu */
ul#nav li:hover li a, ul#nav li.iehover li a
{
	border: 1px solid #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	float: none;
	color: #333333;
	font-size: 11px;
	text-align: left;
	background-image: none;
	background-color: #DCC278;
	padding: 2px 2px 2px 5px;
	width: 202px;
	line-height: 22px;
}

/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover, ul#nav li:hover li:hover a, ul#nav li.iehover li a:hover, ul#nav li.iehover li.iehover a
{
	color: #FFFFFF;
	background-color: #946C2E;
	background-image: none;
}

/* second tier inside a dropdown SIZE and POSITION*/
ul#nav ul ul, ul#nav ul ul ul
{
	display: none;
	position: absolute;
	top: 7px;
	left: 130px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li.iehover ul ul, ul#nav li.iehover ul ul ul { display: none; }
ul#nav li:hover ul, ul#nav ul li:hover ul, ul#nav ul ul li:hover ul, ul#nav li.iehover ul, ul#nav ul li.iehover ul, ul#nav ul ul li.iehover ul { display: block; }



#sidebar
{
	margin: 60px 0 20px 0;
	padding: 0;
	float: left;
	width: 140px;
	font-size: 10px;
	line-height: 135%;
	border: 1px solid #856029;
	background-color: #efefef;
}

#sidebar h3
{
	margin: 0;
	padding: 1px 3px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	background-color: #856029;
}

#sidebar p
{
	margin: 0;
	padding: 3px 7px;
}

#sidebar ul
{
	margin: 0;
	padding: 4px 7px 6px 17px;
	list-style-image: url(/images/template/square.gif);
	list-style-position: outside;
}

#sidebar ul li
{
	margin: 0;
	padding: 0 0 2px 0;
}

#content-home
{
	margin: 0;
	padding: 40px 0 0 0;
	font-size: 12px;
	line-height: 145%;
}

#big_promo
{
	display: block;
	margin: 0 0 10px 0;
	padding: 0 60px;
	height: 260px;
	text-align: center;
}

#big_promo img.cover
{
	padding: 0 40px 0 0;
	float: left;
}

#big_promo h1
{
	padding: 0 0 10px 0;
	font-size: 26px;
	line-height: 130%;
}

#big_promo p
{
	font-size: 16px;
	line-height: 130%;
}

#details_promo
{
	display: block;

	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
}

#promos
{
	clear: both;
	padding: 3px 0;
	height: 158px;
}

#promos .product
{
	float: left;
	width: 196px;
	text-align: left;
}

#navigation {

}

#nav {

text-align: center

}

#content
{
	margin: 0;
	padding: 60px 0 0 0;
	float: right;
	width: 786px;
	font-size: 12px;
	line-height: 145%;
}

#content a { font-weight: bold; }
#content a:visited { color: #666; }

#content hr
{
	padding: 0 0 5px 0;
	border: 0;
	border-top: 1px solid #856029;
	clear: both;
}

#content h1, #content-home h1
{
	margin: 10px 0;
	color: #F93;
	font-size: 24px;
}

#content h2
{
	margin: 10px 0;
	font-weight: normal;
	color: #856029;
	font-size: 18px;
}

#content h3
{
	margin: 5px 0;
	font-weight: bold;
	color: #856029;
	font-size: 14px;
}

#content .product-image
{
	padding: 0 0 20px 20px;
	float: right;
}

p.quotebox
{
	padding: 7px;
	color: #fff;
	background-color: #856029;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.clear
{
	clear: both;
	float: none;
}

.warning
{
	color: #c00;
	font-weight: bold;
}

form.simple
{
	width: 500px;
	padding: 0 0 20px 0;
}

form div.row
{
	clear: both;
	padding: 10px 0 0 0;
}

form div.row span.label
{
	float: left;
	width: 180px;
	text-align: right;
}

form div.row span.input
{
	float: right;
	width: 300px;
	text-align: left;
}

form.feedburner
{
	margin: 10px 200px 10px 0;
	padding: 0 10px;
	border: 1px solid #856029;
	background-color: #efefef;
}

#footer
{
	margin-bottom: 5px;
	padding: 5px 0;
	border-top: 5px solid #8E652D;
	font-size: 11px;
}

/******
 * Borders
 * I use these for debugging the layout.
 */

/*
#sidebar { border: 1px solid green; }
#wrapper { border: 1px solid blue; }
#content { border: 1px solid red; }
*/
