/* General styles */
body, img, p, h1, h2, h3, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	background: url('/images/background.jpg') repeat-x top center;
	-webkit-background-size: 3000px 1000px;
}

div#site {
	width:802px;
	margin:5px auto 5px auto;
	position:relative;
	right:1px;
}

div#logoarea {
	padding:40px 0 0 63px;
	height:70px;
}

p#menu {
	width:680px;
	position:relative;
	left:63px;
}

p#menu a {
	display:block;
	width:135px;
	height:21px;
	background: url('/images/menu-back.png') no-repeat top left;
	text-decoration:none;
	color:#032b7a;
	font-size:12px;
	line-height:14px;
	text-align:center;
	padding-top:19px;
	float:left;
}

p#menu a.over, p#menu a:hover { color:#fff; background: url('/images/menu-over.png') no-repeat top left; }

p#menu a.last { width:136px; }

div#header {
	width:802px;
	height:224px;
	margin-top:1px;
}

div.index-header { background: url('/images/header-one.jpg') no-repeat top left; }
div.index { background: url('/images/footer-four.jpg') no-repeat bottom right; }
div.aboutus-header { background: url('/images/header-two.jpg') no-repeat top left; }
div.aboutus { background: url('/images/footer-two.jpg') no-repeat bottom right; }
div.ourservices-header { background: url('/images/header-three.jpg') no-repeat top left; }
div.ourservices { background: url('/images/footer-two.jpg') no-repeat bottom right; }
div.recruitment-header { background: url('/images/header-four.jpg') no-repeat top left; }
div.recruitment { background: url('/images/footer-two.jpg') no-repeat bottom right; }
div.contactus-header { background: url('/images/header-five.jpg') no-repeat top left; }
div.contactus { background: url('/images/footer-four.jpg') no-repeat bottom right; }

div.umbilical-header { background: url('/images/header-six.jpg') no-repeat top left; }
div.umbilical { background: url('/images/footer-three.jpg') no-repeat bottom right; }

div#header p {
	color:#fff;
	font-size:12px;
	line-height:14px;
	text-align:center;
	position:relative;
	top:6px;
}

div#header p a { text-decoration:none; color:#fff; }
div#header p a:hover { text-decoration:underline; }

div#content {
	position:relative;
	left:63px;
	width:676px;
	padding:20px 63px 80px 0;
}

div#content h1 {
	font-size:21px;
	line-height:25px;
	color:#002d77;
	font-weight:normal;
	margin-bottom:8px;
}

div#content h2 {
	font-size:16px;
	line-height:18px;
	color:#002d77;
	font-weight:normal;
	margin-bottom:8px;
}

div#content p {
	font-size:11px;
	line-height:17px;
	color:#002d77;
	margin-bottom:12px;
}

div#content p a { color:#002d77; }
div#content p a:hover { color:#000; }

div#content li {
	font-size:11px;
	line-height:17px;
	color:#002d77;
	margin-bottom:6px;
}

p#design {
	width:780px;
	margin:5px auto 5px auto;
	font-size:11px;
	line-height:13px;
	text-align:right;
	color:#002d77;
}

p#design a { color:#002d77; text-decoration:none; }
p#design a:hover { color:#000; }
