body 
{
	/*font-family:  "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;*/
	font-family:  Arial;
	font-size: 12px;
	color: #231f20;
	background:#fff;
	line-height:1.5em;
	height:100%; 
	background:#1d1d1d;
}
a
{
	text-decoration:none;
	font-weight:900;
	color:#231f20;
}
a:hover
{
	text-decoration:none;
	color:#3091d5;
}
h1
{
	text-transform:uppercase;
	padding:20px 0px;
	font-size:16px;
	clear:both;
	float:left;
	width:100%;
}
h2
{
	text-transform:uppercase;
	padding:20px 0px 2px 0px;
	font-size:13px;
	clear:both;
	float:left;
	width:100%;
}
.blue
{
	color:#3091d5;
}
.red
{
	color:#ff0000;
}
p
{
	clear:both;
	margin-bottom:15px;
}
#wrap
{
	margin:0 auto;
	width: 980px;
}
#wrap_container
{
	width:900px;
	float:left;
	background:#fff;
	border:45px solid #fff;
	border-top:30px solid #fff;
	border-bottom:0px;
	
}
#wrap_container.homepage
{
	border:0px;
	width:990px;
	margin:20px 0px;
}
#header
{
	float:left;
	width:900px;
	clear:both;
	background:#fff;
	
}

#logo
{
	width:220px;
	float:left;
}
#header_nav
{
	width:680px;
	float:left;
	margin-top:20px;
}
#header_nav ul li
{
	float:right;
	display:block;
	padding-left:10px;
}
#header_nav ul li a
{
	text-transform:uppercase;
	font-size:12px;
}

#header_search
{
	position:relative;
	width:680px;
	float:right;
	text-align:right;
	padding:5px 0px;
	margin-top:10px;
}
#contact_details_container
{
	position:absolute;
	right:0;
	bottom:-32px;
	color:#231F20;
	font-weight:600;
	font-family:georgia;
}
#contact_details_container a
{
	font-family:georgia;
	}
#header_search .textbox
{
	background:#ededed;
	width:200px;
	border:1px solid #c2c2c2;
	font-size:10px;
	padding:5px;
	padding-right:40px;
}
#search_button
{
	position:absolute;
	right:2px;
	bottom:8px;
}
#breadcrumbs
{
	clear:both;
	width:670px;
	margin-left:230px;
	float:left;
	padding:10px 0px 5px 0px;
}
#breadcrumbs ul li
{
	float:left;
	padding-right:5px;
}
#breadcrumbs ul li a.active
{
	color:#3091d5;
}
#left_container
{
	float:left;
	width:220px;
	margin-right:10px;
}
#left_menu
{
	float:left;
	clear:both;
	width:220px;
	background-color:#ededed;
	min-height:326px;
	
}
#left_menu ul li a
{
	padding:2px 0px;
	float:left;
	width:210px;

	text-decoration:none;
	text-transform:uppercase;
	padding-left: 10px;
	font-size:11pt;
}
#left_menu ul li a:hover , #left_menu ul li a.active
{
	background:#3091d5;
	color:#fff;
}



#left_menu h1
{
	background:#3091d5;
	text-transform:uppercase;
	padding:5px 5px 5px 10px;
	color:#fff;
	font-size:14px;
	width:205px;
	margin-bottom:10px;
	clear:both;
}
#related_products_container
{
	clear:both;
	border:2px solid #c2c2c2;
	float:left;
	width:216px;
}
#contact_details
{
	float:left;
	width:200px;
	background:#c2c2c2;
	margin-top:10px;
	padding:10px;
	color:#000;
	text-transform:uppercase;
	font-size:15px;
	font-weight:900;
}
#contact_details a
{
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}
#inner_container
{
	float:left;
	width:670px;
}
#banner
{
	float:left;
	width:670px;
	height:325px;
	overflow:hidden;
	background-image:url("../images/banner/homepage.jpg");
	background-repeat:no-repeat;
}
#brand_banner
{
	float:left;
	width:670px;
	height:325px;
	overflow:hidden;
}

