@charset "utf-8";
/* CSS Document */

/* global */

html, body {
	margin:0;
	padding:0;
}

body {
	font-size:62.5%;		/* use ems for font size. 1.1 em = 11 px, etc */
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/swirlsbg.gif) top center no-repeat;
	line-height:normal;
}

a {
	text-decoration:none;
	color:#1c626c;
}

a:hover {
	color:#900;
}

.clear {
	clear:both;
}

p, table {
	font-size:1.4em;
	line-height:170%;
}

h1 {
	font-size:2.75em;
	color:#1c626c;
	font-weight:bold;
}

h2 {
	font-size:1.6em;
	font-weight:bold;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#a7412d;
}

h3 {
	font-size:1.3em;
	font-weight:bold;
	text-transform:uppercase;
}

h4 {
	font-size:1.4em;
	font-weight:bold;
	display:inline;
	color:#333;
}


a img {
	background:none;
	padding:none;
}

/*** top header ***/

#topheader {
	margin:0 auto;
	width:1000px;
	text-align:center;
	padding:15px 8px 0px 8px;
	height:30px;
}

#topheader h1 {
	font-weight:bold;
	font-size:1.7em;
	color:#a7412d;
	display:inline;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
}


	.headlines {
	width:1000px;
	height:30px;
	padding:2px;
	overflow: hidden;  
	position: relative;  
}

.headlines ul {
	margin:0;
	padding:0;
}

.headlines ul li {
	margin:0;
	padding:5px;
	width:1000px;
	list-style:none;
	text-align:center;
}

/*** page container ***/

#pageContainer {
	width:1000px;
	padding:0 8px 0 8px;
	background:url(images/dropshadowbg.png) repeat-y;
	margin:0 auto;
	position:relative;
	height:auto;
}

#bodyContainer {
	width:1000px;
	padding:0 8px 0 8px;
	background:url(images/dropshadowbg.png) repeat-y;
	margin:0 auto;
	height:100%;
	position:relative;
	}


		.stickynote {
			position:absolute;
			width:125px;
			height:125px;
			background:url(images/stickynote.png) no-repeat;
			margin-top:50px;margin-left:915px;
		}
		
		.stickynote2 {
			position:absolute;
			width:125px;
			height:125px;
			background:url(images/stickynote2.png) no-repeat;
			margin-top:50px;margin-left:915px;
		}
		
		.stickynote3 {
			position:absolute;
			width:125px;
			height:125px;
			background:url(images/stickynote3.png) no-repeat;
			margin-top:50px;margin-left:915px;
		}

/*** top navigation ***/

#topnav {
	width:1016px;
	height:35px;
	margin:0 auto;
	background:url(images/topnav-bg.gif) repeat-x;
	position:absolute;
	border-right:1px solid #ddd;border-left:1px solid #ddd;
	top:0;
	left:0;
}

	#topnav ul {
	   list-style:none;
	   margin:0 0 0 10px;
	   padding:0;
	   text-align:center;
	}
	
	#topnav ul li {
	   display:block;
	   display:inline;
	   float:left;
	   list-style:none;
	   margin:0 3px 0 0;
	   padding:0;
	}
	
	#topnav ul li a {
		display:block;
		color:#000;
		font-size:1.3em;
		line-height:1.3em;
		font-weight:bold;
		margin:2px;
	   	background:none;
		text-decoration:none;
		padding:4px 0 0 0;
		margin-top:5px;
	}
	
		#topnav ul li a.aboutus {
		   width:81px;height:27px;
		}
		
		#topnav ul li a.aboutus:hover {
			background:url(images/navhover/about-hover.png) no-repeat;
			color:#fff;
		}
		
		#topnav ul li a.services {
			width:81px;height:27px;
		}
		
		#topnav ul li a.services:hover {
			background:url(images/navhover/services-hover.png) no-repeat;
			color:#fff;
		}
		
		#topnav ul li a.warranty {
			width:81px;height:27px;
		}
		
		#topnav ul li a.warranty:hover {
			background:url(images/navhover/warranty-hover.png) no-repeat;
			color:#fff;
		}
		
		#topnav ul li a.discounts {
			width:83px;height:27px;
			color:#900;
		}
		
		#topnav ul li a.discounts:hover {
			background:url(images/navhover/discounts-hover.png) no-repeat;
			color:#fff;
		}
		
		#topnav ul li a.testimonials {
			width:105px;height:27px;
		}
		
		#topnav ul li a.testimonials:hover {
			background:url(images/navhover/testimonials-hover.png) no-repeat;
			color:#fff;
		}
		
		#topnav ul li a.helpcenter {
			width:93px;height:27px;
		}
		
		#topnav ul li a.helpcenter:hover {
			background:url(images/navhover/helpcenter-hover.png) no-repeat;
			color:#fff;
		}
		
		#topnav ul li a.pricing {
			width:70px;height:27px;
		}
		
		#topnav ul li a.pricing:hover {
			background:url(images/navhover/pricing-hover.png) no-repeat;
			color:#fff;
		}
		
		#topnav ul li a.parts {
			width:48px;height:27px;
		}
		
		#topnav ul li a.parts:hover {
			background:url(images/navhover/parts-hover.png) no-repeat;
			color:#fff;
		}
		
		#topnav ul li a.maintenance {
			width:105px;height:27px;
		}
		
		#topnav ul li a.maintenance:hover {
			background:url(images/navhover/maintenance-hover.png) no-repeat;
			color:#fff;
		}
		
		#topnav ul li a.employment {
			width:105px;height:27px;
		}
		
		#topnav ul li a.employment:hover {
			background:url(images/navhover/employment-hover.png) no-repeat;
			color:#fff;
		}
		
		#topnav ul li a.contact {
			width:70px;height:27px;
		}
		
		#topnav ul li a.contact:hover {
			background:url(images/navhover/contact-hover.png) no-repeat;
			color:#fff;
		}
		
		
		
