* {
	zoom: 1;}
body {
	background: #fff url("/public/images/striped-bg.png") repeat-x;
	color: $_textColor;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size:12px;}
form {
	display: block;}
a:link {
	color: #717171;
	text-decoration: none;}
a:hover {
	text-decoration: underline;}
a:visited {
	color: #717171;
	text-decoration: none;}
h1 {
	font-size: 16px;
	font-weight: bold;
	padding:5px 0;}
ul.list-block, ul.list-block li {
	display: block;
	padding: 0;
	margin: 0;}
.layout-wrapper {
	margin: auto;
	position: relative;
	width: 980px;}

/* Header */
.layout-header {
	padding: 4px 0 0;
	overflow: hidden;}
.layout-header .header-top {
	font-weight: bold;
	text-align: right;
	padding: 0 0 5px;}
.layout-header a {
	color: #010101;
	text-decoration: underline;}
.layout-header a:hover {
	text-decoration: none;}
.layout-header a.logo {
	display: block;
	width: 324px;
	height: 60px;
	float: left;
	margin: 7px 0 0 10px;}
.layout-header .info {
	background: transparent url("/public/images/bg-header-info.png") right top no-repeat;
	height: 60px;
	padding: 6px 5px 0;
	text-align: right;}
.layout-header .info .text1, .layout-header .info .text2 {
	margin-right: 94px;}
.layout-header .info .text1 {
	color: #fff;
	font-size: 20px;}
.layout-header .info .number {
	font-weight: bold;}
.layout-header .info .text2 {
	color: #d31820;
	font-weight: bold;}
.layout-header .info .text3 {
	color: #000;
	float: right;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: -35px;
	text-align: center;
	width: 84px;}
.layout-header .info .text3 a {
	text-decoration: none;}
.layout-header .info .text3 .top-line {
	font-size: .9em;}
.layout-header .info .text3 .bottom-line {
	font-size: 1.2em;}
.layout-header .info .text3 .bottom-line .attention {
	color: #d31820;}
/* //Header */
.pageWrapper{
	padding: 0 0 6px;
	clear: both;
}
.pageContainerHome{
	background: url('/public/images/page-bg.jpg') #fff repeat-x bottom;
}
.pageContainer{
	background:#fff;
	border-bottom:8px solid #101010;
	padding:19px 10px 80px; 
}
.global-index .pageContainer {

	padding: 0; 
}
.pageHeader{
	background: #000 left top no-repeat;
	padding: 35px 0 0 0;
}
.pageHeaderBoxes{
	height: 28px;
	_height: 1%;
	*height: 1%;
	overflow: hidden;
}
.pageHeaderBoxes .box1 {
	float: left;
	display: inline;
   /*min-width: 400px;*/
   /*width: 400px;*/
   /*_width: expression(this.width < 400 ? "400px" : this.width); */
}
.pageHeaderBoxes .box2{
	float: left;
    width: 277px;
}
.pageHeaderBoxes .box3{
	float: right;
    width: 168px;
}
.navigation .nav_back{
	float: left;
	color: #ffffff;
	font-weight: bold;
	padding: 7px 0 0 16px;
}
.navigation .nav_prev{
	float: left;
	background: #e8ebed url(/public/images/nav_prev_bg.gif) left top no-repeat;
	color: #004a9d;
	font-weight: bold;
	margin:3px 4px 4px 15px;
	padding:3px 5px 3px 10px;
}
.navigation .nav_next{
	float: left;
	background: #ffffff url(/public/images/nav_next_bg.gif) right top no-repeat;
	color: #004a9d;
	font-weight: bold;
	margin:3px 4px 4px 0;
	padding:3px 5px 3px 6px;
}
/* Footer */
.layout-footer {
	margin-top: -100px;
	overflow: hidden;
	padding: 30px 0 40px;
	text-align: left;
	width: 580px;}
.layout-footer div, .layout-footer div a:link, .layout-footer div a:visited {
	color: #717171;}
.layout-footer div {
	font-size: 11px;
	margin-bottom: 20px;}
.layout-footer div img {
	vertical-align: middle;}
/* //Footer */
.contentTable {
	overflow: hidden;} 
.contentTable .mainBlock {
	width: 730px;
	float: left;
	overflow: hidden;}
.global-index .contentTable .mainBlock, .contentTable .mainBlockWide {
	width: auto;
	float: none;
	overflow: hidden;}
.contentTable .rightBlock {
	margin-left: 730px;
	padding: 30px 0 0 20px;
	_padding: 30px 0 0 15px;
	_width: 210px;}
.viewVehicleWrapper .contentTable .rightBlock {
	padding-top: 0;}
.contentTable .leftBlock {
	padding: 0 10px 0 0;
	width: 208px;
	float: left;}
/***** Buttons *****/
.button{
 
	border: 1px solid #7eb235;
  	background: url(/public/images/button2-bg.gif) 0 0 repeat-x;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 8px;
	margin: 0;
	cursor: pointer;
	outline: none;
	overflow:visible;
 
}
/* REQUIRED BUTTON STYLES: */
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}
button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}
button span { 
	position: relative;
	display: block; 
	white-space: nowrap;
}
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.customBtn, a.customBtn, .customBtn { 
	padding: 0 12px 0 0;
	margin-right:5px; 
	margin-left:-2px;
	*margin-left:0px;
	font-size:12px; 
	font-weight: bold;
	text-align: center; 
	background: transparent url(/public/images/grad_sml.gif);
	border: 1px solid #d31820;
}
a.customBtn	{
	padding: 4px 12px 4px 0;
	*padding: 0px 12px 4px 0;
	margin-left: 0;
}
button.customBtn span, a.customBtn span, .customBtn input {
	padding: 4px 0 4px 12px;
	height: 15px; 
 	background: transparent url(/public/images/btn_blue_sprite.gif) left top no-repeat;
	color: #ffffff; 
	cursor: pointer;
	border: none;
	margin: 0;
}
.customBtn input {
	height: 23px;
}
a.customBtn span {
	*padding: 2px 0 6px 12px;
	line-height: 1.8em;
	*line-height: 1.5em;
	_line-height: 1.5em;
}
button.customBtn:hover, button.customBtnHover, a.customBtn:hover, .customBtn:hover, .customBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: 0 28px;
	text-decoration: none;	
}
	
