/****************************
HTML STYLES
*****************************/
body {
	background: url('images/content.gif') 0px 117px repeat-x;
	margin:0;
	padding:0;
	font: 12px normal 'Lucida Grande',Helvetica, Arial;
	color: #444;
}
h1 {
	color: #051844; 
	font-size: 24px; 
	font-weight: normal;
	line-height: 18px;
	margin: 30px 0 14px 0; 
	padding: 0; 
	letter-spacing: 0.2em;
}
h2 {
	color:#FF5200; 
	font:bold 18px 'Lucida Grande', Helvetica;
	line-height:20px; 
	margin:20px 0 8px 0; 
	padding:0;
}
p, 
div, 
td {
	/*  line-height: 16px;  */
	font-size: 12px;
}
a {
	color:#ff5200; 
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border: none; 
	padding: 0; 
	margin: 0;
}
form {
	/*  display:inline;  */
}
input, 
textarea {
	font: 11px normal Arial; 
	border:solid #666666 1px;
}

/****************************
UNIVERSAL STYLES
*****************************/
.alert {
	font-weight: bold;
	color: red;
}
.alert p {
	margin: 2px;
	padding: 2px;
}
.categoryRow {
	background: #051844;
	padding: 5px;
}
.priceHighlight {
	color: #336699;
}
.rowclass {
	background: #FF5200;
}
.rowclass h4 {
	border-bottom: solid 1px #051844;
	background: none;
}
.rowheader {
	background: #051844;
	color: #FFFFFF;
	padding: 5px;
}
.smallT {
	font-size: 10px;
}
.specialHighlight {
	color: #FF0000;
	font-weight: bold;
}
.tip {
	font-size: 9px;
	margin: 2px;
	padding: 2px;
	color: #666666;
}

/****************************
HEADER STYLES
*****************************/
#header {
	height:110px;
	padding: 0px 28px; 
	width: 100%;
	background: #051844 url('images/background.gif') 4px 1px no-repeat;
}
.logo {
	position: absolute; 
	top: 24px;
	left: 31px;
}
#searchBar {
	border-top:solid #FFA87F 1px; 
	height: 20px; 
	background:#FF5200; 
	width: 100%;
	color: #051844;
	padding: 3px;
	clear: both;
}
#navigation {
	position: absolute;
	top: 81px; 
	left: 28px; 
	height: 29px; 
	min-width: 744px;
}
#navigation ul {
	list-style-type:none; 
	padding:0; 
	margin:0;
}
#navigation li {
	float:left; 
	background: url('images/tab-off.gif') top left no-repeat;
	margin-right: 3px;
}
#navigation li a {
	float:left; 
	background: url('images/right-off.gif') top right no-repeat;
	color: white; 
	text-decoration: none; 
	font: 12px normal 'Lucida Grande', Helvetica;
	padding:7px 12px 7px 12px; 
	height: 22px;
}
#navigation li:hover {
	background: url('images/tab-on.gif') top left no-repeat;
	*background: url('images/tab-off.gif') top left no-repeat;
}
#navigation li a:hover {
	background: url('images/right-on.gif') top right no-repeat;
	*background: url('images/right-off.gif') top right no-repeat;
}

/****************************
HOME PAGE STYLES
*****************************/
#get-started {
	background: url('images/get-started.gif') 0 0 no-repeat;
	padding: 11px 20px 0px 290px; 
	width: 587px; 
	height: 45px;
}
#home {
	font-size:15px; 
	line-height: 18px; 
	color: #051844;
}

/****************************
PAGE STYLES
*****************************/
#page {
	width: 900px;
	text-align: left; 
	font-size: 14px; 
	color: #336; 
	clear: both;
}
#menuBar2 {
	background: #051844;
	width: 170px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 11px;
	vertical-align: top;
}
#menuBar2 p {
	margin: 0;
	padding: 5px;
	font-weight: bold;
}
#menuBar2 a {
	padding: 2px 5px;
	color: #FF915B;
}
#content {
	width: 670px; 
	padding: 5px;
	vertical-align: top;
}

/****************************
FOOTER STYLES
*****************************/
#find-a-base {
	height: 30px; 
	background:#FF5200; 
	text-align: center;
	width: 100%;
	clear: both;
}
#footer {
	color: #FF5200; 
	font-size:11px; 
	padding: 10px 28px; 
	min-width: 800px;
}
#footer .nautictime {
	float: right;
}
#footer strong {
	color: #051844; 
	font-weight: normal; 
	padding-right:10px;
}
#footer a {
	color: #A3AABA;
}

/****************************
ORDER STYLES
*****************************/
.form {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	PADDING: 2px;
	BACKGROUND-COLOR: white;
	BORDER: 1px solid #99cccc;
}
.formTotal {
	TEXT-ALIGN: right; 
	background-color:transparent; 
	border: none; 
	font-weight: bold;
	padding: 1px;
	border-top: solid 1px #3C93CC;
}
