* {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
}

body {
	text-align: center;
	background: #ffffff url(/images/body_bg.png) repeat-x;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	width: 1092px;
	position: relative;
	text-align: left;
	background: #ffffff url(/images/site_bg.png) no-repeat top left;
}

.innerContainer {
	margin-left: 54px;
	width: 980px;
	position: relative;
	text-align: left;
}

.header {
	position: relative;
	height: 141px;
	background: url(/images/header_bg.png) repeat-x;
}

.firstRow {
	position: relative;
	/*background: #ffffff;*/
	height: 80px;
}

.secondRow {
	position: relative;
	/*background: #ffedb8;*/
	height: 1px;
	overflow: hidden;
}

.thirdRow {
	position: relative;
	/*background: #fcc918;*/
	height: 12px;
}

.menuRow {
	position: relative;
	height: 39px;
	z-index: 4;
}

.fourthRow {
	position: relative;
	height: 7px;
}

.breadcrumbRow {
	position: relative;
	height: 20px;
	text-align: left;
	font-size: 10px;
	font-family: verdana;
	padding: 0;
	color: #000000;
}

.sixthRow {
	position: relative;
	background: #ffffff;
	height: 0px;
	overflow: hidden;
}

.breadCrumbs {
	position: relative;
	margin-bottom: 15px;
}

.breadCrumbs a {
	font-size: 10px;
	font-family: verdana;
	color: #000000;
	text-decoration: none;
}

.breadCrumbs a:hover {
	text-decoration: underline;
}

.logo {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 73px;
	overflow: hidden;
}

.weruDealerLogo {
	position: absolute;
	top: 10px;
	right: 10px;
}

.otherLogos {
	position: absolute;
	top: 10px;
	right: 130px;
	width: 300px;
	height: 42px;
	background: white;
}

.search {
	position: absolute;
	bottom: 62px;
	right: 10px;
}

.search input.searchValue {
	width: 97px;
	border: none;
	font-size: 10px;
	font-family: verdana;
	padding: 2px;
	padding-right: 17px;
	background: #fee571;
	height: 13px;
	border-top: 1px solid #fee571;
}

.search img {
	position: absolute;
	display:  block;
	padding: 0;
	top: 1px;
	_margin-top: 2px;
	right: 2px;
}

.searchResult {
	color: #000000;
}

.searchResultImage {
	float: left;
	width: 60px;
	position: relative;
	border-right: 1px solid #c6c7c8;
	margin-right: 10px;
}

.searchResult a {
	color: #000;
	text-decoration: none;
}

.searchResult a:hover {
	text-decoration: none;
}

.searchResult a h2 {
	font-size: 12px !important;
	margin-bottom: 0;
}

.content {
	position: relative;
	background: #ffffff;
	z-index: 3;
}

.contentPadding {
	position: relative;
	/*padding: 21px 20px 13px 18px;*/
	padding: 18px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	font-family: arial;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 11px;
}

.content h3, .content h4, .content h5, .content h6 {
	font-size: 14px;
}

.content p, .content table {
	font-family: verdana;
	font-size: 12px;
	line-height: 14px;
}

.content {
	font-family: verdana;
	font-size: 12px;
	line-height: 14px;
}

.content p {
	margin-bottom: 14px;
}

.standardContent {
	padding-bottom: 20px;
}

.standardContent, .standardContent table, .standardContent p {
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
}

.standardContent p {
	margin-bottom: 18px;
}

.standardContent h1, .standardContent h2, .standardContent h3, .standardContent h4, .standardContent h5, .standardContent h6 {
	font-family: arial;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
}

.standardContent h3, .standardContent h4, .standardContent h5, .standardContent h6 {
	font-size: 17px;
	line-height: 20px;
}

.standardContent ul {
	list-style-type: none;
	margin-bottom: 15px;
	float: left;
}

.standardContent ul li {
	background: url(/images/google_arrow.png) no-repeat 0 7px;
	padding-left: 10px;
}

