body {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 100%;
}

#header #text {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#date {
	float: left;
	position: relative;
	top: -58px;
}

#tick {
	float: right;
	position: relative;
	top: -58px;
	right: 10px;
}

#menu {
	color: #FF3200;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 100%;
}

#menu ul {
	display: block;
	padding: 0px;
}

#menu li {
	border: 1px solid #4699F7;
	border-left: 0px;
	border-right: 0px;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 25px;
	margin: 0px 15px 0px 0px;
	vertical-align: middle;
}

#content {
	padding: 10px;
}

.phone {
	color: #FF3200;
	margin: 20px 0px 20px 0px;
}

#home_container li {
	clear: both;
	float: left;
}

#services_ul {
	clear: right;
	display: block;
	list-style-type: none;
	margin: 20px 0px 20px 0px;
}

#content li {
	float: left;
}

#prices_result_holder {
	display: block;
	height: 70px;
}

#prices_result {
	color: #FF0000; /*4699F7*/
	font-size: x-large;
}

#prices_list_table {
	border-collapse: collapse;
	empty-cells: show;
}

#prices_list_table th {
	color: #FF3200;
	text-align: center;
}

#prices_list_table .title {
	width: 140px;
}

#prices_list_table .cont {
	color: #50FF50;
}

#prices_list_table td {
	color: #4699F7;
	text-align: center;
}

#prices_list_table .content {
	width: 80px;
}

#drivers_container li {
	clear: both;
	float: left;
}

#bottom {
	font-size: small;
	text-align: right;
	padding: 10px 0px 10px 0px;
	width: 100%;
}

#bottom_text_holder {
	display: none;
	float: right;
	text-align: right;
}

