@charset "utf-8";

html {height:101%}
* {margin:0;padding:0;}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	background:#F0F0F0;
	}
	
img {border:0;}
li {list-style:none; float:left; margin:0 0 20px 0}
a {text-decoration:none;}

h2 {
	font-size:130%;
	margin:0 0 10px 0;
	}

.float_right {float:right;}
.float_left {float:left;}

#header {
	background:#122B4A;
	border-bottom:#B8BFC6 solid 1px;
	height:95px;
	margin:0 0 30px 0;
	padding:15px 0 0 0;
	}
	
#footer {
	background:#122B4A;
	height:70px;
	padding:10px 0 0 0;
	color:#CCC;
	font-size:90%;
	margin:20px 0 0 0;
	}
	
	#footer a {color:#FFF; font-weight:bold;}
		#footer a:hover {color:#3DAFED;}

.wrapper {
	width:950px;
	margin:0 auto;
	overflow:hidden;
	}
	
.details {
	width:215px;
	float:left;
	padding:0 10px;
	}
	
	.details p {
		margin:0 0 20px 0;
		line-height:140%;
		}
	
a.brand {
	width:225px;
	height:0px;
	float:left;
	overflow:hidden;
	display:block;
	margin:0 0 0 6px;
	padding:179px 0 0 0;
	background:url(../images/logos.jpg) no-repeat;
	}
	
	#brand-1 {background-position:0 0;}
		#brand-1:hover {background-position:0 -179px;}
	#brand-2 {background-position:0 -358px;}
		#brand-2:hover {background-position:0 -537px;}
	#brand-3 {background-position:0 -716px;}
		#brand-3:hover {background-position:0 -895px;}
	#brand-4 {background-position:0 -1074px;}
		#brand-4:hover {background-position:0 -1253px;}
	#brand-5 {background-position:0 -1432px;}
		#brand-5:hover {background-position:0 -1611px;}
	#brand-6 {background-position:0 -1790px;}
		#brand-6:hover {background-position:0 -1969px;}
	#brand-7 {background-position:0 -2148px;}
		#brand-7:hover {background-position:0 -2327px;}