/* MAIN STYLES */

body {
	background-image: url(/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #0a1022;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #000066;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000066;
}

h3 {
}

h4 {
}


.subheader {
	font-size: 0.8em;
	font-style: italic;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000066;
}

a {
	color: #ff6700;
}

a:hover {
	color: #000066;
	background-color: #fe8838;
}

a:active {
	color: #990000;
	background-color: #cccc99;
}

ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ffffff;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000066;
}


/* CLASSES & IDs */



.cb_text {
	color: #f4792b;
}

.tm1 {
	font-size: 16pt;
	font-weight: bold;
}

.bold_quote {
	font-weight: bold;
	font-style: italic;
	color: #ff6700;
	font-size: 18pt;
}


.whtrow {
	background-color: #ffffff;
}


#prod_bg {
	background:url(/table-bg-products.png) no-repeat;
}

#prod_menu {
	position:relative;
	margin-top: 36px;
	margin-left: 10px;

}

#prod_menu a:hover, a:active {
	background-color: transparent;
}

#info_bg {
	margin-top: 20px;
	background:url(/table-bg-info.png) no-repeat;
}

#info_menu {
	position:relative;
	margin-top: 34px;
	margin-left: 10px;

}

#info_menu a:hover, a:active {
	background-color: transparent;
}

.body_table_bg_med {
	background:url(/table-bg-medium.png) no-repeat;
}

.body_table_bg_sml {
	background:url(/table-bg-small.png) no-repeat;
}




.footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #ffffff;
	margin: 10 10 0 0;
}

.footer a:hover {
	background-color: transparent;
}





.subfooter p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;

}


.subfooter a {
	color: #999999;
}

.subfooter a:hover {
	color: #000000;
	background-color: #ff9933;
}

.subfooter a:active {
	color: #990000;
	background-color: #cccc99;
}











/* Photo Gallery Styles */
/* Medium Color BG */
.gpn_tborder {
	color: #CCCCCC; 
	background: #98b0dc; 
	border: 1px solid #000000;
}

/* Dark Color BG */
.gpn_control {
	font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #FFFFFF; 
	background: #3f68b2; 
	padding: 3px 6px 3px 6px; 
	white-space: nowrap;
}

/* Light Color BG */
.gpn_inactive {
	color: #000000;	
	background: #c1d1f0; 
	text-decoration: none;
}

/* Medium Color BG */
.gpn_active {
	color: #666666;
	background: #98b0dc; 
}

.gpn_smallfont {
	font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.photogallery img {
	border: 1px solid;
}

.photogallery a img {
	border-color: #663300;
}

.photogallery a:hover img {
	border-color: #ecd4a4;
}

