body {
  margin: 0px;
}
#page, #site_bar_content, footer, header {
  width: 1000px;
  margin: 0px auto;
}
#body_content_left {
  float: left;
  width: 600px;
}
#body_content_right {
  float: right;
  width: 400px;
}
#body_content_left .inner {
  padding-right: 10px;
}     
#body_content_right .inner {
  padding-left: 10px;
}     
#body_content.no_body_content_left #body_content_right,
  #body_content.no_body_content_right #body_content_left {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.menu ul {
  margin: 0px;
  padding: 0px;
}
.menu li {
  padding: 0px;
  margin: 0px 9px 0px 0px;
  list-style: none;
  float: left;
}
.menu li.last {
  margin-right: 0px;
}
.menu li.selected > a {
  font-weight: bold;
}
.inquiries form label {
  width: 150px;
  float: left;
}
.inquiries form input {
  width: 200px;
}
.inquiries form input, .inquiries form textarea {

}
.inquiries form textarea {

}
.inquiries form .actions {
  margin-left: 150px;
}
.inquiries form .actions input {
  width: auto;
}
.inquiries .field {
  margin: 12px 0px;
}
.inquiries form {
  padding-top: 12px;
}
.page_not_live {
  border: 1px solid #A00027;
  color: #A00027;
  background: #FFB1B1;
  padding:3px 9px;
  font-weight:bold;
  width:auto;
}

/* Resets */ * {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

fieldset {
	border: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #f7f8fc;
}

/* Sticky footer */
html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}

#push {
	height: 40px;
}

#footer {
	height: 40px;
}

/* Page layout */

#page {
	width: 960px;
	margin: 0 auto;
}


#header {
	background: url(/images/header-bg.png) no-repeat;
	width: 960px;
	height: 137px;
	position: relative;
	margin-top: 30px;
	z-index: 10;
}

#logo {
	position: absolute;
	top: 29px;
	left: 46px;
}

#lang {
	position: absolute;
	top: -25px;
	right: 25px;
	height: 20px;
}

#lang img {
	margin-left: 5px;
}

#search {
	position: absolute;
	right: 20px;
	top: 30px;
	width: 230px;
}

#textsearch {
	background: url(/images/textsearch.gif) no-repeat;
	border: none;
	height: 25px;
	width: 150px;
	padding: 0 0 0 10px;
	display: block;
	float:left;
}

#searchsubmit {
	background: url(/images/searchsubmit.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 25px;
	width: 67px;
	color: #fff;
	font-size: 11px;
}

#banners {
	height: 254px;
	width: 958px;
	border-left: 1px solid #d6dce3;
	border-right: 1px solid #d6dce3;
	border-bottom: 3px solid #c6c6c6;
	overflow: hidden;
}

#banners .banner {
	position: relative;
	height: 254px;
	width: 958px;
	display: none;
}

#banners .banner.first {
	display: block;
}

#banners .caption {
	position: absolute;
	bottom: 30px;
	left: 0;
	background: rgb(52,66,147);
	border-top: 5px solid rgba(52,66,147, 0.7);
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding;
	color: #fff;
	padding: 6px 20px;
	text-transform: uppercase;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	opacity: 0.95;
}

#banners .line1 {
	font-size: 14px;
}

#banners .line2 {
	font-size: 20px;
}

#banners a {
	color: #fff;
	text-decoration: none;
	display: block;
}

/* Banner status*/

#bannerstatus {
	background: url(/images/bannerstatus.gif) repeat-x;
	height: 66px;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	border: 1px solid #d6dce3;
}

#bannerstatus li {
	list-style: none;
	float: left;
}

#bannerstatus a {
	text-decoration: none;
	color: #555;
	font-size: 12px;
	display: block;
	padding: 13px 15px 10px 15px;
	width: 209px;
	background: url(/images/bannerstatusdivider.gif) no-repeat right 10px;
}

#bannerstatus a strong {
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
}

#bannerstatus .last a {
	background: none;
}


/* Main Styles */

#main {
	background: #fff;
	border-left: 1px solid #d6dce3;
	border-right: 1px solid #d6dce3;
	padding: 30px 20px 20px 20px;
}

#main .capabilities {
	float: left;
	width: 300px;
}

/* Content Styles */

#body_content {
	float: left;
	width: 640px;
	margin-right: 30px;
	font-size: 12px;
	line-height: 18px;
}

#main .content.home {
	width: 340px;
}

