/* Mechanical Constructions Air Services - Screen */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Verdana;
	background: #f3f3f3 url('../images/core/bg.jpg') 0 0 repeat-x;
}

/* Container */

div.container {
	width: 970px;
	height: auto;
	margin: 0 auto;
}

/* Header */

div.header {
	width: 970px;
	height: 135px;
	position: relative;
	background: url('../images/core/bg-header.jpg') 184px 0 no-repeat;
}

/* Logo */

div.logo {
	position: absolute;
	left: 3px;
	top: 14px;
}	

div.logo img {
	border: 0;
}

/* Navigation */

div.navigation {
	position: absolute;
	right: 0;
	bottom: 0;
}

div.navigation ul {
	list-style-type: none;
}

div.navigation ul li {
	float: left;
	margin-right: 5px;
}

div.navigation ul li a {
	float: left;
	display: block;
	height: 46px;
	text-indent: -9999px;
	overflow: hidden;
}

div.navigation ul li a.home {
	width: 81px;
	background: url('../images/core/nav/home.jpg') 0 0 no-repeat;
}

div.navigation ul li a.profile {
	width: 93px;
	background: url('../images/core/nav/profile.jpg') 0 0 no-repeat;
}

div.navigation ul li a.service {
	width: 99px;
	background: url('../images/core/nav/service.jpg') 0 0 no-repeat;
}

div.navigation ul li a.maintenance {
	width: 144px;
	background: url('../images/core/nav/maintenance.jpg') 0 0 no-repeat;
}

div.navigation ul li a.contact {
	width: 105px;
	background: url('../images/core/nav/contact.jpg') 0 0 no-repeat;
}

div.navigation ul li a:hover {
	background-position: 0 -46px;
}

/* Banner */

div#banner {
	width: 970px;
	height: 259px;
}

/* Content */

div.content {
	width: 970px;
	height: auto;
	padding: 20px 0;
}

div.content:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Content Left */

div#content-left {
	width: 620px;
	min-height: 400px;
	float: left;
	padding: 25px 25px 0 25px;
	background: #f0f0f0 url('../images/core/bg-contentleft.jpg') 0 0 no-repeat;
}

/* Standard */

div.standard {
	font-size: 1.2em;
	color: #4E5154;
}

div.standard h1 {
	color: #FFF;
	font-size: 1.2em;
	padding: 10px 20px;
	background: url('../images/core/tile-heading.jpg') 0 0 repeat-x;
}

div.standard h2 {
	color: #394B6E;
	font-size: 1.2em;
}

div.standard h2.top {
	margin-top: 1em;
}

div.standard h3 {
	color: #394B6E;
	font-size: 1.1em;
}

div.standard h4 {
	color: #394B6E;
	font-size: 1em;
}

div.standard h5 {
	color: #394B6E;
	font-size: 0.9em;
}

div.standard h6 {
	color: #394B6E;
	font-size: 1.2em;
}

div.standard p {
	margin: 15px 0;
	line-height: 1.6em;
}

div.standard a {
	color: #394B6E;
	text-decoration: underline;
}

div.standard ul {
	list-style-type: square;
	margin: 15px 25px;
}

div.standard ul li {
	line-height: 1.6em;
}

div.standard a:hover {
	color: #4E5154;
}

div.standard img.right {
	float: right;
	padding: 5px;
	margin: 10px 0 10px 10px;
	border: 1px solid #D3D5D2;
}

div.standard img.left {
	float: left;
	padding: 5px;
	margin: 10px 10px 10px 0;
	border: 1px solid #D3D5D2;
}

/* Enquiry Form */

div.enquiry-form table {
	margin-top: 15px;
}

div.enquiry-form table td {
	padding: 5px 20px 5px 0;
}

div.enquiry-form table td input.field,
div.enquiry-form table td textarea.field {
	border: 1px solid #D3D5D2;
	padding: 5px;
	font-size: 1em;
	width: 250px;
	font-family: Verdana;
}

div.enquiry-form table td input.button {
	border: 0;
	color: #FFF;
	padding: 3px;
	background: #394B6E;
}

/* Service */

div.service table {
	margin: 15px 0;
}

div.service table td {
	padding: 5px 20px 5px 0;
}

div.service table td img {
	border: 0;
}

/* Maintenance */

div.maintenance table {
	margin: 15px 0;
}

div.maintenance table td {
	padding: 5px 20px 5px 0;
}

div.maintenance table td img {
	border: 0;
}

/* Content Right */

div#content-right {
	width: 240px;
	min-height: 400px;
	float: left;
	margin-left: 10px;
	padding: 25px 25px 0 25px;
	background: #f0f0f0 url('../images/core/bg-contentright.jpg') 0 0 no-repeat;
}

/* Projects */

div.projects {
	font-size: 1.1em;
	color: #4E5154;
	margin-bottom: 50px;
}

div.projects img {
	float: left;
	margin-right: 10px;
}

div.projects h2 {
	font-size: 1.1em;
	line-height: 1.4em;
}	

div.projects h2 a {
	color: #6097bd;
	text-decoration: underline;
}

div.projects h2 a:hover {
	color: #394B6E;
}

div.projects h6 {
	font-size: 1.1em;
	line-height: 1.4em;
}	

div.projects h6 a {
	color: #6097bd;
	text-decoration: underline;
}

div.projects h6 a:hover {
	color: #394B6E;
}

div.projects p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

div.projects p a {
	color: #394B6E;
	text-decoration: underline;
	padding-right: 15px;
	background: url('../images/core/icon-arrow.jpg') right center no-repeat;
}

div.projects p a:hover {
	color: #4E5154;
}

/* Footer */

div.container-footer {
	width: 100%;
	height: auto;
	background: #acc9dd url('../images/core/tile-footer.jpg') 0 0 repeat-x;
}

div.footer {
	width: 920px;
	height: auto;
	color: #FFF;
	font-size: 1.1em;
	padding:  25px 25px 100px;
	margin: 0 auto;
}

div.footer img {
	border: 0;
	float: right;
}

div.footer p {
	line-height: 1.4em;
}

div.footer a {
	color: #FFF;
	text-decoration: underline;
}

div.footer a:hover {
	color: #3F4044;
}



/* Added 21 Feb 2008 by Celine Chung */
.clear { display: block; clear: both; }
.full-width div#content-left {
	width: 920px;
	min-height: 400px;
	float: left;
	padding: 25px 25px 0 25px;
	background: #f0f0f0;
}
