/*
Theme Name: marine-parts-supply.com Theme
Theme URI: http://marine-parts-supply.com/
Description: marine-parts-supply.com
Version: 1.0
Author: Patrick den Breejen
Author URI: http://www.triglobal.nl/
*/

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background: #FFF url(../images/background-lijn.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/* ======= HEADINGS ====== */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 19px;
	color: #FFF;
}
.h2
{
	color: #0096c1 !important;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	color: #0096c1;
	margin-bottom: 10px;
}
h3,h4,h5,h6 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

/* ======= LINKS ====== */
a {
	color: #0096c1;
	text-decoration: underline;
}
a:hover {
	color: #2D2B2E;
	text-decoration: underline;
}

a img {
border: 0;
text-decoration:none;}

/* ======= PARAGRAPHS AND LISTS ====== */
p, ul, ol {
	line-height: 1.4;
}

/* ======= GENERAL CLASSES ====== */
.alignleft {float: left; margin: 5px 10px 0 0;}
.alignright {float: right; margin: 5px 0 0 5px;}
.clear {clear: both;}
.ico {vertical-align: middle;}
#handheld {display: none;}
.none {display: none;}
.ausflag {padding-top: 12px;}
.float_left {float: left;}
.float_right {float: right;}

/* ======= SITE-SPECIFIC STYLING ====== */
#container {
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	padding-top: 3px;
}

/* ======= BOVENSTE BALK MET SITE TITEL ====== */
/*#topbar {
	height: 55px;
	line-height: 55px;
	vertical-align: middle;
}
	#topbar h1 a {
		color:#FFF;
		text-decoration: none;
	}*/

/* ======= NAVIGATIE ====== */
#navbar, #navbar ul, #navbar ul li, #navbar li a {
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	list-style: none;
	*margin-top: 2px;
}
	#navbar {
		margin: 5px 0 !important;
		font-size: 12px;
	}
	
	#navbar ul li, #navbar li a {float: left;}
	
	#navbar ul li {
		margin: 0 3px;
		border-right: 1px solid #FFF;
	}
	#navbar li a {
		width: 140px;
		text-align: center;
		color: #b4ca00;
		margin-right: 6px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}
	#navbar li a:hover, #navbar li.current_page_item a {
		color:#FFF !important;
		text-decoration: none !important;
		border-bottom: 1px solid #2D2B2E !important;
		_margin-bottom: -1px;
	}
		#navbar li ul {
			display: none;
		}
		#navbar li {
			position: relative;
			z-index: 13;
		}
		#navbar li:hover ul {
			position: absolute;
			display: block;
			top: 20px;
			left: -7px;
			width: 132px;	
			_width: 122px !important;	
			display: inline;
			height: auto;
			padding: 10px;
			_padding: 5px 0;
			_padding-right: -5px;
			background: #2D2B2E;
			border-left: 1px solid #FFF;
			border-right: 1px solid #FFF;
			border-bottom: 1px solid #FFF;
			z-index: 13;
			*z-index: 12;
			text-align: left;
		}
			#navbar li:hover ul li, #navbar li:hover ul li a {
				text-align: left;
				border: 0;
			} 
		#navbar li:hover ul a {
			_margin-right: 0 !important;
		}
			
/* ======= HEADER MET ACHTERGRONDAFBEELDING VOOR BEZOEKERS ZONDER JAVASCRIPT ====== */
#header {
	height: 240px;
	*margin-top: 8px;
	_margin-top: -1px;
	position: relative;
	z-index: 1;
	background-image: url(../images/banner1.jpg);
	background-repeat: no-repeat;
}

#header-man {
	height: 240px;
	*margin-top: 8px;
	_margin-top: -1px;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
}

	/* ======= SLOGAN IN HEADER ====== */
	#slogan {
		position: absolute;
		bottom: 0px;
		left: 20px;
		width: 400px;
		z-index: 2;
		color:#FFF;
		margin-bottom: 190px;
		
	}
		#slogan h2 {
			color: #FFF;
			font-size: 24px;
			line-height: 1;
			font-weight: normal;
			color:#FFF;
		}
			#slogan h2 big {
				font-weight: bold; 
			}
			
	/* ======= JQUERY SLIDESHOW ====== */
	#slideshow {
		position: relative;		
		z-index: 1;
		width: 960px;
		height: 240px;
	}
		#slideshow img {height: 240px; width: 960px; z-index:10 !important; /* height + width aangeven aan img, anders snapt IE het niet. */}
		#slideshow img, #testimonials div {display: none;}
	
	/* ======= OVERLIGGEND MENU RECHTS BOVEN IN HEADER ====== */
	#overlay {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 150px;
		z-index: 2;
		padding: 10px;
		background: #0096c1 url(../images/overlay.jpg) top left repeat-x;
	}
		
		#overlay ul {
			list-style: none;
			font-weight: bold;
			float: left;
			padding-right: 20px;
			width:150px;
		}
			#overlay ul li {
				height: 22px;
				line-height: 22px;
				vertical-align: middle;
				display: block;
			}
			#overlay li {
				background: url(../images/dotted.gif) bottom left repeat-x;
			}
				#overlay li a {
					color: #FFF;
					padding-left: 5px;
					text-decoration: none;
				}
				#overlay li a:hover, #overlay li.current_page_item a {
					color: #000 !important;
				}
				.landentabel
				{
					font-size:11px;
					margin-top: 10px;
				}
