/* Blue Crush Media */

body {
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	height:903px;
}

.contentpad {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-top:15px;
}

#topbanner {
	width:800px;
	height:430px;
	background:url(images/top_banner.png);
}
#left {
	float:left;
	width:50px;
	height:374px;
	background:url(images/left.png);
}
#content {
	text-align:left;
	color:#015B6B;
	width:700px;
	height:312px;
	float:left;
	background:url(images/content_bg.png);
	
}
#right {
	width:50px;
	height:374px;
	float:right;
	background:url(images/right.png);

}
#bottom {
	width:700px;
	height:62px;
	float:left;
	background:url(images/bottom.png);
}
#footer {
	width:800px;
	height:100px;
	background-color:#005A75;
	float:left;
	color:#FFF;
	font-size:12px;
}


/* Links */	

A:link {
	color:#FFF;
	text-decoration:none;
}


A:visited {
	color:#FFF;
	text-decoration:none;
}

A:active {
	color:#FFF;
	text-decoration:none;
}

A:hover {
	color:#0CC;
	text-decoration:underline;
}


li, ul {
display:inline;

}

.brands {
 background-color: #fff;
 width:658px;
 text-align:center;
}

h1 {
font-size: 16px;
font-weight: bold;
}
img {
 border: 0px;
}
