/* ------------------------------------
       Styles for VISUAL SOUNDS
------------------------------------ */

html {
	padding: 0;
	margin: 0;
	overflow: -moz-scrollbars-vertical;
	}

body {
	font: 11px/18px arial, helvetica, sans-serif;
	color: #666;
	padding: 0;
	margin: 0 auto 0 auto;
	background-color: #f26722;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	color: #de283f;
	padding-top: 10px;
}

img {
	border: 0;
	}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}
	
/* ------------------------------------------------------------------- */

#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
	}

#header {
	width: 800px;
	height: 245px;
	}

#topbar{
	width: 800px;
	height: 13px;
	background-image: url(/persistent/templateimages/top_bg.jpg);
	background-color: #de283f;
}
	
#logo {
	height: 65px;
	background-image: url(/persistent/templateimages/logo.gif);
	background-repeat: no-repeat;
}

#banner {
	/*background: #f26921 url(/persistent/templateimages/banner_new.gif) no-repeat 50% 0;*/
	height: 258px;
}

#flashcontent {
}

/* ------------------------------------------------------------------- */

#container {
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}


#contentwrapper {
	width: 800px;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
#content {
	width: 560px;
	min-height: 240px;
	margin: 0;
	padding-left: 145px;
	padding-bottom: 20px;
	padding-top: 15px;
	}

#footerwrap {
	height: 12px;
	width: 800px;
	padding-bottom: 5px;
}

#footer {
	width: 794px;
	text-align: right;
}

#btmbar {
	width: 800px;
	height: 10px;
	background-color: #de283f;
	text-align: center;
}

/* ----------- Nav drop down Menu End-------------- */


/* Drop Down Menu Styles */
#navwrapper {
	width: 800px;
	height: 26px;
	background-color: #de283f;
	}
	
#nav, #nav ul {
	list-style: none;
	display: block;
	width: 780px; /* bmh */
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	padding-left: 10px;
	}
	
#nav a {
	display: block;
	border: 0px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 12px/28px Arial, Verdana, Helvetica, sans-serif;
	}

#nav a span {
	padding-left: 10px;
	}

#nav a span.main {
	text-transform: uppercase;
	padding-left: 10px;
	}
	
span.normal {
	color: #FFFFFF;
	}
span.selected {
	color: #000000;
	}

#nav a:hover span {
	color: #000;		
	text-decoration: none;
	}
	
#nav li {
	position: relative;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	width: auto;
	white-space: nowrap;
	list-style: none;
/*	text-transform: uppercase;*/
	} 


#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	color: #000; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none;
	height: auto;
	}

/* second-level lists */

#nav li ul {
	position: absolute;
	left: -999em;
	width: 160px;
	height: auto;
	margin: 0;
	padding: 0px; /* This is what makes the sub items align */
	display: block;
	list-style: none;
	z-index: 20;
	}
	
ul#nav li ul li {
	width: 160px;
	margin: 0px;
	padding: 0px;
	color: #3d3e39;
	border-top: 1px solid #fff;
	}
	
ul#nav li ul li a {
	float: left;
	width: 150px;
	font: bold 11px/20px Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	background: #e51837;
	padding-left: 10px;
	text-transform: none;
	}
	
ul#nav li ul li a:hover {
	color: #000;
	text-decoration: none;
	background: #ccc;
	display: block;
	}

/* ----------- Nav drop down Menu End-------------- */
