/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background-color:#F2F2F2;
	background-repeat:repeat-x;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	background-image: 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, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#141414;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 13px;
	font-family: Arial;
	line-height: 24px;
}
a {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color:#003E7E;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-decoration: underline;
	color:#02042D;
}
h1 {
	font-size: 28px;
	font-weight: bolder;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0px;
	text-align: left;
	color: #00214A;
	text-decoration: none;
	font-family: Calibri;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #013E7D;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Calibri;
	color: #00214A;
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-top: 10px;
}
h3 {
	margin: 0px 0px 0 0px;
	padding: 0;
	text-align: left;
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
h4 {
	margin: 15px 35px 0 20px;
	padding: 0;
	font: bold 14px Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	color: #a90606;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Here are some basic page elements that you might find useful. Please feel free to delete the ones you do not use in final layout. */

/* Creates DIV container for header. */
div#header {
	background-image:url(images/header_bg.jpg);
	height:430px;
	background-repeat:no-repeat;
	background-color: #333333;
}
div#flash {
	position: absolute;
	top: 0px;
	left: 24px;
}
/* Creates the div container for the site. */
div#container {
	margin: 0px auto;
	width: 970px;
	position:relative;
	background-image:url(images/content_bg.gif);
	background-repeat: repeat-y;
}
/* Creates the div container for the site. */
div#content {
	width: 970px;
}
div#body {
	float: left;
	width: 690px;
	clear: left;
	padding-left: 48px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-top: 10px;
}
div#rightcol {
	float: left;
	width: 200px;
	clear: right;
	padding-bottom: 10px;
	padding-left: 15px;
}
/* Creates the div container for the footer. */
div#logos {
	margin-right:auto;
	margin-left:auto;
	clear: both;
	text-transform: none;
	font-family: Arial;
	color: #999999;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Creates the div container for the footer. */
div#footer {
	margin-right:auto;
	margin-left:auto;
	height:45px;
	background-repeat: repeat;
	clear: both;
	font-size: 14px;
	font-weight: 200;
	padding-top: 20px;
	padding-left: 0px;
	text-transform: none;
	font-family: Arial;
	color: #999999;
	text-align: center;
	background-image: url(images/footer_bg.gif);
}
div#footer a:link, div#footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#333333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
div#footer a:active, div#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#000000;
	text-decoration: underline;
}
/* Creates the div container for the copyright. */
div#copyright {
	margin-left:0px;
	margin-right:0px;
	color: #0E1319;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
