/*================================
	STRUCTURE
================================*/
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #24415b;
}

#header {
	height: 130px;
	background: url('../images/header_bg.jpg') top center repeat-x;
}


/*================================
	HEADER
================================*/

#header #banner {
	height: 95px;
	width: 990px;
	margin: 0 auto;
	background: url('../images/header_banner_bg.jpg') top left repeat-x;
	text-align: center;
}

#header #nav {
	height: 33px;
	width: 990px;
	margin: 0 auto;
	padding: 1px 0;
	text-align: center;
}

#header #nav a,
#header #nav a:link, 
#header #nav a:active, 
#header #nav a:visited,
#header #nav a:hover {
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 17px 0 17px;
	text-decoration: none;
}
#header #nav a:hover {
	color: #acecf9;
}
#header #nav td.selected {
	background: #436691 url('../images/header_nav_over.jpg') top left repeat-x;
}


#flash {
	height: 109px;
	background: #365261 url('../images/flash_bg_inner.jpg') top left repeat-x;
	border-bottom: 1px solid #1669b3;
	text-align: center;
}

/*================================
	FLYOUT
================================*/

.flyout {
	visibility:hidden;
	position:absolute;
	width: 195px;
	-width: 198px;
	background-color: #1A8EA7;
	border: 1px solid #3C5C83;
	border-top: 0px;
	text-align: left;
	padding-bottom: 10px;
}
.flyout a {
	display: block;
	width: 165px;
	padding: 0 7px 4px 23px;
	background: url('../images/flyout_bullet.gif') top left no-repeat;
}

/*================================
	CONTENT
================================*/

#container {
	height: 374px;
	height: auto !important;
	min-height: 374px;
	background: url('../images/page_bg.jpg') top left repeat-x;
}

#mainShadow {
	height: 30px;
	width: 1000px;
	margin: 0 auto;
	background: url('../images/main_shadow.jpg') top center no-repeat;	
}

#main {
	height: 344px;
	height: auto !important;
	min-height: 344px;
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	background: url('../images/main_bg.jpg') top center no-repeat;	
}

.mainInner {
	width: 900px;
	background: url('../images/main_inner_bg.jpg') top center repeat-y;	
	padding: 0 30px 15px 30px;
}

.mainInner h1 {
	width: 360px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #1669b3;
	margin: 0;
	padding: 0;
}

.mainInner .crumbContent
{
    padding-bottom: 15px;  
}

.mainInner .crumbContent a
{
    font-weight: normal;
}


/*================================
	FOOTER
================================*/
#footer {
	height: 20px;
	width: 910px;
	background: url('../images/footer_bg.jpg') top center no-repeat;
	margin: 0 auto;
	padding: 38px 45px 0 45px;
	color: #949596;
	font-size: 10px;
}

#footer a {
	color: #949596;
	font-weight: bold;
}

/*================================
	INNER
================================*/

.columnLeft {
	margin-right: 335px;
}

.columnRight {
	width: 315px;
	float: right;
	overflow: hidden;
}


/*================================
	HOME
================================*/

.home #flash {
	height: 239px;
	background: #365261 url('../images/flash_bg_home.jpg') top left repeat-x;
	border-bottom: 1px solid #1669b3;
	text-align: center;
}

.home .mainInner {
	width: 927px;
	padding: 0 3px 0 30px;
}

.columnCenter {
    float: right;
	width: 215px;
	margin-top: -28px;	
	/*margin: 0 300px 0 385px;*/
}

.home .columnLeft {
	/*width: 365px;*/
	width: 600px;
	float: left;
	margin: 0;
}

.home .columnLeftInner {
    width: 365px;
}

.home .columnRight {
	width: 277px; /* 307 - 30 */
	float: right;
	background-color: #e4f0f3;
	padding: 15px;
}

.home .columnRight ul {
	border-top: 1px solid #c9e2e7;
	border-bottom: 1px solid #c9e2e7;
	padding: 12px 0 0 0;
	margin: 0;
	list-style: none; 
}
ul.news li {
	background: url('../images/news_bullet.gif') top left no-repeat;
	padding: 0 0 0 12px;
	margin: 0 0 12px 0;
	color: #1c588d;
}
ul.news li a,
ul.news li a:link, 
ul.news li a:active, 
ul.news li a:visited,
ul.news li a:hover {
	display: block;
	color: #1c588d;
}
ul.news li .date {
	display: block;
	color: #6f7478;
	font-weight: bold;
}

