html, body {
	margin : 0px;
	height : 100%;
}

body, td {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	line-height : 1.4em;
}

body {
	background : url(/images/layout/bg.jpg) fixed center top;
}

a {
	color : #4B2A17;
}

img {
	border : none;
}


#contentContainer {
	width : 970px;
	z-index : 1000;
}

#header {
	height : 70px;
	position : relative;
	margin-bottom : 5px;
}

#logo {
	position : absolute;
	left : 10px;
	top : 5px;
}

#siteSearch {
	position : absolute;
	right : 10px;
	top : 20px;
	display : block;

	text-align : left;
}

#siteSearchButton {
	position : absolute;
	left : 0px;
	top : 0px;
}

#siteSearchBox {

	width : 135px;
}

#siteSwitcher {
	position : absolute;
	top : 10px;
	right : 250px;
}

#nav {
	line-height : 13px;
	margin : 3px 0px 0px 0px;
	z-index : 1000;
}

#nav .navSep {
	margin : 0px 20px 1px 20px;
}

ul.sf-navbar {
	margin : 0px;
	padding : 0px;
	padding-left : 50px;
	list-style : none;
	z-index : 1000;
}

ul.sf-navbar li {
	padding : 0px;
	display : block;
	margin : 0px 3px;
	float : left;
	position : relative;
	height : 16px;
	z-index : 1000;
}

ul.sf-navbar ul {
	margin : 0px;
	padding : 0px;
	position : absolute;
	left : 0px;
	top : 18px;
	display : none;
	border : 2px solid #8F8272;
	border-bottom : none;
	text-align : left;
	width : 220px;
	z-index : 1000;
}

ul.sf-navbar ul li {
	float : none;
	margin : 0px;
	display : block;
	background : #C0BBB6;
	padding : 3px 10px 3px 5px;
	line-height : 16px;
	border-bottom : 2px solid #8F8272;
	font-family : courier new, monospace;
	font-size : 12px;
	text-transform : uppercase;
	position : relative;
}

ul.sf-navbar ul li a {
	background : url(/images/layout/nav/star.png) no-repeat left center;
	padding-left : 15px;
	text-decoration : none;
	color : #4B2A17;
}

ul.sf-navbar ul li a:hover {
	color : #3E4B27;
}

ul.subnav {
	margin-left : 0px;
	padding-left : 0px;
	list-style : none;
}

ul.subnav li {
	margin-bottom : 5px;
}

ul.subnav a {
	background : url(/images/layout/nav/star.png) no-repeat left center;
	padding-left : 15px;
	text-decoration : none;
	color : #4B2A17;
	font-family : courier new, monospace;
	font-size : 12px;
	text-transform : uppercase;
}

ul.subnav a:hover {
	color : #3E4B27;
}



#footer {
	text-align : center;
	font-family : courier new, monospace;
	font-size : 12px;
	line-height : 14px;
	color : #494949;
	margin-top : 20px;
}

#footerContent {
	border : 1px solid #8F8272;
	background : #C0BBB6;
	margin : 0px 5px;
}

.footerColumn {
	float : left;
	margin : 10px;
	text-align : left;
}

#footer #footerNav {
	color : #1C572F;
}

#footer a {
	color : #4C2B18;
}

#homeTeasers {
	margin : 10px 0px;
	font-size : 12px;
}



.box {
	border : 1px solid #8F8272;
	background : url(/images/layout/box_bg.jpg);
	margin : 5px;
	text-align : left;
}

.subnavBox {
	background : #C0BBB6
}

.boxInner {
	margin : 10px;
}

#homeTeasers .box {
	float : left;
}

ul.nopad {
	margin-left : 8px;
	padding-left : 8px;
}

ul.spaced li {
	margin-bottom : 5px;
}

em {
	font-family : courier new, monospace;
	color : #644736;
	font-style : normal;
}

#sectionLinks a {
	outline : none;
}

.section {
	display : none;
}

.first {
	display : block;
}


#productVideos .video {
	margin-bottom : 10px;
}

#productVideos .video .thumb {
	float : left;
	margin-right : 10px;
} 

.compare td {
	text-align : center;
	font-family : courier new, monospace;
	padding : 0px 10px;
}

.productThumbs a {
	display : block;
	float : left;
	margin : 5px;
}

#headlineSelector {
	margin-bottom : 20px;
	font-size : 14px;
	font-weight : bold;
}

#headlineSelector a {
	outline : none;
}

#headlineSelector a.selected {
	color : #3B4A24;
}


ul#events li {
	margin-bottom : 10px;
}

ul.starred li {
	padding-left : 20px;
	background : url(/images/layout/star.png) no-repeat top left;
	list-style : none;
}


h2 {
	font-size : 18px;
	line-height : 1.4em;
}
