
.menu {
	color: white;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	text-transform:uppercase;
}
.menu:hover {
	color: #DEB887;
}
.menuActive {
	color: #DEB887;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
    text-transform:uppercase;
	
}
.menuPadding {
	width: 5%;
	text-align: right;
	padding-left: 20px;
}
.aboutUsText {
	 font-family: verdana;
	 font-size: 13px;
	 background: #303030;
	 color: #b0b0b0;
}
.aboutUsHeaders {
	 font-family: verdana;
	 font-size: 15px;
	 font-weight: bold;
	 color: #ff9900;
	 background: #505050;
}
.aboutUsLinks {
	 margin-bottom: 10px;
	 font-family: verdana;
	 font-size: 10px;
	 text-decoration: none;
	 color: #ff9900;
}
.aboutUsOffers {
	padding-left: 130px;
}
.aboutUsForUs {
	padding-left: 20px;
	padding-right: 20px
}
.searchSelect {
	width: 150px;
	color: #303030;
}
.links {
	 font-family: verdana;
	 font-size: 13px;
	 font-weight: bold;
	 color: #ff9900;
	 text-decoration: none;
}
.links:hover {
	color: #090909;
	font-style: italic;
}
.offersDetails {
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
}
.contactsMailText {
	padding-left: 30px;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #c0c0c0;
}

.contactsTdMargin {
	padding-right: 30px;
}

.contactsField {
	background: #ffff99;
	border: 1px solid #000000;
	color: #000000;
}

.contactsButtons {
	border: 1px solid #ff9900;
	color: #ff9900;
	font-weight: bold;
	background: #505050;
}
.contactsBackground {
	background: #303030;
}
.carText {
	padding-left: 10px;
	height: 20px;
}
.interface {
	color: #909090;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
}
.interface:hover {
	color: #909090;
	font-family: verdana;
	font-size: 11px;
	text-decoration: underline;
}
.checkboxText {
	font-size: 11px;
}
.link {
	text-decoration: none;
	color: #00087F;
	font-weight: bold;
	font-size: 13px;
}
.linkActive {
	text-decoration: none;
	color: #8B0000;
	font-weight: bold;
	font-size: 13px;
}
.texts {
	text-align: center;
	text-size: 20px;
	color: #8B0000;
	font-weight: bold;
}
.changePicsTD {
	height: 50px;
	padding-left: 50px;
}