#main_container
{
	position:relative;
	clear:both;
	width:900px;
	float:left;
	background:#fff;
	
}
#main_container.homepage
{
	background:#ededed;
	width:594px;
	height:500px;
	padding:80px 198px 0px 198px;
	
}
#home_products_container
{
	position:relative;
	clear:both;
	width:900px;
	float:left;
	
}
a.home_arrow
{
	float:left;
	width:22px;
	overflow:hidden;
	height:127px;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
a.home_arrow.left
{
	background-image:url("../images/previous_arrow_btn.jpg");
}
a.home_arrow.right
{
	float:left;
	background-image:url("../images/next_arrow_btn.jpg");
}
a.home_arrow:hover
{
	background-position:0px -127px;
}
#home_products_wrap
{
	position:relative;
	width:855px;
	float:left;
	overflow:hidden;
	
}
#home_products
{
	width:8700px;
	float:left;
	overflow:hidden;
}
#home_products ul li
{
	float:left;
	display:block;
	margin-left:7px;
}
.home_product_container
{
	position:relative;
	float:left;
	width:203px;

	height:135px;
	border:1px solid #4f4f4f;
	text-align:center;
	padding-top:0px;
	overflow:hidden;
	
}
.home_product_details
{
	position:absolute;
	float:left;
	width:163px;
	background:#000;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    color:#fff;
    z-index:100;
    
    padding:0px 20px;
    height:0px;
    left:0;
    top:0;
       overflow:hidden;
}
.home_product_details a
{
	color:#fff;
	}
.product_sticker
{
	position:absolute;
	width:44px;
	height:44px;
	top:0px;
	right:10px;
	z-index:10;
}
.home_product_name
{
	float:left;
	width:91px;
	background: #4f4f4f;
	color:#fff;
	height:35px;
	padding:5px;
	text-align:left;
}
.home_product_price
{
	float:left;
	width:82px;
	height:25px;
	background: #4f4f4f;
	color:#fff;
	padding:10px;
	font-size:20px;
}
.product_list_price
{
	font-size:20px;
	font-weight:bold;
	padding:5px 0px;
}
strike
{
	font-size:14px;
}
#footer
{
	float:left;
	clear:both;
	width:900px;
	border-top:10px solid #999;
	margin-top:20px;
	padding:20px 0px 20px 0px;
}
#footer.homepage
{
	border:0px;
	width:950px;
	padding:0px 20px;
}
#footer_left
{
	width:350px;
	float:left;
}
#footer_left h1
{
	text-transform:uppercase;
	font-size:18px;
}
#footer_right
{
	width:550px;
	float:left;
	text-align:right;
}
#footer_right.homepage
{
	width:600px;
}
#footer_right ul li
{
	display:block;
	float:right;
	padding-left:5px;
}
#footer_right ul li a
{
	color:#676767;
	text-decoration:none;
	font-weight:900;
}
.product_list_box_container
{
	position:relative;
	float:left;
	width:200px;
	text-align:center;
	
	height:230px;
	padding:10px;
	z-index:1;
}
.product_list_box_container.under
{
	border-top:1px solid #bbbbbb;
}
.product_list_box
{
	position:relative;
	float:left;
	width:204px;
	text-align:center;
	border-right:1px solid #bbbbbb;
	height:210px;
	padding:0px 10px;
	z-index:1;
}
.product_list_box.left
{
	border:0px;
	border-bottom:1px solid #bbbbbb;
	clear:both;
	width:170px;
	margin:0px 11px;
	padding:20px 10px;
	text-align:left;
	
}
.pimg
{
	float:left;
	clear:both;
	height:110px;
	width:100%;
}
.product_list_box.last
{
	border:0px;
}

.more_details_btn_container
{
	text-align:center;
	margin:0 auto;
	width:63px;
}
a.more_details_btn
{
	float:left;
	width:63px;
	height:17px;
	overflow:hidden;
	background-image:url("../images/more_btn.jpg");
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
a.more_details_btn:hover
{
	background-position: 0px -17px;
}
#product_image_container
{
	clear:left;
	float:left;
	width:400px;
	min-height:226px;
}
#product_brand_image
{
	clear:both;
	float:left;
	height:40px;
	width:260px;
	text-align:center;
}
#product_details_container
{
	float:left;
	width:260px;
	margin-left:10px;
}
#product_details_container h1
{
	text-transform:uppercase;
	color:#3091d5;
	font-size:33px;
	line-height:1em;
}
.product_price
{
	background:#3091d5;
	color:#fff;
	float:left;
	clear:both;
	width:240px;
	font-size:24px;
	font-weight:900;
	padding:10px;
	text-align:center;
	
}

#product_thumbnail_container
{
	float:left;
	width:670px;
	clear:both;
	padding:20px 0px;
}

a.product_thumbnail_arrow
{
	float:left;
	width:20px;
	overflow:hidden;
	height:92px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	margin:0px 15px;
}
a.product_thumbnail_arrow.previous
{
	background-image:url("../images/previous_thumbnail_btn.jpg");
}
a.product_thumbnail_arrow.next
{
	background-image:url("../images/next_thumbnail_btn.jpg");
}
a.product_thumbnail_arrow:hover
{
	background-position:0px -92px;	
}
#product_thumbnails_wrap
{
	position:relative;
	width:570px;
	float:left;
	overflow:hidden;
	
}
#product_thumbnails
{
	width:2000px;
	float:left;
}
#product_thumbnails ul li
{
	display:block;
	float:left;
	width:136px;
	border:1px solid #3091d5;
	margin:0px 2px; 
	height:90px;
	text-align:center;
}

#product_data_nav
{
	float:left;
	width:670px;
	clear:both;
	margin-top:50px;
}
#product_data_nav ul li 
{
	float:left;
}
#product_data_nav ul li a
{
	display:block;
	float:left;
	background:#ededed;
	padding:5px 5px;
	width:120px;
	text-transform:uppercase;
	
}
#product_data_nav ul li a.engine
{

}
#product_data_nav ul li a.hull
{
	width:139px;
}
#product_data_nav ul li a:hover, #product_data_nav ul li a:active 
{
	color:#fff;
	background:#3091d5;
	text-decoration:none;
}

.product_data_header
{
	background:#EDEDED;
	width:670px;
	float:left;
	clear:both;
	display:inline;
	border-bottom:1px solid #C2C2C2;
	margin-top:10px;
}
.product_data_header span
{
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
	font-size:14px;
	text-transform:uppercase;
	font-weight:900;
	padding:5px 20px;
}
.product_data_header span.left
{
	width:500px;
}
.product_data_header span.right
{
	width:90px;
	text-align:right;
}
.product_data_container
{
	clear:both;
	float:left;
	width:670px;
	display:none;
}

#product_download_links
{
	clear:left;
	float:left;
	width:335px;
	margin:20px 0px;
}
#product_download_links ul li
{
	width:300px;
	padding:5px 0px;
	float:left;
	display:block;
	margin-bottom:10px;
	background-image:url("../images/pdf_icon.jpg");
	background-position:3% 50%;
	background-repeat:no-repeat;
	padding-left:35px;
}
a.product_enquiry
{
	width:126px;
	height:23px;
	float:right;
	background-image:url("../images/send_enquiry_btn.jpg");
}
a.product_enquiry:hover
{
	background-position:0px -23px;
}
#next_prev_product_container
{
	width:670px;
	clear:both;
	float:left;
	padding-top:20px;
}
#prev_product_link
{
	width:335px;
	text-align:left;
	float:left;
}
#next_product_link
{
	float:left;
	width:335px;
	text-align:right;
	
}
#list_filters
{
	clear:both;
	float:left;
	width:900px;
	margin:10px 0px;
	text-align:right;
}

#list_filters select
{
	background:#3091d5;
	color:#fff;
	border:0px;
	padding:2px;
}
#pagination
{
	clear:both;
	float:left;
	width:900px;
	padding:20px 0px;
}
#pagination ul li
{
	float:right;
}
#pagination ul li a
{
	float:left;
	width:22px;
	height:21px;
	
	text-align:center;
	padding-top:3px;
	margin:0px 2px;
	
}
#pagination ul li a.text
{
	background-image:none;
	margin:0px 10px;
}
#pagination ul li a:hover, #pagination ul li a.active
{
	color:#3091d5;
}
#col_left
{
	width:425px;
	float:left;
	clear:left;
}

#col_right
{
	width:425px;
	float:left;
	margin-left:50px;
}
#col_right ul.dealers li
{
	float:left;
	padding:20px;
}


.form_row
{
	float:left;
	clear:both;
	width:665px;
	padding-bottom:10px;
	position:relative;
}
.form_row.contact
{
	width: 320px;
}
.form_row label
{
	float:left;
	width:100px;
	text-transform:uppercase;
	padding:5px;
}
.form_row input.textbox, .form_row select.textbox, .form_row textarea.textbox
{
	background:#dce0e3;
	border:0px;
	width:305px;
	border:1px solid #dce0e3;
	float:left;
	font-family:Arial;
	font-size:12px;
	padding:5px;
}
.form_row textarea.textbox
{
	height:100px;
}

.form_row input.textbox.error, .form_row select.textbox.error, .form_row textarea.textbox.error
{
	border:1px solid #ff0000;
	background:#fff;
}
.form_row input.textbox.active, .form_row select.textbox.active, .form_row textarea.textbox.active
{
	border:1px solid #dce0e3;
	background:#fff;
}
.form_buttons
{
	clear:both;
	padding:10px 0px;
	float:left;
	width:425px;
	text-align:right;
}
table
{
	width:100%;
}
th
{
	text-align:left;
}
th,td
{
	padding:2px;
}
#homepage_switch
{
	float:left;
	clear:both;
	width:596px;
	padding:20px 0px;
}
#salvage_switch, #marine_switch
{
	float:left;
	background-image:url("../images/salvage_btn.jpg");
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:293px;
	height:81px;
}
#salvage_switch
{
	background-image:url("../images/salvage_btn.jpg");
}
#marine_switch
{
	background-image:url("../images/marine_btn.jpg");
}
#marine_switch:hover, #salvage_switch:hover
{
	background-position:0px -81px;
	
}
#homepage_switch ul li
{
	float:left;
	width:293px;
	height:81px;
	text-align:center;
	padding:20px 0px;
}
#test_container
{
	position:relative;
	width:400px;
	float:left;
	height:200px;
	background:green;
	overflow:hidden;
	
}
#test_container_inner
{
	position:absolute;
	width:2000px;
	float:left;
	background:pink;
}
#product_scroll_container
{
	position:relative;
	width:670px;
	float:left;
	height:700px;
	overflow:hidden;
}
#product_scroll_items_container
{
	position:absolute;
	width:6700000px;
	float:left;
}
.product_scroll_item_container
{
	position:relative;
	width:670px;
	float:left;
	height:700px;
}
#product_description
{
	text-align:justify;
	margin:0px;
	padding:0px;
	float:left;
	clear:both;
	width:670px;
	padding:15px 0px 0px 0px;
}
table.product_data
{
	width:670px;
}
table.product_data td, table.product_data th
{
	border-bottom:1px solid #c2c2c2;
	padding:2px 20px;
}
table.product_data td
{
	width:200px;
}
table.product_data th
{
	
	width:100px;
}
.news_link
{
	float:left;
	width:425px;
	border-bottom:1px solid #C2C2C2;
	clear:both;
	margin-bottom:5px;
	padding-bottom:5px;
	color:#3091d5;
	
}
.news_link.full
{
		width:900px;
}
.back_button_container
{
	float:left;
	clear:both;
	width:900px;
	text-align:right;
	height:23px;
}
a.back_button
{
	width:47px;
	height:23px;
	overflow:hidden;
	background-position:0px 0px;
	background-image:url('../images/back_button.jpg');
	float:right;
}
a.back_button:hover
{
	background-position:0px -23px;
}