html, body{
	margin:0;
	padding:0;
	font-family:verdana,helvetica,sans-serif;
	color:#292900;
	font-size:11px;
}

body{
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#DEDDBB;
	background-position:0 -6em;
}

h6{font-size:1.2em;}
h5{font-size:1.4em;}
h4{font-size:1.6em;}
h3{font-size:1.8em;}
h2{font-size:2.0em;}
h1{font-size:2.2em;}

h1,h2,h3,h4,h5,h6{
	margin:0;
	line-height:2em;
}

img{border:0;}

a{color:inherit;}

br.clear{
	clear:both;
	line-height:0;
}

/** Useful in hidding information like email addresses from spiders and bots **/
span.reverse{
	direction:rtl;
	unicode-bidi:bidi-override;
}

/*** CFForm Fixes for "basiccss" skin ***/
.cfform, .cfform *{
	font-family:inherit !important;
	font-size:inherit !important;
}
			
.cfform fieldset{border:0;padding:0;margin:0;clear:none;}
.cfform .cfFirstChild{width: 110px !important;}
.cfLabelTitle{margin:0 !important;line-height:1.9em;}
.cfInput, .cfTextarea, .cfSelect{border:0.09em solid #292900;padding:0.27em;}
.cfInput{width:16em;}
.cfSelect{width:16.7em;}
.cfLabelPosLeft{height:100%;display:block;overflow:hidden;}
.horizontal .cfInput{width:4.6em;}
.horizontal .cfLabelTitle{width:auto;}
.horizontal .cfText{line-height:1.9em;padding:0 !important;font-style:oblique;}

/*** header styles ***/
#header{
	background-image:url(../images/header-background.png);
	background-position:1px -1.2em;
	background-repeat:repeat-x;
	height:10em;
}

#header .nav{
	color:#fff;
	border-bottom:1px solid #fff;
	width:87.3em;
	height:5.9em;
	margin:0 auto;
}

/* 05.20.08 BMW - REMOVED - Replaced with semi-transparent background image in #sub */
/*
#header .nav #sub-back{
	float:right;
	width:46.4em;
	height:1.8em;
	margin-top:-5.5em;
	background-color:#514329;
	opacity:0.65;
}
*/

#header .nav #sub{
	float:right;
	font-size:0.9em;
	margin-top:-5.8em;
	letter-spacing:1px;
	width:51em;
	background-image:url(../images/main-nav-hover-background.png);
	line-height:2em;
}

#header .nav #main{
	float:right;
	font-size:1.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	margin-top:-1.3em;
}

#header .nav #main ul,
#header .nav #sub ul{
	list-style:none;
	margin:0;
	padding:0;
}

#header .nav #main li.selected{
	background-image:url(../images/main-nav-hover-background.png);
}

#header .nav li{display:inline;}
#header .nav #main li{padding:0 0.5em;}
#header .nav #sub li{padding:0 1em;border-right:1px solid #fff;}

#header .nav a{text-decoration:none;}

/*** Content Styles ***/
#wrapper{
	background-image:url(../images/content-background.png);
	background-position:0 100%;
	background-repeat: repeat-x;
	width: 98em;
	padding-bottom:4.5em;
	min-height:20em;
	margin:0 auto;
}

#content{
	width:98em;
	margin:0 auto;
	overflow:hidden;
}

#inner-content{
	padding-left:18.3em;
	width:75em;
	margin:0 auto;
	padding:0 2em 0 20.3em;
}

#inner-content > div{
	padding-left:3em;
	width:58.2em;
}

#inner-content ul,
#homepage-features ul{list-style-image:url(../images/blue-content-bullet.png);}

#sidebar-wrapper{	
	float:left;
	min-height:15em;
}

#sidebar-top{background-image:url(../images/sidebar-background-top.png);}
#sidebar-inside{background-image:url(../images/inner-content-background.png);}

#sidebar-bottom{
	background-image:url(../images/sidebar-background-bottom.png);
	background-position:100% 100%;}

#sidebar-top, #sidebar-bottom{
	background-repeat:repeat-x;
	height:6em;
}

#sidebar-top, #sidebar-inside{background-position:100% 0;}

#sidebar{
	float:left;
	position:relative;
	bottom:4em;
	margin:0 0 0 3px;
}

#sidebar ul{list-style:none;margin:0 0 0 27px; padding:0;}
#sidebar li{margin:1em 0;}
#sidebar li.selected{list-style-image:url(../images/sidebar-bullet.gif); list-style-position:outside; list-style-type:none}
#sidebar a{text-decoration:none;}
#sidebar ul ul{margin-left:2em;color:#036;}

#sidebar .item{
	margin:1em 0;
}
#sidebar .item .active{
	padding:0 1em 0 32px;
	background-image:url(../images/sidebar-bullet.gif);
	background-repeat:no-repeat;
}
#sidebar .item .inactive{
	padding:0 1em 0 32px;
}
#sidebar .item .ad{
	padding:1em 1em 0 38px;
}
#content h1{
	background-image: url(../images/page-header-background.png);
	background-repeat:no-repeat;
	color:#fff;
	line-height:4.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	text-transform:uppercase;
	padding-left:1.3em;
	position:relative;
	top:-1em;
	margin-bottom:-1em;
	width:32.3em;
}

#content h2, #content h3{color:#036;}
#content h2{font-size:1.3em;}
#content h2 a{text-decoration:none;}
#content h3{font-size:1.1em;font-weight:400;}

/*** Homepage styles ***/
#content #flash-holder{
	height:387px;
	position:relative;
	left:-16px;
}
#content #homepage-features div{float:left;}

#content #homepage-features div h2{
	font-size:1.9em;
	line-height:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:400;
	border-bottom:1px solid #330;
}

#content #homepage-features li{line-height:1.9em;}
#content #homepage-features a.arrow{float:right;}

#idea-gallery-feature{
	background-image:url(../images/home-idea-gallery-feature-background.png);
	background-repeat:no-repeat;
	padding:0 2.9em;
	margin:0 0.5em;
	height:22.3em;
}

#idea-gallery-feature h2{border-bottom:0 !important;}

/*** Product Grid styles ***/
div.product-grid{width:70em !important;}

div.product-grid > div{
	float:left;
	vertical-align:bottom;
	width:34em;
	padding-bottom:4em;
}

div.product-grid > div.right{
	border-left:1px solid #bdba75;
	padding-left:2em;
	width:33em;
}

div.product-grid div.image{float:left;width:16.5em;}
div.product-grid div p{font-style:oblique;}

/*** Footer Styles ***/
#footer{
	background-image:url(../images/footer-background.png);
	background-repeat:repeat-x;
	text-align:center;
	width: 100%;
	height:10em;
}

#footer .content{
	margin:0 auto;
}

#footer .nav{
	color:#fff;
	width:87.3em;
	margin:0 auto;
}

#footer .nav ul{
	margin:0;
	padding:1.5em 0;
	list-style:none;
}

#footer .nav li{
	display:inline;
	padding:0 1em;
	border-right:1px solid #fff;
}

#footer .nav li a{text-decoration:none;}

#footer .address{
	margin:0 auto;
	opacity:0.75;
	color:#fff;
	padding-bottom:1em;
	line-height:1.2em;
}
