@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
/*general-misc*/
.wrapper {
	margin:0 auto;
	width:980px;
	padding:0 9px;
	margin-top:15px;
}
img {
	border:0;
}
a {
	color:#005594;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:18px; 
}
h3 {
	font-size:16px;
}
.spanbold {
	font-weight:bold;
	color:#5A91BB;
}
.pbold {
	font-size:16px;
	font-weight:bold;
	color:#005594;
	margin:5px;
}
.search {
	text-align:center;
	height:60px;
	margin-bottom:10px;
}
.search .butn {
	float:left;
	display:block;
	height:26px;
	overflow:hidden;
}
.search .input {
	padding-left:30px;
	float:left;
	display:block;
	height:26px;
	overflow:hidden;
}
/*Right navigation*/
.container-navigation {
	width:221px;
	height:auto;
	display:block;
}
#navigation { 
	color:#005594;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	margin:0 auto;
	width:221px;
	background:#fafbff;
}
#navigation a {
	padding-left: 8px;
	text-decoration:none;
	color:#005594;
	display:block;
}
#navigation a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#3185c5;
	display:block;
}
/*subnav-menu*/
div.subnav-menu {
	background:#fafbff;
	display:block; 
	width:auto;
	border-bottom:#005594 1px solid;
	padding-left:10px;
}
div.subnav-menu:hover {
	display:block;
	/*height:315px;*/
}
div.subnav-menu ul {
	display:none;
	list-style-type:none;
	padding:0;
	margin-top:5px;
	margin-bottom:5px;
	line-height:18px;
}
ul#manufacturers, ul#repair-services, ul#about-us {
	display:none;
}
/*div.subnav-menu:hover ul {
	display:block;
}
no drop*/
div.no-drop-menu {
	background:#fafbff;
	display:block;
	height:auto;
	width:auto;
	border-bottom:#005594 1px solid;
	padding-left:5px;
	padding-left:10px;
}
/*works with setpage() in shared.js to highlight link to current page in the navigation div*/
#navigation a.current {
	background-color:#74C64A;
	color: #ffffff;
}
#navigation .drop {
	float:right; 
	font-size: 9px;
}
/*top and bot nav boxes*/
.top-nav {
	background:url('/images/top-nav.jpg') no-repeat;
	width:221px;
	height:36px;
	display:block;
}
.bot-nav {
	background:url('/images/bot-nav.jpg') no-repeat;
	width:221px;
	height:36px;
	display:block;
}
/*header*/
.header {
	height:auto;
	padding-left:25px;
	height:110px;
}
.header span {
	color:#005594;
	font-size:40px;
	position:relative;
	text-transform:uppercase;
	top:18px;
	font-weight:bold;
	line-height:48px;
	font-family:arial black;
	letter-spacing:-1px;
}
#logo {
	float:left;
	margin-right:15px;
}
/*sidebar*/
.sidebar {
	display:block;
	width:221px;
	float:left;
}
.left-badges {
	text-align:center;
}
.left-badges .chat {
	margin-top:20px;
}
/*content*/ 
.content {
	float:left;
	margin-left:20px;
	width:739px;
	margin-top:38px;
}
/*forms*/
.quote-form {
	background:url('/images/quote-bk.jpg') no-repeat;
	display:block;
	width:544px;
	height:260px;
	overflow:hidden; 
	color:#FFFFFF;
	font-size:24px;
	float:left;
}
.quote-form p {
	margin:10px 0;
}
.quote-form .title {
	font-size:30px;
	font-weight:bold;
	text-align:center;
	text-transform:capitalize;
}
.quote-form .form-home {
	left:240px;
	position:relative;
	margin-top:25px;
}
.quote-form .title span {
	text-decoration:underline;
}
.quote-form .easyas {
	font-weight:bold;
	margin:0 0 0 32px;
	position:absolute;
}
.quote-form .btn {
	position:absolute;
	width:43px;
	height:43px;
	margin-top:10px;
}
.quote-form .btn_b {
	position:absolute;
	width:1px;
	height:43px;
	margin-top:10px;
	
}
/*right*/
.badge {
	background:url('/images/badge-bk.jpg') no-repeat;
	display:block;
	float:left;
	height:240px;
	margin-left:15px;
	padding:10px 12px; 
	width:156px;
	font-size:18px;
	font-weight:bold;
}
.text-badge {
	font-size:12px;
	font-weight:bold;
	color:#3399cc;
}
.text-badge h4 {
	margin-bottom:0;
	margin-top:12px;
	font-size:12px;
}
.home-badge {
	float:left;
	margin-left:15px;
	margin-top:20px;
}
.home-badge .inner {
	width: 312px;
}
.home-badge .top {
	background:url('/images/top-home-badge.jpg') no-repeat;
	height:54px; 
	width: 312px; 
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold; 
}
.home-badge .top span {
	position:relative;
	top:5px;
}
.home-badge .text {
	border:1px solid #CCCCCC;
	border-top:none;
	border-bottom:none;
	height:50px;
	margin:0 auto;
	padding:10px 15px 0; 
	height:auto;
	overflow:hidden;
}
.home-badge .text a {
	font-weight:bold
}
.home-badge .btm { 
	width: 312px;
	height: 13px; 
	background:url('/images/btm-home-badge2.jpg');
}
/*center*/
.home-text {
	float:left;
	width:412px;
}
.home-text h1 {
	margin-top:20px;
}
/*footer*/
.footer {
	margin-top:30px;
	text-align:center; 
}
.footer .blue {
	color:#005594; 
}
.footer .slogan {
	border-bottom:4px solid #CCCCCC;
	line-height:40px;
	padding-bottom:10px;
}
.footer .slogan .rethink {
	color:#005594;
	font-size:40px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:arial black;
	letter-spacing:-1px;
	margin:0;
}
.footer .slogan .save {
	color:#3399cc;
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:arial black;
	letter-spacing:-1px;
}
.footer .logos {
	margin-top:20px;
}
.footer .logos a {
	margin-left:20px;
}
.trademark { 
    font-size: 14px; 
}
/*News Rotation*/
.rotation {
	height:370px;
	margin:15px auto 0;
	text-align:left;
	width:200px;
	background:url(/images/quote-bk.gif) no-repeat;
}
.glidecontentwrapper {
	position: relative; /* Do not change this value */
	width: 190px;
	height: 300px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	margin:0 auto;
	top:3px;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent { /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background: white;
	padding: 10px;
	visibility: hidden;
	width: 170px;
	font-size:16px;
	color:#3399cc;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler { /*style for DIV used to contain toggler links. */
	width: 190px;
	margin-top: 6px;
	text-align: right; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a { /*style for every navigational link within toggler */
	display: inline-block;
	color: #005594;
	padding: 1px 3px;
	margin-right: 3px;
	font-weight: bold;
	font-size:16px;
	text-decoration: none;
	text-transform:uppercase;
}
.glidecontenttoggler a.selected { /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #E4EFFA;
	color: black;
}
.glidecontenttoggler a:hover {
	color:#005594;
}
.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover {
	color:#005594;
}
/*pages tweaks*/
.pages-text {
	padding-right:20px;
}
.badge-in{
	background:url(/images/badge-in-bk.jpg) no-repeat;
	display:block;
	float:left;
	height:194px;
	margin-left:15px;
	padding:10px 12px; 
	width:156px;
	font-size:18px;
	font-weight:bold;
}
.field_box_ym3 {
	color:#005594;
	font-size:12px;
	font-weight:bold;
	width:190px;
}
/*quiote form iner pages*/
.quote-form-in{
	background:url(/images/quote-in-bk.gif) no-repeat;
	display:block;
	width:544px;
	height:190px;
	overflow:hidden; 
	color:#FFFFFF;
	font-size:24px;
	float:left;
}
.quote-form-in p{
	margin:10px 0;
}
.quote-form-in .title{
	font-size:30px;
	font-weight:bold;
	text-align:center;		
	text-transform:capitalize;
}
.quote-form-in .form{
	position:relative;
	margin-left:45px;
}
.quote-form-in .title span{
	text-decoration:underline;
}

.quote-form-in .btn{
	float:right;
	height:43px;
	position:relative;
	right:65px;
	top:75px;
	width:43px;
}
.quote-form-in .mnumber{
	float:left;
	width:234px;
}
.quote-form-in .cmake{
	float:left;
	width:180px;
	margin-right:30px;
}
.request-form { 
	padding: 0 5px;
	border-left: 2px solid #3776bc;
 	border-right: 2px solid #3776bc;
}
.bottombox {
	width: 500px;
	text-align: center;
	font-weight: bold;
}
.rightbox {
	float: right;
	width: 240px;
	text-align: center;
}
.leftbox {
	float: left;
	width: 240px;
	text-align: center;
}
.rightbox img, .leftbox img {
	margin: 3px 8px;
}
.rightbox p, leftbox p {
	margin: 3px 8px;
	font-weight: bold;
	text-align: left;
}
table.models {
	font-size: 10px;
	width: 100%;
}