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

body{
	background-image:url(../images/design/BG.png);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#333333;
	}
	
a, a:link, a:visited {
	color: #006666;
	text-decoration: none;
}

a:hover{
	color: #003399;
}

div#mainwrap {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

.clearFloats{
clear:both;
}

div#header {
	width:950px;
	height:58px;
	background-image:url(../images/design/header.png);
	background-repeat:no-repeat;
	padding-top:91px;
}

div#navBar{
	height:33px;
	margin-left:400px;
}

div#content{
	width:950px;
	background-image:url(../images/design/contentBG.png);
	background-repeat:repeat-y;
}

div#left{
	float:left;
	margin-left:10px;
	width:620px;
}

.title{
	font-size:1.3em;
	color: #003333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom:4px;
	padding-bottom:4px;
}

.welcome{
	color:#003366;
}

.topRound{
background-image:url(../images/design/topRoundBG.png);
background-repeat:no-repeat;
padding:12px;
}

.RedSeparater{
	background-image: url(../images/design/RedSeparater.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 600px;
	margin-left:2px;
	color:#FFFFFF;
	font-size:1.5em;
	padding-left:15px;
	padding-top:6px;
	margin-bottom:8px;
}

.item{

padding:10px;
margin-bottom:5px;

}

.item img {
	padding: 2px;
	border: 1px solid #999999;
}

.itemTitle{
	color: #003366;
	font-size:1.2em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.itemPrice{
	color: #006600;
}

div#subLeft{
	float:left;
	width:150px;
	margin-right:10px;
	text-align:center;
}



div#subRight{
	float:left;
	width:450px;
}

.subRightTop{
height:35px;
background-image:url(../images/design/subRightTopBG.png);
background-repeat:no-repeat;
color:#FFFFFF;
font-size:1.5em;
margin-bottom:10px;
}

.titlePad{
padding-left:15px;
padding-top:5px;
}

.bait_table_header{
background-color:#666666;
color:#FFFFFF;
}

div#right{
	margin-left:10px;
	float:left;
	width:300px;
}

div#footer{
	width:950px;
	background-image:url(../images/design/footerBG.png);
	background-repeat:no-repeat;
	font-size: .8em;
	text-align: center;
	padding-top: 100px;
	margin-bottom:40px;
}

div#charterTable{
	width:300px;
	background-image: url(../images/design/tableBG.png);
}

.TableTitle{
	text-transform: uppercase;
	color: #003366;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

.OddRow{
}

.EvenRow{
}

.HoverRow{
	background-image: url(../images/design/tableBG.png);
}

.focusCharter{
	background-color: #f7f7f7;
	padding: 5px;
	margin-left: 5px;
	border: 2px solid #CCCCCC;
	width:250px;
}

.charterTitle{
text-transform: uppercase;
	color: #003366;
	font-size:1.3em;
	
}

.captainTitle{
	color: #003333;
}

.phone{
}

.charterWeb{
	margin-bottom:8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.incorrect{
	font-size: 1.5em;
	color: #003333;
	background-color: #CCCCCC;
	padding: 10px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