.feature {
	background: url('../images/feature_bg.gif') bottom left no-repeat;
	padding: 0 0 10px 0;
}

.feature p {
	margin: 0;
	padding: 5px 15px;
}

/*================================
	RANGE 
================================*/
a.range {
	display: block;
	width: 440px;
	float: left;
	margin: 0 20px 20px 0;
}

a.rangeCenter {
	float: none;
	clear: left;
	margin: 0 auto;
}

/*================================
	LISTING 
================================*/
.rangeTitle {
	height: 36px;
}
.rangeTitleBowrider { background-color: #d9262c; }
.rangeTitleFishing { background-color: #00549a; }
.rangeTitleLifestyle { background-color: #cf9a30; }
.rangeTitleSynergy { background-color: #7f8080; }
.rangeTitleDiscontinued { background-color: #b63fbe; }

.listing  {
	width: 210px;
	float: left;
	margin: 0 20px 20px 0;
}

a.listingImage  {
	display: block;
	width: 204px;
	padding: 3px;
	background-color: #bfc1c1;
}

a.listingName,
a.listingName:link, 
a.listingName:active, 
a.listingName:visited,
a.listingName:hover {
	display: block;
	width: 190px;
	padding: 5px 10px;
	background-color: #00549a;
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
}

.bowrider a.listingName  	{ background-color: #d9262c; }
.fishing a.listingName   	{ background-color: #00549a; }
.lifestyle a.listingName 	{ background-color: #cf9a30; }
.synergy a.listingName		{ background-color: #7f8080; }
.discontinued a.listingName { background-color: #b63fbe; }


/*================================
	DETAIL 
================================*/
.specificationTable {
	width: 100%;
	border-right: 1px solid #c9e2e7;
	border-width: 1px 1px 0 0;
}

.specificationTable th, 
.specificationTable td {
	color: #24415b;
	padding: 6px 8px;
	border: 1px solid #c9e2e7;
	border-width: 0 0 1px 1px;
}

.specificationTable th {
	background-color: #c9e2e7;
	font-weight: bold;
	text-align: left;
}

/*================================
	DEALER LIST 
================================*/


.columnLeftAlternate {
    width: 265px;
	float: left;
}
.columnLeftAlternate #form_title_div
{
    width: 230px;
    overflow:hidden; 
}

.columnRightAlternate {
	width: 615px;
	float: right;
	overflow: hidden;
}

.dealerList {
    line-height: 25px;
}

.dealerList ul {
    padding-left: 0px;   
    padding-right: 0px;
    margin-right: 0px;
}

.dealerList li ul {
    padding-left: 25px;  
    *padding-left: 0px;  
    -padding-left: 0px; 
}

.dealerList a:link,
.dealerList a:visited,
.dealerList a:active {
    font-weight: normal;
}

.dealerInfoLeft, 
.dealerInfoMiddle, 
.dealerInfoRight {
    line-height: 20px;    
    float: left; 
}

.dealerInfoLeft {
    width: 195px;
}

.dealerInfoMiddle {
    width: 160px;
}

.dealerInfoRight {
    width: 250px;
}

.dealerTitle 
{
    color: #005292;
    border-bottom: 1px solid #005292;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 5px;    
    
}

.mapPanel
{   
    padding: 30px;
}

.postcodeSearch
{
    border-bottom: 1px solid #DFDFDF;
    padding: 0 0 15px 10px;
    margin: 15px 50px 0px 15px;   
}

.postcodeSearch label
{
    display: block;
    float: left;
    padding: 5px 5px 0 0;
}

/*================================
	CONTACT
================================*/

.interests_label 
{
    display: block;
    margin-top: 5px;
}

.interests_list label
{
    display: block;
    float: left;
    margin-top: 3px;
    margin-left: 3px;
}

.interests_list input
{
    display: block;
    float: left;
}

.signup_list label
{
    display: block;
    float: left;
    margin-top: 3px;
    margin-left: 3px;
}

.signup_list input
{
    display: block;
    float: left;
}


.signup_list 
{
    display: block;
    float: left;
    margin-left: 3px;
}

.spacer 
{
    border-bottom: 1px solid #DFDFDF;
}

/*================================
	GLOBAL 
================================*/
body, td, p, ul, li  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#__asptrace
{
    background-color: #FFFFFF;
}

/*================================
	LINKS 
================================*/
a:link, a:active, a:visited { 
	color: #198ea7;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #198ea7;
	font-weight: bold;
	text-decoration: underline;
}
