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

/* IE PNG FIX */


/* BODY
-------------------------------*/

body {
	background:#000 url(images/dark_bg.jpg) no-repeat center top;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#FFF;
	margin-left: 0px;
	margin-top: 0px;
	overflow: visible;
}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #3974b6;
}
a:active {
	text-decoration: none;
	color: #3974b6;
}

.contact a:link {
	color: #000;
	text-decoration: none;
}
.contact a:visited {
	text-decoration: none;
	color: #000;
}

.h1 {
	font-size:16px;
	font-weight:bold;
}

.border {
	border: 5px #033d8e;
	border-style:solid;
}


#avDiv {
	position:absolute;
	width:100%;
	height:100%;
	margin:auto;
}





/* WRAPPER
-------------------------------*/

#wrapperMain {
	position: absolute;
	left: 50%;
	width:968px;
	padding: 0 24px 0 24px;
	height:auto;
	margin-left:-508px;
	overflow: hidden;
}


/* HEADER
-------------------------------*/

#headerDIV {
	float: left;
	width:968px;
	height:150px;
	padding: 0px;
	z-index:1000;
	zoom: 1;
}

/* SLIDER
-------------------------------*/

#sliderDIV {
	float: left;
	width:968px;
	height:350px;
}


/* MENU
-------------------------------*/

#menuDIV {
	float: left;
	z-index: 999;
	width:968px;
	height:24px;
	background: #000;
	padding: 5px 0 5px 0;
}

a.rolloverHome {
	display: block;
	width: 156px;
	height: 24px;
	text-decoration: none;
	background: url(images/bthome.png);
	zoom: 1; 
	}

a.rolloverHome:hover {
	background: url(images/bthome_over.png);
	zoom: 1; 
	}
	
a.rolloverProd {
	display: block;
	width: 156px;
	height: 24px;
	text-decoration: none;
	background: url(images/btprod.png);
	zoom: 1; 
	}

a.rolloverProd:hover {
	background: url(images/btprod_over.png);
	zoom: 1; 
	}
	
a.rolloverGall {
	display: block;
	width: 156px;
	height: 24px;
	text-decoration: none;
	background:url(images/btgallery.png);
	zoom: 1; 
	}

a.rolloverGall:hover {
	background: url(images/btgallery_over.png);
	zoom: 1; 
	}
	
a.rolloverQuot {
	display: block;
	width: 156px;
	height: 24px;
	text-decoration: none;
	background: url(images/btquote.png);
	zoom: 1; 
	}

a.rolloverQuot:hover {
	background: url(images/btquote_over.png);
	zoom: 1; 
	}
	
a.rolloverCont {
	display: block;
	width: 156px;
	height: 24px;
	text-decoration: none;
	background: url(images/btcontact.png);
	zoom: 1; 
	}

a.rolloverCont:hover {
	background: url(images/btcontact_over.png);
	zoom: 1; 
	}
	
a.rolloverLinks {
	display: block;
	width: 156px;
	height: 24px;
	text-decoration: none;
	background: url(images/btlinks.png);
	zoom: 1; 
	}

a.rolloverLinks:hover {
	background: url(images/btlinks_over.png);
	zoom: 1; 
	}
	
a.rolloverSpecials {
	display: block;
	width: 156px;
	height: 24px;
	text-decoration: none;
	background: url(images/btspecials.png);
	zoom: 1; 
	}

a.rolloverSpecials:hover {
	background: url(images/btspecials_over.png);
	zoom: 1; 
	}

.displace {
	position: absolute;
	left: -5000px;
	zoom: 1; 
	}


/* MIDDLE
-------------------------------*/

#middleDIV {
	float: left;
	width:718px;
	height:auto;
	padding: 0 10px 0 0;
	overflow:hidden;
}

#middleHOLDER {
	float: left;
	width:958px;
	height:auto;
	background-color:#fff;
	color: #3974b6;
	font-size:12px;
}

#contentDIV {
	float: left;
	width:928px;
	height:auto;
	overflow:hidden;
	padding: 20px;
}

#rightDIV {
	float: right;
	width:200px;
	height: auto;
	overflow:hidden;
}

.textBIG {
	font-size:14px;
}

#logo {
	float:left;
	position:relative;
	width: 445px;
	height: 118px;
	margin-left: -20px;
	margin-top: 10px;
	z-index: 1000;
	zoom: 1; 
}

/* FOOTER
-------------------------------*/

#footerDIV {
	float: left;
	width:958px;
	height:20px;
	padding: 10px 5px 5px 20px;
	text-align:left;
	color:#CCC;
	font-weight:bold;
	font-size:10px;
	background: url(images/footer.jpg) no-repeat;
}



/* NAVIGATION
-------------------------------*/
#navigation {
   list-style: none;
   margin: 0; padding: 0;
   text-transform:uppercase;
   font-size:15px;
   font-weight:bold;
   line-height:30px;
}

#navigation li {
   float: left;
}

#navigation li a {
   display: inline;
   width:100%;
   padding:0 35px 0 35px;
   text-align:center;
}

#navigation li a.first {
   text-align:left;
}

#navigation li a.last {
   text-align:right;
}

/* IMG PADDING
-------------------------------*/
.imgpad {
	float: left;
	padding: 10px 10px 10px 0;
}

.imgpadR {
	float: right;
	padding: 10px 0px 10px 10px;
}

/* FORM
--------------------------------------------------------- */
fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/dot.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}


form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.inputbox {
	padding: 2px;
	border: 1px solid #222222;
	background: #555555;
	color: #CCCCCC;
	font-size: 100%;
}

.button {
	background: url(../images/but-bg.gif) repeat-x left center #000000;
	padding: 1px 8px;
	border: 1px solid #000000;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 92%;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}

#imgpad-right {
	float: left;
	padding: 0 10px 10px 0;
}

/* EVENT LIST
-------------------------------*/

.event_name {
	font-weight:bold;
	font-size: 150%;
}

.event_image {
	float: left;
	padding: 0 5px 5px 0;
}

#eventholder {
	width: 700px;
	height: auto;
	overflow:hidden;
}

#title {
	float:left;
}

#pic {
	float:left;
	height: auto;
	overflow:hidden;
	width:200px;
	padding: 0 5px 0 0;
}

#eventinfo {
	float:right;
	height: auto;
	overflow:hidden;
	width:495px;
}
	
	