#body_content h1 {
	color: #26348b;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 22px;
	margin-bottom: 30px;	
	letter-spacing: 1px;
	line-height: 26px;
}

#body_content h2 {
	color: #26348b;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 18px;
	margin-bottom: 15px;	
	letter-spacing: 1px;
	line-height: 22px;
}

#body_content h3 {
	color: #26348b;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 14px;
	margin-bottom: 10px;	
	letter-spacing: 1px;
	line-height: 18px;
}

#body_content p {
	margin-bottom: 18px;
	color: #333;
}

#body_contentstrong {
	color: #000;
}

#body_content hr {
	border: none;
	background: #d6dce3;
	height: 1px;
	margin-bottom: 20px;
}

#body_content a {
	color: #26348b;
}

#body_content a:hover {
	color: #525c93;
}

#body_content ul, #body_content ol {
	margin-left: 20px;
	margin-bottom: 18px;
}

/* Capabilities styles*/

.capabilities {
	font-size: 13px;
}

.capabilities div {
	height: 86px;
	padding: 0 0 20px 0;
}

.capabilities h3 {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	margin-bottom: 8px;
}

.capabilities h3 a {
	color: #000;
	text-decoration: none;
}

.capabilities h3 a:hover {
	text-decoration: underline;
}

.capabilities p {
	color: #333;
}

.capabilities img {
	float:left;
	padding: 0 20px 0 0;
}

/* Contact Styles */

.contact {
	background: #f3f5f7;
	float: right;
	width: 220px;
	font-size: 12px;
}

.contact h3 {
	background: url(/images/contactus-bg.jpg) no-repeat;
	display: block;
	width: 210px;
	height: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	padding: 60px 0 10px 10px;
}

.contact form {
	padding: 10px;
}

.contact label {
	display: block;
	margin-bottom: 2px;
}

.contact input {
	display: block;
	border: 1px solid #d6dce3;
	width: 198px;
	height: 20px;
	margin-bottom: 8px;
}

.contact textarea {
	border: 1px solid #d6dce3;
	width: 198px;
	height: 80px;
	margin-bottom: 8px;
}

#contact-submit {
	float: right;
	width: 90px;
	height: 30px;
	background: url(/images/contactbutton.gif) no-repeat;
	border: none;
	font-size: 11px;
	cursor: pointer;
}

#contact-submit:hover {
	background-position: 0 -30px;
}


#pagebottom {
	width: 960px;
	height: 10px;
	background: url(/images/main-bottom.gif) no-repeat;
}

/* Footer */

#footer {
	margin: 0 auto;
	width: 940px;
	padding: 0 10px;
	line-height: 40px;
	font-size: 11px;
	color: #555;
}

#footer .copy {
	float: left;
}

#footer .designer {
	float: right;
}

#footer .designer a {
  background: url(/images/rival_web_design.png) no-repeat 0 0;
  color: #000;
  text-decoration: none;
  display: block;
  width: 56px;
  text-align: right;
  height: 22px;
  line-height: 32px;
  margin: 7px 0;
}

#footer .designer a:hover {
  background-position: 0 -22px;
}

#footer .designer a span {
	display: block;
	height: 1px;
	width: 0px;
	overflow: hidden;
}

.serviceoverview td {
	vertical-align: top;
	font-size: 12px;
}

.serviceoverview img {
	display: block;
	margin: 0 auto;
	padding: 30px 20px 0 20px;
}

.serviceoverview h3 {
margin-bottom: 10px;
}

.serviceoverview .benefit {
padding: 30px 0 0 0;
}

.serviceoverview3 img {
	display: block;
	float: left;
	padding: 0 20px 20px 0;
	
}

.serviceoverview3 div div {
	clear: both;
	padding-top: 10px;
}






.errorExplanation {
	display:block;
	padding:10px;
	background-color:#fce9ea;
	border: solid 1px #ffc9cd;
	margin:10px;
	font-size: 12px;
	margin-bottom:20px;
}

.errorExplanation h2 {
	font-size:14px;
}

.errorExplanation ul, .errorExplanation ul li {
	margin:0;
	padding:0;
	margin-left:20px;
	margin-top:5px;
}

.contact .fieldWithErrors input, .contact .fieldWithErrors textarea {
	border: solid 1px red;
}

div.fieldWithErrors  {
	color:red;
}

table.bordered {
margin-bottom:20px;
}

table.bordered td {
border:1px solid #aaa;
}

#product_models {
	list-style:none;
}

