/* -----------------------------------------------
Global Styles - Screen
----------------------------------------------- */

/* Copyright Golden Arrow Marine */

/* -----------------------------------------------
General Styles
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	}

#container {
	width: 943px;
	margin: 0 auto;
	}
	
.clandestine {
	display: none;
	}
	
/* ---------------- Logo ---------------------- */
#logo {
	background: url(../images/background/logo_bg.gif) no-repeat 319px 37px;
	height: 64px;
	}
	
#logo img {
	margin: 7px 0 0 100px;
	border: none;
	}
	
/* --------------- Main Navigation -------------------- */
/* This bit of XHTML/CSS is possibly the worst series of hacks I'm ever had to do - not ideal! */
#main_navigation {
	background: url(../images/navigation/nav_bg.png) no-repeat;
	height: 36px;
	margin: 0 0 0 15px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	text-transform: lowercase;
	font-size: 15px;
	}
	
#main_navigation ul {
	padding-left: 20px;
	}
	
#main_navigation li {
	display: block;
	list-style-type: none;
	float: left;
	}
	
#main_navigation a {
	display: block;
	height: 36px;
	float: left;
	text-decoration: none;
	color: #1a1a1a;
	line-height: 36px;
	text-align: center;
	margin-left: -30px;
	}

/* 	#main_navigation li {
		display: block;
		list-style-type: none;
		float: left;
		margin-right: 17px;
		padding-left: 17px;
		}

	#main_navigation a {
		display: block;
		height: 36px;
		float: left;
		text-decoration: none;
		color: #1a1a1a;
		line-height: 36px;
		margin-right: -17px;
		padding-right: 17px;
		}

	#main_navigation li.active {
		background: url('../images/navigation/active.png') no-repeat;
	}

	#main_navigation li.active a {
		background: url('../images/navigation/active.png') no-repeat 100% 0;
	} */

#main_navigation img {
	border: none;
	}

/* Home Tab */	

#main_navigation #home_tab a {
	width: 95px;
	background: url('../images/navigation/sprite_home.png') no-repeat;
	padding-right: 10px;
	}
	
/* Products Tab */	
#main_navigation #products_tab a {
	width: 118px;
	background: url('../images/navigation/sprite_products.png') no-repeat;
	padding-right: 7px;
	}
	
/* Services Tab */	
#main_navigation #services_tab a {
	width: 118px;
	background: url('../images/navigation/sprite_services.png') no-repeat;
	padding-right: 7px;
	}
	
/* About Us Tab */	
#main_navigation #about_tab a {
	width: 119px;
	background: url('../images/navigation/sprite_about_us.png') no-repeat;
	padding-right: 7px;
	}
	
/* Contact Us Tab */	
#main_navigation #contact_tab a {
	width: 137px;
	background: url('../images/navigation/sprite_contact_us.png') no-repeat;
	padding-right: 7px;
	}
	
/* News Tab */	
#main_navigation #news_tab a {
	width: 87px;
	background: url('../images/navigation/sprite_news.png') no-repeat;
	padding-right: 7px;
	}

#main_navigation #home_tab a.active,
#main_navigation #products_tab a.active,
#main_navigation #services_tab a.active,
#main_navigation #about_tab a.active,
#main_navigation #contact_tab a.active,
#main_navigation #news_tab a.active {
	background-position: 0 100%;
}

/* Selected Nav Styles */
#img_home.selected_nav {
	position: absolute;
	}
	
#img_prod.selected_nav {
	position: absolute;
	margin: 0 0 0 91px;
	}

#img_services.selected_nav {
	position: absolute;
	margin: 0 0 0 185px;
	}

#img_about.selected_nav {
	position: absolute;
	margin: 0 0 0 281px;
	}

#img_contact.selected_nav {
	position: absolute;
	margin: 0 0 0 387px;
	}
	
/* ---------------- Page Structure ---------------- */
#page_contents { /* Use Javascript to always streth this div to bottom of page (on short pages)? */
	background: url(../images/background/content_bg_btm.png) repeat-y top right;
	margin: 0 46px 0 0;
	}
#page_contents_inner {
	background: url(../images/background/content_bg.gif) no-repeat top right;
}

#main_content {
	width: 425px;
	float: left;
	padding: 20px 10px 0 0;
	}
	
#sub_content {
	float: right;
	}
	
#auxillary_information {
	width: 245px;
	float: left;
	padding: 20px 15px 0 35px;
	}

.auxillary_block {
	margin: 0 0 20px 0;
	}
	
#products_content {
	width: 147px;
	padding: 0 0 0 20px;
	float: left;
	}

#footer {
	clear: both;
	}
	
