/* color scheme
 *****************************************************/
.block h2, .block p, .box .price, #home #primary .box h2 {
	color: #006bb3;
}
#mainMenu ul, #footer ul, #steps ol {
	background: #006bb3;
}
.colorSchemeA #mainMenu, .colorSchemeA #primary, .colorSchemeA #footer, .colorSchemeA .box, .colorSchemeA .block, .colorSchemeA #steps {
	background: #6BA0DD; 
}
#primary h1 strong, #valet-service h2 strong, .box h2 strong, #primary h1 b, .box h2 b, #carDetails h2 strong, #carDetails h2 b {
	color: #006bb3;
}
.colorSchemeA #mainMenu li, .colorSchemeA #footer li {
	border-color: #fff; 
}
.colorSchemeA #primary h1, .colorSchemeA #primary h2, .colorSchemeA .box h2 {
	color: #006bb3; 
}
.colorSchemeA #content button span.b {
	background: #FFE401; 
	color: #013e74; /* button text */
}
.colorSchemeA #content button span.bAlert {
	background: #FF0000; /* red */
	color: #FFFFFF; /* button text */
}
#mainMenu ul {
	border-top:2px solid #fff;
}
#dialogueBox {
	font-size:106%;	
}
.instruction2 {
	padding-top: 5px;
	font-size: 1.167em;
	text-align:center;
} 
#fRegistrationNumber {
	margin-top:-2px;
}
#sRegistrationNumber {
	margin-top:25px;
}
#valetRegForm_image {
	background: transparent url( /images/bg_box_valleting_services.jpg ) no-repeat 100% 100%;
	font-size:1.2em;
}
#siteName span {
	 background: transparent url( /images/header_logo.png ) no-repeat 0 0;
}
#bValletingServices .content {
	/*background: transparent url( /images/bg_box_valleting_services.jpg ) no-repeat 100% 100%;*/
}
/* /color scheme
 *****************************************************/

/*************************************************************
 * author: Frontenders.com
 * contact: support at frontenders dot com
 * description: css for screen media
 *************************************************************/
 
/* reset
 * based on Eric Meyer's reset.css
 * http://meyerweb.com/
 *************************************************************/
  html {overflow-y: scroll;}
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* /reset
 *****************************************************/

/* global elements
 *****************************************************/
html {
	height: 100%;
}
body {
	background: #fff;
	color: #000;
	font: 62.5%/1 Arial, sans-serif;
	height: 100%;
}
a {
	text-decoration: none;
}
a:hover {
}
button {
	cursor: pointer;
}
input, textarea {
	background: none;
	border: 1px solid #b4b4b4;
	font: inherit;
	padding: 2px;
}
select {
	font: inherit;
	margin: 0;
	padding: 0;
}
/* /global elements
 *****************************************************/

/* common elements
 *****************************************************/
.cols, form .item, form .button {
	overflow: hidden;
}
.col {
	float: left;
}
.l {
	float: left;
}
.r {
	float: right;
}
.print {
	display: none;
}
.ir {
	display: block;
	overflow: hidden;
	position: relative;
}
.ir span {
	cursor: pointer;
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.c {
	background-image: url( /images/corners_small.png );
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	position: absolute;
	width: 6px;
}
.c.tl {
	background-position: 0 0;
	left: 0;
	top: 0;
}
.c.tr {
	background-position: 100% 0;
	left: auto;
	right: 0;
	top: 0;
}
.c.bl {
	background-position: 0 100%;
	bottom: 0;
	left: 0;
}
.c.br {
	background-position: 100% 100%;
	bottom: 0;
	left: auto;
	right: 0;
}
/* /common elements
 *****************************************************/

/* base layout
 *****************************************************/
#container {
	margin: 0 auto;
	width: 920px;
}
#branding {
	height: 111px;
}
#content {
	overflow: hidden;
	padding: 40px 0 22px;
}
#primary {
	/*color: #282828;*/
	display: inline;
	float: left;
	font: 1.2em/1.5em Arial, sans-serif;
	margin: 0 0 0 70px;
	padding: 0 0 6px;
	position: relative;
	width: 485px;
}
#book #primary {
	width: 515px;
}
#home #primary {
	background: none;
	font: inherit;
	margin: 0;
	padding: 0;
	width: 655px;
}
#secondary {
	display: inline;
	float: right;
	margin: 0 70px 0 0;
	width: 250px;
}
#home #secondary {
	margin: 0;
}
#tertiary {
	clear: both;
	margin: 0 0 0 85px;
	padding: 20px 0 0;
	width: 780px;
}
#footer {
	padding: 6px 0 0;
	position: relative;
}
/* /base layout
 *****************************************************/

