/* IMEC - Screen */

* {
	margin: 0;
	padding: 0;
}	

body {
	font: normal 62.5% "Arial";
	background: #008ee2;
	padding: 20px 0;
}

/*==================================
	Container
====================================*/

div.container {
	width: 740px;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	background: #FFF url('../images/core/bg-containertop.jpg') 0 0 no-repeat;
}

/*==================================
	Header
====================================*/

div.header {
	width: 740px;
	height: 131px;
	position: relative;
	background: url('../images/core/bg-header.jpg') 390px 20px no-repeat;
}

/* Logo */

div.logo {
	position: absolute; left: 60px; top: 0;
}

div.logo img {
	border: 0;
}

/*==================================
	Banner
====================================*/

div.banner {
	width: 740px;
	height: 189px;
	position: relative;
	background: url('../images/core/bg-banner.jpg') 0 0 no-repeat;
}

/* Navigation */

div.navigation {
	width: 447px;
	height: 26px;
	padding: 0 4px;
	position: absolute; right: 24px; bottom: 14px;
	background: url('../images/core/bg-navigation.gif') 0 0 no-repeat;
}

div.navigation ul {
	list-style-type: none;
}

div.navigation ul li {
	float: left;
}

div.navigation ul li a {
	float: left;
	display: block;
	height: 26px;
	overflow: hidden;
	text-indent: -9999px;
}

div.navigation ul li a.home {
	width: 69px;
	background: url('../images/core/nav/home.jpg') 0 0 no-repeat;
}

div.navigation ul li a.about-us {
	width: 87px;
	background: url('../images/core/nav/about-us.jpg') 0 0 no-repeat;
}

div.navigation ul li a.products-services {
	width: 132px;
	background: url('../images/core/nav/products-services.jpg') 0 0 no-repeat;
}

div.navigation ul li a.projects {
	width: 70px;
	background: url('../images/core/nav/projects.jpg') 0 0 no-repeat;
}

div.navigation ul li a.contact-us {
	width: 89px;
	background: url('../images/core/nav/contact-us.jpg') 0 0 no-repeat;
}

div.navigation ul li a:hover {
	background-position: 0 -26px;
}

/*==================================
	Content
====================================*/

div.content {
	width: 740px;
	height: auto;
}

div.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*==================================
	Content Left
====================================*/

div.content-left {
	width: 232px;
	height: auto;
	float: left;
	padding: 20px 10px;
}

/* Slogan */

div.slogan {
	margin-bottom: 20px;
}

div.slogan h2 {
	text-indent: -9999px;
	overflow: hidden;
	width: 232px;
	height: 74px;
	background: url('../images/core/bg-slogan.jpg') 0 0 no-repeat;
}

/* Contact Details */

div.contact-details {
	font-size: 1.1em;
	color: #3a3736;
	text-align: right;
}

div.contact-details p {
	line-height: 1.2em;
	margin-bottom: 15px;
}

div.contact-details a {
	color: #be1818;
	font-weight: bold;
	text-decoration: none;	
}

div.contact-details a:hover {
	color: #94ca04;
}	

div.contact-details img {
	border: 0;
}

#googlemap {margin:0 0 20px 0;border:1px solid #555;}


/*==================================
	Content Right
====================================*/

div.content-right {
	width: 488px;
	height: auto;
	float: left;
}

/* Text */

div.text {
	padding: 20px 10px;
}

/* Standard */

div.standard {
	font-size: 1.1em;
	color: #3a3736;
}

div.standard h1 {
	font-size: 1.4em;
	color: #be1818;
	margin-bottom: 15px;
}

div.standard h2 {
	font-size: 1.3em;
	color: #be1818;
	margin-bottom: 15px;
}

div.standard h3 {
	font-size: 1.2em;
	color: #be1818;
	margin-bottom: 15px;
}

div.standard h4 {
	font-size: 1.1em;
	color: #be1818;
	margin-bottom: 15px;
}

div.standard h5 {
	font-size: 1em;
	color: #be1818;
	margin-bottom: 15px;
}

div.standard p {
	margin-bottom: 15px;
	line-height: 1.4em;
}

div.standard a {
	color: #008ee2;
	font-weight: bold;
	text-decoration: none;
}

div.standard a:hover {
	color: #94ca04;
}

div.standard ul {
	margin-left: 25px;
	margin-bottom: 15px;
}

div.standard ul li {
	line-height: 1.4em;
}

div.standard ol {
	margin-left: 25px;
	margin-bottom: 15px;
}

div.standard ol li {
	line-height: 1.4em;
}

div.standard hr {
	border: 0;
	height: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #c3c3c3;
}

div.standard img.right {
	float: right;
	margin: 20px;
	border: 4px solid #d0dde5;
}	

div.standard img.left {
	float: left;
	margin: 20px;
	border: 4px solid #d0dde5;
}	

/* Gallery */

div.gallery {
	margin-bottom: 15px;
}

div.gallery table td {
	padding-right: 10px;
}

div.gallery table td img {
	border: 4px solid #d0dde5;
}

/* Caption */

div.caption-right {
	float: right;
	padding: 10px;
	width: 200px;
	text-align: center;
}



div.caption-right img {
	border: 4px solid #d0dde5;
}

div.caption-left {
	float: left;
	padding: 10px;
	width: 200px;
	text-align: center;
}

div.caption-left img {
	border: 4px solid #d0dde5;
}

/* Enquiry Form */

div.enquiry-form table td {
	padding: 5px 15px 5px 0;
}

div.enquiry-form table td input.field,
div.enquiry-form table td textarea.field {
	border-top: 1px solid #D3D7D5;
	border-left: 1px solid #D3D7D5; 
	border-right: 1px solid #919191; 
	border-bottom: 1px solid #919191;
	padding: 5px;
	width: 250px;
	font: normal 1em "Arial";
	color: #3a3736;	
}

div.enquiry-form table td input.button {
	padding: 3px;
	color: #FFF;
	border: 0;
	background: #dc4d3c;
}

/*==================================
	Footer
====================================*/

div.footer {
	width: 710px;
	height: auto;
	padding: 15px;
	color: #dc4d3c;
	font-size: 1.1em;
	text-align: center;
	background: #c9e481 url('../images/core/bg-footerbottom.jpg') 0 bottom no-repeat;
}

div.footer a {
	color: #dc4d3c;
	text-decoration: none;
}

div.footer a:hover {
	color: #94ca04;
}



