object {
	outline: none;
}


body {
	background-image: url(images/background.png);
	background-position: center top;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-color: #C7C7C7;
	background-repeat: no-repeat;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: left;
	line-height: 27px;	
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666;
	text-align: left;
}
h3 {
	color:#990000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
}	



.wrapper {
	margin: auto;
	width: 960px;
	position: relative;
	background-color: #FFFFFF;
	
}
#header {
	position:relative;
	height: 125px;
	width: 960px;
	float:left;
	background-color:#FFF;
}
#logo {
	position: absolute;
	left: 62px;
	top: 15px;
}
#ordering_callout {
	position: absolute;
	top: 10px;
	right: 70px;
}
#menu_section {
	background-image: url(images/menu_background.gif);
	background-repeat: repeat;
	height: 23px;
	padding-bottom:5px;
	padding-top: 8px;
	width: 960px;
	float:left;
}

#menu_section ul {
	display: inline;
	list-style-type: none;
	

}

#menu_section ul li{
	display: inline;
	list-style-type: none;
	margin-right:30px;
	height:17px;
	float:left;

		
}
#menu_section ul li a{
	padding-left:18px;
	height: 23px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#menu_section ul li a:hover {
	background-image: url(images/small_arrow.png);
	background-repeat: no-repeat;
	background-position: 5px;
}
#selected {
	background-image: url(images/small_arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	
}
#menu_section img {
	border: 0;	
}
#login {
	float: right;
	margin-right: 75px;
}
#login a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#flash_section {
	width: 960px;
	height:360px;
	float:left;
}
#promo_area {
	height: 145px;
	width: 910px;
	padding-left: 50px;
	padding-top:10px;
	background-color:#FFF;
	float:left;
}

.selected {
	background-image: url(images/small_arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	
}

.promo_block_left a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	font-weight: bold;
	text-decoration: none;
	float:left;
}

.promo_block {
	float: left;
	height: 125px;
	width: 280px;
	margin-bottom: 45px;
	margin-left: 45px;
}
.promo_block_left {
	float: left;
	width: 145px;
	margin-left: 10px;
}
.promo_block_left img {
	float: left;
	margin-top: 40px;
}

.promo_block_right {
	float: left;
}
#separator {
	background-image: url(images/shaded_border.gif);
	background-repeat: no-repeat;
	float: left;
	height: 127px;
	width: 26px;
	margin-top:5px;
}

.main_content_area {
	width: 890px;
	padding-right: 20px;
	padding-left: 50px;
	line-height: 20px;
	float:left;
	background:#FFF;
}

.main_content_area a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}	
#left_content {
	float: left;
	width: 500px;
	
}
#tall_separator {
	background-image: url(images/tall_separator.png);
	background-repeat: no-repeat;
	float: left;
	height: 330px;
	width: 38px;
	position:relative;
	margin-top: 30px;
}
#right_content {
	position:relative;
	float: left;
	width:320px;
	left: 5px;	
}

#right_content a{
	color: #E30701;	
}	
#horizontal_separator {
	background-image: url(images/horizontal_separator.png);
	float: left;
	height: 33px;
	width: 293px;
	background-repeat: no-repeat;
}
#contact_info {
	float: left;
	width: 300px;
	padding-left: 50px;
}
#contact_info a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#contact_form {
	float: left;
	font-weight: bold;
}
form input {
	border: 1px solid #333;
	padding-top: 8px;
}


#label {
	position: relative;
}

.smallest_text_field {
	height: 19px;
	width: 50px;
	margin-right: 20px;
}
.small_text_field {
	height: 19px;
	width: 200px;
	margin-right: 20px;
}
.smaller_text_field {
	height: 19px;
	width: 130px;
	margin-right: 5px;
}
#signup_form {
	text-align: left;
}
#sales_tax {
	text-align: right;
}
.medium_text_field {
	height: 19px;
	width: 231px;
	margin-right: 20px;
}
.long_text_field {
	width: 350px;
	margin-bottom: 15px;
}
.very_long_text_field {
	width: 615px;
	height: 19px;
}
form textarea {
	width: 350px;
	border: 1px solid #333;
}
#submit_clear_btns input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border:0;
}

#red_text {
	color: #ff0000;
	font-weight: bold;
}

#red_text a {
	color: #ff0000;
	font-weight: bold;
	text-decoration:none;
}
.foot {
	position:relative;
	float:right;
	width: 910px;
	padding-left: 50px;
	padding-top: 10px;
	font-size: 10px;
	background-color:#FFF;
	padding-bottom:25px;
}

.foot a {
	text-decoration: none;
	color:#666;
}
#agreement_text {
	float:left;
	width: 500px;
	height:100px;
	overflow:auto;
	margin-left: 150px;
	margin-bottom:15px;
}
#signup_final_text {
	width: 550px;
	margin-left: 150px;
}
#apply_buttons {
	position: relative;
	margin-left: 200px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-image: none;
}

#apply_buttons img{
	border:none;
}
#agreement_form ol li {
	margin-bottom: 15px;
}
#misc_ol li {
	list-style-type: lower-alpha;
}
#agreement_submit {
	color: #FFF;
	background-color: #00F;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