.newsLetterBox {
	position: relative;
	background: url(/images/newsletter_box.png) no-repeat;
	width: 351px;
	height: 79px;
	float: right;
	margin-left: 20px;
}

.newsLetterBoxPadding {
	position: relative;
	padding: 13px 17px 17px 12px;
}

.newsLetterBox h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 13px;
}

.newsLetterBox table {
	font-family: verdana;
	font-size: 10px;
}

.newsLetterBox input {
	font-family: verdana;
	font-size: 10px;
	width: 200px;
}

.niceButton {
	position: relative;
	height: 14px;
	overflow: hidden;
	cursor: pointer;
}

.readMore a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	line-height: 12px;
}

.niceButton .nbtnLeft {
	position: relative;
	width: 15px;
	height: 14px;
	background: url(/images/nbtn_left.png) no-repeat;
	float: left;
}

.niceButton .nbtnMiddle {
	position: relative;
	height: 14px;
	background: url(/images/nbtn_middle.png) repeat-x;
	float: left;
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	padding-left: 2px;
}

.niceButton .nbtnRight {
	position: relative;
	height: 14px;
	width: 7px;
	background: url(/images/nbtn_right.png) repeat-x;
	float: left;
}

.banners {
	position: relative;
}

.normalBanners {
	float: right;
	width: 185px;
	margin-left: 20px;
}

.box {
	position: relative;
	width: 185px;
	height: 266px;
	float: left;
}

.newsLetterBannerbox {
	position: relative;
	width: 183px;
	float: left;
	border: 1px solid #c6c7c8;
}

.newsLetterBannerbox h2 {
	font-family: verdana;
	font-size: 12px;
	margin-bottom: 0px;
}

.newsLetterBannerbox .readMore {
	margin-top: 5px;
}

.newsLetterBannerbox span {
	font-size: 10px;
}

.graybox {
	background: url(/images/box.png) no-repeat;
}

.bluebox {
	background: url(/images/bluebox.png) no-repeat;
}

.yellowbox {
	background: url(/images/yellowbox.png) no-repeat;
}

.box h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 3px;
	line-height: 16px;
}

.box p {
	font-family: verdana;
	font-size: 10px;
	margin-bottom: 8px;
	line-height: 14px;
}

.box .image {
	position: relative;
	width: 159px;
	height: 137px;
	margin-top: 5px;
	margin: 0 auto;
	text-align: center;
}

.box .readMore {
	position: relative;
	margin-top: 5px;
	float: right;
}

.homeBanners {
	position: relative;
	width: 980px;
	margin-left: -18px;
	background: url(/images/homebanner_bg.png) no-repeat top left;
	height: 342px;
	padding-left: 1px;
}

.boxhome {
	position: relative;
	width: 244px;
	height: 342px;
	float: left;
	border-bottom: 1px solid #d6d6d6;
}

.boxhome h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	height: 31px;
	margin-bottom: 0;
	line-height: 31px;
	overflow: hidden;
	padding: 2px 10px 2px 10px;
	background: #e5e5e5 url(/images/homebox_h2_bg.png) repeat-x bottom;
}

.boxhome p {
	font-family: verdana;
	font-size: 11px;
	margin-bottom: 8px;
	line-height: 14px;
	padding: 10px;
}

.boxhome .image {
	position: relative;
	width: 244px;
	height: 191px;
	margin: 0;
	margin-top: 0;
	margin-bottom: 3px;
	text-align: center;
}

.boxhome .image img {
	width: 244px;
	height: 191px;
	margin: 0;
	padding: 0;
}

.boxhome .readMore {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.boxaction {
	position: relative;
	width: 244px;
	height: 342px;
	float: left;
	border-bottom: 1px solid #d6d6d6;
}

.boxaction h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	height: 31px;
	margin-bottom: 0;
	line-height: 31px;
	overflow: hidden;
	padding: 2px 10px 2px 10px;
	background: #e5e5e5 url(/images/homebox_h2_bg.png) repeat-x bottom;
}