/* --------------- General Text/Element Styles -------------------- */
h1#latest_news {
	background: url(../images/background/news_logo.gif) no-repeat 0 1px;
	padding: 5px 0 0 40px;
	width: 160px;
	font: 23px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin-bottom: 7px;
	}
	
#main_content h1 { /* Replacement sifr styles */
	font: 24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin-bottom: 10px;
	}
		
#main_content h2 {
	background: url(../images/background/h2_bg.gif) no-repeat 0 17px;
	height: 45px;
	margin: 25px 0 0 0;
	padding: 0 0 15px 25px;
	font: 18px Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: lowercase;
	clear: both;
	}
	
#auxillary_information h2 {
	font: 19px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin-bottom: 7px;
	}
	
#auxillary_information h4 {
	font: 13px Tahoma, Verdana, Arial, sans-serifl;
	font-weight: bold;
	text-transform: lowercase;
	margin: 0 0 4px 0;
	}
	
.manufacturer_.. h3 {
	font: 16px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	text-transform: lowercase;
	margin: 2px 0 4px 4px;
	}
		
#page_contents p, #page_contents li {
	font: 11px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #323232;
	line-height: 14px;
	margin: 0 0 7px 0;
	}

#page_contents ul {
	margin: 0 0 0 20px;
	}

#page_contents li {
	list-style-type: square;
	}
	
/* Styling for download links */
#page_contents ul.downloads {
	margin: 0;
	}

#page_contents ul.downloads li {
	list-style-type: none;
	padding: 0 0 2px 22px;
	margin: 0 0 2px 0;
	line-height: normal;
	}

#page_contents li.pdf {
	background: url(../images/background/pdf.gif) no-repeat 0 2px;
	}

#page_contents li.excel {
	background: url(../images/background/excel.gif) no-repeat 0 2px;
	}

#page_contents li.web {
	background: url(../images/background/web.gif) no-repeat 1px 2px;
	}

#page_contents #auxillary_information p {
	line-height: 16px;
	}

#page_contents a {
	color: #ff4200;
	}
	
#page_contents a:hover {
	color: #000;
	}

/* --------------- Product Detail Styles -------------------- */
.product_detail {
	font: 19px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: lowercase;
	line-height: 17px;
	margin: 0 0 0 10px;
	width: 80%;
	}
	
#products_content .product_detail a {
	background: url(../images/background/products_bullet.gif) no-repeat 0 4px;
	text-decoration: none;
	display: block;
	padding: 0 0 2px 15px;
	}
	
#products_content .product_detail_text {
	text-align: right;
	margin: 0 20px 20px 0;
	}	
	
#products_content .product_detail_text a {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/background/goto_arrow.gif) no-repeat 0 2px;
	text-decoration: none;
	padding: 0 0 0 12px;
	}

.product_detail#product_selected {
	background: none;
	}

.product_detail#product_selected a {
	color: #000;
	}

.product_detail_text#text_selected a {
	display: none;
	}
	
#footer p {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	color: #5b5543;
	padding: 20px 0 5px 10px;
	margin: 0;
	}

.float_right {
	float: right;
	margin: 0 0 4px 6px;
	}
	
.float_left {
	float: left;
	margin: 0 6px 6px 0;
	}
	
.border {
	padding: 4px;
	border: 1px solid #e4e4e4;
	}

/* --------------- sIFR Styles --------------- */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
	}

.sIFR-replaced {
	visibility: visible !important;
	}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

.sIFR-replaced > div {
	display: none !important;
	}

/* --------------- sIFR Heading Styles: Start --------------- */
.sIFR-active h1#latest_news {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	
	font-size: 25px;
	}

.sIFR-active #main_content h1 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	
	font-size: 25px;
	}
	
.sIFR-active #auxillary_information h2 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	
	font-size: 22px;
	}

/* -----------------------------------------------
Home Page Styles
----------------------------------------------- */
	
/* ------------ News Story Control ------------ */
#news_item {
	margin: 0 0 15px 0;
	}

/*#news_text {
	float: left;
	width: 274px;
	}
	
img#news_image {
	position: relative;
	top: -20px;
	}
*/
/* ------------ Featured Products ------------ */
#featured_products {
	clear: left;
	}
	
.product {
	background: url(../images/background/featured_product_bg.gif) no-repeat bottom;
	height: 135px;
	margin: 0 0 15px 0;
	}

#page_contents .product h3 {
	font: 15px Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	font-weight: bold;
	}
	
#page_contents .product h3 a {
	font: 15px Arial, Helvetica, sans-serif;
 	text-decoration: none;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: bold;
	}
	
.product_text  {
	width: 260px;
	float: left;
	padding: 0 0 0 20px;
	}

