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

#wrap {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
	background-color: transparent;
	}
body {
	background-color: #FFC;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.9em;
	margin: 5px 0px 20px;
	line-height: 1.2em;
}
h1 {
	font-size: 1.8em;
	margin: 0px;
	color: #CC0;
}
h2 {
	font-size: 1.8em;
	margin: 0px;
	color: #F00;
}
h3 {
	margin: 2px 0px;
	color: #F90;
}
h4 {
	margin-top: 10px;
	float: left;
	text-align: center;
	display: block;
	width: 800px;
	color: #F00;
}
#mast {
	float: left;
	height: 160px;
	width: 800px;
	background-image: url(images/header_gradient.gif);
	background-repeat: repeat-y;
}
#above_nav_strip {
	float: left;
	height: 18px;
	width: 800px;
	background-image: url(images/above_nav_gradient.jpg);
	background-color: transparent;
}
#page_container {
	float: left;
	width: 800px;
	background-color: #FFF;
}
#left_page {
	float: left;
	background-color: transparent;
	padding: 20px;
	width: 530px;
}
#right_page {
	float: left;
	background-color: transparent;
	width: 200px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 20px;
}
#right_page img {
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.brands {
	height: 104px;
	width: 180px;
	background-image: url(images/brands.jpg);
	padding: 70px 10px 10px;
	margin-bottom: 10px;
}
.brands a {
	display: block;
	width: 180px;
	height: 180px;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}
#logo_strip {
	height: 45px;
	width: 800px;
	float: left;
	background-color: #FFF;
	text-align: center;
	background-image: url(images/payment.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#footer {
	background-image: url(images/footer.gif);
	float: left;
	width: 800px;
	height: 63px;
}
