/* * * * * * * * * * * * * * * * * * * * * * 
 HTML STYLES (See also Form and Link styles)
* * * * * * * * * * * * * * * * * * * * * */
img {
	behavior:	url("../pngbehavior.htc");
	padding: 0; 

}

body {
	margin: 0;
	padding: 0 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background: #FAC575 url(../fw/bgTileGradient.jpg) repeat-x top;
}/* See also embedded style sheet on home page */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
	font-size: 1em;
}/* font-size must be reset here or all embedded tables will have increasingly smaller text */
img {
	border: 0;
}

/* NOTE: Set heading properties in individual sections to avoid inheritance issues! */

/* * * * * * * * * * * * * * * * * * * * * * 
 FORM STYLES
* * * * * * * * * * * * * * * * * * * * * */

form { 
	margin: 0;
}
input, select, textarea, textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.formLabel { 
	height: 23px;
	padding-left: 10px;
	font-size: 1em;
	color:#FFFFFF;
	font-weight:bold;
	background: url(../fw/formTable_label.jpg);
	}
.formContent { 
	padding-left: 10px;
	background: url(../fw/formTable_tile.gif);
	}
#formPrice { 
	padding-left: 15px;
	background: url(../fw/form_price.jpg);
	font-size: 1em;
	color:#FFFFFF;
	font-weight:bold;
	}
	
/* * * * * * * * * * * * * * * * * * * * * * 
logoBox STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#logoBox {
	height: 87px;
}

/* * * * * * * * * * * * * * * * * * * * * * 
headerNavBox & footerNavBox STYLES 
* * * * * * * * * * * * * * * * * * * * * */

table#headerNavTable,
table#footerNavTable {
} 
table#headerNavTable {
	width: 100%;
	height: 35px;
	background: #ECA03E url(../fw/navBarTopBgTile.gif) repeat-x top;
	margin-bottom: 10px;
}
table#headerNavTable td,
table#footerNavTable td {
	padding: 0;
}
table#headerNavTable td.navmenuCell {
	background: url(../fw/navBarTopLeft.gif) no-repeat left;
	padding-left: 10px;
}
table#headerNavTable td.rightNavTableCell {
	background: url(../fw/navBarTopRt.gif) no-repeat right;
	padding-right: 10px;
}
table#footerNavTable {
	clear: both;
	width: 100%;
	height: 34px;
	background-color: #F3B35A;
	margin-bottom: 10px;
}
table#footerNavTable td.navmenuCell {
	background: url(../fw/navBarBtmLeft.gif) no-repeat left;
	padding-left: 10px;
}
table#footerNavTable td.rightNavTableCell {
	background: url(../fw/navBarBtmRt.gif) no-repeat right;
	padding-right: 10px;
}

/* * * * * * * * * * * * * * * * * * * * * * 
containerBox STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#containerBox {
	width: 775px;
}

/* * * * * * * * * * * * * * * * * * * * * * 
COLUMN STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#leftColumn {
	width: 540px;
	float: left;
	margin: 0 10px 10px 0;
}
div#rightColumn {
	width: 201px;
	float: left;
	margin: 20px 0 10px 0;
}
div#rightColumn img {
	margin-bottom: 10px;
}
div#leftColumn a,
div#rightColumn a {
	color: #333333;
}
div#leftColumn a:hover,
div#rightColumn a:hover {
	color: #990000;
}

/* * * * * * * * * * * * * * * * * * * * * * 
HOME PAGE SPECIFIC STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#homeFlashBox {
	width: 538px;
	height: 240px;
}
img#bannerJupiterGear {
	margin: 30px 0 20px 10px;
}
table#buildABoatTable {
	width: 201px;
	background: url(../fw/boxBuildABoatBgTile.gif) repeat-y left;
	color: #08091E;
}
table#buildABoatTable td {
	padding: 0;
}
table#buildABoatTable td#babContentCell {
	background: url(../fw/boxBuildABoatBgBtm.gif) no-repeat left bottom;
	padding-bottom: 10px;
}
table#buildABoatTable p {
	margin: 15px;
}
table#buildABoatTable img#btnBuildABoat {
	margin-left: 90px; 
}

/* * * * * * * * * * * * * * * * * * * * * * 
contentBox STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#contentBox {
	padding: 20px 20px 20px 20px;
	color: #333333;
}
div#contentBox h1,
div#contentBox h2 {
	text-transform: uppercase;
	margin-bottom: 0;
	color: #08091E;
	font: 1.8em "Times New Roman", Times, serif;
	font-weight: normal;
}
div#contentBox h1 {
	color: #08091E;
	margin-top: 0;
} /* Used for page headings */
div#contentBox h2 {
	color: #535362;
} /* Used for page subheadings */
div#contentBox h3 {
	margin-bottom: 0;
	font-size: 1.2em;
	color: #08091E;
}
div#contentBox h4 {
	margin-bottom: 0;
	font-size: 1.2em;
	color: #08091E;
	border-bottom: 1px solid #333333;
} /* Used for section headings */
div#contentBox h5,
div#contentBox h6 {
	font-size: 1.2em;
	margin-bottom: 0;
}
div#contentBox hr {
	border-width: 0;
	background-color: #666666;
	height: 1px;
	margin: 1em 0;
}


