
body {
	height:100%; 
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, p, li, ul {margin:0;padding:0;}


#wrapper {
	width: 948px;
	margin:0 auto;
}
#header {
	background: url(../imgs/hdr_banner.jpg) no-repeat;
	height: 55px;
	width: 948px;
	position:relative;
}
#header #logo {
	position: absolute;
	z-index: 10;
	height: auto;
	width: auto;
	left: 45px;
	top: 5px;
}
#header_links {
	position: absolute;
	width: auto;
	height: auto;
	left: 490px;
	top: 18px;
}
#iPodCounterAnim {
	float: right;
}

#header_links ul, #header_links li{
	margin:0;
	padding:0;
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
#header_links ul{
	padding-top:4px;
	color:#5b5b5b;
}

#header_links li{
	display:inline;
}

#header_links li a{
	color:#5b5b5b;
	text-decoration:none;
}

#header_links li a:hover{
	color:#35C520;
}
#top_nav {
	position:relative;
	height: auto;
	width: auto;
	padding-left:45px;
	margin-top:15px;
	
	
}
#flash_counter {
	height: auto;
	width: auto;
	position: absolute;
	left: 700px;
	top: -8px;
	width:245px;
	height:30px;
}
#flash_banner {
	margin-top: 12px;
}
#left_nav {
	height: auto;
	width: auto;
	float: left;
	padding-top:35px;
}

#left_nav_home {
	height: auto;
	width: 200px;
	float: left;
}


#home_text {
	float: left;
	width: 300px;
	color: #a9a9a9;
	font-size: 10px;
}
#promo1 {
	float: left;
	height: auto;
	width: 194px;
}
#promo2 {
	float: left;
	width: 234px;
}
.clear {
	clear: both;
}
#home_text h1 {
	font-size: 18px;
	color:#5d5d5d;
	padding-bottom:12px;
}
#home_content {
	margin-top: 35px;
}

#main_content {
	float: left;
	width: 700px;
	margin-top: 35px;
	min-height:450px;
	padding-left:40px;
}

#main_content h1 {
	font-size: 24px;
	color: #35C520;
	border-bottom: 1px solid #35C520;
	padding-bottom: 8px;
	margin-bottom: 6px;
}

#main_content h2 {
	color: #999;
	font-size: 20px;
	padding-bottom: 14px;
}


#main_content p {
	padding-bottom:15px; line-height:18px;
}

#main_content ul {
padding:20px 0 20px 35px;
}

#main_content a{color: #35C520;}
#main_content a:hover{text-decoration:none;}

#footer {
	font-size: 10px;
	color: #A9A9A9;
	text-align:center;
	padding-top:45px;
	
}
#footer a{color: #A9A9A9;}
#footer a:hover{text-decoration:none;}
#bi_footer a{ text-decoration:none;
}
#bi_footer a:hover{ text-decoration:underline;
}
#contact_form {}

#contact_form input, #contact_form textarea, #contact_form select {border:1px solid #CFCFCF;}
#contact_form input:focus, #contact_form textarea:focus, #contact_form select:focus {border:1px solid #34C41F;background-color:#f6fff5;}

/* submit button style  */
input.submit{
	border:none;
	background-color: #34C41F;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	cursor:pointer;
	padding: 2px;
}

input:focus, select:focus, textarea:focus, option:focus {
	border: thin solid #FF6600;

}

/* submit button rollover style  */
input.submitover{
	background-color: #000;
	border:none;
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor:pointer;
	font-weight: bold;
	padding: 2px;
}
.labelnotes { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #999;}