/* branding elements
 *****************************************************/
#siteName {
	display: block;
	height: 90px;
	padding: 12px 0 0 30px;
	width: 220px;
}
#siteName a {
	height: 90px;
	text-indent: -1000em;
}
/* /branding elements
 *****************************************************/

/* nav elements
 *****************************************************/
#mainMenu {
	padding: 0 0 6px;
	position: relative;
	z-index:1;	
}
#mainMenu ul {
	font: 1.8em/1 Verdana, sans-serif;
	padding: 9px 0 11px;
	text-align: center;
}
#mainMenu li {
	border-left: 2px solid #fff;
	display: inline;
	padding: 0 5px 0 10px;
}
#mainMenu li.first {
	border: none;
}
#mainMenu a {
	color: #fff;
}
#mainMenu a:hover {
	text-decoration: underline;
}
/* /nav elements
 *****************************************************/

/* content elements
 *****************************************************/
#content .inner {
	background: #fff url( /images/bg_primary_inner.png ) repeat-x 0 100%;
	margin: 0 0 -37px;
	padding: 0 10px 49px;
	position: relative;
}
#primary .inner {
	width: 465px;
}
#book #primary .inner {
	width: 495px;
}
.bottomLine {
	clear: left;
	display: block;
	height: 37px;
	color:#FFF;
}
#primary h1 {
	font: normal 2.667em/1 Verdana, sans-serif;
	margin: 0 0 1.2em;
}
#primary h2, .box h2 {
	font: normal 2.167em/1 Verdana, sans-serif;
	margin: 0 0 0.693em;
}
#primary p, #secondary form p {
	margin: 0 0 1em;
}
.box {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 0 6px;
	position: relative;
}
.box .inner {
	width: 230px;
	min-height:150px;
}
.block {
	margin: 0 0 17px;
	padding: 0 0 6px;
	position: relative;
	text-align: right;
}
.block h2 {
	font: normal 1.8em/1 Verdana, sans-serif;
	margin: 0 0 6px;
}
.block p {
	font: normal 1.1em/1.5em Arial, sans-serif;
}
#content .block .inner {
	background-image: url( /images/bg_block_inner.png );
	padding: 0;
}
.block .content {
	margin: 0 0 -37px;
	padding: 0 10px 47px;
}
#bVehicleHistory p {
	padding: 0 0 17px 93px;
}
#bFleetServicing p {
	padding: 0 0 0 125px;
}
#bTyres p {
	padding: 0 0 0 125px;/*font-size: 0.9em;*/
}
#bContactUs p {
	padding: 0 0 0 70px;
}
#bVehicleHistory .content {
	background: transparent url( /images/bg_block_vehicle_history.png ) no-repeat 0 100%;
}
#bFleetServicing .content {
	background: transparent url( /images/bg_block_fleetservicing.png ) no-repeat 0 100%;
}
#bTyres .content {
	background: transparent url( /images/bg_block_tyres.png ) no-repeat 0 100%;
}
#bContactUs .content {
	background: transparent url( /images/bg_block_contactus.png ) no-repeat 0 100%;
}
#bVehicleHistory form {
	bottom: 15px;
	left: 0;
	position: absolute;
}
#bVehicleHistory input {
	background: #fff url( /images/bg_input_registration_number_small.png ) no-repeat 0 0;
	border: none;
	display: inline;
	float: left;
	font-size: 1.6em;
	height: 24px;
	margin: 0 0 0 5px;
	padding: 5px 3px 0 15px;
	text-transform: uppercase;
	width: 121px;
}
#content #bVehicleHistory.block button {
	bottom: 7px;
	left: 149px;
}
#content #bTyres.block button, #content #bFleetServicing.block button {
	bottom: 20px;
	left: 149px;
}
#bVehicleHistory button span.b, #bTyres button span.b, #bFleetServicing button span.b {
	height: 19px;
}
#bVehicleHistory button span.m, #bTyres button span.m, #bFleetServicing button span.m {
	background-image: url( /images/bg_button_small.png );
	font-size: 0.9em;
	height: 19px;
	line-height: 19px;
	width: 85px;
}
#primary form {
	margin: 0 -10px -37px;
	padding: 0 10px 37px;
	overflow: hidden;
}
#primary label {
	float: left;
	width: 120px;
}
form span.sep {
	float: left;
	margin: 0 5px;
}
#primary select {
	float: left;
}
#fTerms label {
	display: inline;
	margin: 0 10px 0 0;
	width: auto;
}
#primary input {
	margin: 0 0 9px;
	width: 264px;
}
#primary input.checkbox {
	width: auto;
}
#primary #iCVCNumber, #primary #iIssueNumber {
	width: 108px;
}
#content select {
	margin: 0 0 9px;
	min-width:90px;
}
#primary textarea {
	margin: 0 0 9px;
	width: 264px;
}
#primary .item ul {
	float: left;
}
#content .button {
	overflow: visible;
}
#content button {
	bottom: 22px;
	font-size: 1.5em;
	height: 32px;
	left: auto;
	min-width: 200px;
	position: absolute;
	right: 10px;
	display: block;
}
#content button span {
	background-image: url( /images/bg_button.png );
	float: left;
	height: 30px;
	line-height: 30px;
}
#content button span.l {
	background-position: 0 0;
	width: 25px;
}
#content button span.r {
	background-position: 100% 0;
	width: 25px;
}
#content button span.m {
	background-position: 50% 0;
}
p.warning {
	font-size: 1.5em;
}
.instruction {
	font-size: 1.167em;
}
#fCVCNumber {
	overflow: visible;
	position: relative;
}
#fCVCNumber img {
	background: transparent url( /images/img_cvc.png ) no-repeat 0 0;
	left: 257px;
	position: absolute;
	top: -30px;
}
#getQuotation h1 {
	margin: 0 -10px 0.5em;
}
#getQuotation .content {
	background: transparent url( /images/bg_form_get_quotation.png ) no-repeat 0 100%;
	float: left;
	margin: 0 0 -38px;
	min-height: 170px;
	padding: 0 0 0 170px;
	text-align: center;
	width: 290px;
}
#getQuotation .item {
	margin: 0 0 10px;
}
#fRegistrationNumber input, #sRegistrationNumber input {
	background: #fff url( /images/bg_input_registration_number.png ) no-repeat 0 0;
	border: none;
	font-size: 2.1em;
	height: 32px;
	margin: 0;
	padding: 7px 3px 3px 22px;
	text-transform: uppercase;
	width: 174px;
}
#fRegistrationNumber small {
	display: block;
	font-size: 0.917em;
}
#getQuotation button {
	left: 246px;
	right: auto;
}
#steps {
	margin: 0 0 25px;
	padding: 0 0 6px;
	position: relative;
}
#steps ol {
	color: #fff;
	font: 1.5em/1em Verdana, sans-serif;
	height: 37px;
	overflow: visible;
}
#steps li {
	float: left;
	padding: 5px;
	height: 33px;
	overflow: hidden;
	position: relative;
}
#steps .first {
	width: 80px;
}
#steps .second {
	width: 80px;
}
#steps .third {
	width: 60px;
}
#steps li.active span {
	background: #fff;
	height: 100px;
	left: 0;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 200px;
}
#steps small {
	display: block;
	font-size: 0.667em;
}
#carDetails {
	color: #fff;
	font-size: 1.5em;
	height: 216px;
	padding: 10px 15px;
	position: relative;
}
#carDetails .c {
	background-image: url( /images/corners_large.png );
	height: 10px;
	width: 10px;
}
#carDetails h2 {
	font: normal 1.734em/1 Verdana, sans-serif;
	margin: 0 0 25px;
}
#carDetails th {
	text-align: left;
}
#carDetails td {
	padding: 0.4em 0.5em;
}
#tertiary .box {
	display: inline;
	float: left;
	margin: 0 0 0 15px;
	width: 250px;
}
#tertiary .box .inner {
	/* min-height: 240px; */
}
#tertiary .box .inner p {
	min-height: 110px;
}
.box ul, .box ul.instruction {
	list-style: disc;
	padding: 0 0 0 20px;
}
.box form ul {
	list-style: none;
	padding: 0;
}
#tertiary .box button {
	left: 55px;
}
.box .price {
	float: right;
	font-size: 3em;
	line-height: 1em;
	text-align: center;
}
.box .price small {
	display: block;
	font-size: 0.417em;
	line-height: 1em;
}
h2 .price {
	color: #013e74;
	float: right;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
}
h2 .price small {
	display: block;
	font-size: 0.417em;
	line-height: 1em;
}
#tertiary #bOilService {
	margin: 0;
}
#home #primary .box {
	float: left;
	margin: 0 0 0 15px;
	width: 320px;
}
#home #primary .box .inner {
	padding: 0 0 37px;
}
#home #primary .box .content {
	min-height: 336px;
	padding: 0 10px 37px;
}
#home #primary #bBookService {
	margin: 0;
}
#home .box .inner {
	width: auto;/* newer then auto version "width: 320px;" */
}
#home #content button {
	left: 88px;
	right: auto;
}
#bBookService {
	text-align: center;
}
#bBookService h2 {
	margin: 0 0 175px;
	text-align: left;
}
#bBookService .content {
	background: transparent url( /images/bg_box_book_service.jpg ) no-repeat 50% 35px;
	padding: 170px 0 0;
}
.summary {
	font-weight:bold;
	width:150px;
	min-width:150px;
}
/* /content elements
 *****************************************************/