/*** main container ****/


#roundimage {
	width:1000px;
	height:246px;
	background:#fff url(images/header-image-bg.jpg) no-repeat;
	margin-top:35px;
}

#roundimage a {
	display:block;
	width:900px;
	height:200px;
	text-decoration:none;
}

	#roundimage .servicelist {
		width:970px;
		text-align:center;
		font-size:1.2em;
		padding:0;
		margin-top:-15px;
	}
	
	#roundimage .servicelist h2 {
		margin:0 auto;
		padding:2px 2px 0px 2px;
		color:#a7412d;
		background:#f4f4f4;
		font-size:2em;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		width:300px;
	}
	
	#roundimage .servicelist h3 {
		font-weight:normal;
		font-size:1em;
		color:#333;
		margin:0;padding:0;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		margin-top:-5px;
	}
	
	
/** sub bar **/

	#subbar {
		width:980px;
		margin:0 auto;
		background:#fff;
		height:30px;
		/* css 3 */
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		padding:10px 6px 0px 10px;
	}
	
		.locations, .brands {
			float:left;
			display:inline;
			height:28px;
			padding:2px;
			margin-right:10px;
		}
		
		.locations {
			width:370px;
		}
		.brands {
			width:300px;
		}
	
		.locations select, .brands select {
			display:inline;
			border:2px solid #900;
			background:#fff;
		}
	
	
		.caps {
		text-transform:uppercase;
		color:#333;
		font-family:Verdana, Geneva;
		}
		
		.bold {
		font-size:1.2em;
		color:#1c626c;
		font-family:Verdana, Geneva;
		}
		
		.search {
		width:265px;
		height:25px;
		float:right;
		}
			
			.search input {
			border:1px solid #ccc;
			}
			
			.search .submit {
			font-weight:bold;
			color:#FFF;
			background:#333;
			}
	
/*** column container ***/

#columncontainer {
	width:1000px;
	height:auto;
	background:#fff;
	float:left;
	}
	
	.button-call {
		width:200px;
		height:65px;
		border:1px solid #900;
		padding:3px;
		font-size:.7em;
		font-weight:bold;
		text-align:center;
	}
	
/** buttons **/

	#buttoncontainer {
		width:210px;
		padding:10px 0px 5px 5px;
		float:left;
		display:inline;
		background:#fff;
		font-size:1.8em;
		margin-top:10px;
	}
	
	#buttoncontainer p {
		font-size:.5em;
	}
	
		.button-service {
			width:215px;
			height:105px;
			background:url(images/service-button.jpg) no-repeat;
			overflow:hidden;
		}
		
		.button-service a {
			display:block;
			padding:15px 0px 20px 80px;
			text-transform:uppercase;
			color:#FCFB9E;
			font-weight:bold;
			font-size:95%;
			}
			
			.button-quote a {
			display:block;
			padding:15px 0px 20px 80px;
			text-transform:uppercase;
			color:#FCFB9E;
			font-weight:bold;
			}
			
			.button-helpcenter a {
			display:block;
			padding:30px 0px 20px 70px;
			text-transform:uppercase;
			color:#FCFB9E;
			font-weight:bold;
			}
			
			.smallemph {
				font-size:.8em;
				color:#fff;
				font-style:italic;
			}
		
		.button-service:hover {
			background:url(images/service-button-hover.jpg) no-repeat;
		}
		
		.button-quote {
			width:215px;
			height:105px;
			background:url(images/quote-button.jpg) no-repeat;
			overflow:hidden;
		}
		
		.button-quote:hover {
			background:url(images/quote-button-hover.jpg) no-repeat;
		}
		
		.button-helpcenter {
			width:215px;
			height:105px;
			background:url(images/help-button.jpg) no-repeat;
			overflow:hidden;
		}
		
		.button-helpcenter:hover {
			background:url(images/help-button-hover.jpg) no-repeat;
		}
		
		/** latest news **/
		
		.newsbox {
			width:175px;
			margin:5px auto;
			border:2px solid #900;
			color:#333;
		}
		
		.newsbox h2 {
			margin:0;
			padding:3px;
			color:#fff;
			background:#900;
			text-align:center;
			font-size:13px;
		}
		
		.newsbox ul {
			margin:0;
			padding:0;
		}
		
		.newsbox ul li {
			line-height:normal;
			margin:3px 0 3px 0;
			padding:3px 3px 4px 6px;
			list-style:none;
			border-bottom:1px solid #ccc;
			font-size:60%;
		}
		
		.newsbox ul li:hover {
			background:#FFC;
		}
		
		.newsbox ul li b {
			font-size:115%;
			color:#900;
		}
		
		.newsbox ul li em {
			text-decoration:underline;
		}
		
		.newsbox p {
			font-size:70%;
			line-height:100%;
			padding:5px;
		}
		
		
