@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color: #000000; 
	color: #FFFFFF;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
}

img {
	border:none;
}

/* Headers and Colors */
a:hover {
	color:#FFCC00;
}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
}
p {
	font-size: .9em;
}

/* Specific DIVs */
#container {
	margin: 0 1%;
	width:1015px;
	height:1000px; 
	min-width:800px;
	min-height: 520px;
}
#header {
	background-color: #000000; 
}
#header_image {
	background-color: #000000; 
}
div#header a {
	text-decoration: none;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddcolortabs{
	/* margin-left: 4px; */
	padding: 0;
	width: 100%;
	background: transparent;
	/* padding-left: 5px; */
}

#ddcolortabs ul{
	font: 85% Verdana, Arial, Helvetica, sans-serif; 
	margin:0;
	padding:0;
	list-style:none;
}

#ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
}


#ddcolortabs a {
	float:left;
	color: white;
	background: #414141 url(../images/color_tabs_left.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
}

#ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url(../images/color_tabs_right.gif) no-repeat right top;
	padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
	float:none;
}


#ddcolortabs a:hover{
	background-color: #260EFF;
	color: #FFCC00;
}

#ddcolortabs a:hover span{
	background-color: #260EFF;
	color: #FFCC00;
}

#ddcolortabs a.activelink, #ddcolortabs span.activelink {
	background-color: #260EFF;
}

#middle {
	background:  #000000; 
	/* width: 98%; */
	width: 100%;
	/* height: 1150px; */ 
	/* height:1610px; */
	/* margin: 1% 0 1% 1%; */
	margin: 1% 0;
	padding-bottom: 1%;
}

div#wrapper{
	float:left;
	width:100%;
}

div#content{
	margin: 0 210px; 
/*	margin: 0 220px; */
}
#content table {
	margin-top: 1%;
}
#content td {
	vertical-align:bottom;	
}
/*
#content img {
	margin: 0 5px;
}
*/
#content a {
	color: #FFFFFF;
}
#content a:hover {
	color:#FFCC00;
	}

div.product_image  {
  margin:2px;
  border:thin #000000 solid;
  height: 230px; 
  width: 180px;
  float:left;
  text-align:center;
}
div.product_image img   {
  display:inline;
  margin:5px; 
  border:thin #000000 solid;
}
div.product_image a:hover img  {
  border:thin #FFCC00 solid;
}
div.product_title  {
  text-align:center;
  font-weight:bold;
  font-size: .75em;
  width:170px;
  margin:2px;
}
div.product_desc  {
  text-align:justify;
  font-weight:normal;
  font-size: .75em;
  width:170px;
  padding: 0 3px;
}
div#sidebar1{
	float:left;
	width:195px; 
	margin:1% -100%;
	background:#414141;
	}
.sidebar_header {
	background-color: #00055C;
	text-transform:uppercase;
    margin:0px 0px; padding: 0; 
    text-align:center;
    color: #FFFFFF;
 }
.sidebar_header h2 {
	font-size: 1em;
}
.sidebar_text {
	color: #FFFFFF;
	padding: 0 0px 5px 5px;
	font-size: .85em;
 }
#upcoming_events_text {
	padding-bottom: 0px;
}

.sidebar_text p {
	line-height: 1em;
}
.sidebar_text a {
	color: #FFFFFF;
	font-size: 1em;
 }
#upcoming_events_text a {
 	padding: 0 10px;
}
#gallery_links_text a {
 	padding: 0 10px; 
/*	line-height: .4em; */
}

#news_box_text {
	font-size: 1em;
	text-align:justify;
	padding-right:5px;
}
p.first_news_item {
	color: #FF0;
}
#gallery_links_text h3 a {
	color: #FFFFFF;
	font-size: .9em;
 	padding-left: 3px;
/*	line-height: .4em; */

	text-decoration: none;
}
 
#gallery_links_text h3 a:hover, .sidebar_text a:hover {
	 	color:#FFCC00;
}

div#sidebar2{
	float:left;
	width:195px;
	margin: 1% -195px;
	background:#414141;
}
div#footer{
	clear:left;
	width:100%;
	text-align:center;
	background: #000000; 
}
#footer_nav p, #footer_nav a {
	margin: 0; 
	padding: 10px 0; 
	text-align: center;
	text-decoration: none;
	color: #FFFFFF; 
	font-size: .85em;
	line-height: 30%;
}
#footer_copyright p, #footer_copyright a {
	margin: 0; 
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	color: #260EFF; 
	font-size: .85em;
	line-height: 30%;
}

#footer a:hover {
	color:#FFCC00;
	text-decoration: none;
	}


/* Miscellaneous classes for reuse */

.nostyle {}

a.border img { 
	border: 2px outset #AFAFAF;
}
a.border:hover img{ 
	border: 2px outset #FFCC00; 
}

a.no_underline {
	text-decoration: none;
	}
	
li.no_bullet {
	list-style-type:none;
	padding: .1em 0;
	}

.center {
	text-align: center; 
  	margin-left: auto;
  	margin-right: auto;
}

.emphasis {
	font-weight:bold;
	font-style:italic;
}
.horizontal_line {
	clear: both;
	padding: 0;
	width: 100%;
	height: 2px;
	line-height: 2px;
	background: #FFCC00;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_float {
	clear:both;
}
	
