@charset "utf-8";

* { margin: 0; padding: 0; }

html {
	font-family: Arial;
	font-size: 12px;
}

body {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

a {
	text-decoration: none;
}

h1 {
	color: #2d2d2d;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px #c7c7c7;
	margin-top: 5px;
	margin-bottom: 15px;
}
h2 {
	color: #2d2d2d;
	text-shadow: 1px 1px 3px #c7c7c7;
	margin-top: 5px;
	margin-bottom: 10px;
}
img {
	border: 0px;
}

.linkTo {
	font-size: 16px;
}

#header_block {
	height: 151px;
	overflow: auto;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}
#head {
	height: 110px;
}
#head #contacts {
	float: right;
}
#head #contacts #contacts_phone {
	/*color: #545454;*/
	color: #fba600;
	font-size: 52px;
	font-weight: bold;
	/*text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;*/
	/*text-shadow: -1px 0 #545454, 0 1px #545454, 1px 0 #545454, 0 -1px #545454;*/
	text-shadow: 3px 3px 5px #545454;
}
#head #contacts #contacts_location {
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
}
#head #contacts #contacts_time {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

#meniu {
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
}
#meniu ul {
	list-style: none;
}
#meniu ul li {
	float: left;
	background-image: url(../images/meniu_button.png);
	background-repeat: no-repeat;
}
#meniu ul li#current {
	background-image: url(../images/meniu_current.png);
	background-repeat: no-repeat;
}
#meniu ul li a {
	display: block;
	text-align: center;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 98px;
}

#meniu ul li#current a {
	width: 99px;
}

#meniu #meniu_tail {
	overflow: auto;
	background: url(../images/meniu_left.png) no-repeat left;
}
#meniu #meniu_tail #meniu_tail1 {
	margin-left: 10px;
	background: url(../images/meniu_right.png) no-repeat right;
	overflow: auto;
}
#meniu #meniu_tail #meniu_tail2 {
	margin-right: 10px;
	background: url(../images/meniu_bg.png) repeat-x;
	height: 30px;
	overflow: auto;
}

#content {
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 25px;
	overflow: auto;
}
#content p {
	margin-top: 15px;
}
#content ul {
	margin-left: 30px;
	list-style-image: url(../images/list-style.png);
}

#footer_block {
	overflow: auto;
	margin-top: 20px;
	color: #FFF;
	font-size: 11px;
	background: url(../images/meniu_left.png) no-repeat left;
}
#footer_block #footer1 {
	margin-left: 10px;
	background: url(../images/meniu_right.png) no-repeat right;
	overflow: auto;
}
#footer_block #footer2 {
	margin-right: 10px;
	background: url(../images/meniu_bg.png) repeat-x;
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: auto;
}
#footer_block #copyright {
	float: left;
	background: url(../images/meniu_left.png) no-repeat left;
}
#footer_block #call_us {
	float: right;
}

.boldText {
	font-weight: bold;
	color: #fba600;
	font-size: 14px;
}

#towing-truck {
	float: right;
	margin-right: 30px;
}

.photos {
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
.photos li {
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 25px;
}
.photos li img {
	/*padding: 2px;
	border-top: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	border-right: 2px solid #c7c7c7;
	border-bottom: 2px solid #c7c7c7;*/
	padding: 2px;
	border: 2px solid #c7c7c7;
}
#right_block {
	float: right;
}
form#contacts-form {
	margin: 0 auto;
	width: 400px;
}
form#contacts-form fieldset {
	border: none;
	margin-bottom: 10px;
}
form#contacts-form fieldset:last-of-type {
	margin-bottom: 0;
}
form#contacts-form legend {
	color: #224e5b;
	/*font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;*/
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
form#contacts-form fieldset fieldset legend {
	color: #224e5b;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0;
}
form#contacts-form ol li {
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
}
form#contacts-form ol ol li {
	background: none;
	border: none;
	float: left;
}
form#contacts-form label {
	float: left;
	font-size: 13px;
	width: 120px;
}
form#contacts-form fieldset fieldset label {
	background:none no-repeat left 50%;
	line-height: 20px;
	padding: 0 0 0 30px;
	width: auto;
}
form#contacts-form fieldset fieldset label:hover {
	cursor: pointer;
}
form#contacts-form input:not([type=radio]), form#contacts-form textarea {
	background: #FFF;
	border: 1px solid #89bdcd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	padding: 5px;
	width: 230px;
	/*font-family: Calibri;*/
}
form#contacts-form textarea {
	height: 100px;
}

form#contacts-form input:not([type=submit]):focus, form#contacts-form textarea:focus {
	background: #eaeaea;
}
form#contacts-form button {
	display: block;
	border: 1px solid #89bdcd;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background: #89bdcd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: auto;
	width: 100px;
	/*font-family: Calibri;*/
}
form#contacts-form button:hover {
	background: #FFF;
	border: 1px solid #89bdcd;
	color: #89bdcd;
	cursor: pointer;
}