/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	
	margin-top: 0px;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px;
	position:relative;
	background: url(images/bg.gif);
}

/* 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, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {font: 12px Arial, Helvetica, sans-serif;
}

h1 {
font: bold 15px Trebuchet MS, sans-serif; 
color: #254082; 
margin: 0px;
padding: 15px 0px 0px 0px;
}

h2 {font: bold 15px Trebuchet MS, sans-serif; color:#DF3F00;}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active {
	color: #260D8F;
	text-decoration: underline;
}

#audiopop {
	position: absolute;
	top: 95px;
	right: 0px;
	left: 575px;
}

#audio, #audio p{
	background: #fff;
	text-align: center;
	padding: 5px;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
	color: #036;
}

#audio a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #036;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Styles the div that serves as the container for the content and navigation.*/
div#container {
	position:relative;
	padding: 0px 0px 0px 0px;
	text-align: left;
  	width: 100%;
  	background: #fff;
	}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: relative;
	width: 541;
	height: 125px;
	margin: auto;
	background: #036 url(images/header.jpg) no-repeat top left;
	vertical-align:top;
	float:right;
}

#tdcol1 {width:205px;
		background: #F5F4EB;
		height:251px;
		border-right: 1px solid #B60404;
		margin:0px;
		padding: 0px;
		font-weight:normal;}

#tdcol2 {width:545px;
		background:#fff;}
#tdcol3 {		
		width:730px;
		background:#B60404;
		height:20px;
		font: 10px Arial, Helvetica, sans-serif;
		text-align:right;
		padding: 5px 20px 0px 0px;}

#tdcol3 a {
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
	}

#tdcol3 a:visited{
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
	}
	
#tdcol4 {
		font: 11px Arial, Helvetica, sans-serif;
		line-height: 14px;
		width:205px;
		background: #F5F4EB;
		border-right: 1px solid #B60404;
		margin:0px;
		padding: 0px 0px 0px 20px;
		font-weight:normal;}

/* Creates DIV container for body. Setting the left and right margins to auto will center DIV. */
div#body {
	margin: 0px 0px 0px 150px;
	padding: 0px;
}


div#content {
	font: 12px Arial, Helvetica, sans-serif;
	width: 505px;
	padding: 0px 20px 25px 20px;
	line-height:15px;
	}
	
div#content a{
font: 12px Arial, Helvetica, sans-serif;
color: #036;
	}
	
div#content li{
font: 12px Arial, Helvetica, sans-serif;
color: #036;
margin: 3px 10px;
	}
		
	div.product {
		width: 210px;
		float: left;
		margin: 10px;
		border: 1px solid #ccc;
		text-align: center;}
	div.product img {
		margin: 5px;
		border: 0;}
	div.product div {
		font-size: 12px;
		font-weight: bold;
		background: #f2f2f2;
		border-top: 1px solid #ccc;
		padding: 5px;
		text-align: center;}

/*
#tableborder{
border:1px solid #B60404;
border-bottom:3px solid #B60404;}
*/

/* ---------------------------- MAIN NAVIGATION ----------------------------  */

div#navcontainer {
	float: left;
	width: 205px;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}
/* Removes any default margins or padding applied to lists. Floats the list to the left, which incorporates the child elements (i.e. the links) and provides a full-length background color that extends past the links.*/

ul#mainnav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

ul#mainnav li {
	display: block;
	/* float: left; */
	margin: 0px;
	padding: 0px;
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a {
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 205px;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px solid #B2A966;
	color: #B60404;
	text-indent: 15px;
}

ul#mainnav li a:hover, ul#mainnav li a.active {
	background-color: #B2A966;
	border-bottom: 1px solid #B2A966;
	text-indent: 20px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.borderr{
		border: 1px solid #000;
}

img.left {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #000;
}
img.leftno {
	float: left;
	margin: 0px 10px 5px 0px;}

img.right {
clear: both;
	float: right;
	margin: 0px 0px 5px 10px;
	border: 1px solid #000;
	
}
img.normal {
	margin: 3px;
	border: 1px solid #000;
}
object.left {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #000;
}
.clear {
	clear: both;
}

/* ---------------------------- FOOTER ----------------------------  */
/* Creates the div container for the footer. */
div#footer {

margin-top:0px;
width: 770px;
clear: both;
}

div#footer p{color: #000; font: 9px Verdana, Arial, Helvetica, sans-serif;
text-align:center;
font-weight:bold;}

div#footer a:link, a:visited, a:hover, a:active {color: #000;}

a{
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
	font-size:9px;}
a:hover{
	text-decoration: none;
	color: #666666;}

a.audio{
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
	font-size:12px;}
a:hover{
	text-decoration: none;
	color: #666666;}

div#copyright {
	font: 9px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

/* ----------------- CUSTOM CLASSES ----------------- */

#privacy p{
font: 9px Verdana, Arial, sans-serif;
line-height: 1.5em;
}

#center {
display: block;
text-align: center;
}

#center p{
text-align: center;
}