.overlayman { display: none !important;}
/* ======= OMRINGENDE DIV OM SITE INHOUD ====== */		
#core {
	width: 960px;
}

	#left {
		width: 720px;
		_width: 700px;
		float: left;
		display: inline;
		margin-bottom: 20px;
	}
		.page {
			width: 678px !important;
			margin: 20px 20px 0 0;
			_margin-right: 10px !important;
			padding: 20px 0 20px 20px;
			_padding: 20px 0 20px 10px;
			display: inline;
			float: left;
			border: 1px solid #B3B1B2;
		}
		.widepage {
			width: 938px !important;
			margin: 20px 20px 0 0;
			padding: 20px 0 20px 20px;
			_padding: 20px 0 20px 10px;
			display: inline;
			float: left;
			border: 1px solid #B3B1B2;
		}
/*		.block {
			width: 218px;
			border: 1px solid #b4ca00;
			float: left;
			margin: 20px 20px 20px 0;
			_margin: 20px 12px 20px 0;
			display: inline;
		}*/
		
			.core_float_left	{
				float: left;
				width: 720px;
				*width: 720px;
				*margin-right: -30px;
			}
			.readmore {
				text-align: right;
				font-weight: bold;
				margin-top: 10px;
			}
			#left_core {
				width: 660px;
				margin-right: 20px;
				*margin-right: -10px;
			}
			#left_core p {
				margin-bottom: 20px;
			}
			#left_core ol, #left_core ul {
				margin-left: 20px;
				margin-bottom: 20px;
			}
				#left_core ol li {
					font-weight: bold;
				}
					#left_core ol li p {
						font-weight: normal !important;
					}
	
	#right {
		width: 240px;
		float: right;
		margin-top: 20px;
		margin-bottom: 20px;
		display: inline;
	}
		.right_block {
			padding: 10px 10px;
			_padding: 20px 10px 0;
			border: 1px solid #B3B1B2;
			height: 500px;
			font-size: 11px;
		}
		
		.right_block_button {
			padding: 8px 5px;
			padding-left: 24px;
			border: 1px solid #B3B1B2;
			font-size: 11px;
			text-align:center;
		}
			#right ul, #right ul li {
				/*list-style:square;*/
				list-style: none;
				color: #b4ca00;
				/*margin-left: 5px;*/
			}
			
			#right ul a {
				color: #003867;
				text-decoration: none;
				font-weight: bold;
			}			
			#right ul a:hover {
				color: #000;
				text-decoration: none;
				font-weight: bold;
			}
			
			.list1	{
				float: left;
				line-height: 16px;
			}
			
			.list2	{
				float: right;
				line-height: 16px;
			}
			
			
		#testimonials {
			height: 170px;
			width: 256px;
			float: left;
		}
		#testimonials p {
			font-style: italic;
			margin-bottom: 20px;
		}

		#right img {
			margin-left: -20px !important;
			_margin-left: -10px !important;
		}
		
		#right img#afbeelding {
			margin-left: 0px !important;
			_margin-left: -10px !important;
		}
		
		.company { 
			height: 200px;
			float: right;
			margin-right: 20px;
			
		}
		.company_tekst { 
			float:left;
			width: 660px;
		}

/*Opmaak foto's*/

/*a img {border: 0;}*/
.item {
		width: 220px;
		height: 120px;
		border: 1px solid #b4ca00;	
		position: relative;
		float: left;
		margin: 20px 18px 18px 0;
/*		_margin: 18px 10px 18px 0;*/
}
.item-text {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 220px;
		font-size: 14px;
		color: #b4ca00 !important;
		height: 25px;
		font-size:14px;
		font-weight:bold;
		text-align:center;
		padding-top: 8px;
		background: url(../images/background.png) left top repeat;
}
.item-text a {
		color: #b4ca00;
		text-decoration: none;
}
	/* ======= SITE FOOTER ====== */
	#footer {
		clear: both;
		border-top: 1px solid #B3B1B2;
		padding: 5px 0 10px;
		margin-top: 20px;
		text-align: right;
		color: #7F7F7F;
	}
		#footer a {
			color: #7F7F7F;
			text-decoration: none;
		}
		#footer a:hover {
			color: #7F7F7F;
			text-decoration: underline;
		}


/* ------------- RECAPTCHA -------------*/
.recaptchatable {
	width: 465px !important;
	border: 0;
}
#recaptcha_widget_div {
	margin-left: 3px !important;
}
#recaptcha_logo, #recaptcha_tagline {
	display: none !important;
}