/* CSS Document */
body {
	margin: 0;
	background: #666666;
	font-size: 10px;
	font:Verdana;
}

a:link,
a:active,
a:visited {
	color: #ffd200;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff8a00;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-size: 15pt;
	color: #ffcc00;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 13pt;
	color: #ffcc00;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	font-size: 11pt;
	color: #ffcc00;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

blockquote {
	color: #CCCCCC;
	border-left: 6px solid #f47f0d;
}



#products {
	float: right;
	margin-top: -1150px;
	padding: 8px;
	margin-left: 280px;
	margin-right: 1px;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	background: #666666 url('http://www.binauralremedies.com/blog/wp-content/themes/two_planets_and_a_moon_cee007/two_planets_and_a_moon_cee007/images/Page-BgGlare.png') top left no-repeat;


}


#navbar {
	background: #fb7a08 url(images/navbar_bg.jpg) top left repeat-x;
	height: 30px;
	padding-top: 10px;
	font-size: 11pt;
	text-align: right;
	color: #000;
}

#navbar a:link,
#navbar a:active,
#navbar a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
}

#navbar a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	background: #fd9c46 url(images/link_hover.jpg) top left repeat-x;
}
	
#navbar ul {
	list-style: none;
	margin: 0;
}

#navbar li {
	display: inline;
}

#tmain {
	margin: 0px 18px 5px 10px;
}

#menu_section {
	float: left;
}

.menu {
	background: url(images/menu_bg.jpg) top left repeat-y;
	width: 264px;
	text-align: center;
	margin:0;
	padding: 2px;
}

.menu a:link,
.menu a:active,
.menu a:visited {
	color: #ffcc00;
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	color: #ffa200;
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu li {
	background: #4b4b4b;
	border: 1px solid #202020;
	margin-bottom: 1px;
	padding: 8px;
	margin-left: 16px;
	margin-right: 22px;
}

.menu_head {
	background: url(images/menu_products.jpg) top left no-repeat;
	width: 264px;
	height: 60px;
}

.menu_tfoot {
	background: url(images/menu_tfoot.jpg) top left no-repeat;
	width: 264px;
	height: 60px;
}

#content_section {
	float: right;
	display: inline;
	margin: 0px 20px 0px 10px;
}

.content {
	background: #242424;
	padding: 0;
	color: #aaaaaa;
}






