html, body {
	margin: 0;
	padding: 0;
	background: url(../images/bg-pattern.png) #202020;
	}

A {
		font: 12px Arial, Helvetica, sans-serif;
		font-weight : normal;
		color: #153973;
		text-decoration: none; 
		}

A:link, A:visited {
		text-decoration: underline;
		}

A:active {
		text-decoration: none;
		}

A:hover {
		color: #BA0807;
		text-decoration: underline;
		}
		
p { 
	font: 13px Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 18px;
	}
	
.text-sml {
	font: 13px Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	line-height: 14px;
	}
.text-sml a:link, .text-sml a:active, .text-sml a:visited { color: #BA0807; text-decoration: none; font-size: 11px; }
.text-sml a:hover { color: #0C2C55; }

h1 {
	font: 16px Verdana, Geneva, sans-serif;
	color: #BA0831;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
	}
	
h2 {
	font: 14px Verdana, Geneva, sans-serif;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
	}	
	
h3 {
	font: 14px Verdana, Geneva, sans-serif;
	color: #666;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

h4 {
	font: 13px Verdana, Geneva, sans-serif;
	color: #999;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
h5 {
	font: 15px Verdana, Geneva, sans-serif;
	color: #BA0831;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}		
	
	
/* red content links small  */

.nav3 {
		color : #BA0807;
		font-style : normal;
		font-family : Arial, Helvetica, sans-serif;
		font-weight  : normal;
		font-size :11px;
		text-decoration : none;
		}
	
a.nav3:link{color : #BA0807; text-decoration : none}
a.nav3:visited{color : #BA0807; text-decoration : none}
a.nav3:hover{color : #0C2C55; text-decoration : none}


/* index
==========================================*/

.indexFeatureHead {
	color: #FFF;
	}
.indexFeatureImg {
	border: 1px solid #202020;
	}
	
.indexFeatureNav:link, .indexFeatureNav:visited, .indexFeatureNav:active {
		color : #BA0807;
		font-style : normal;
		font-family : Arial, Helvetica, sans-serif;
		font-weight  : normal;
		font-size :11px;
		text-decoration : none;
		}
.indexFeatureNav:hover {
	color: #FFF;
	}
.indexFeatureText {
		color: #666;
		font-style: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size :11px;
		text-decoration: none;
		line-height: 14px;
		}
.indexFeatureHead {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#0C2C55;
	padding-left:5px;
	font-weight:bold;
	font-style:italic;
	}
.indexText {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	}
.indexHeader {
	font: 14px Arial, Helvetica, sans-serif;
	color: #666;
	}

.indexGradient {
	background: url(../images/index_gradient.jpg) bottom repeat-x;
	}
	
.indexTitle {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #BA0831;
	font-style: italic;
	font-weight: bold;
	}
	
.indexTitleSide {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #0C2C55;
	font-style: italic;
	font-weight: bold;
	}

.vidLinks {
	border-top: 1px solid #fff;
	text-decoration: none;
	}

/* _navigation NEW
==========================================*/

#navNew {
	margin: 0px;
	width: 774px;
	height: 36px;
	background-color: #A8AFA2;
	}
#navNew ul {
	height: 31px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
#navNew li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
	}
#navNew li a {
	float: left;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #939a8d;
	border-left: 1px solid #c4cbbe;
	font: 12px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: #909b87 1px 1px 1px;
	}
#navNew li a:hover {	
	background: #909b87;
	text-shadow: #666 1px 1px 1px;
	}
	

/* _sprites
==========================================*/

.social {
	background: url(../images/sprite-social.png) no-repeat;
	}

.facebook  {
	background-position: 0 0;
	width: 24px;
	height: 24px;
	border: none;
	cursor: pointer;
	display: block;
	}
.facebook:hover {
	background-position: -24px 0;
	}
	
.youtube  {
	background-position: 0 -24px;
	width: 24px;
	height: 24px;
	border: none;
	cursor: pointer;
	display: block;
	}
.youtube:hover {
	background-position: -24px -24px;
	}	


.brands {
	background: url(../images/sprite-brands.png) no-repeat;
	}
	
.beneteau  {
	background-position: 0 0;
	width: 129px;
	height: 84px;
	border: none;
	cursor: pointer;
	display: block;
	margin: 0;
	float: left;
	}
.beneteau:hover {
	background-position: 0 -84px;
	}
	
.ferretti  {
	background-position: -129px 0;
	width: 129px;
	height: 84px;
	border: none;
	cursor: pointer;
	display: block;
	margin: 0;
	float: left;
	}
.ferretti:hover {
	background-position: -129px -84px;
	}
	
.pershing  {
	background-position: -257px 0;
	width: 129px;
	height: 84px;
	border: none;
	cursor: pointer;
	display: block;
	margin: 0;
	float: left;
	}
.pershing:hover {
	background-position: -257px -84px;
	}	

.mochi  {
	background-position: -386px 0;
	width: 129px;
	height: 84px;
	border: none;
	cursor: pointer;
	display: block;
	margin: 0;
	float: left;
	}
.mochi:hover {
	background-position: -386px -84px;
	}	

.riva  {
	background-position: -515px 0;
	width: 129px;
	height: 84px;
	border: none;
	cursor: pointer;
	display: block;
	margin: 0;
	float: left;
	}
.riva:hover {
	background-position: -515px -84px;
	}
	
.custom  {
	background-position: -645px 0;
	width: 129px;
	height: 84px;
	border: none;
	cursor: pointer;
	display: block;
	margin: 0;
	float: left;
	}
.custom:hover {
	background-position: -645px -84px;
	}

.brokerage {
	background: url(../images/sprite-brokerage.png) no-repeat 0 0;
	width: 258px;
	height: 130px;
	cursor: pointer;
	display: block;
	margin: 0;
	float: left;
	}
.brokerage:hover {
	background-position: -258px 0;
	}
	
	

/* brokerage form
==========================================*/

.brokerageTitle a:link, .brokerageTitle a:visited, .brokerageTitle a:active, .brokerageTitle a:hover {
	font: 13px Verdana, Geneva, sans-serif;
	color: #ba0831;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}

.brokerageText {
	font: 10px Verdana, Geneva, sans-serif;
	color: #666;
	line-height: 14px;
	}
	
.formInput {
	border: 1px solid #ccc;
	padding: 3px;
	}

.myForm td, input, select, textarea, checkbox {
	font: 10px Verdana, Geneva, sans-serif;
	color: #666;
	}

.required {
	color: red;
	}


/* common page styles
==========================================*/

.bodyBorder {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	}

.header {
	background: url(../images/common/jwmarine_webheaderimg.jpg) no-repeat;
	width: 774px;
	height: 120px;
	}
	

/* footer
==========================================*/

.footer {
	background: #A8AFA2;
	padding-left: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	}
	
.footer a:link, .footer a:visited, .footer a:active {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	}
.footer a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	color: #BA0807;
	}	
	
	
/* brand styles
==========================================*/

#model {
	width: 240px;
	height: auto;
	margin-bottom: 10px;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;	
	line-height: 17px;	
	font-style: italic;
	}
#model strong {
	font-size: 16px;
	}
#model em {
	font-size: 16px;
	}	

.modleMiddle {
	margin: 0 15px 10px 15px;
	}
	
#modelImg {
	width: 224px;
	padding: 8px;
	background: #f4f4f4;
	}

