body { 
	margin: 0px;
	padding: 0px; 
	font-family: Georgia, Arial, Verdana;
}

#container { 
	width: 983px;
	padding: 0px;
	margin: 0px auto 0 auto; 
}


a:link, a:visited, a:active { 
	color: #000;
	text-decoration: none; 
}

a:hover {
	color: #000;
	text-decoration: underline; 

}




#header {
	width: 983px;
	height: 115px;
	float: left;
}

#header #logo {
	width: 137px;
	height: 115px;
	float: left;
	
}

#header #top {
	border: 0px solid #000;
	float: left;
	width: 846px;
	height: 95px;
}

#header #header_spacer {
	border: 0px solid #000;
	width: 35px;
	height: 70px;
	float: left; 
}



#header #toll_free {
	width: 150px;
	height: 15px;
	float: right; 
	font-size: 12px;
	color: #333;
	padding-right: 15px;
	padding-top: 15px;
	text-align: right;
} 

#header #bread_crumb {
	width: 315px;
	height: 55px;
	float: left; 
	padding-top: 15px;
	font-size: 12px;
	color: #666;
}

#header #bread_crumb a:link,
#header #bread_crumb a:visited {
	text-decoration: none;
	color: #666;
}

#header #bread_crumb a:hover {
	text-decoration: underline;
	color: #333;
	
}
#header #search { 
	padding-top: 10px;
	float: right;
}

#header #search #search_field { 
	width: 197px;
	height: 29px; 
	float: left;
}

#header #search #search_field input { 
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(../images/search_bg.gif);
	width: 187px;
	height: 20px; 
	border: 0px; 
	color: #8C8C8C;
}

#header #search #search_btn { 
	padding-left: 3px;
	width: 64px;
	height: 29px; 
	float: left;
} 

#header #audio { 
	padding-top: 15px;
	width: 300px;
	float: right;
}



#header #nav {
	width: 846px;
	float: left;

}


#header #main_nav {
	float: left;
	margin-top: 0px;
	border: 0px #000 solid;
	
}

#header #main_nav .nav_item, #header #main_nav .nav_item_sel {
	padding-left: 33px; 
	font-size: 13px;
	color: #010101;
	float: left;
}




#header #nav #main_nav .nav_item a:link,
#header #nav #main_nav .nav_item a:visited { 
	color: #333;
	text-decoration: none;
	font-family: Georgia, Arial, Verdana;
	font-size: 14px;
} 
#header #nav #main_nav .nav_item_sel a:link,
#header #nav #main_nav .nav_item_sel a:visited { 
	color: #333;
	text-decoration: underline;
	font-family: Georgia, Arial, Verdana;
	font-size: 14px;
} 
#header #nav #main_nav .nav_item a:hover {
	color: #333;
	text-decoration: underline;
	font-family: Georgia, Arial, Verdana;
	font-size: 14px;
} 





#header #main_nav2 {
	float: right;
	width: 250px;
	margin-top: 0px;
	
}

#header #main_nav2 .nav_item , #header #main_nav2 .nav_item_sel {
	padding-left: 30px; 
	color: #010101;
	float: right;
	font-family: Georgia, Arial, Verdana;
	font-size: 14px;
}


#header #main_nav2 .nav_item2, #header #main_nav2 .nav_item_sel2 { 
	padding-left: 0px; 
}


#header #nav #main_nav2 .nav_item a:link,
#header #nav #main_nav2 .nav_item a:visited { 
	color: #333;
	text-decoration: none;
	font-family: Georgia, Arial, Verdana;
	font-size: 14px;
} 
#header #nav #main_nav2 .nav_item_sel a:link,
#header #nav #main_nav2 .nav_item_sel a:visited { 
	color: #333;
	text-decoration: underline;
	font-family: Georgia, Arial, Verdana;
	font-size: 14px;
} 
#header #nav #main_nav2 .nav_item a:hover {
	color: #333;
	text-decoration: underline;
	font-family: Georgia, Arial, Verdana;
	font-size: 14px;
} 






#main_stage {
	width: 983px;
	height: 462px;
	background-image: url(../images/pic_bg.gif); 
	float: left;
	overflow: auto;
}

#main_stage #pic {
	padding: 10px;
}



#bottom_content {
	width: 983px;
	padding-top: 10px;
	padding-bottom: 15px;
	float: left;
}


#bottom_content #site_header,  
#bottom_content h1 {
	background-image: url(../images/site_header_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #232323;
	width: 973px; 
	font-size: 28px;
	font-weight: normal;
	padding-top: 2px;
	padding-left: 10px;
	margin: 0px;
}

#bottom_content h2 {
	color: #232323;
	width: 973px; 
	font-size: 18px;
	font-weight: normal;
	padding-top: 2px;
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 5px;
}



#footer {
	width: 973px;
	float: left;
	border-top: 1px #D8D8D8 solid;
	padding: 5px;

}

#footer .nav a:link,
#footer .nav a:visited {
	color: #5b5b5b;
	text-decoration: none;
	font-size: 11px;
}

#footer .nav .item {
	padding-right: 20px;
	float: left;
}

#footer .nav .item  a:hover {
	color: #5b5b5b;
	text-decoration: underline; 
	font-size: 11px;
}

#footer #copyright {

	float: right;
	font-size: 12px;
}


#window_header {
	background: url("../images/window_top_bg.gif");
	background-repeat: repeat-x;
	padding-top: 10px;
	height: 27px; 
	width: 100%;
	float: left;
}

#window_header #title {
	font-size: 18px;
	margin-left: 5px;
	float: left;
	height: 27px; 
}

#window_header #close_lightbox {
	margin-top: -9px;
	float: right;
	height: 22px; 
	width: 22px;
}

.window_row {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
}

.window_row .icon {
	margin-left: 5px;
	width: 60px;
	height: 52px;
	float: left;
}

.window_row .title {
	width: 242px;
	float: right;
	margin-right: 5px;
}

.window_row .title .head {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;

}

.window_row .title .copy {
	font-size: 12px;

}



.window_row .thumb {
	margin-left: 5px;
	width: 161px;
	float: left;
}


.window_row .info {
	width: 287px;
	float: right;
}

.window_row .info #title {
	width: 287px;
	float: left;
	font-size: 13px;
	font-weight: bold; 
}

.window_row .info #descr {
	width: 287px;
	float: left;
	font-size: 13px; 
	margin-top: 5px;
}

.window_row .info #title2 {
	width: 287px;
	float: left;
	font-size: 13px;
	font-weight: bold; 
	margin-top: 10px;
}



div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #e7e7e7;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected { background-color: #FFFFDD;}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:4px;
	height:22px;
	cursor:pointer;
	font-size: 12px;
}


#dropdown {
	background-color: #FFF;
	background-repeat: repeat-y;
	position: absolute;
	top: 100px;
	left: 100px;
	padding: 6px;
	padding-bottom: 10px;
	border: 1px solid #999;
	border-top: 0px;
	line-height: 22px;

}



#dropdown a:link,
#dropdown a:visited { 
	color: #333;
	text-decoration: none;
	font-family: Georgia, Arial, Verdana;
	font-size: 14px;
} 


#dropdown a:hover { 
	color: #333;
	text-decoration: underline;
	font-family: Georgia, Arial, Verdana;
	font-size: 14px;
} 

#audio_content {
	float: right;
}