/*** main column ***/

#maincolumn {
	width:765px;
	float:left;
	display:inline;
	background:#fff;
	padding:5px 5px 5px 10px;
	margin-left:5px;

}

#maincolumn h1 {
	padding:3px;
}

.toolslist {
	margin:0 0 0 20px;
	padding:0;
	width:450px;
	border-bottom:1px solid #CCC;
}

.toolslist li {
	margin:7px 0 7px 0;
	padding:2px;
}

.toolslist li h2 {
	display:inline;
	padding:0;
	margin:0;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}

.toolslist li h2 a:hover {
	background:#FFC;
}

.servicebenefits {
			width:550px;
			padding:2px;
			margin:5px 0 5px 0;
			float:left;
			display:inline;
			height:180px;
			background:url(images/tech-facing-left.gif) top right no-repeat;
		}
		
		.servicebenefits h2 {
			font-size:1.2em;
			font-weight:bold;
			color:#333;
			margin:0;padding:0;
		}
		
		.servicebenefits ul {
			margin:0;padding:0;
			float:left;
			display:inline;
			
		}
		
		.servicebenefits ul li {
			margin:0 4px 4px 0;
			float:left;
			display:inline;
			width:130px;
			font-size:1.1em;
			padding:10px;
			background:url(images/rounded-rectangle-bg.gif) no-repeat;
			height:40px;
		}
		
		.servicebenefits ul li:hover {
			background-position: 0px -60px;
		}

.slidecontainer {
	width:540px;
	height:255x;
	margin:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #333;
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	padding:4px;
	text-align:center;
	clear:left;
}


/*** sidebar ***/

#sidebar {
	width:180px;
	float:right;
	display:inline;
	margin-right:1px;
	overflow:hidden;
	margin-left:15px;
	padding-left:2px;
	background:#FFF;
}

	ul.choose-action {
		margin:0 0 10px 0;
	}
	
	ul.choose-action li {
		/*list-style:url(images/starburst-bullet.gif);*/
		font-size:100%;
		font-weight:bold;
		padding:1px;
		margin:2px 0 0 0;
		line-height:100%;
		color:#A23E2A;
	}
	
	
	.button-sidebar {
		width:179px;
		height:90px;
		background:url(images/arrow-button-bg.gif) no-repeat;
		margin-bottom:6px;
		margin-top:6px;
	}
	
	.button-video {
		width:179px;
		height:90px;
		background:url(images/videos-button.gif) no-repeat;
		margin-bottom:6px;
		margin-top:6px;
	}
	
		*:first-child+html .button-sidebar {
		margin:10px 10px 10px 0px;
		}
		
		*:first-child+html .button-video {
		margin:10px 10px 10px 0px;
		}
	
	.button-sidebar h4 a, .button-video h4 a {
		text-align:center;
		font-size:120%;
		font-weight:bold;
		padding-top:10px;
		line-height:120%;
		text-decoration:none;
		display:block;
		color:#333;
	}
	
	.button-sidebar h4 a {
		margin:0px 5px 0 20px;
	}
	
	.button-video h4 a {
		margin:20px 5px 0 50px;
		padding-top:20px;
		font-size:115%;
	}
	
		*:first-child+html .button-sidebar h4 a {
		font-size:100%!important;
		}
		
		*:first-child+html .button-video h4 a {
		font-size:100%!important;
		}
	
	.button-sidebar h4 a:hover {
		color:#a7412d;
	}
	
	.button-video h4 a:hover {
		color:#a7412d;
	}
	
		.larger {
			font-size:150%;
			color:#1c626c;
		}
		
		.black {
			color:#333;
		}
		
		
	/* testimonials table */
	
	.testimonials-table {
		font-size:11px;
		margin:0;
	}
	
	.testimonials-table td {
		padding:2px;
		border-bottom:1px solid #ccc;
	}
	
	.testimonials-table strong {
		color:#1c626c;
		font-weight:bold;
	}
	
	.testimonials-table td:hover {
		background:#EBF2F4;
	}
	
/*** footer ***/
#footer {
	width:1000px;
	margin:0 auto;
	padding:0 8px 0 8px;
	background:url(images/bottom-rounded-bg.gif) top no-repeat;
}