.boxaction h3 {
	position: absolute;
	top: 15px;
	left: 10px;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	font-family: arial;
	margin: 0;
	padding: 0;
}

.boxaction p {
	font-family: verdana;
	font-size: 10px;
	margin-bottom: 8px;
	line-height: 14px;
	padding: 10px;
}

.boxaction .image {
	position: relative;
	width: 244px;
	height: 307px;
	margin: 0;
	margin-top: 0;
	margin-bottom: 3px;
	text-align: center;
	z-index: 30;
}

.boxaction .image img {
	width: 244px;
	height: 307px;
	margin: 0;
	padding: 0;
}

.boxaction .readMore {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 40;
}

.boxSpacer {
	position: relative;
	width: 1px;
	float: left;
	height: 342px;
	background: url(/images/home_spacer_bg.png) no-repeat top left;
}

.boxSpacerNormal {
	position: relative;
	width: 185px;
	float: left;
	height: 12px;
}

.box .boxPadding {
	position: relative;
	padding: 14px 14px 10px 12px;
}

.footer {
	position: relative;
	background: #fcc918;
	text-align: center;
	margin-bottom: 10px;
}

.footer, .footer table, .footer a {
	font-family: verdana;
	font-size: 12px;
	color: #6f6f6f;
	line-height: 21px;
}

.footer table {
	width: 100%;
	text-align: left;
	margin-bottom: 50px;
}

.footer span {
	font-weight: bold;
}

.footer a {
	text-decoration: none;
}

.footerPadding {
	position: relative;
	padding: 2px 42px 2px 42px;
}

/* Sliders */
.slider {
	float: left;
	position: relative;
	margin-bottom: 15px;
}

div.slider-home div.slider {
	margin-bottom: 0px !important;
}

.slider .slidesContainer {
	height: 284px;
	overflow: hidden;
	position: relative;
}

div.slides {
	position: absolute;
	top: 0;
	left: 0;
}

ul.slides {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: none;
}

ul.slides li div.sliderText {
	position: absolute;
	display: block;
	width: 200px;
	background: white;
	padding: 14px;
	padding-top: 20px;
	margin: 0;
	color: black;
	top: 0;
	height: 284px;
	overflow: hidden;

	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}

ul.slides li div.sliderText h2 {
	font-family: verdana;
	font-size: 24px;
	line-height: 27px;
	font-weight: normal;
	margin-bottom: 9px;
}

ul.slides li div.sliderText p {
	font-family: verdana;
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 15px;
}

div.slides > div, ul.slides li {
	position: absolute;
	top: 0;
	display: none;
	padding: 0;
	margin: 0;
}

ul.pagination {
	list-style: none;
	padding: 7px 7px 7px 7px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	list-style-type: none;
	background: #ffffff;
    width: auto !important;
}

ul.pagination li {
	float: left;
	margin-right: 1px;
	background: none;
	padding-left: 0;
}

ul.pagination li a {
	padding: 2px 6px 2px 6px;
	color: #000000;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
}

ul.pagination li.active a {
	background: #6f6f6f;
	color: white;
	text-decoration: none;
}

.boxaction ul.pagination {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 318px;
	left: 5px;
	list-style-type: none;
	background: transparent;
    width: auto !important;
    z-index: 50;
}

.boxaction ul.pagination li a {
	display: block;
	color: #000000;
	padding: 2px 6px;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	float: left;
	margin-left: 2px;
	background: #ffd200;
}

.boxaction ul.pagination li.active a {
	background: #000000;
	color: white;
	text-decoration: none;
}


.productSubMenu {
	position: relative;
	float: left;
	margin-right: 15px;
	width: 140px;
	border: 1px solid #dcdddd;
	font-family: arial;
	font-size: 12px;
	line-height: 19px;
}

.productSubMenuItem {
	font-weight: bold;
}

.productSubMenu a {
	color: #191814;
	font-family: arial;
	font-size: 12px;
	font-weight:  normal;
	text-decoration: none;
}