.product_models li {
	list-style:none;
	float:left;
	width:12px;
	text-align:center;
	background-color: #efefef;
	margin-right:5px;
	padding:3px;
}

.product_models li a {
	list-style:none;
	width:12px;
	padding:3px;
}

.product_models li a:hover {
	list-style:none;
	width:16px;
	color:white;
	background-color:#26348b;
}

.product-list {
	list-style:none;
}

/*** ESSENTIAL STYLES ***/
#nav, #nav * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#nav {
	line-height:	30px;
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
}
#nav ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#nav ul li {
	width:			100%;
}
#nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav li {
	float:			left;
	margin-right: 10px;
	position:		relative;
}
#nav a {
	display:		block;
	position:		relative;
}
#nav li:hover ul,
#nav li.sfHover ul {
	left:			0;
	padding-top:	10px;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}

#nav li li:hover ul,
#nav li li.sfHover ul {
	padding-top:0;
}

ul#nav li:hover li ul,
ul#nav li.sfHover li ul {
	top:			-999em;
}
ul#nav li li:hover ul,
ul#nav li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#nav li li:hover li ul,
ul#nav li li.sfHover li ul {
	top:			-999em;
}
ul#nav li li li:hover ul,
ul#nav li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN ***/
#nav {
	float: left;
}

#nav a {
	padding: 0 15px;
	line-height: 30px;
	text-decoration: none;
	font-size: 14px;
}
#nav a {
	color: #000;
}
#nav li a {

}
#nav li li a {
	display: block;
	background: #26348b;
	border-bottom: 1px solid #6e78b2;
	font-size: 12px;
}
#nav li li li a {
	background: #9AAEDB;
}

#nav li a:hover, #nav li.sfHover>a,
#nav a:focus, #nav a:hover, #nav a:active {
	outline: 0;
	color: #fff;
	background: #26348c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#nav li li a:hover {
	background: #6e78b2;
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	border-radius: 0px!important;
}

#nav li.sfHover a {
	color: #fff;
}

#nav .sfHover .sf-with-ul {
	color: #fff;
}

/*** arrows **/
#nav a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#nav ul .sf-sub-indicator { background-position:  -10px 0; }
#nav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#nav ul a:focus > .sf-sub-indicator,
#nav ul a:hover > .sf-sub-indicator,
#nav ul a:active > .sf-sub-indicator,
#nav ul li:hover > a > .sf-sub-indicator,
#nav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


.pagination a {
	display:inline-block;
	width: 20px;
	background-color: #efefef;
	text-align:center;
	font-size: 12px;
	padding: 3px 0px;
}

.current {
	background-color: #3d4a96;
	display: inline-block;
	padding: 3px 5px;
	color:white;
	text-align:center;
	font-size: 12px;
}

#makes li {
	background-color: #f6f6f6;
	margin-bottom: 5px;
	padding: 5px 10px;
}

#makes {
	list-style:none;
	margin: 0 !important;
	padding:0 !important;
}

th {
	background-color: #21318e;
	color: white;
}

td {
	padding: 5px;
}

.extra-contact td {
	padding: 0px;
}

.extra-contact{
	padding: 10px;
	font-size: 11px;
	line-height: 16px;
}

.first {
	width: 80px;
}


/* Default error colouring */

article, nav, header, footer, aside, hgroup, section{
	display:block;
}

div.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  border-top: 3px solid #F27F7F;
  background: #FFBEBE;
  padding: 10px;
}

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
  color: #9C2626;
}

/* Browser Hacks */

/* remove borders from images */

a img {
  border: 0px none;
}

/*
Firefox Dotted Line Fix
  - http://sonspring.com/journal/removing-dotted-links
*/
a:focus {
  outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after, section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix, section {
  display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix, section {
  display:block;
}
/* End hide from IE Mac */

/*
  Override default refinery formatting below.
  Formatting applies to backend WYSIWYG editors and all frontend.
*/

/* alignment styles */
.text-align-left  {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-align-justify {
  text-align: justify;
}

/* block alignment styles */
.image-align-left {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}
.image-align-right {
  float: right;
  margin-left: 6px;
  margin-bottom: 6px;
}

/* font sizes */
.font-size-small {
  font-size: 0.75em;
}
.font-size-normal {
  font-size: 1em;
}
.font-size-large {
  font-size: 1.25em;
}

/*
  Override default refinery 'theme' styles here.
  These only apply when using custom WYMeditor CSS.
*/