/* --------------------------------------------------------------- */
/* ----------------- 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 11px arial;}

/* Defines the body tag */
body {
	background: #FFF 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 {
	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: none;
	color: #c00;}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: underline;
	color: #600;}
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: 800px;
	background: #fff url(images/container_bg.gif) top left repeat-y;
}

div#side {
	float: left;
	width: 200px;
	padding: 100px 0 0 0;
	background: url(images/bg.gif) top left repeat-x;}

div#credit {}

div#payment {
	padding: 50px 0;}
	#payment p {
		padding: 5px 5px 5px 0;
		text-align: center;}

/* DIV BODY */
div#body {
	float: left;
	width: 600px;
	padding: 100px 0 0 0;
	background: url(images/body_bg.gif) top left no-repeat;}
	
/* DIV HEADER */
div#header {
	width: 600px;
	height: 250px;}

div#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100px;
	background: url(images/logo_bg.gif) top left no-repeat;}

div#contact {
	position: absolute;
	top: 80px;
	left: 0;
	width: 795px;
	text-align: right;}

div#content {
	width: 600px;
	background: url(images/content_bg.gif) top left no-repeat;
	color: #666;}
	#content h1 {
		font-size: 16px;
		font-weight: bold;
		font-family: tahoma;}
	#content h2 {
		/*font-size: 12px;
		font-weight: bold;
		padding: 10px 0 5px;
		margin: 0 20px;
		border-bottom: 1px solid #ccc;*/}
	#content p {
		padding: 5px 15px;
		line-height: 14px;
		text-align: justify;}
	#content strong {
		color: #333;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 15px;
		margin: 0px;}
	#content dt {}
	#content dd {
		margin: 0;}

	#content dl.list {}
	#content dl.list dt {
		padding: 5px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.list dd {
		padding: 3px 0 3px 15px;
		border-bottom: 1px solid #efefef;
		background: url(images/bullet.gif) left center no-repeat;}

div.leftcontent {
	float: left;
	width: 50%;}
	.leftcontent h1 {}
	.leftcontent div {
	padding: 0 0 20px;}
	
div#text {}
	#text h1 {
		font-size: 16px;
		font-weight: bold;
		padding: 15px 5px 10px;
		text-indent: 0;
		font-family: tahoma;
		color: #900;}
	#text h2 {
		font-size: 12px;
		font-weight: bold;
		padding: 10px 0 5px;
		margin: 0 5px;
		border-bottom: 1px solid #ccc;
		color: #900;}
	#text p {
		padding: 5px 5px;
		line-height: 14px;
		text-align: justify;}
	
div.rightcontent {
	float: left;
	width: 50%;}
	.rightcontent h1 {}
	.rightcontent div {
		padding: 0 0 20px;}

	div#reference {
		background: url(images/window_bottom.gif) bottom left no-repeat;
		color: #666;}
		#reference h1{
			font-size: 14px;
			font-weight: bold;
			padding: 18px 20px 10px;
			color: #030;
			background: url(images/reference_top.gif) top left no-repeat;}
		
			#reference dl.references {}
			#reference dl.references dd {
				padding: 3px 0 3px 10px;
				border-bottom: 1px solid #efefef;
				background: url(images/reference.gif) left center no-repeat;}
				
	div.window {
		background: url(images/window_bottom.gif) bottom left no-repeat;}
		.window h1{
			font-size: 14px;
			font-weight: bold;
			padding: 18px 20px 10px;
			color: #fff;
			background: url(images/window_top.gif) top left no-repeat;}
		.window h2 {
			font-size: 12px;
			font-weight: bold;
			padding: 10px 0 5px;
			margin: 0 15px;
			border-bottom: 1px solid #ccc;
			color: #900;}
		
div.iframe {}
	.iframe h1 {
		font-size: 16px;
		font-weight: bold;
		padding: 15px 5px 10px;
		text-indent: 0;
		font-family: tahoma;
		color: #900;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 800px;
	font-size: 10px;
	background: #fff;
	border-top: solid 1px #999;
	margin: 10px 0 0;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		font-size: 11px;
		padding: 20px 0 10px;
		color: #333;
		background: #fff;}
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			color: #333;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #333;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		position:relative;
		width: 800px;
		font-size: 9px;
		color: #333;
		padding: 3px 0;
		background: #fff;
		font-family: tahoma;
		text-align: left;}
		div#copyright a, div#copyright a:link, div#copyright a:visited {
			text-decoration: none;
			font-weight: bold;
			color: #333;
			font-family: tahoma;}
		div#copyright a:hover, div#copyright a:active {
			text-decoration: underline;
			color: #333;}
		.ypimg {
			position:absolute;
			top: 0px;
			right:0;
			border: 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;}
	
img.left {
	margin: 0 5px 5px 0;}
	
img.right {
	margin: 0 0 5px 5px;}

div.img {
	padding: 5px;}

/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	/*position: absolute;
	top: 150px;
	left: 0;*/
	width: 200px;
	padding: 30px 0;
	background: url(images/nav_bg.gif) top left no-repeat;}
	
div#nav dt a#current, div#nav dt a#current:hover{
	background: url(images/nav_current.gif) left center no-repeat;
	color: #c00;}

/* UL TAG */
div#nav dl {
	width: 200px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: arial;} 

div#nav dt {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	text-align: left;}

div#nav dt a {
	display: block;
	padding: 5px 0;
	color: #000;
	text-decoration: none;
	background: url(images/nav_off.gif) left center no-repeat;
	width: 100%;
	text-indent: 15px;
	text-align: left;
	font-weight: normal;}

html>body #nav dt a {
	width: auto;}

div#nav dt a:hover {
	background: url(images/nav_on.gif) left center no-repeat;
	color: #c00;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	position: absolute;
	top: 20px;
	left: 0;
	clear: both;
	width: 795px;
	text-align: right;}

div#signin a {
	color: #c00;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-family: tahoma;}

div#signin a:hover {
	color: #600;}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

/* -----------------------------------------------------*/
/* ----------------- 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;}
	
	

/* ------------------------------------------------*/
/* ----------------- SPLASH PAGE ----------------- */
/* ------------------------------------------------*/
	

div#splashcontainer {
	position: absolute;
	top: 50px;
	left: 50%;
	margin: 0 0 0 -200px;
	width: 450px;
	text-align: center;
}
#splashflash{
	margin: 0 auto;
	width:400px;
	height:350px;}

/* DIV FOOTER */
div#splashfooter {
	clear: both;
	width: 450px;
	padding: 15px 0 0 0;
	font-size: 10px;
	background: none;}

	/* DIV UTILITY NAV */
	div#splashutilnav {
		text-align: center;
		font-size: 9px;
		color: #333;
		padding: 7px 0;}
		#splashutilnav a {
			text-decoration: none;
			text-transform: uppercase;
			font-size: 9px;
			color: #333;}
		#splashutilnav a:hover {
			text-decoration: underline;
			color: #333;}
	
	/* DIV COPYRIGHT */
	div#splashcopyright {
		font-size: 9px;
		color: #333;
		padding: 15px 0 5px;
		text-align: center;}
		#splashcopyright a {
			text-decoration: none;
			color: #333;}
		#splashcopyright a:hover {
			text-decoration: underline;
			color: #333;}
