@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background: url(../img/template/background.jpg) no-repeat center center fixed #000000;
	text-align: center;
}

h1 {
	color: #f6d817;
	font-size: 14px;
	text-transform: uppercase;
}

strong {
	color: #f6d817;
}

img {
	border: 0px;
}

.tab {
	margin-left: 10px;
}

.detailTable {
	width: 445px;
}

.detailTable .dots {
	background: url(../img/template/dots.png) repeat-x bottom left;
	width: 335px;
}

.detailTable .dots strong, .detailTable .dots span {
	background-color: #343636;
}

.detailTable ul {
	
	margin-top: 0px;
	padding: 0px;
}

.detailTable li {
	list-style-image: url(../img/template/smallcheck.png);
	margin-left: 20px;
}

.detailTable img {
	padding-right: 10px;
}

.serviceTable td {
	text-align: center;
	padding: 5px;
}

.serviceTable .heading {
	color: #000000;
	background-color: #f6d817;
	font-weight: bold;
	font-size: 14px;
}

.serviceTable .heading2 {
	border-left: solid 1px #575959;
	line-height: 15px;
	color: #ffffff;
	font-weight: bold;
	font-size:14px;
}

.serviceTable .heading3 {
	color: #f6d817;
	font-size: 14px;
	text-align: left;
	padding-left: 20px;
}

.serviceTable .row td {
	background: #9c9ea0;
}

.serviceTable .row .spacer {
	background: #686a6b;
	border-left: solid 1px #575959;
}

.serviceTable .rowb td {
	background: #868889;
}

.serviceTable .rowb .spacer {
	background: #5d5f5f;
	border-left: solid 1px #575959;
}

.serviceTable .title {
	color: #ffffff;
	padding-left: 20px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

.serviceTable .title2 {
	color: #ffffff;
	padding-left: 30px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

.serviceTable .price {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

.serviceTable .rain {
	color: #ffffff;

	font-weight: bold;
}

.serviceTable .border {
	border-left: solid 1px #a0a1a2;
}

.serviceTable .border2 {
	border-left: solid 1px #a0a1a2;
	border-bottom: solid 1px #a0a1a2;
}

.serviceTable .borderbottom {
	border-bottom: solid 1px #a0a1a2;
}


.serviceTable .row .check {
	background: #9c9ea0 url(../img/page/services/check.png) no-repeat center center !important;
}

.serviceTable .rowb .check {
	background: #868889 url(../img/page/services/check.png) no-repeat center center !important;
}

.serviceTable td {
	text-align: center;
}

.autoNetwork p {
	margin-left: 10px;
}

.autoNetwork strong {
	margin-left: -10px;
}

#container {
	border: solid 2px #ffffff;
	width: 847px;
	margin: 37px auto;
	text-align: left;
	position: relative;
	background: #000000;
}

#header {
	height: 129px;
	position: relative;
}

#header #addressBox {
	position: absolute;
	top: 16px;
	left: 306px;
	width: 350px;
	color: #000000;
	z-index: 20;
}

#header #addressBox span {
	font-size: 14px;
	font-weight: bold;
}

#header #addressBox a {
	color: #000000;
	text-decoration: none;
}

#header #headerImage {
	position: absolute;
	top: -46px;
	left: 0px;	
	z-index: 10;
}

#header2 {
	height: 334px;
	position: relative;
	margin-bottom: 28px;
}

#header2 #infoBox1 {
	border: solid 1px #ffffff;
	width: 484px;
	_width: 488px;
	height: 322px;
	_height: 326px;
	padding: 2px;
	position: absolute;
	top: 0px;
	left: 13px;
}

#header2 #infoBox2 {
	border: solid 1px #ffffff;
	width: 319px;
	_width: 323px;
	height: 211px;
	_height: 215px;
	padding: 2px;
	position: absolute;
	top: 0px;
	left: 509px;
}

#header2 #infoBox3 {
	border: solid 1px #ffffff;
	width: 319px;
	_width: 323px;
	height: 101px;
	_height: 105px;
	padding: 2px;
	position: absolute;
	top: 221px;
	left: 509px;
}

#navBar {
	height: 28px;	
	background: #8e0f13;
	position: absolute;
	top: 463px;
	left: 13px;
	width: 822px;
	z-index: 1000;
	padding: 0px;
	margin: 0px;
}

#navBar a {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: auto;
}

#navBar ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#navBar li {
	float: left;
	position: relative;
	width: 162px;
	text-align: center;
	line-height: 28px;
	
}

#navBar li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background: #999;
	z-index: auto;
	width: 200px;
}

#navBar li ul li {
	width: 200px;
}

#navBar li ul li a {
	font-size: 11px;
	display: block;
	text-align: left;
	padding-left: 4px;
}

#navBar li ul li a:hover {
	color: #fff;
	background-color: #333;
}

#navBar li>ul {
	top: auto;
	left: auto;
}

#navBar li:hover ul, #navBar li.over ul {
	display: block;
	*position: static !important;
}

#mainBody {
	margin-bottom: 14px;
	position: relative;
	background: #343636;
	margin-left: 13px;
	width: 822px;
	color: #bcbec0;
	line-height: 12px;
}

#mainBody a {
	color: #bcbec0;
}

.hoursBox {
	background-color: #939598;
	color: #ffffff;
	padding-right: 10px !important;
	width: 315px
}

#mainBody .hoursBox h2 {
	color: #ffffff;
	font-size: 13px;
	margin-left: 10px;
}

#mainBody .hoursBox p {
	margin-left: 20px;
}
