@charset "utf-8";
/* CSS Document */
body{
	font-size: 10.5pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin:0;
	background: #ffffff;
}
#wrapper{
	position: relative;
	width: 1050px;
	margin: 0 auto;
}
#header{
	position: relative;
	width: 100%;
	height: 90px;
}
#links {
	position: absolute;
	left: 331px;
	height: 35px;
	width: 745px;
	top: 56px;
}
#tagline{
	position: absolute;
	left: 401px;
	height: 30px;
	font-size:18px;
	letter-spacing:.5px;
	color: #990000;
	top: 17px;
	width: 616px;
}
#gradient{
	height:300px;
	background-color: #293991;
}
#carSeal {
	position: absolute;
	left: 710px;
	top: 100px;
	height: 132px;
	width: 132px;
}
#portrait{
	position: absolute;
	left: 830px;
	top: 122px;
	background-image:url(images/cladio.png);
	background-repeat: no-repeat;
	height: 268px;
	width: 196px;
}
#gradientLong{
	height: 350px;
	background-color: #293991;
	padding: 25px;
}
#gradientLong img{
	border: 2px solid #FFFFFF;
	margin-bottom: 10px;
	margin-left: 20px;
}
#headerBar {
	position: relative;
	width: 100%;
	height: 3px;
	background-color: #333333;
}
#gradContLeft {
	float: left;
	width: 64%;
	padding-left: 20px;
	padding-top: 20px;
  	line-height: 17px;
}
#left {
	float: left;
	width: 47%;
}
#right {
	float: right;
	width: 50%;
}
#clear {clear: both;}
a{
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:active{
	color: #CCCCCC;
	text-decoration:none;
}
#footer{
	position: relative;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 14px;
	width: auto;
	height: 50px;
	padding: 5px;
}
#footerPay{
	position: relative;
	background-image: url(images/payments.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px 0px 10px 10px;
}
html {overflow-y: scroll;}
