body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}

body ul li, body ol li {
	margin-left: 0px;
	padding-left:0px;
}


/* Top header */
#header {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Top header (Home, Contact, etc) */
#headerNavigation {
	position: absolute;
	top: 0px;
	left: 184px;
	height: 15px;
	width: 188px;
	margin: 0px;
	padding: 0px;
	background-image: url(../pics/bg-headernavigation.gif);
}
#headerNavigation ul {
	margin: 0px;
	padding:0px;
}
#headerNavigation ul li {
	margin-left: 0px;
	padding-left: 7px;
	padding-right: 1px;
	display: inline;
	background-image: url(../pics/bg-block.gif);
}
#headerNavigation ul li a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#headerNavigation ul li a:hover {
	text-decoration: underline;
}

/* Footer */
#footer {
	margin-top: 30px;
	clear: both;
	height: 21px;
	width: 893px;
	background-image: url(../pics/footer.gif);
	background-repeat: no-repeat;
}
#footer #disclaimer {
	margin-left: 5px;
	width: 174px;
	float: left;
}
#footer #footerNavigation {
	background-image: url(../pics/bg-footer.gif);
	background-repeat: repeat-x;
	float: left;
	height: 15px;
}
#footer #footerNavigation ul {
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
}
#footer #footerNavigation ul li {
	margin-left: 0px;
	padding-left: 7px;
	padding-right: 1px;
	display: inline;
	background-image: url(../pics/bg-block.gif);
	background-repeat: no-repeat;
}
#footer a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}



/* Logo */
#logo {
	position: absolute;
	top: 32px;
	left: 38px;
}

/* Menu environment */
#menu {
	position: absolute;
	left: 210px;
	top: 95px;
}
#menu .main {
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	float: left;
	margin-right: 3px;
	cursor: hand;
}
#menu .sub {
	overflow: hidden;
	position: absolute;
	padding: 9px;
	margin-left: 8px;
	top: 20px;
	background-color: #fff;
	border: solid 1px #369929;
}
#menu .sub ul {
	list-style: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
#menu .sub ul li {
	padding-bottom: 1px;
	border-bottom: solid 1px #ccc;
}
#menu .sub ul li a {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	text-decoration: none;
}
#menu .sub ul li a:hover {
	color: #369929;
	text-decoration: none;
}
#menu .sub ul li a.small {
	margin-left: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#menu .sub ul li a.small:hover {
	color: #369929;
}


/* Search */
#search {
	position: absolute;
	left: 185px;
	top: 119px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
}
#search input {
	border: solid 1px #999;
	width: 108px;
	height: 11px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	line-height: 11px;
}
#search a {
	color: #666;
	text-decoration: none;
}
#search a:hover {
	text-decoration: underline;
}

/* Content */
#content {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 893px;
	margin: 0px;
	padding: 0px;
	color: #333;
}
	
#content #breadcrumbs {
	width: 874px;
	border-bottom: solid 1px #999;
	float: right;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #666;
}
#content #breadcrumbs strong {
	color: #333;
}
#content #breadcrumbs a {
	color: #666;
	text-decoration: none;
}
#content #breadcrumbs a:hover {
	text-decoration: underline;
}	

#content #contentTitle {
	width: 888px;
	float: right;
}
#content #contentTitle h2 {color:#393; font-size:11px; line-height:12px; margin-bottom:4px;}

#content #contentTitleBrands {width:870px; clear:both; float:right;}
#content #contentTitleBrands h2 {color:#393; font-size:12px; line-height:12px; margin-bottom:4px;}

#content #contentText {
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	float: right;
	width: 681px;
	padding-top: 13px;
	padding-right: 13px;
	margin: 0px;
}

#content #contentText h1 {
	font-size: 18px;
	line-height: 22px;
	color: #393;
}

#content #contentText h2 {
	font-size: 12px;
	line-height: 14px;
	color: #333;
}

#content #contentText a {
	text-decoration: underline;
	color: #333;
}
#content #contentText a:hover {
	text-decoration: none;
	color: #666;
}
	
/* Quicklink container at the left side */
#content #quickLinks {
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	width: 160px;
	float: right;
	margin-right: 18px;
}
#content #quickLinks ul {
	margin-left: 5px;
	margin-top: 3px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(../pics/block-menu0.gif);
}
#content #quickLinks ul li {
	margin: 0px;
}
#content #quickLinks ul li a {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	text-decoration: none;
}
#content #quickLinks ul li a:hover {
	text-decoration: underline;
}
#content #quickLinks ul li ul {
	margin-left: 15px;
	list-style-image: url(../pics/block-menu1.gif);
}
#content #quickLinks ul li ul li a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#content #quickLinks ul li ul li a:hover {
	text-decoration: underline;
}
#content #quickLinks ul li a.selected {
	color: #393;
}

/* General styles used throughout the site */

#print_footer {display: none;}
#print_header {display: none;}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	font-size: 0px;
	height: 1px;
	overflow: hidden;
	line-height: 0px;
}

.leftColumn {float:left;}
.rightColumn {float:right;}

.thumbnail {
	border-top: solid 1px #999;
	border-right: solid 1px #666;
	margin-bottom: 9px;
	float: right;
}

.green {color:#369929;}
.red {color:#b21111;}
