@charset "UTF-8";
/* CSS Document */

html { height: 100%; }
body {
	margin: 0px;
	padding: 0px;
	background: url(/images/background_main.jpg) repeat-x;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
h1 {
	color: #3d4f5b;
	font-size: 36px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #3d4f5b;
	font-size: 30px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a { color: #dd0000; text-decoration: none; }
a:hover { text-decoration: underline; }
a.btn_red {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background: url(/images/btn_red.jpg) repeat-x;
	padding: 0px 10px;
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.75);
	font-size: 15px;
}
a.btn_red.logout {
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	margin: 7px;
}
a img { border: none; }
#site_container {
	margin: 0px auto;
	min-height: 100%;
	padding: 0px;
	width: 960px;
}

/* Header */
#site_header {
	width: 950px;
	height: 120px;
	padding: 0px 0px 0px 10px;
}
#site_logo {
	width: 257px;
	height:	56px;
	background: url(/images/sprite_images.jpg) no-repeat 0px 0px;
	display: block;
	float: left;
	margin-top: 28px;
}
#site_brandLogos {
	float: right;
	width: 406px;
	height: 101px;
	background: url(/images/sprite_images.jpg) no-repeat 0px -126px;
}

/* Content */
#site_contentContainer {
	width: 960px;
	background-color: #fff;
	padding-top: 10px;
}
#site_contentPadding { height: 183px; }

/* Menu */
#site_menu {
	width: 940px;
	height: 40px;
	line-height: 40px;
	background: url(/images/background_menu.jpg) repeat-x;
	margin: 0px 0px 10px 10px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.75);
}
#site_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#site_menu ul li { float: left; margin-left: 25px; position: relative; }
#site_menu ul li:first-child { margin-left: 10px; }
#site_menu ul li a { color: #fff; text-decoration: none; }
#site_menu ul li a:hover { color: #dd0000; }
#site_menu ul li ul.slm {
	position: absolute;
	top: 40px;
	left: 0px;
	background-color: #2b3d45;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.75);
	width: 200px;
	display: none;
	padding-bottom: 5px;
	z-index:1200;
}
#site_menu ul li ul.slm li { float:none; margin: 0px; padding-left: 20px; line-height: 30px; }

/* Footer */
#site_footer { margin-top: -163px; height: 163px; color: #fff; }
#site_footer h4, #site_footer p { margin: 0px; padding: 0px; }
#site_footer h4 { font-weight: normal; font-size: 20px; }
#site_footerTopContainer {
	width: 100%;
	background-color: #2c3d46;
	height: 40px;
	line-height: 40px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#site_footerTop, #site_footerBottom {
	width: 940px;
	padding: 0px 10px;
	margin: 0px auto;
}
#site_footerTop .myAccount { padding-left: 10px; float: left; }
#site_footerTop a { color: #fff; }
#site_footerTop a:hover { color: #d00; text-decoration: none; }
#site_footerBottom { padding-top: 10px; }
#site_footerBottomContainer {
	width: 100%;
	height: 123px;
	background-color: #3d4f59;
}
#site_support {
	float: left;
	margin: 0px;
	width: 220px;
	padding: 0px 10px;
}
#site_localDealer { float: left; }
#site_disclaimer {
	float: right;
	text-align: right;
	font-size: 10px;
}

/* Columns */
.lcd_column { padding: 0px 10px; }
.lcd_column_1 { float: left; width: 220px; }
.lcd_column_2 { float: left; width: 460px; }
.lcd_column_3 { float: left; width: 700px; }
.lcd_column_4 { width: 930px; }
.lcd_column_container_1 { width: 240px; float: left; }
.lcd_column_container_2 { width: 480px; float: left; }
.lcd_column_container_3 { width: 720px; float: left; }


.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.red { color: #dd0000; }
