/* CSS for home page */

.container {
	width:960px;
}
#bodycontainer.homecontainer {
	background:#fff url(../../images/home_bg.png) repeat-x top;
}
#header {
	height:100px;
}
#banner {
	height:100px;
}
#banner a>img {
	float:left;
	max-height:100px;
	max-width:min(450px,100%);
}
#mainbar { height:300px; }
#indextext {
	position:absolute;
	top:90px;
	left:50%;
	margin-left:-480px;
	width:470px;
	padding:20px 0;
}
#indextext h1 {
	color:#FFF;
	font-size:2.5em;
	text-shadow: 1px 1px 1px #845407;
}
#indexdescription {
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.7em;
	padding:15px 0 0 0;
	text-shadow: 1px 1px 1px #845407;
	text-align:left;
}
#scancircle_terms, #scancircle_terms a, #scancircle_info, #scancircle_info a { 
	color:#fff !important; 
}
#homephoto { position:absolute; top:78px; left:50%; }

#speedometer {
	position:absolute !important;
	top:78px; 
	left:50%; 
	width:450px; 
	height:321px;
}
.speedometer_image {
	width:450px !important;
	height:321px !important;
}
.speedometer_center {
	width: 31px !important;
	height: 30px !important;
}
.speedometer_gauge {
	font-size: 16px !important;
	height: 19px !important;
	left: 180px !important;
	width: 75px !important;
	line-height: 20px !important;
}
.speedometer_label {
	font-size:14px !important;
}
.speedometer_label:nth-of-type(6) {
	font-size:10px !important;
}

#infoblocks {
	margin-top:20px;
}
#infoblocks div {
	width:49%;
	display:inline-block;
	vertical-align: middle;
}
#infoblocks span {
	float:left;
}
#infoblocks h2 {
	margin-left:80px;
	line-height: 2em;
}
#infoblocks p {
	margin-left:80px;
	font-size:1em;
	color:#666;
	line-height:1.4em;
}
.home_icon {
	background-image:url(../../images/v2.9/home.png);
	display:inline-block;
}
#icon_find { background-position:0 0; width:75px; height:74px }
#icon_info { background-position:0 -76px; width:75px; height:74px }
#icon_lock { background-position:0 -152px; width:75px; height:74px }
#icon_mail { background-position:0 -228px; width:75px; height:74px }

#icon_facebook { background-position:-76px 0; width:48px; height:48px }
#icon_twitter { background-position:-76px -49px; width:48px; height:48px }
#icon_youtube { background-position:-76px -98px; width:48px; height:48px }

#doormatblocks>.block:last-child { width:auto; }
#doormatblocks>.block>table { margin:10px 0 0; }

/* Mobile devices ----------- */
@media only screen
and (max-width : 960px) {
	.container { width:100%; }
	#indextext { 
		 left:0;
		 margin-left:20px;
		 width:auto !important;
	}
	#speedometer { display:none !important; }
	#infoblocks { margin-right: 10px; }
	#infoblocks div { width:100%; }
}