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

/* Main Structure */

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #2e2f56;
	background-image:url(../images/top_background.jpg);
	background-repeat:repeat-x;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

#main_container {
	width: 808px;
	background-color: #d8d8d8;
	margin: 0 auto;
	}
	
#top {
	margin: 0;
	text-align: center;
	}
		
#notready {
	width: 646px;
	background-color:#e83123;
	padding: 20px 0 20px 0;
	margin: 0 auto;
	}
	
#footer {
	background-color: #c9c9c9;
	height: 240px;
	width: 100%;
	background-image:url(../images/footer_back.jpg);
	background-repeat:repeat-x;
	}
	
	
img, a {
	border: none;
	}
	
a {
	color: #e83123;
	}
	


/* Forms */

.formtop {
	margin-top: 20px;
	}
	
.formpic {
	margin-left: 40px;
	}
	
label.description {
	padding-bottom: 5px;
	}
	
#form1 ul {
	list-style-type: none;
	}
	
#form1 ul li {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-bottom: 10px;
	}

#step1 li label, #step2 li label
{
	clear:both;
	color:#444;
	display:block;
	font-size: .9em;
	line-height:9px;
	margin:0;
	padding-top:5px;
}

	
#step1 {
	width: 335px;
	float: left;
	margin: 20px 0;
	}
	
#step2 {
	width: 350px;
	float: left;
	margin: 20px 0;
	border-left: 1px solid #999999;
	}
	
select.select {
	width: 250px;
	padding-bottom: 2px;
	}
	
.buttons input {
	font-size: 1em;
	margin-top: 10px;
	}
	

/* Not Ready to Buy list of brands */

#brands_list {
	width: 700px;
	margin: 0 auto;
	}
	
#brands_list ul {
	list-style-type: none;
	text-align: center;
	line-height: 15px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#brands_list ul li {
	font-size: 18px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #e83123;
	border-right: 1px solid #333333;
	margin-right: 20px;
	padding-right: 20px;
	display: inline;
	}
	
#brands_list ul li.last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
	}
	

	
	


/* Hacks */

img {margin:0px;padding:0px;border-width:0px;}

* html form li
{
	height:1%;
}

* html .buttons
{
	height:1%;
}

* html form li div
{
	display:inline-block;
}
	