* {
	margin: 0;
	padding: 0;
	outline: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	background: #fff url(images/body-bg.gif) repeat-y center 0;
	color: #4a4a4a;
}
a {
	color: #4a4a4a;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
.cl, .clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	display: block;
	clear: both;
}
.l, .left {
	float: left;
	display: inline;
}
.r, .right {
	float: right;
	display: inline;
}
.red { color: #df262f; }
.blue { color: #4a9cad; }
a.more { background: url(images/arrow2.gif) no-repeat 0 7px; padding-left:8px; color:#df262f; }
h2 {
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
	color: #df262f;
	padding-bottom:10px;
}
h3 {
	font-size: 15px;
	color: #4a9cad;
	padding-bottom:5px;
}
h4 { font-size:11px; color:#888; }
.shell {
	width: 820px;
	margin: 0 auto;
}
#page, #inner-page {
	min-height: 100%;
	width: 100%;
	position: relative;
	background: url(images/head-bg.gif) repeat-x 0 0;
}
#inner-page  { background-image:url(images/inner-head-bg.gif);}
#content {
	position: relative;
	padding-bottom: 140px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 140px;
	background: #4a9cad url(images/footer-bg.gif) repeat-x 0 0;
	color: #92c4ce;
}
#footer a { color: #92c4ce; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer .shell {
	height: 140px;
	background: #4a9cad url(images/footer-bg.gif) repeat-x 0 0;
}
#header {
	height: 79px;
	margin-bottom: 1px;
}
h1#logo {
	height: 79px;
	width: 225px;
	border-left: solid 6px #e9c36e;
	border-right: solid 6px #e9c36e;
}
h1#logo a {
	display: block;
	height: 79px;
	width: 225px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background: url(images/logo.gif) no-repeat 0 0;
}
#header p.right {
	padding-top: 22px;
	font-size: 12px;
	color: #444;
	text-align: right;
}
#subheader {
	height: 140px;
	background: url(images/subheader-bg.gif) no-repeat 0 0;
	padding-left: 6px;
	padding-top: 15px;
	color: #fff;
}

#inner-page #subheader {
	background: url(images/inner-subheader-bg.gif) no-repeat 0 0;
	height:50px;
	padding-top:0;
}
#subheader .side {
	width: 231px;
	padding-right: 18px;
}
.button-yellow {
	display: block;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #313131;
	text-decoration: none;
	background: url(images/yellow-button.gif) no-repeat 0 0;
	padding-left: 5px;
}
.button-yellow span {
	display: block;
	background: url(images/yellow-button.gif) no-repeat right 0;
	padding-right: 5px;
}
#subheader h2 {
	color: #fff;
	padding-bottom:2px;
}
#subheader .button-yellow {
	margin-top: -8px;
}
#cnt {
	background: url(images/main-bg.gif) no-repeat 0 0;
}
#cnt-top {
	background: #fff url(images/body-bg.gif) repeat-y 0 0;
	min-height: 600px;
}
#sidebar {
	width: 200px;
	padding-left: 18px;
	padding-right: 19px;
}
#main {
	width: 565px;
	padding-top:17px;
	padding-bottom:40px;
}
#sidebar {
	padding-top: 13px;
}
#sidebar .box {
	margin-bottom: 20px;
}
#menu {
	width: 200px;
	background: #fff url(images/menu-bg.gif) repeat-y 0 0;
}
#menu .active { color:#df262f; }
#menu ul {
	background: url(images/dotted.gif) repeat-x 0 0;
}
#menu ul li {
	background: url(images/dotted.gif) repeat-x 0 bottom;
	list-style-type: none;
}
#menu ul li a {
	display: block;
	padding: 7px 0;
	width: 100%;
	text-decoration: none;
}
#menu ul li a img {
	width: 7px;
	height: 9px;
	background: url(images/arrow.gif) no-repeat 0 0;
	margin-left: 15px;
	margin-right: 12px;
}
#menu ul li a:hover {
	background: #fad072;
}
#menu ul li a:hover img {
	background-position: -7px 0;
}
#snews {
	padding-left: 15px;
}
#snews h2 {
	padding-bottom:0;
}
#snews .article {
	font-size: 10px;
	margin-bottom: 10px;
}
#snews .article a {
	text-decoration: none;
}
ul.simple {
	padding: 5px 0 10px 10px;
	list-style-type: none;
}
ul.simple li {
	background: url(images/arrow2.gif) no-repeat 0 8px;
	padding:1px 0 1px 8px;
}

.adv-box {
	width: 240px;
	overflow-y: hidden;
	margin-top: 20px;
}
.adv-box h2 {
	background: #c02129;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding-left: 10px;
	padding-bottom:0;
}
.adv-box img {
	padding-bottom: 10px;
}
#footer p {
	padding-top: 15px;
	padding-left:20px;
}
#footer p span {
	padding: 0 5px;
}
#car1 {
	height: 84px;
	width: 214px;
	background: url(images/car1.jpg) no-repeat 0 0;
	margin-top: 50px;
	margin-left: 5px;
}
#car2 {
	height: 111px;
	width: 149px;
	background: url(images/car2.jpg) no-repeat 0 0;
	margin-top: 10px;
	margin-left: 40px;
}
#car3 {
	height: 121px;
	width: 136px;
	background: url(images/car3.jpg) no-repeat 0 0;
	margin-left: 40px;
}
#car4 {
	height: 50px;
	width: 111px;
	background: url(images/car4.jpg);
	margin-left:55px;
}