.productSubMenuPadding {
	padding: 10px;
}

.newsBox {
	position: relative;
	float: left;
	width: 152px;
	border: 1px solid #d1d1d1;
}

.newsBoxPadding {
	position: relative;
	padding: 10px;
}

.newsBox h2 {
	display: block;
	margin: 0;
	padding: 0;
	background: #6f6f6f;
	color: white;
	font-size: 12px;
	padding-left: 9px;
	line-height: 29px;
	font-family: verdana;
}

.newsBox h3 {
	font-size: 12px;
	font-family: verdana;
	margin-bottom: 4px;
	line-height: 14px;
}

.newsItems {
}

.newsItems .date {
	color: #7e7e7e;
}

.newsItems h2 {
	font-size: 12px;
	margin: 0;
	font-family: verdana;
}

.newsItems p {
	margin: 0;
}

.newsItems a {
	margin: 0;
	text-decoration: none;
	color: #7e7e7e;
}

.newsItems table {

}

.newsItems table tr {
}

.hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #c6c7c8;
}

.newsItems .hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #c6c7c8;
}

/*faq*/
.faqQuestionAnswer {
}

.faqQuestionAnswer .question {
	position: relative;
	border-top: 1px solid #c6c7c8;
	background: url(/images/plus.png) no-repeat center right;
	line-height: 28px;
	color: #000000;
	cursor: pointer;
}

.faqQuestionAnswer .questionActive {
	position: relative;
	border-top: 1px solid #c6c7c8;
	line-height: 28px;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
}

.faqQuestionAnswer .questionActive span {
}

.faqQuestionAnswer .number {
	margin-top: 6px;
	margin-right: 10px;
	position: relative;
	float: left;
	width: 14px;
	height: 14px;
	background: url(/images/number_block.png) no-repeat center;
	color: #000000;
	text-align: center;
	line-height: 14px;
	font-size: 10px;
}

.faqQuestionAnswer .answer {
	position: relative;
	display: none;
	padding-bottom: 15px;
	padding-left: 25px;
}

/*dealer locator*/
.googleMap {
	border: 1px solid #c6c7c8;
	width: 700px;
}

.map {
	float: left;
}

.sideBar {
	float: left;
	width: 200px;
}

.sideBar ul {
	list-style-type: none;
}

.sideBar a {
	color: #000000;
	text-decoration: none;
}

.sideBar a:hover {
	color: #000000;
}

.corpLogo {
	position: absolute;
	right: 20px;
	margin-top: -35px;
}

.dealerInfo {
 	background: url(/images/dealer_info.jpg) no-repeat;
	width: 314px;
	height: 144px;
	position: relative;
	margin-left: 75px;
	float: left;
	text-align: center;
}

.dealerInfo img {
	margin: 0 auto;
}

.dealerInfo a {
	color: #000000;
}

.dealerInfo a:hover {
	color: #c3be46;
}

.dealerInfoLink {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 290px;
	text-align: center;
}

.galleryItemBox {
	border-bottom: 1px solid #c6c7c8;
}

.galleryItem img {
	padding-right: 10px;
	margin-bottom: 5px;
}

.galleryItem h2 {
	font-size: 12px;
	font-family: verdana;
	margin-bottom: 0;
}

.galleryItem p {
	margin-bottom: 5px;
}

.galleryItem {
	margin-bottom: 5px;
}

.galleryItem .readMore {
	position: relative;
}

.sideBar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 160px;
}

.sideBar ul li {
	margin: 0;
	padding: 0;
	width: 160px;
}

.sideBar ul li a {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 10px;
	font-family: arial;
	display: block;
	border-bottom: 1px dashed #eee;
	background: url(/images/google_arrow.png) no-repeat 0 7px;
	padding-left: 10px;
	width: 160px;
}

.informationContent {
	color: black;
	font-size: 10px;
	font-family: arial;
	line-height: 18px;
}


div#debug {
	margin: 0 auto;
	padding: 60px 0 0 0;
	width: 980px;
	text-align: left;
}
