/* --------------------------------------------------------------- */
/* ----------------- 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: #333 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: underline;
	font-weight: bold;
	color: #4c6986;}
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: 770px;
	background: url(images/container_bg.gif) top left repeat-y;
}

/* DIV HEADER */
div#header {
	position: relative;
	width: 770px;
	height: 100px;
	background: #036 url(images/header_bg.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	width: 770px;
	clear: both;
	background: url(images/body_bg.jpg) top left no-repeat;}

div#flash {
	position: absolute;
	top: 0px;
	left: 0;
	width: 270px;
	height: 200px;
	z-index: 3;}

div#column {
	float: right;
	width: 200px;}
		
div#contact {
	width: 200px;
	color: #fff;
	background: url(images/contact_bg.gif) top left no-repeat;
	padding: 10px 0;}
	#contact address {
		font-size: 11px;
		padding: 0 10px 5px;}
	#contact h1 {
		font-size: 14px;
		font-weight: bold;
		padding: 0 10px;
		color: #ff9;
		text-transform: uppercase;}
	#contact h2 {
		font-size: 12px;
		font-weight: bold;
		padding: 5px 10px 0;}
	#contact p {
		font-size: 11px;
		padding: 0 10px;}
		
div#hours {
	width: 200px;
	color: #fff;
	background: url(images/hours_bg.gif) top left no-repeat;
	padding: 10px 0;}
	#hours address {
		font-size: 11px;
		padding: 0 10px 5px;}
	#hours h1 {
		font-size: 14px;
		font-weight: bold;
		padding: 0 10px;
		color: #ff9;
		text-transform: uppercase;}
	#hours h2 {
		font-size: 12px;
		font-weight: bold;
		padding: 5px 10px 0;}
	#hours p {
		font-size: 11px;
		padding: 0 10px;}

div#content {
	float: right;
	width: 570px;
	padding: 100px 0 10px 0;
	background: url(images/content_bg.gif) top left no-repeat;}
	#content h1 {
		padding: 20px 30px 10px;
		margin: 0 0 10px 0;
		font-size: 16px;
		font-weight: bold;
		color: #fff;}
	#content h2 {
	clear: both;
	padding: 10px 10px;
	text-align: center;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
}
	#content h3 {
		padding: 10px 0 5px;
		margin: 0 30px;
		border-bottom: 1px solid #efefef;
		font-size: 14px;
		font-weight: bold;}
	#content p {
		padding: 7px 30px;
		line-height: 16px;}
		#content p.top {
			text-align: right;}
			#content p.top a {
				font-size: 11px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 7px 30px;
		margin: 0px;}
	#content dt {}
	#content dd {
		margin: 0;
		padding: 7px 0 7px 15px;
		background: url(images/bullet.gif) 0px 10px no-repeat;}

	#content dl.list {}
	#content dl.list dt {
		padding: 7px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.list dd {
		padding: 7px 0 7px 15px;
		background: url(images/bullet.gif) 0px 10px no-repeat;}

	#content dl.listcheck {}
	#content dl.listcheck dt {
		padding: 7px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.listcheck dd {
		padding: 7px 0 7px 22px;
		background: url(images/bullet_check.gif) top left no-repeat;}

	#content dl.listleft {
		float: left;}

div#map {
	width: 450px;
	margin: 7px auto;}
	
table {
	width: 520px;
	margin: 15px auto;}
table th {
	vertical-align: bottom;}
table td {
	padding: 7px 0;}

table.menu {}
table.menu th {
	padding: 10px 0;
	border-bottom: 2px solid #ccc;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;}
	.menu th span {
		font-size: 11px;}
table.menu td {
	border-bottom: 1px solid #efefef;}
	.menu td.sub {
		padding-left: 50px;}
	.menu td.quantity {
		text-align: right;
		padding: 7px 7px;
		width: 50px;
		border-left: 1px solid #efefef;}
	.menu td.price {
		font-weight: bold;
		border-left: 1px solid #efefef;
		border-right: 1px solid #efefef;
		width: 70px;
		padding: 7px 7px;}
	.menu td.item {
		padding: 7px 7px 7px 0;}
	.menu td.weight {
		width: 100px;
		border-left: 1px solid #efefef;
		padding: 7px 7px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 770px;
	font-size: 10px;
	background: none;}

	/* DIV UTILITY NAV */
	div#utilnav {
	/*margin-left: 150px;*/
		text-align: center;
	font-size: 9px;
	padding: 7px 0;
	color: #ccc;
	width: 570px;
	background: #222;
	font-family: arial;
}
		#utilnav a {
			text-decoration: none;
			font-size: 9px;
			color: #ccc;
			font-family: arial;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		font-size: 9px;
		color: #ccc;
		width: 570px;
		padding: 10px 0;
		text-align: center;
		background: #333;
		font-family: tahoma;}
		#copyright a {
			text-decoration: none;
			color: #ccc;
			font-family: tahoma;}
		#copyright a:hover {
			text-decoration: underline;
			color: #fff;}

/* -------------------------------------------------- */
/* ----------------- 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: 7px 0 6px;
	background: url(images/nav_bg.gif) top left no-repeat;}
	
div#nav li a#current, div#nav li a#current:hover{
	background: #6889aa 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: 9px;
	text-transform: uppercase;
	font-family: tahoma;} 

div#nav li {
	margin: 0 7px 1px;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	text-align: left;}

div#nav li a {
	display: block;
	padding: 7px 0;
	color: #ff9;
	text-decoration: none;
	background: url(images/nav_off.gif) top left no-repeat;
	width: 100%;
	text-indent: 20px;
	text-align: left;
	font-family: tahoma;
	}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
	background: url(images/nav_on.gif) top left no-repeat;
	color: #fff;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

div#signin {
	position: absolute;
	top: 45px;
	left: 570px;
	clear: both;
	width: 200px;
	text-align: center;
	color: #999;
	z-index: 2;
	font-family: tahoma;}

div#signin a {
	display: block;
	width: 100px;
	float:left;
	color: #999;
	padding: 5px 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	font-family: tahoma;}

div#signin a:hover {
	color: #fff;}

/* -----------------------------------------------*/
/* ----------------- 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;}


#copyright img { margin-top:10px; }
