@import url(brands.css.php);

*
{
	margin: 0; padding: 0;
}

body
{
	text-align: center;
	font: normal 0.75em/1.7em arial,helvetica,sans-serif;
	color: #404040;
	background: url(../pics/misc/page-bg.gif) 0 0 repeat-x #F9F5EA;
}

hr												{ display: none; }
.nodisplay, dfn, #siteadjust h4
{ 
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.spacer											{ display: block; clear: both; height: 1px; overflow: hidden; padding: 0; margin: -1px 0 0 0; }

fieldset										{ border: none; }
legend											{ display: none; }

input, select
{
	width: 95%;
	background-color: #F9F5EA;
	border-top: 1px solid #5D4931;
	border-left: 1px solid #5D4931;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0.2em 0;
}

.button
{
	width: auto;
	cursor: pointer;
	font: normal 100%/1.7em arial,helvetica,sans-serif;
	border: 0 solid;
	background-color: transparent;
	text-decoration: underline;
	background: url(../pics/misc/bullet.gif) 0 50% no-repeat;
	padding: 0 16px;
	text-align: left;
}

.checkbox, .radio								{ width: auto; }
input:focus, textarea:focus						{ background-color: #fff; }
.button:focus									{ background-color: transparent; }

img 											{ border: 0px none; }
strong, .info									{ font-weight: bold; }
a												{ color: #211305; }
a:visited										{ color: #211305; }
a:hover											{ color: #211305; }

ul, ol											{ list-style: none; }
li a											{ display: block; text-decoration: none; }

p												{ margin: 0 0 1.7em 0; }

.error
{
	background: url(../pics/misc/warning.gif) 0 0 no-repeat;
	padding-left: 48px;
}

label .error
{
	background-image: none;
	padding: 0;
	font-weight: normal;
	font-style: italic;
	color: #c00000;
}

abbr											{ cursor: help; }

/* ******************** page blocks */

#page
{
	width: 64em;
	text-align: left;
	margin: 0 auto;
}

#popup
{
	text-align: left;
	margin: 0 auto;
	padding: 1.7em 0;
}

#zoom
{
	border-top: 1px solid #5D4931;
	border-bottom: 1px solid #5D4931;
	text-align: center;
	padding: 0.84em 0;
}

#header-wrapper
{
	background: url(../pics/misc/header-wrapper.gif) 0 100% repeat-x #58452D;
	clear: left;
	width: 100%;
}

#header
{
	/*background: url(../pics/misc/header-bg.jpg) 50% 100% no-repeat;*/
	background: url(../special/pics/header.jpg) 50% 100% no-repeat;
	min-height: 16.5em;
	padding-top: 6em;
	margin-top: 1.7em;
	width: 100%;
}

#footer
{
	margin: 1.7em 0;
	background: url(../pics/misc/minilogo.gif) 16px 50% no-repeat #E9E0C5;
	width: 75%;
	padding: 0 0 0 25%;
	float: left;
}

/* ******************** header styles */

#siteadjust
{
	background-color: #261607;
	color: white;
	position: absolute;
	width: 64em;
	top: 0;
}

#siteadjust ul
{
	float: left;
	width: 23%;
	border-left: 1px solid #6f5d49;
}

#siteadjust ul.help
{
	width: 52.5%;
}

#siteadjust li
{
	display: inline;
}

#siteadjust li a, #siteadjust li span
{
	display: block;
	color: white;
	padding: 0 4px;
	text-decoration: underline;
	float: left;
	border-right: 1px solid #6f5d49;
}

#siteadjust li a:hover, #siteadjust li a:focus
{
	background-color: #6f5d49;
}

#siteadjust li span
{
	text-decoration: none;
	background-color: #6f5d49;
}

#siteadjust img
{
	margin: 3px 0;
	display: block;
}

.logo
{
	font-size: 100%;
	padding-right: 2%;
	float: right;
	position: relative;
	top: 2em;
	color: white;
}

.logo a
{
	color: white;
}

#header #slots
{
	width: 24%;
	margin-left: 76%;
	position: relative;
}

#header .slot
{
	background-color: #291907;
	height: 1.75em;
	margin-bottom: 1px;
}

#header ul
{
	color: white;
	width: 23%;
	margin-top: -14.7em;
	margin-left: 53%;
	position: relative;
	left: -1px;
}
   
#header ul ul
{
	width: 104%;
	margin: 0;
	left: 101%;
	position: relative;
	float: left;
}

#header ul ul#sub-1		{ margin-top: -3.7em; }
#header ul ul#sub-2		{ margin-top: -5.5em; }
#header ul ul#sub-3		{ margin-top: -7.35em; }
#header ul ul#sub-4		{ margin-top: -9.2em; }
#header ul ul#sub-5		{ margin-top: -11em; }
#header ul ul#sub-6		{ margin-top: -12.8em; }

#header ul li a, #header ul li .active
{
	color: white;
	background-color: #291907;
	margin-bottom: 1px;
	padding: 0 3% 0 3%;
	display: block;
	white-space: nowrap;
	line-height: 1.75em;
}

#header ul li .active
{
	background-color: #6F5D49;
}

#header ul li a:hover, #header ul li a:focus
{
	background-color: #6F5D49;
}

#header ul li a:visited
{
	background-image: url(../pics/misc/visited_nav.gif);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

/* ******************** footer styles */

#footer li
{
	display: inline;
}

#footer li a, #footer li span.active
{
	float: left;
	padding: 0 0.5em 0 0.5em;
	border-right: 1px solid #F9F5EA;
	text-decoration: underline;
}

#footer li a.first
{
	border-left: 1px solid #F9F5EA;
}

#footer li a:hover, #footer li a:focus
{
	background-color: #F9F5EA;
}

#footer li span.active
{
	background-color: #F9F5EA;
	text-decoration: none;
}

/* ******************** desk styles */


#path
{
	text-align: right;
}

#path .def
{
	font-weight: bold;
}

#path ul, #path ul li, #path ul li a
{
	display: inline;
}


#path ul li
{
	padding-left: 10px;
	background: url(../pics/misc/breadcrumb.gif) 0 50% no-repeat;
}

#path ul li.home
{
	padding-left: 0;
	background-image: none;
}

#path ul li a
{
	text-decoration: underline;
}

.textcol
{
	width: 48%;
	margin-right: 2%;
	float: left;
}

.imagecol
{
	width: 50%;
	float: right;
}

h2.imageheadline
{
	padding-left: 0.5em;
	margin-bottom: 0.7em;
	padding-top: 0.8em;
	clear: both;
}

#desk h1, #popup h1 
{
	font-size: 300%;
	line-height: 1em;
	font-weight: lighter;
	padding-bottom: 0.7em;
	font-family: Georgia, Palatino, Times New Roman, serif;
}

#desk h1 a			{ color: #666666; }
#popup h1			{ margin-left: 1em; }
#popup img			{ border: 1px solid #e9e0c5; }
h2					{ font-size: 120%; color: #423424; }
h2 a				{ display: block; }
h3					{ font-size: 100%; }
.hot				{ background-color: #F1EBD9; }
dl					{ border-bottom: 1px solid #423424; }

dt
{
	background-color: #E9E0C5;
	width: 43%;
	padding-left: 1%;
	border-top: 1px solid #423424;
	padding-right: 5%;
}

dd
{
	margin-top: -1.8em;
	margin-left: 48%;
	padding-left: 2%;
	width: 50%;
	border-top: 1px solid #423424;
}

dl.std dt
{
	background-color: transparent;
	font-weight: bold;
}

.teaser			{ margin-bottom: 1.5em; }

.teaserimage
{
	float: left;
	width: 80px;
	border: 1px solid #ccc;
	padding: 3px;
	background-color: white;
}

.teasertext
{
	padding-left: 0.5em;
	float: left;
	width: 73%;
}

.teaserimage img		{ display: block; }
.teasertext p			{ margin: 0; }

.remark
{
	color: #585858;
	margin-top: 1.7em;
	font-style: italic;
}

label
{
	color: #211305;
	font-weight: bold;
	cursor: pointer;
}

.longform label
{
	margin-top: 0.85em;
	display: block;
}

.longform .button
{
	margin-top: 0.85em;
	margin-bottom: 1.5em;
}

.lexlink
{
	padding-left: 16px;
	background: url(../pics/misc/lexbullet.gif) 3px 50% no-repeat;
}

.letterchoice
{
	margin: 0 0 1.7em 0;
	float: left;
	width: 100%;
}

.letterchoice li		{ float: left; }

.letterchoice li a, .letterchoice li span
{
	display: block;
	width: 1.8em;
	background-color: #e9e0c5;
	font-size: 120%;
	text-align: center;
	padding: 0.2em 0;
	border: 1px outset #e9e0c5;
	float: left;
}

.letterchoice li a:hover, .letterchoice li a:focus, .letterchoice li span
{
	border: 1px inset #e9e0c5;
	background-color: white;
}

.letterchoice li span	{ background-color: #F1EBD9; }

.moon-newmoon 			{ background: url(../pics/moonphase/newmoon.gif) 95% 50% no-repeat #E9E0C5; }
.moon-firstquarter		{ background: url(../pics/moonphase/firstquarter.gif) 95% 50% no-repeat #E9E0C5; }
.moon-lastquarter 		{ background: url(../pics/moonphase/lastquarter.gif) 95% 50% no-repeat #E9E0C5; }
.moon-fullmoon 			{ background: url(../pics/moonphase/fullmoon.gif) 95% 50% no-repeat #E9E0C5; }

.separator
{
	background: url(../pics/misc/separator.gif) 50% 50% no-repeat;
	height: 1.7em;
	margin-bottom: 1.7em;
	clear: both;
}

.blindseparator			{ margin: 1.5em 0; }

div.more a, ul.more a, ul.more .current, a.more
{
	background: url(../pics/misc/bullet.gif) 0.2em 50% no-repeat;
	padding: 0 16px;
	text-decoration: underline;
	display: block;
}

div.more a:visited, ul.more a:visited, a.more:visited
{
	background-image: url(../pics/misc/active.gif);
}

ul.more .current
{
	background-image: none;
	text-decoration: none;
}

ul.std, ul.more, dl.std
{
	margin-bottom: 1.7em;
}

ul.std li
{
	background: url(../pics/misc/ulbullet.gif) 0 1.25em no-repeat;
	padding: 0.75em 0 0.75em 32px;
}

/* ***** images */

.productimage, .productimage dt, .productimage dd, .big-image, .big-image dt, .big-image dd
{
	border: 0 solid;
	padding: 0;
	margin: 0;
}

.productimage
{
	height: 1px;
	overflow: visible;
	padding: 1px;
}

.productimage dt
{
	width: 166px;
	background-color: #5D4931;
	float: left;
	padding: 4px;
	margin: 0 8px;
	height: 132px;
	color: white;
}

.productimage dd
{
	width: 174px;
	float: left;
	position: relative;
	margin: 140px 9px 1.7em -182px;
}

.big-image dt
{
	width: 355px;
	height: 286px;
	background-color: #5D4931;
	float: left;
	padding: 4px;
	margin: 0 8px 0 6px;
	color: white;
}

.big-image dd
{
	width: 355px;
	background-color: #5D4931;
	float: left;
	margin: 0 0 1.7em 6px;
	padding: 4px;
}

.caption
{
	display: block;
	margin: 0;
	width: auto;
	color: white;
}

.productimage a, .productimage span
{
	color: white;
	display: block;
}

.productimage dt img 			{ border: 1px solid #100901; }
.productimage dt a img			{ border: 0 solid; }
.productimage dt a				{ border: 1px solid #100901; }

.productimage dt a:hover, .productimage dt a:focus
{
	border: 1px solid #ffcc00;
}

.productimage img, .big-image img
{
	display: block;
	background-color: white;
}

.productimage dd a, .productimage dd span
{
	background-color: #5D4931;
	padding: 4px 40px 4px 4px;
	min-height: 3.4em;
}

.productimage .more a 			{ background: url(../pics/misc/more.gif) 139px 100% no-repeat #5D4931; }
.productimage .zoom a 			{ background: url(../pics/misc/zoom.gif) 139px 100% no-repeat #5D4931; }
.productimage .more a:visited 	{ background-image: url(../pics/misc/more_visited.gif); }

.productimage dd a:hover, .productimage dd a:focus
{
	background-color: #7E664A;
}

/* ***** sitemap */

.sitemap
{
	width: 100%;
	float: left;
	border-right: 1px solid #211305;
	border-top: 1px solid #211305;
}

.sitemap li
{
	width: 20%;
	float: left;
	border-left: 1px solid #211305;
	margin-left: -1px;
}

.sitemap li a
{
	float: left;
	width: 94%;
	padding: 1.7em 3%;
	text-decoration: underline;
	background-color: #6f5d49;
	color: white;
}

.sitemap ul, .sitemap ul li, .sitemap ul li a
{
	width: 100%;
	border: 0 none;
	background-color: transparent;
	margin: 0;
}

.sitemap ul li a
{
	width: 94%;
	padding: 0 3%;
	color: #211305;
	font-style: italic;
}

.sitemap ul ul li a
{
	width: 80%;
	padding: 0 10%;
	font-weight: bold;
	font-style: normal;
}

.sitemap ul ul ul li a
{
	font-weight: normal;
}

.sitemap li a:hover, .sitemap li a:focus
{
	background-color: #e9e0c5 !important;
	color: #211305;
}

/* ***** gloabl stuff */
.more li a:hover, .more li a:focus, .lexlink:hover, .lexlink:focus, .teaser a:hover, .teaser a:focus, p a:hover, p a:focus
{
	background-color: #e9e0c5 !important;
}

.lang
{
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
	background-color: transparent !important;
	border: auto !important;
}

.std li a
{
	display: inline;
}

.center { text-align: center; font-weight: bold; font-size: 16px;}

