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

#destaque {
	margin: 0 auto;
	width: 860px;
	height: 390px;
	background-color:#333;
	background-image: url(../img/index/layoutGps-V2-Main-Destaque-G350M.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#dlink a{
	float:right;
	width: 300px;
	height: 285px;
	margin-top: 100px;
	display: block;
}

#infobar {
	margin: 0 auto;
	margin-top: 15px;
	padding-left: 30px;
	padding-top: 8px;
	width: 830px;
	height: 22px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	background-image:url(../img/index/layoutGps-V2-Main-Statusbar.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#infos {
	margin: 0 auto;
	margin-top: 15px;
	width: 860px;
}

#info1 {
	float:left;
	width:420px;
	height: 140px;
	margin-right:20px;
	background-color: #333;
	background-image: url(../img/index/layoutGps-V2-Main-Info1.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#inf1Textos {
	margin-top: 40px;
	width:390px;
	height: 90px;
	padding-left: 15px;
}
#inf1Not a{
	width:390px;
	height: 30px;
	display:block;
}

#info2 a{
	float:left;
	width:200px;
	height: 140px;
	margin-right:20px;
	background-color: #333;
	background-image: url(../img/index/layoutGps-V2-Main-Info2.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#info2 a:hover{
	background-position: 0px -140px;
}

#info3 a{
	float:left;
	width:200px;
	height: 140px;
	background-color:#333;
	background-image: url(../img/index/layoutGps-V2-Main-Info3.jpg);
	background-position: top;
	background-repeat:no-repeat;
}
#info3 a:hover{
	background-position: 0px -140px;
}

a.linkGray11:link {
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}
a.linkGray11:visited {
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}
a.linkGray11:hover {
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
	color: #CFCFCF;
}
a.linkGray11:active {
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.textGray9 {
	font-size:9px;
	color: #444;
}
