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

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

body {
	background:#000 url(images/sea_bg.jpg) no-repeat center top;
	background-color:#8a8a8a;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

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

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

.h1 {
	font-size:16px;
	font-weight:bold;
	color: #8a8a8a;
}

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


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

#wrapperMain {
	width:960px;
	height:auto;
	margin:auto;
	left: -475px;
}


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

#headerDIV {
	float: left;
	width:950px;
	height:150px;
	padding: 5px;
}

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

#sliderDIV {
	float: left;
	width:950px;
	height:350px;
	background-image:url(images/sliderback.jpg);
	padding: 5px;
}


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

#menuDIV {
	float: left;
	width:960px;
	height:25px;
}

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

#middleDIV {
	float: left;
	width:950px;
	height:auto;
	background-color:#8a8a8a;
	padding: 5px;
}

#middleHOLDER {
	float: left;
	width:950px;
	height:auto;
	background-color:#fff;
	color: #8a8a8a;
	font-size:12px;
}

#contentDIV {
	float:left;
	width:740px;
	background-color:#fff;
	padding:5px;
}

#rightDIV {
	float: right;
	width:190px;
	background-color:#fff;
	padding: 5px;
}

.textBIG {
	font-size:14px;
}

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

#footerDIV {
	float: left;
	width:950px;
	height:20px;
	padding: 10px 5px 5px 5px;
	text-align:center;
	color:#CCC;
	font-weight:bold;
}



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

#navigation li {
   float: left;
}

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

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

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

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

/* 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;
}
