/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */
body, p, td { font: normal 12px arial;}

/* Defines the body tag */
body {
	background: #967d59 url(images/bg.gif) top left repeat-x;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
}

div, {
	margin: 0;
	padding: 0;}

address {
	font-style: normal;
	margin: 0;
	padding: 0;}

/* Redefines the p tag */
p {}

/* GENERAL H1 TAG */
h1,h2,h3,h4,p,dl,blockquote {
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h1 { font-size: 22px;}

/* GENERAL H2 TAG */
h2 { font-size: 18px;}

img { border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #900;}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #000;}
a:active { text-decoration: none;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  { border-collapse: collapse;}

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 990px;
	background: url(images/container_bg.gif) top left repeat-y;
}

/* DIV HEADER */
div#header {
	width: 990px;
	height: 150px;
	background: url(images/header_bg.jpg) top left no-repeat;}

div#flash {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 570px;
	height: 185px;
}

/* DIV BODY */
div#body {
	position: relative;
	width: 990px;
	clear: both;
	background: url(images/body_bg.jpg) top left no-repeat;}

div#column {
	float: left;
	width: 200px;
	text-align: right;}
		
div#contact {
	color: #222;}
	#contact div {
		padding: 10px 0;}
	#contact address {
		font-size: 11px;
		padding: 0 20px 0px;}
	#contact h1 {
		font-size: 14px;
		padding: 10px 0px 5px 20px;
		color: #202c18;}
	#contact p {
		font-size: 11px;
		padding: 0 0 0 20px;}
	#contact a {
		color: #222;
		font-size: 9px;
		font-family: tahoma;}

div#content {
	float: left;
	width: 570px;
	padding: 184px 0 30px 0;}
	#content h1 {
		font-size: 20px;
		padding: 40px 20px 10px;
		letter-spacing: -1px;
		color: #222;}
	#content h2 {
		font-size: 14px;
		font-style: italic;
		padding: 15px 20px;
		color: #222;
		letter-spacing: -0.5px;}
	#content h3 {
		font-size: 16px;
		padding: 20px 20px 0;
		color: #222;}
	#content h4 {
		font-size: 14px;
		padding: 10px 20px 0;
		color: #222;
		letter-spacing: -0.5px;}
	#content p {
		padding: 7px 20px;
		line-height: 18px;}
	#content img {
		border: 1px solid #222;}
		
	#content ul, #rightcolumn ul {
		list-style: none;
		margin: 0;
		padding: 10px 0;}
		#content ul li, #rightcolumn ul li {
			margin: 3px 20px 3px 30px;
			padding: 0 15px;
			line-height: 18px;
			background: url(images/bullet2.gif) 0px 7px no-repeat;}
		#content ul.listleft {
			float: left;
			width: 50%;}
		#content ul.checklist li {
			padding: 3px 15px 3px 20px;
			background: url(images/bullet_check.gif) 0px 5px no-repeat;}

div.gallery {}
	.gallery div {
		float: left;
		width: 50%;
		padding: 10px 0;
		text-align: center;}

div.product {
	clear: both;
	width: 570px;}
	div.product div {
		float: left;}
div.image {
	width: 250px;
	text-align: center;
	padding: 20px 0;}
div.desc {
	width: 320px;}

div#rightcolumn {
	float: left;
	width: 220px;
	padding: 35px 0 20px;
	background: url(images/rightcolumn_bg.jpg) top left no-repeat;}
		
	div#cta {
		background: url(images/cta.gif) top left no-repeat;}

div#map {
	padding: 7px 30px;}


/* DIV FOOTER */
div#footer {
	clear: both;
	font-size: 10px;
	width: 990px;
	position: relative;
	padding-top: 100px;
	background: #967d59;}
	
	img.logos {
		position: absolute;
		top: 0;
		left: 200px;}
	
	div#footer p {
		/**/margin-left: 200px;
		padding: 10px 0px;
		font-size: 9px;
		text-align: center;
		color: #222;}
		#footer p a {
			text-decoration: none;
			color: #222;
			padding: 0px 5px;
			font-size: 9px;
			font-family: tahoma;}
		#footer p a:hover {
			text-decoration: underline;
			color: #000;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/**/margin-left: 200px;
		font-size: 9px;
		padding: 10px 0px;
		color: #fff;
		text-align: center;
		background: #415235;
		font-family: tahoma;}
		#utilnav a {
			padding: 0px 5px;
			text-decoration: none;
			font-size: 9px;
			color: #fff;
			font-family: tahoma;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fc0;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/**/margin-left: 200px;
		font-size: 9px;
		color: #222;
		padding: 10px 15px;
		background: #967d59;
		text-align: center;
		font-family: tahoma;}
		#copyright a {
			text-decoration: none;
			color: #222;
			font-family: tahoma;}
		#copyright a:hover {
			text-decoration: underline;
			color: #000;}
			
	img.ypimg {
		padding: 10px 0px;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
	.left img {}
.right {
	float: right;}
	.right img {
		margin: 0 0 10px 0;}
.center {
	text-align: center;}
	.center img {}
.clear {
	clear: both;}
/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	/*position: absolute;
	top: 150px;
	left: 0;*/
	width: 200px;
	padding: 10px 0 9px;
	background: #202c18;
	}
	
div#nav li a#current, div#nav li a#current:hover{
	background: url(images/nav_current.gif) top left no-repeat;
	color: #fff;
	text-transform:uppercase;}

/* UL TAG */
div#nav ul {
	list-style: none;
	width: 200px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;} 

div#nav li {
	margin: 0 0 1px 10px;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	text-align: left;}

div#nav li a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url(images/nav_off.gif) top left no-repeat;
	width: 100%;
	text-indent: 15px;
	text-align: left;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
	background: url(images/nav_on.gif) top left no-repeat;
	color: #600;}



/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
a#audio {
	display: block;
	position: absolute;
	top: 40px;
	left: 744px;
	z-index: 2;
	width: 236px;
	height: 26px;
	background: url(images/audio_bg.gif) top left no-repeat;
}

a#audio:hover {
	color: #000;}

/* -----------------------------------------------------*/
/* ----------------- WEB AUDIO APPLET ----------------- */
/* -----------------------------------------------------*/

div#applet {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/webaudio.gif) top left no-repeat;}

div#applet div {
	position: absolute;
	top: 52px;
	left: 75px;
	width: 68px;
	height: 30px;}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}
div#ypvideo{
	padding:15px 20px;
	}
