div.infoWindow b.googleWindmyLink:hover { color: red;  }

body {
	margin: 			0px;
	background:			url('/images/bg_body.jpg') repeat-x	#009ddd;
	font-family:		verdana;
	font-size:			12px;
	color:				#00457e;
}

#container {
	position:			relative;
	margin:				auto;
	width:				1000px;
	height:				auto;
}

#header {
	position:			relative;
	background:			url('/images/bg_header.png') no-repeat 0px 7px;
	margin:				auto;
	width:				1000px;
	height:				618px;
}

#content {
	position:			relative;
	background:			url('/images/bg_content.png') repeat-y;
	margin:				auto;
	width:				1000px;
	height:				auto;
}

#footer {
	position:			relative;
	background:			url('/images/bg_footer.png') no-repeat;
	margin:				auto;
	width:				1000px;
	height:				50px;
}

#mainLogo {
	position:			absolute;
	top:				50px;
	left:				50px
}

#languageSelector {
	position: 			absolute;
	font-weight:		bold;
	right: 				36px;
	top: 				4px;
	text-align:			right;
	color:				#ffffff;
}

#languageSelector a {
	color:				#ffec00;
	text-decoration:	none;
}

#languageSelector a:hover {
	text-decoration:	underline;
}

#logoText {
	position:			absolute;
	left:				250px;
	top:				66px;
	color:				#ffec00;
	font-weight:		bold;
}
#logoText a {
	color: #FFEC00;
	text-decoration: none;
}
#logoText a:hover {
	color: #FFF;
	text-decoration: underline;
}

#boxSmall {
	position:			absolute;
	background:			url('/images/bg-box-small.png');
	padding:			78px 30px 20px	30px;
	left:				46px;
	top:				130px;
	width:				322px;
	height:				53px;
	line-height:		16px;
}

#boxLarge {
	position:			absolute;
	background:			url('/images/bg-box-Large.png');
	padding:			20px 30px 20px	30px;
	left:				46px;
	top:				280px;
	width:				322px;
	height:				298px;
}

#slogan {
	position:			absolute;
	top:				410px;
	right:				-20px;
}

#seenOnTv {
	position: 			absolute;
	top:				280px;
	right:				400px;
}

#logoVitayaDobbit {
	position:			absolute;
	left: 				450px;
	top:				570px;
}

#footerText {
	position:			absolute;
	right: 				34px;
	top: 				36px;
	font-size:			10px;
	color:				#ffffff;
}

#googleMaps {
	position:			relative;
	background:			url('/images/bg_googlemaps.png') no-repeat;
	margin: 			0 0 0 46px;
	padding: 			10px;
	width:				848px;
	height:				522px;
}

#googleMapTextRoute {
	position:			relative;
	margin:				0 0 0 46px;
	/*padding: 			24px 36px 24px 36px;*/
	padding:			0 36px 0 36px;
	width:				796px;
	height:				auto;
	background:			url('/images/block_repeat.jpg') repeat-y;
}

#googleMapTextRouteTop {
	position:			relative;
	margin:				0 0 0 46px;
	width:				868px;
	height:				10px;
	background:			url('/images/block_top.jpg') no-repeat;
}

#googleMapTextRouteBottom {
	position:			relative;
	margin:				0 0 0 46px;
	width:				868px;
	height:				10px;
	background:			url('/images/block_bottom.jpg') no-repeat;
}

#theMap {
	position: relative;
	width: 100%;
	height: 100%;
}

#extraInfo {
	position:			relative;
	background:			url('/images/bg_extrainfo.png') no-repeat;
	margin: 			0 0 0 47px;
	padding: 			24px 36px 24px 36px;
	width:				796px;
	height:				63px;
}

#extraInfo a {
	color:				#00457e;
	text-decoration:	underline;
}

#extraInfo a:hover {
	text-decoration:	underline;
}

#dealerSearch {
	position: 			absolute;
	left: 				24px;
	top: 				24px;
}

.checkbox {
	position:			relative;
	height:				18px;
}

.checkbox input[type="checkbox"] {
	margin:				0 10px 0 0;
}

input[type="text"] {
	background:			url('/images/bg_input.gif') no-repeat;
	padding:			4px 10px 0 10px;
	border:				0px;
	width:				292px;
	height:				19px;
}


select {
	width: 				223px;	
}

input[type="submit"] {
	width:				81px;
	height:				22px;
	border:				0px;
}

.formName {
	height:				24px;
}


span#formWarning {
	display: none; 
	clear: both;
	border: 2px dashed red;
	width: 300px;
	margin-top: 5px;
	text-align: center;
	color: red;
	padding: 3px;
	margin-bottom: 0px;
	
}
span#formWarning b#Incorrect, span#formWarning b#notFound { font-weight:bold; font-size: 8pt; display:none; }