.text-content p {
	padding-bottom:15px;
}

img.floatright {
	float:right;
	margin:0 0 10px 10px;
}
img.floatleft {
	float:left;
	margin:0 10px 10px 0;
}

.images { text-align: left; padding-bottom:15px; padding-top:5px; }
.images a { margin-right:5px;}
img.image, a.image img { border:solid 1px #ddd; padding:1px; }
a.image:hover img { border:solid 1px #aaa; }


.nopadding { padding:0 !important; }


.service {
	background:url(images/dotted.gif) repeat-x 0 bottom;
	padding-bottom:10px;
	margin-bottom:15px;
}

table.normal {
	background:#ddd;
}
table.normal th {
	border-bottom:solid 2px #5a0509;
	background:#c02129;
	color:#fff;
	line-height:15px;
	padding:5px;
}
table.normal td {
	background:#fff;
	padding:5px;
	text-align: center;
	vertical-align:top;
}
h2.top-padding { padding-top:20px; }

.news, .testimonial {
	background:url(images/dotted.gif) repeat-x 0 bottom;
	padding-bottom:15px;
	margin-bottom:15px;
}
.news p {
	padding:0;
}
.news h3 { font-size:13px; padding:0; }
.news h3 a { text-decoration: none; }


.testimonial p{
	font-style: oblique;
	padding:0;
}
.testimonial .from { font-weight: bold; text-align: right; color:#4a9cad; font-style: normal; }
#captcha {
	padding-left: 150px;
}
#captcha p {
	font-weight: bold;
}
#captcha .field {
	float: none;
	width: 148px;
}
label {
	float:left;
	display:inline;
	font-weight: bold;
	width:150px;
}
.field {
	float:left;
	width:250px;
	margin-bottom:15px;
	margin-right:6px;
	background:#ddd;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	padding:1px;
}
textarea.field {
	width:250px;
	height:120px;
}
.btnp {
	background:url(images/dotted.gif) repeat-x 0 0;
	padding-top:15px;
	padding-left:150px;
}

p.arrow {
	padding-top:5px;
}

p.arrow img {
	width: 7px;
	height: 9px;
	background: url(images/arrow.gif) no-repeat 0 0;
	padding:0;
	margin:0 5px 0 0;
	position:relative;
	top:1px;
}
ol.normal { padding-left:20px;}
.paging {
    padding: 4px;
}
.paging span {
    floaT: left;
    margin-right: 8px;
    padding-top: 1px;
}
.paging a, .paging strong {
    float: left;
    border: solid 1px #4a9cad;
    margin-right: 5px;
    padding: 1px 7px;
    text-decoration: none;
}

.paging strong, .paging a:hover {
    background: #4a9cad;
    color: #fff;
}

.order-skype {
	float: left;
	display: block;
	width:266px;
	height:82px;
	text-indent: -9000px;
	padding-bottom: 15px;
	background: transparent url('images/order_skype.gif') no-repeat 0 0;
}

.order-online {
	float: left;
	display: block;
	width:266px;
	height:82px;
	text-indent: -9000px;
	padding-right: 20px;
	padding-bottom: 15px;
	background: transparent url('images/order_online.gif') no-repeat 0 0;
}
#confirm_order_box { 
	background: #fde7b5; 
	padding: 22px; 
	width: 521px;
}
#confirm_order_box .comment p {
	padding-bottom: 20px;
}
#confirm_order_box #confirm_reply {
	width: 504px;
	border: 2px inset #fde7b5;
	margin-bottom: 20px;
	height: 17px;
	padding-left: 17px;
}
#confirm_order_box #confirm_submit {
	background: transparent url('images/send-btn.gif') no-repeat 0 0;
	width: 124px;
	height: 41px;
	text-indent: -9000px;
	border: 0;
	float: right;
}
#confirm_order_box input.spin {
	background: white url('images/throbber.gif') no-repeat 0 0;
}

#confirm_order_box #msg-box {
	width: 505px;
	border: 2px inset #fde7b5;
	height: 300px;
	overflow: auto;
	background-color: #f2f2f2;
	padding: 8px 8px 0 8px;
	margin-bottom: 20px;
}
#confirm_order_box  #msg-box .comment {
	padding-left: 40px;
}
#confirm_order_box #msg-box .client-comment {
	background: transparent url('images/client.gif') no-repeat 0 0;
}
#confirm_order_box #msg-box .admin-comment {
	background: transparent url('images/dispatcher.gif') no-repeat 0 0;
}
#confirm_order_box #msg-box .admin-comment p {
	font-weight: bold;
}
#confirm_order_box .comment .meta {
	color: #4c4c4c;
	display: block;
}
#confirm_order_box .admin-comment { 
	color: #be1019; 
}
#confirm_order_box .client-comment { 
	color: #076184; 
	background: #f2f2f2;
}

p.tooltip { background-color: #fce6b4; padding: 10px; color: #827459; margin-bottom: 10px; }