/* footer elements
 *****************************************************/
#footer ul {
	font: 1.2em/1 Arial, sans-serif;
	padding: 10px 10px 10px 85px;
}
#footer li {
	border-left: 1px solid #fff;
	display: inline;
	padding: 0 0 0 3px;
}
#footer li.first {
	border: none;
	padding: 0;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
/* /footer elements
 *****************************************************/

 /* admin scheme
 *****************************************************/
mceContentBody {
	background: #000;
	color: #000;
	font: 62.5%/1 Arial, sans-serif;
	height: 100%;
}
.mceToolbarTop * {
	float:left;
}
.mceToolbarTop select {
	width:auto!important;
}
.mceToolbarTop option {
	float:none;
}
.mceContentBody #primary {
	color: #282828;
	display: inline;
	float: left;
	font: 1.2em/1.5em Arial, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	width: 485px;
}
.mceContentBody #secondary {
	display: inline;
	float: left;
	margin: 0 0 0 0;
	width: 250px;
}
.mceContentBody #tertiary {
	clear: both;
	margin: 0 0 0 0;
	padding: 20px 0 0;
	width: 780px;
}
.mceContentBody #bBookService, .mceContentBody #bValletingServices, .mceContentBody #bBookService .inner, .mceContentBody #bValletingServices .inner {
	float:left;
	margin:0 0 0 0px;
	width:320px !important;
}
#trailimageid {
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: -500px;
	top: 0px;
	z-index: 200;
}
.input_cell, .input_cell input {
	display: block;
	width: 63px !important;
	float: left;
}
.input_double_cell {
	display: block;
	width: 126px;
	float: left;
	text-align:center;
}
.input_cell_review {
	display: block;
	width: 70px;
	float: left;
}
.input_double_cell_review {
	display: block;
	width: 140px;
	float: left;
	text-align:center;
}
.input_cell_large {
	display: block;
	width: 250px;
	float: left;
}
.input_cell_extra_large {
	display: block;
	width: 500px;
	float: left;
}
.input_cell_small {
	display: block;
	width: 40px;
	float: left;
}
.light {
	background-color:#FFFFFF;
}
.dark {
	background-color:#CCCCCC;
}
.red {
	color:#a80305;
}
.blue {
	color:#4680c1;
}
form p {
	font: 1.5em/1.5em Arial, sans-serif;
}
form label {
	display:block;
	float:left;
	clear:left;
	width:150px;
	text-align:right;
	margin-right:5px;
}
form p {
	padding:0;
	margin:5px 0 5px 0;
}
table.edit {
	border-collapse:collapse;
	text-align:center;
	width:100%;
}
table.edit td {
	border:1px solid #666666;
	text-align: left;
}
/* /#admin scheme
 *****************************************************/
/* 
table#imgtest th, table#imgtest td {
	text-align: center;
	padding: 5px;
}
table#imgtest tbody th {
	text-align: right;
}
table#imgtest img {
	width: 25px;
	height: 25px;
}
div:empty, span:empty, li:empty, p:empty, td:empty, th:empty {
	padding: 0.5em;
	background: yellow;
}
*[style], font, center {
	outline: 5px solid red;
}
*[class=""], *[id=""] {
	outline: 5px dotted red;
}
img[alt=""] {
	border: 3px dotted red;
}
img:not([alt]) {
border: 5px solid red;
}
img[title=""] {
	outline: 3px dotted fuchsia;
}
img:not([title]) {
outline: 5px solid fuchsia;
}
table:not([summary]) {
outline: 5px solid red;
}
table[summary=""] {
	outline: 3px dotted red;
}
th {
	border: 2px solid red;
}
th[scope="col"], th[scope="row"] {
	border: none;
}
a[href]:not([title]) {
border: 5px solid red;
}
a[title=""] {
	outline: 3px dotted red;
}
a[href="#"] {
	background: lime;
}
a[href=""] {
	background: fuchsia;
}
li {
	margin: 0.67em 0;
}
*/
