#bottom_sales { display: none; }
td.main_col h1 { line-height: 36px; }

/* The Basics
--------------------------------*/

body {
	background: #000;
	color: #fff;
	}
	
div.wrap {
	margin: 0 auto;
	width: 970px;
	}
	
/* Logo Section
---------------------------------*/

div#logo {
	position: relative;
	height: 120px;
	overflow: hidden;
	background: url(../images/logo-bg.jpg) no-repeat;
	}
	
div#logo h1 {
	text-indent: -3000px;
	}

div.print_logo {
	display: none;
	}
	
div#logo_section {
	height: 130px;
	overflow: hidden;
	background: url(../images/logo-bar.gif) no-repeat;
	}
	
div#logo_section h2 {
	height: 130px;
	width: 240px;
	overflow: hidden;
	position: relative;
	}
	
div#logo_section h2 a {
	height: 130px;
	display: block;
	overflow: hidden;
	position: relative;
	}
	
div#logo_section h2 a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/logo-bar.gif) no-repeat;
	}

div.content {
	color: #333;
	font-size: 16px;
	line-height: 21px;
	}
	
div.content_top {
	height: 10px;
	margin: 0 !important;
	}
	
div.content_bottom {
	height: 10px;
	margin: 0 !important;
	}
		
/* Footer 
------------------------------*/

div#footer {
	font-size: 13px;
	padding: 20px;
	}
	
div#footer p {
	text-align: center;
	}

/* Modal Errors 
-----------------------------*/

div.form_error_summary {
	padding: 20px;
	border: 3px solid #ff0000;
	margin: 10px;
	background-color: #eee;
	}

div.modal_message {
	padding: 20px;
	}

h3.error_heading { 
	color: black; 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 0.5em;
	}
	
span.error { 
	color: red; 
	display: block; 
	margin-bottom: 0.5em; 
	font-weight: bold;
	}
	
form span.error {
	font-size: 75% !important;
	display: inline !important;
	}
	
span.success {
	color: green; 
	display: block; 
	margin-bottom: 0.5em; 
	font-weight: bold;
	}
	
p.error_desc { 
	font-size:11px; 
	color:#666; 
	}
	
p.error_footer { 
	font-size: 13px; 
	}
	
/* Map
--------------------------*/

#map {
	width: 250px;
	height: 400px;
	margin-left: 20px;
	}
	
ul#bottom_sales {
	list-style: none;
	}
	
ul#bottom_sales li {
	float: left;
	width: 34%;
	height: 2em;
	font-size: 12px;
	}
