html, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
  font-family:inherit;
  font-size:100%;
  font-style:inherit;
  font-weight:inherit;
  }

body {
	color: white;
	font-family: 'PT Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height:1.125em; 
	}

.wrapper {
	font-size: 0.875em;
	line-height: 1.5em; 
	}	
	
a {
	color: white;
	text-decoration: underline;
	}
	
	a:focus, a:hover, a:active {
		color: #BFD6E4;
		text-decoration: none;
		}	

p {
	margin: 1em 0;
	width: 66%;
	}		
	
	p.important {
		font-size: 1.143em;
		line-height: 1.5em;
		}

h1, h2, h3, h4 {font-family: 'PT Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;}
		
  h1 {
    color: #9aa8b3;
  	font-size: 1em; /* 1.143em */
  	line-height: 1em; 
  	font-weight: bold;
  	margin-top: 0.5em;
  	height: 2em;
  	}
  	
  	h1 span {display: none;}
  	
  h2 {
  	font-size: 2.143em;
  	font-weight: normal;
  	line-height: 1.2em;	
  	margin: 0 0 1em 0;
  	}
  	
  	h2#descr {font-weight: normal;}
  	
  h3 {
  	clear: both;
  	font-size: 1.714em;
  	line-height: 1.2em;
  	color: #20272b;
  	margin: 1em 0 0.5em 0;
  	}
  
  	#home h3 {
  		font-size: 1.286em;
  		line-height: 1.2em;
  		margin: 0 0 0.5em 0;
  		}
  	
  	#contacts h3 {
  		font-size: 1.286em;
  		line-height: 1.2em;
  		margin: 0 0 .5em 0;
  		}
  	
  	.vehicle-descr h3 {margin: 1.1em 0 0.5em 0;}
	
/* Header */

#header, #header a {
	color: #2e4c6b;
	}
	
ul#lang {
	font-size: 0.786em;/* 0.857em */
	font-weight: normal;
	line-height: 1.2em; 
	}
	
	ul#lang li {
		list-style-type:none;
		margin: 0 0 0 1em;
		}
		
		ul#lang li.active a {
			background: transparent url(../images/lang-active.gif) no-repeat scroll 0 0;
			color: white;
			text-decoration:none;
			}

/* Nav */			
	
#nav ul {
	font-size: 1.143em;
	font-weight: bold;
	}	
	
	#nav ul li {

		}
	
		#nav ul a {			
			color: #2e4c6b;
			text-decoration: none;
			padding: 0.37em 3em 0.45em 1em;
			}
			
			#nav ul a:hover {color: #1f71a0}
			
/* Home - boxes */

.contacts-info {}

	.contacts-info dl{
		font-size: 0.857em;
		}
		
		#contacts .contacts-info dl{
			font-size: 1em;
			margin:1.5em 0 0 0;
			}
		
		.contacts-info dt, .contacts-info dd {
      float: left;
      width: 70%;
      }
		
		.contacts-info dt {
			clear: both;
			width: 25%;
			}
			
			#contacts .contacts-info dt {width: 30%;}

#services, #why-us {}
	
	#services ul, #why-us ul {
		list-style-image:none;
		list-style-type:none;	
		margin: 0 0 0 0.2em;
		}
	
		#services ul li, #why-us ul li {
			background: transparent url(../images/bullet.gif) no-repeat left top;
			padding:0 0 0 1.5em;
			
			/* margin: 0 0 0.5em 0; */
			}
	
#why-us{}

	#why-us ul {
	/* margin: 0 0 0 .3em;*/ /* margin: 0 0 0 7.5%; */
	}
	
	#why-us ul li {
		background:transparent url(../images/check.png) no-repeat left center;
		padding:0 0 0 1.2em;
		}
	
/* Tables */
		
table {
	font-size: 0.857em;
	line-height: 1.167em;
	}

  caption {
    font-weight: bold;
    text-align: left;	
    }
	
/* About */

#about {}
	
	#about #about-content {width: 66%;}
	
		#about #about-content p {width: 100%;}
	
		#about #about-content ul {
			font-size: 0.857em;
			line-height: 1.5em;
			margin: 1em 2em;			
			}

/* Feedback */	
	
p#success, p#bademail, p#badserver {
	/*	
	border: #2e4c6b 1px solid;
	font-size: 0.857em;
	line-height: 1.5em;
	*/
	margin: 2em 0 1em 0;
	padding: .4em 1em .5em 1em;		
	}

	p#success {
		background: #fff;
		color: #529214;
		}
		
	p#bademail, p#badserver {
		background: #fff;
		color: #D00D00;
		}	
			
/* Footer */		
		
#footer address {
	color:#BFD6E4;
	font-size:0.857em;
	font-style:normal;
	line-height:1.5em;
	margin: 2em 0 0 0;
	padding: 0 0 2em 0
	}	  		