div#copyright a:link, div#copyright a:visited {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#0A0D12;
}
div#copyright a:active, div#copyright a:hover {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: none;
	color:#0B0E13;
}
address {
	color:#000000;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 16px;
	padding-bottom: 10px;
	width: 200px;
	padding-top: 35px;
	padding-left: 25px;
}
address a:link, address a:visited {
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
}
address a:hover, address a:active {
	color: #00214A;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
/* ----------------- Navigation ----------------- */
div#navigation {
	width: 900px;
	height: 50px;
	position: absolute;
	left: 56px;
	top: 334px;
}
ul#nav {
	float:left;
	width: 900px;
	height: 50px;
	margin-top:17px;
	list-style-type: none;
}
ul#nav li {
	float:left;
	display: inline;
}
ul#nav li.navone a:link, ul#nav li.navone a:visited, ul#nav li.navone a:active {
	display: block;
	width:95px;
	height:10px;
	margin: 0;
	padding: 50px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000;
	background-image: url(images/product_1_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navone a.current:link, ul#nav li.navone a.current:visited {
	color: #FFF;
	background-image: url(images/product_1_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navone a:hover {
	color: red;
	background-image: url(images/product_1_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navtwo a:link, ul#nav li.navtwo a:visited, ul#nav li.navtwo a:active {
	display: block;
	width:95px;
	height:10px;
	margin: 0;
	padding: 50px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000;
	background-image: url(images/product_2_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navtwo a.current:link, ul#nav li.navtwo a.current:visited {
	color: #FFF;
	background-image: url(images/product_2_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navtwo a:hover {
	color: #FFF;
	background: url(images/product_2_on.gif) top left no-repeat;
}
ul#nav li.navthree a:link, ul#nav li.navthree a:visited, ul#nav li.navthree a:active {
	display: block;
	width:95px;
	height:10px;
	margin: 0;
	padding: 50px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000;
	background-image: url(images/product_3_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navthree a.current:link, ul#nav li.navthree a.current:visited {
	color: #FFF;
	background-image: url(images/product_3_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navthree a:hover {
	color: #FFF;
	background-image: url(images/product_3_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navfour a:link, ul#nav li.navfour a:visited, ul#nav li.navfour a:active {
	display: block;
	width:95px;
	height:10px;
	margin: 0;
	padding: 50px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000;
	background-image: url(images/product_4_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navfour a.current:link, ul#nav li.navfour a.current:visited {
	color: #FFF;
	background-image: url(images/product_4_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navfour a:hover {
	color: #FFF;
	background: url(images/product_4_on.gif) top left no-repeat;
}
ul#nav li.navfive a:link, ul#nav li.navfive a:visited, ul#nav li.navfive a:active {
	display: block;
	width:95px;
	height:10px;
	margin: 0;
	padding: 50px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000;
	background-image: url(images/product_8_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navfive a.current:link, ul#nav li.navfive a.current:visited {
	color: #FFF;
	background-image: url(images/product_8_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navfive a:hover {
	color: #FFF;
	background-image: url(images/product_8_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navsix a:link, ul#nav li.navsix a:visited, ul#nav li.navsix a:active {
	display: block;
	width:95px;
	height:10px;
	margin: 0;
	padding: 50px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000;
	background-image: url(images/product_6_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navsix a.current:link, ul#nav li.navsix a.current:visited {
	color: #FFF;
	background-image: url(images/product_6_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navsix a:hover {
	color: #FFF;
	background: url(images/product_6_on.gif) top left no-repeat;
}
ul#nav li.navseven a:link, ul#nav li.navseven a:visited, ul#nav li.navseven a:active {
	display: block;
	width:95px;
	height:10px;
	margin: 0;
	padding: 50px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000;
	background-image: url(images/product_7_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navseven a.current:link, ul#nav li.navseven a.current:visited {
	color: #FFF;
	background-image: url(images/product_7_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navseven a:hover {
	color: #FFF;
	background: url(images/product_7_on.gif) top left no-repeat;
}
ul#nav li.naveight a:link, ul#nav li.naveight a:visited, ul#nav li.naveight a:active {
	display: block;
	width:95px;
	height:10px;
	margin: 0;
	padding: 50px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000;
	background-image: url(images/product_5_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.naveight a.current:link, ul#nav li.naveight a.current:visited {
	color: #FFF;
	background-image: url(images/product_5_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.naveight a:hover {
	color: #FFF;
	background-image: url(images/product_5_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navnine a:link, ul#nav li.navnine a:visited, ul#nav li.navnine a:active {
	display: block;
	width:95px;
	height:10px;
	margin: 0;
	padding: 50px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000;
	background-image: url(images/product_9_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navnine a.current:link, ul#nav li.navnine a.current:visited {
	color: #FFF;
	background-image: url(images/product_9_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#nav li.navnine a:hover {
	color: #FFF;
	background: url(images/product_9_on.gif) top left no-repeat;
}
/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
	float: left;
	border: 1px solid #666666;
	padding: 2px;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.right {
	float: right;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	background-color: #FFFFFF;
}
.clear {
	clear: both;
	padding-bottom: 15px;
}
.imgcenter {
	text-align: center;
	margin-top:10px;
	border: 1px solid #000;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.imgleft {
	float: left;
	margin-top:10px;
	margin-left:30px;
	padding:0;
	border: 1px solid #000;
	margin-right: 30px;
}
.imgright {
	float: right;
	margin-top:10px;
	margin-left:20px;
	padding:0;
	border: 1px solid #000;
}
.imgmiddle {
	float: left;
	margin-top:10px;
	margin-left:20px;
	padding:0;
	border: 1px solid #000;
	margin-right: 20px;
	margin-bottom: 10px;
}
/*-----------------------CUSTOM ----------------------------------*/
ul {
	font-family: Arial;
	font-size: 12px;
	line-height: 21px;
	color: #A97703;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: square;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.list {
	font-family: Arial;
	line-height: 23px;
	color: #CCCCCC;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-weight: bold;
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 13px;
	list-style-type: circle;
}
li {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
li.list {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	margin-left: 20px;
	line-height: 25px;
	list-style-type: circle;
	font-family: Arial;
}
div#audio {
	position:absolute;
	left: 804px;
	top: 386px;
}
div#login {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	text-align: center;
}
div#left {
	float:left;
	width:300px;
	text-align:center;
	margin-top:10px;
	font: normal 12px Arial, Helvetica, Verdana, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
}
div#left p {
	font-size: 13px;
	font-family: Arial;
	line-height: 20px;
	text-align:center;
}
div#left a {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color:#003E7E;
	text-decoration: underline;
	font-weight: bold;
}
div#left a:hover {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-decoration: underline;
	color:#02042D;
}
div#right {
	float:left;
	width:172px;
	text-align:center;
	margin-top:10px;
	font: normal 12px Arial, Helvetica, Verdana, sans-serif;
}
div#right p {
	font-size: 13px;
	font-family: Arial;
	line-height: 20px;
	text-align:center;
}
div#right a {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color:#003E7E;
	text-decoration: underline;
	font-weight: bold;
}
div#right a:hover {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-decoration: underline;
	color:#02042D;
}
div#columns {
	float:left;
	padding-left: 20px;
	padding-right: 0px;
	width: 140px;
	margin-bottom: 10px;
}
div#column2 {
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	width: 200px;
}
div#sound {
	font: normal 12px Arial, Helvetica, Verdana, sans-serif;
}
div#center {
	padding-left:100px;
	width:200px;
	text-align:center;
	margin-top:10px;
	font: normal 12px Arial, Helvetica, Verdana, sans-serif;
}
div#centerpics {
	width: 500px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
div#center h3 {
	text-align:center;
	margin:0;
}
.style2 {
	color: #ADADAD
}
.style4 {
	color: #333333;
	font-weight: bold;
}
.style5 {
	color: #333333
