/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #281911;
}

/* 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.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #663C2D;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.fontsize {
	font-size: 21px;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FC0000;
	text-transform: uppercase;
	text-indent: 5pt;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #1175AB;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #28631D;
}

address {
	font: bold normal 11px Arial Black, Helvetica, sans-serif;
	color: #000;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #F7060D;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 990px;
	height: 204px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

/* NAVIGATION CONTAINER */
div#nav {
	width: 100%;
	top: 169px;
	position: absolute;
	text-align: left;
	width: 100%;
	left: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background-image: url(images/current.gif);
	background-position: left top;
	background-repeat: repeat-x;
	color: #B00004;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	width: auto;
	display:block;
	padding:6px 13px 3px 13px;
	color: #281911;
	text-decoration:none;
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D06700;
	text-align: center;
}

div#nav li a:hover {
	color: #FFFFFF;
}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	position: relative;
}

/* Creates the div for the content */
div#content {
	width: 990px;
}

div#content img {
	padding: 2px;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 32px;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	width: 990px;
	height: 30px;
	color: #281911;
	font-size: 10px;
	padding-top: 2px;
	background-color: #ED8C2E;
}

div#footer a {
	font-size: 10px;
	color: #281911;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #ED8C2E;
	margin: 20px auto;
	padding: 0px;
	clear: both;
	width: 990px;
}
div#copyright a {
	font-size: 9px;
	color: #ED8C2E;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- right side ----------------- */

div#rightside {
	float: right;
	width: 238px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-color: #1E3765;
}
div#rightside img {
	border: none;
	background-color: #970000;
}

ul#list {
	font-size: 12px;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 50px;
}
div#list {
	float: left;
	width: 250px;
}


ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: outside;
}

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: 0px 0px 0px 35px;
}

iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
	border: 1px solid #666666;
}
.clear {
	clear: both;
}
div#flash {
	clear: both;
	margin-bottom: 20px;
}
div#copyright img {
	border: none;
}
div#address {
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FBAB66;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
.name {
	color: #F9CA4A;
}
.clearleft {
	clear: left;
}
h2 {
	font-size: 18px;
	line-height: 16px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	color: #663C2D;
	text-transform: uppercase;
}
div#audio {
	position: absolute;
	top: 60px;
	right: 244px;
}
div#headerimg {
	position: absolute;
	top: 145px;
	left: 0px;
}
div#content img.logo {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
}
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
div#content img.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#content img.left {
	float: left;
	clear: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
}
table {
	text-align: center;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
table img {
	margin: 0px auto;
	padding: 0px;
	float: none;
	text-align: center;
}

table td {
	font-size: 11px;
	text-align: center;
	padding: 5px;
	width: 160px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ED8C2E;
}
table td p {
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 18px;
	line-height: 16px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	color: #FC0000;
	text-transform: uppercase;
	background-color: #FDAD66;
	padding: 5px;
}
.left {
	float: left;
}
div#product {
	font-size: 12px;
	line-height: 16px;
	margin-right: 200px;
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #663C2D;
	text-align: left;
	clear: both;
}


div#order{	width:169px;
			height:168px;
			position:absolute;
			top:0;
			right:390px;
			z-index:100;}
			
div#flash{	width:507px;
			height:166px;
			position:absolute;
			top:0;
			right:10px;}		
			
			