#modelImg img {
	border: 2px solid #fff;
	margin: auto;
	}

#modelShadow {
	width: 240px;
	height: 12px;
	background: url(../images/common/model-shadow.jpg) no-repeat;
	margin-bottom: 5px;
	}

#model a:link, #model a:visited, #model a:active, #model a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	}


.brandBrochure {
	background: url(../images/sprite-brandbuttons.png) no-repeat 0 0;
	width: 109px;
	height: 17px;
	cursor: pointer;
	display: block;
	padding-top: 2px;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	float: right;
	}
.brandBrochure:hover {
	background-position: 0 -19px;
	}
	
.brandRange {
	background: url(../images/sprite-brandbuttons.png) no-repeat -109px 0;
	width: 68px;
	height: 17px;
	cursor: pointer;
	display: block;
	padding-top: 2px;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	float: right;
	}
.brandRange:hover {
	background-position: -109px -19px;
	}

.brandBack {
	background: url(../images/sprite-brandbuttons.png) no-repeat 0 0;
	width: 109px;
	height: 17px;
	cursor: pointer;
	display: block;
	padding-top: 2px;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	}
.brandBack:hover {
	background-position: 0 -19px;
	}

#beneteau {
	width: 220px;
	height: 93px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
.beneteauMiddle {
	margin-left: 20px;
	margin-right: 20px;
	}
	
	
/* contact styles
==========================================*/

.cont_sydney { padding:20px; }

.cont_single {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	}

.cont_header {
	font: 15px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
	}
	
.cont_map {
	border: 5px solid #f2f2f2;
	}
	
#cont_spit {
	padding-top: 20px;
	border-bottom: 1px dotted #A8AFA2;
	margin-bottom: 30px;
	}