@charset "utf-8";
/* CSS Document */

BODY{
	background: #001428 url(images/bg_page.jpg) repeat-x;
	font: 12px/15px Arial, Helvetica, sans-serif;
}
a, a:visited{
	color: #0271bb;
}
#layout{
	width: 980px;
	margin: 20px auto;
	text-align: center;
	background: #ddd;
}
#logo{
	float: left;
	margin-top: 5px;
	margin-left: 35px;
}
h1, h2{
	display: inline;
}

.float-right{
	float: right;
	position: relative;
}
.float-left{
	float: left;
	position: relative;
}
#header .float-right{
	color: #fff;
	text-align: right;
}
#header{position:relative;}
#header div.getApp{
	position:absolute;
	width:288px;
	height:50px;
	top:30px;
	right:305px;
}
#header a, #header a:visited{
	color: #0271bb;
}

.arrow{	
	position: absolute;
	right: 0;
	margin-top: 5px;
	width: 227px;
	height: 40px;
	background: url(images/arrow.png) no-repeat;
	color: #000;
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
	font-weight: bold;
	line-height: normal;
}

.arrow strong{
	color: #0074be;
	font-size: 20px;
	font-weight: normal;
}
#content{
	float: left;
	clear: both;
	padding-top: 50px;
	position: relative;
}

#subaru{
	float: left;
	margin-right: 24px;
	position: relative;
}
#mazda{
	position: relative;
}
#subaru span{
	display: block;
	position: absolute;
	height: 42px;
	background: url(images/extarrow.png) no-repeat top right;
	bottom: 80px;
	right: 212px;
	width: 40px;

}
#subaru:hover span{
	right: 200px;
}
#mazda{
	float: left;
}
#mazda span{
	display: block;
	position: absolute;
	height: 42px;
	background: url(images/extarrow.png) no-repeat bottom left;
	bottom: 80px;
	left: 212px;
	width: 40px;

}
#mazda:hover span{
	left: 200px;
}

#subaruinfo{
	position: absolute;
	bottom: 15px;
	left: 33px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}
#subaruinfo a, #subaruinfo a:visited{
	text-decoration: none;
	color: #fff;
}
#subaruinfo strong, #subaruinfo strong a, #subaruinfo strong a:visited{
	color: #FFF;
	font-size: 12px;
}
#subaruinfo strong a, #subaruinfo strong a:visited{
	text-decoration: underline;
}

#mazdainfo{
	position: absolute;
	bottom: 15px;
	right: 34px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}
#mazdainfo a, #mazdainfo a:visited{
	text-decoration: none;
	color: #fff;
}
#mazdainfo strong, #mazdainfo strong a, #mazdainfo strong a:visited{
	color: #FFF;
	font-size: 12px;
}
#mazdainfo strong a, #mazdainfo strong a:visited{
	text-decoration: underline;
}
.c1{
	width: 600px;
	text-align: left;
	color: #fff;
	padding-top: 50px;
	font-size: 11px;
	padding-right: 10px;
}
.c1 img{
	margin-right: 20px;
}

.c2{
	width: 100px;
	padding-left: 22px;
	text-align: left;
	color: #fff;
	padding-top: 50px;
	font-size: 11px;
}
.c2 strong{
	display: block;
	font-size: 12px;
	padding-bottom: 10px;
}
.c3{
	width: 366px;
	color: #fff;
	font-size: 11px;
	text-align: right;
}
h1{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
h2{
	font-size: 12px;
	font-weight: bold;
}
#footer{
	float: left;
}
#footer a, #footer a:visited{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#dealerfire{
	display: block;
	position: relative;
	float: right;
	margin-top: 25px;
	line-height: 33px;
	padding-right: 140px;
	width: 300px;
}
#dealerfire img{
	position: absolute;
	right: 0;
}
