/*

Theme Name:		G.J Helmich & Ass. N.V. | Curaao Port Chemists
Description:	G.J Helmich & Ass. N.V. | Curaao Port Chemists.
Version:		1.0
Author:			Freshlab inc. | www.freshlabinc.com

*/

body {
	line-height: 24px;
	color: white;
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #b08330;
	width:100%;
	margin:0;padding:0;
}

.main_bg {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

.home_bg {
	background-image: url(img/bg-home.jpg);
	background-repeat: repeat-x;
}

a {
		color: white;
	}

a:hover {
		color: #073063;
		text-decoration: none;
	}

#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
}

.logo {
		margin-top: 30px;
		width: 100%;
		text-align: center;
	}

h3,h4 {
		margin: 0px;
	}

h4 {
		color: #fee101;
	}

#pHeader {
		border-color: white;
		border-width: 5px;
		border-style: solid;
		height: 326px;
		width: 713px;
	}

.content {
		padding-bottom: 20px;
		margin-left: auto;
		margin-bottom: 20px;
		margin-right: auto;
		margin-top: 150px;
		width: 725px;
		position:relative;
	}
	
.content p {
		padding-top: 5px;
		padding-left: 25px;
		padding-right: 25px;
	}

table {
		margin-left: 25px;
	}

.clear {
		clear:both;
	}
	
#nav {
	margin-left: 25px;
	text-align: center;
	clear: both;
	font-weight: bold;
	font-size: 16px;
	margin-top: 15px;
	list-style-type: none;
	overflow:hidden;
}
#nav li {
	display: inline;
	margin:0;
	padding:0;
}

#nav a {
	text-decoration: none;
	color: #fee101;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 50px;
	margin-top: 0px;
	height: 24px;
	padding-right: 5px;
	padding-left: 8px;
	background-position: left top;
	background-image: url(img/left.png);
	background-repeat: no-repeat;
	float:left;
	}

#nav a span {
	height: 24px;
	padding-bottom: 3px;
	display: block;
	padding-right: 8px;
	padding-top: 1px;
	background-position: right top;
	background-image: url(img/right.png);
	background-repeat: no-repeat;
	float:left;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
/* End IE5-Mac hack */
#nav a:hover {
	background-position:0% -27px;
	}

#nav a:hover span {
	background-position:100% -27px;
	}

#nav .selected a {
	background-position:0% -27px;
	}

#nav .selected span {
	background-position:100% -27px;
	}

.bg_home {
		background-position: 0 325px;
		background-image: url(img/bg_home.jpg);
		background-repeat: no-repeat;
	}

.bg_about {
		background-position: 0 325px;
		background-image: url(img/bg_about.jpg);
		background-repeat: no-repeat;
	}

.bg_history {
		background-position: 0 325px;
		background-image: url(img/bg_history.jpg);
		background-repeat: no-repeat;
	}

.bg_service {
		background-position: 0 325px;
		background-image: url(img/bg_service.jpg);
		background-repeat: no-repeat;
	}

.bg_contact {
		background-position: 0 325px;
		background-image: url(img/bg_contact.jpg);
		background-repeat: no-repeat;
	}

.footer {
		letter-spacing: 5px;
		color: #604720;
		font-weight: bold;
		text-align: center;
	}