#page_contents .product_text p {
	line-height: 14px;
	margin: 0 0 4px 10px;
	}
		
img.featured_product_image {
	width: 125px;
	float: right;
	border: none;
	margin: 20px 20px 0 0;
	}
	
/* -----------------------------------------------
Product Page Styles
----------------------------------------------- */
.item {
	border-top: 1px solid #dbdbdb;
	padding: 8px 0 0 0;
	margin: 20px 0 0 0;
	width: 100%;
	float: left;
	}
.news_item {
	border-top: none;
	border-bottom: 1px solid #dbdbdb;
	padding: 0 0 8px 0;
	margin: 0 0 20px 0;
}

img.item_image {
	float: left;
	border: 1px solid #dbdbdb;
	}
	
.item_overview {
	float: left;
	width: 200px;
	padding: 0 0 0 4px;
	}
	
#main_content .item_overview h2, #main_content .news_item h2 {
	background: none;
	margin: 0;
	padding: 0;
	height: auto;
	}
#main_content .news_item h2 { margin-bottom: 10px; }

#main_content .item_overview h2 a {
	text-decoration: none;
	}
		
.item_manufacturers {
	float: left;
	width: 100px;
	}
	
#page_contents .item_manufacturers li {
	line-height: 12px;
	margin: 0 0 1px 0;
	}
	
/* -----------------------------------------------
Product with Manufacturer Page Styles
----------------------------------------------- */
p#contact_link {
	text-transform: lowercase;
	font-size: 10px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -3px;
	}

#product_intro  {
	padding: 6px 0 0 0;
	}

#product_intro p {
	font-size: 12px;
	line-height: 15px;
	}
	
#manufacturer_details {
	margin: 30px 0 0 0;
	}
	
#manufacturer_details p {
	line-height: 15px;
	}
	
img#manufacturer_logo, img.manufacturer_logo {
	margin: 0 0 10px 0;
	}
	
.manufacturer_.. {
	border: 1px solid #ffb399;
	background: #fff8e4;
	margin: 10px 0;
	padding: 5px;
	clear: both;
	}

#auxillary_information .manufacturer_list ul {
	margin: 0;
	}
	
#auxillary_information .manufacturer_list li {
	list-style-type: none;
	}
	
#auxillary_information .manufacturer_list img {
	border: none;
	}
	
/* -----------------------------------------------
Contact Page Styles
----------------------------------------------- */

/* ------------ Form  ------------ */
#contact_form dl, #contact_form form {
	margin: 0;
	padding: 0;
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height: 18px;
	color: #323232;
	}

.format_required {
	color: #ff4200;
	}

#contact_form label {
	line-height: 10px;
	}

#contact_form dd {
	margin: 0;
	padding: 0;
	}
	
#contact_form input, #contact_form select, #contact_form textarea {
	margin: 0 0 5px 0;
	font: 11px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;	
	}
	
#name, #email, #telephone, #subject {
	width: 230px;
	height: 17px;
	padding: 0 0 0 2px;
	color: #000;
	border: 1px solid #a8a8a8;
	background-color: #fffdf7;
	}

#message {
	width: 95%;
	height: 200px;
	color: #000;
	border: 1px solid #a8a8a8;
	background-color: #fffdf7;
	}

#contact {
	height: 20px;
	width: 60px;
	font-size: 9px;
	}
	
.validation_error_message {
	position: relative;
	top: -4px;
	left: 3px;
	}
	
.validation_error_textarea {
	padding: 0 0 10px 0;
	}
	
/* ------------ Google Map ------------ */
#map {
	width: 95%;
	height: 300px;
	border: 1px solid #7e7e7e;
	}
	
/* --------------Start Maxwell Autocleat -------------*/
#page_contents table {
	border-collapse: collapse;
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height: 14px;
	text-align: left;
	margin: 0 0 5px 0;
	}

#page_contents th {
	border-bottom: 2px solid #000;
	vertical-align: bottom;
	}
	
#page_contents td {
	border-bottom: 1px solid #999999;
	vertical-align: top;
	padding: 1px 2px 1px 0;
	}
	
#spec {
	width: 30%;
	}
	
#ac200 {
	width: 23%;
	}
	
#ac250 {
	width: 23%;
	}
	
#ac300 {
	width: 23%;
	}
/* --------------End Maxwell Autocleat -------------*/

#facebook_like { float: right; }

.facebook { margin-bottom: 0px; width: 245px; overflow: hidden; }
#page_contents .facebook a { 
	color: #000; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
	line-height: 19px;
}
.facebook img { float: left; margin-right: 10px; }
#page_contents .facebook p { margin: 15px 0 15px 2px; }