/* * * * * * * * * * * * * * * * * * * * * * 
galleryTable STYLES 
* * * * * * * * * * * * * * * * * * * * * */

table#galleryTable {
	width: 520px;
}
table#galleryTable td {
	padding: 0 8px 8px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * 
downloadBox STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#rightColumn h6 {
	font-size: 100%;
	background: #FFFFFF url(../fw/downloadBoxTop.gif) no-repeat top;
	padding: 5px 10px;
	width: 180px;
	margin: 0;
}
div#downloadBox {
	width: 180px;
	padding: 0 10px 10px 10px;
	margin-bottom: 0;
	background: #FFFFFF url(../fw/downloadBoxBtm.gif) no-repeat bottom;
}
div#downloadBox img {
	margin: 0;
} /* Reset margin inheritence from div#rightColumn img */
div#downloadBox ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
div#downloadBox li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 10px;
	background: url(../fw/arrowDownload.gif) no-repeat 0 2px;
}
div#rightColumn div#downloadBox ul a {
	color: #990000;
	text-decoration: none;
}
div#rightColumn div#downloadBox ul a:hover {
	text-decoration: underline;
}
div#downloadBox p.getAdobeReader {
	margin: 20px 0 0 0;
	font-size: 90%;
	color: #999999;
}

/* * * * * * * * * * * * * * * * * * * * * * 
copyrightBox STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#copyrightBox,
div#copyrightBox a {
	color: #FFFFFF;
	text-decoration: none;
}
div#copyrightBox a:hover {
	text-decoration: underline;
}
div#copyrightBox img.webmark {
	float: left;
	margin: 2px 10px 30px 0;
}
img#logoFooter {
	float: right;
	margin-right: 10px;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 MISC. STYLES 
* * * * * * * * * * * * * * * * * * * * * */

.borderAll { 
	border: 1px solid #A05F37;
} /* Used for misc borders */
div.boundaryBox {
	clear: both;
}/* Used to stop floating elements in parent div from breaking boundary of parent div */
img.photoFloatRt {
	float: right;
	margin: 0 0 15px 15px;
}
img.photoFloatLt {
	float: left;
	margin: 0 15px 15px 0;
}
p.noTopMargin {
	margin-top: 0;
}
div#errorBox {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 ARTICLES STYLES 
* * * * * * * * * * * * * * * * * * * * * */

.articleHeader{
text-transform: uppercase;
margin-bottom: 0;
color: #08091E;
font: 1.8em "Times New Roman", Times, serif;
font-weight: normal;
margin-left:60px;
margin-top:40px;
}
.articletableContainer{
margin-top:10px;
margin-left:45px;
margin-bottom:45px;
}
.magazinecontainer{
padding:10px 10px 15px 15px;
}
.boatstatsContainer{
width:200px;
height:72px;
}
.statsCorners{
float:left;
}
.statsCorners2{
float:right;
}
.boatstats{
background-image:url(../fw/labelbg.jpg);
background-repeat:no-repeat;
padding-top:10px;
padding-bottom:10px;
text-align:left;
float:left;
padding-left:10px;
width:205px;
height:80px;
}
.statsContainer{
padding-left:15px;
}