/*
	Created by Berkov Yurij 
	A-Z Truck AutoShop
	Copyright (C) 30-11-2007
*/
@charset "windows-1251";
/*
	Main Default Tags (Begin)
*/
body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;/* Dont touch - worked line for maincarcas.css*/ 
	font-size:12px;
	background: #4682B4;/* Dont touch - worked line for maincarcas.css*/ 
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	margin: 0; /* Dont touch - worked line for maincarcas.css*//* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;/* Dont touch - worked line for maincarcas.css*/
	text-align: center;/* Dont touch - worked line for maincarcas.css*//* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #containerglobal selector */
	color: #000000;/* Dont touch - worked line for maincarcas.css*/
}

hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top: 1px solid #ffffff;
}
p {
 /*margin-top:0; text-indent:5em; */
	
	color: #ffffff;
}
.contacts_menu_small_text {
	font: 10px Verdana, Arial, Helvetica, sans-serif;/* Dont touch - worked line for maincarcas.css*/ 
	color: #ffffff;
}
/*
	Main Default Tags (End)
*/