button.customBtn:hover span, button.customBtnHover span, a.customBtn:hover span, a.customBtnHover span,  .customBtn:hover input {
 	background-position: 0 -36px;
 	text-decoration: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span, button.customBtn span {
		margin-top: -1px;
	}
}
button.customBtn, a.customBtn, .customBtn { 
    background: url("/public/images/grad_sml.gif") repeat scroll  transparent;
}
button.customBtn span, a.customBtn span, .customBtn input {
    background: url("/public/images/grad_sml.gif") repeat scroll  transparent;
}
button.customBtn span, a.customBtn span, .customBtn input {
    background:none;
border:medium none;
color:#fff;
cursor:pointer;
height:15px;
margin:0;
padding:4px 0 4px 12px;
    
}
button.customBtn:hover, button.customBtnHover, a.customBtn:hover, .customBtn:hover, .customBtnHover { 
    background-position: 0 28px;    
}
    
button.customBtn:hover span, button.customBtnHover span, a.customBtn:hover span, a.customBtnHover span,  .customBtn:hover input {
     background-position: 0 28px;
}
/*  FORM ELEMENTS */
legend {padding: 0 0 1.286em; font-size: 1.167em; font-weight: 700;}
fieldset fieldset legend {padding: 0 0 1.5em; font-size: 1em;}
* html legend {margin-left: -7px;} /* ie6 */
*+html legend {margin-left: -7px;} /* ie7 */
input.radio, input.checkbox {vertical-align: top;}
label, button, input.submit, input.image {cursor: pointer;}
* html input.radio, * html input.checkbox {vertical-align: middle;} /* ie6 */
*+html input.radio, *+html input.checkbox {vertical-align: middle;} /* ie7 */
textarea {overflow: auto;}
input.text, input.password, textarea, select {margin: 0; font: 1em/1.3 Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif; vertical-align: baseline;}
input.text, input.password, textarea, file {border: 1px solid #8d9aad; padding: 2px;}
select.select, select {border: 1px solid #8d9aad; padding: 1px;}
/***** Form error server-side notifications *****/
.form-server-errors{
	/*border: 1px solid #db4646;
	padding: 10px 70px;
	background: url('/public/images/form-errors.gif') 8px 1px no-repeat;
	margin: 10px 0 0 0;
	color: #db4646;
	font-style: italic; */
	color:#DB4646;
	font-style:italic;
	margin:10px 0 0;
	padding:0 0 0 6px;
}
/* Custom styles */
.global-sitemap .rightBlock {
	display: none;
}
.global-sitemap .contentTable .mainBlock {
	float: none;
	overflow: visible;
	width: auto;
}
.global-vehicle-details .contentTable .rightBlock,
.global-contact-us .contentTable .rightBlock {
	padding-top: 0;
}
.global-our-services .mod-department-box {
	margin-bottom: 0;
}
.global-our-services .mod-department-box .heading, .global-our-services .mod-department-box .operation-hours {
	display: none;
}
.global-our-services .mod-department-service .heading, .global-our-services .mod-department-service .operation-hours {
	display: block;
}
