* {
	margin: 0;
	padding: 0;
}
html {
	background: #333333;
}
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#333333;
	margin: 0 auto 30px auto;
	}
a img {
	border: 1px solid #ccc;
}

a {
	color: #94AEBB;
	text-decoration: none;
}
a:hover {
	visibility: visible;
/* IE bug fix */
}
a:hover img {
	border: 1px solid #729AD7;
}
h1 {
	font-size: 14px;
	padding-top: 5px;
}
h2 {
	font-size: 12px;
}
.page {
	background-color: #FFFFCC;  
	padding: 15px 20px 0 20px;
	width: 880px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header {
	position:relative;
	margin-left:40px;
	width: 820px;
	height: 170px;
	overflow: hidden;
	font-size: 160%;
}
.header a {
	display: block;
	width: 810px;
	height: 170px;
	cursor: pointer;
	padding: 20px 0 0 0;
	text-align: center;
	color: #84A7DC;
}
.header span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 810px;
	height: 170px;
	background: url("../images/h1.jpg") no-repeat center top;
	margin-right:120px;
}
.topmenu {
	height: 27px;
	text-align: right;
	padding: 35px 20px 0 0;
	margin-left:38px;
}
.page>.topmenu {
	min-height: 27px;
	height: auto;
}
.topmenu li {
	display: inline
}
.topmenu li a{
	float: left;
	position: relative;
	width: 105px;
	height: 22px;
	background: #A3BDE5 url("../images/roll.png") no-repeat left top;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	overflow: hidden;
	
}
.topmenu li>a {
	min-height: 22px;
	height: auto;
}
.topmenu li a:hover{
	background: #83A6DC url("../images/roll.png") no-repeat 0 -27px;
}

body#index a#indexLink,
body#titanic-dna a#titanic-dnaLink,
body#services a#servicesLink,
body#contact a#contactLink
{
color:#333366;
background: url("../images/roll1.jpg") no-repeat center top;
}
.main {
	width: 836px;
	margin: 0 auto;
}
.bluebox {
	border: 1px solid #ccc;
	clear: both;
	padding: 7px 17px 9px 8px;
	width: 800px;
	position: relative;
	margin-bottom: 18px;
	background: url("../images/diamondlogofaded.gif") no-repeat bottom right;
}
.bluebox a {
	color: #888;
	text-decoration: none;
}
.bluebox a:hover {
	color: #729AD7;
	text-decoration: none;
}

.bluebox1 {
	border: 1px solid #ccc;
	clear: both;
	padding: 7px 7px 9px 10px;
	width: 810px;
	position: relative;
	margin-bottom: 18px;
	background: url("../images/diamondlogofaded.gif") no-repeat bottom right;
}

.bluebox1 a {
	color: #888;
	text-decoration: none;
}
.bluebox1 a:hover {
	color: #729AD7;
	text-decoration: none;
}

.bluebox .big {
	float: left;
	margin-right: 40px;
}
.bluebox .big2 {
	float: left;
	margin-right: 40px;
	}

.bluebox .big img {
	padding: 5px;
	border: 1px solid #CCD5DC;
}
.bluebox .right1 {
	clear: none;
	float: right;
	display:inline;
	margin-left:10px;
	margin-right:10px;
	text-align:left;	
	padding-bottom: 30px;
}
*html .bluebox .right1 {
display:inline;
}

bluebox .right1 {
min-height:1px;
}
.bluebox .right {
	width: 397px;
	float: left;
	padding-bottom: 30px;
	}

.bluebox .small1, .bluebox .small2 {
	position: absolute;
	bottom: 9px;
}
.bluebox .small2 {
	left: 632px;
}
.photos {
	margin-bottom: 15px;
}
.photos a {
	width: 106px;
	height: 148px;
	float: left;
	background: #C2D3EE;
	text-align: center;
	color: #A2A3A6;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-right: 6px;
	margin-left: 6px;
}
.photos>a {
	min-height: 148px;
	height: auto;
}
.photos a.last, .greybox-background .right a.last {
	margin-right: 0;
}
.photos a:hover, .photos a#selected {
	color: #729AD7;
}
.photos a span {
	display: block;
	padding-top: 2px;
}
.photos a>span {
	padding-top: 5px;
}
.greybox {
	border: 1px solid #ccc;
	width:800px;
	margin-bottom: 20px;
	padding: 7px 17px 15px 8px;
	background: url("../images/diamondlogofaded.gif") no-repeat bottom right;
}
.greybox a {
	color: #888;
	text-decoration: none;
}
.greybox a:hover {
	color: #729AD7;
	text-decoration: none;
}
.greybox-background {
	width: 100%;
	line-height: 170%;
}
.greybox-background .left {
	width: 385px;
	float: left;
		padding: 0 0px 10px 10px;
}
.greybox-background .right {
	width: 385px;
	float: left;
		padding: 0 10px 0px 0px;
}
*html .greybox-background .left {
background-color: #FFFFCC;
}


#contact * {
	vertical-align: middle;
}
#contact fieldset {
	border: none;
}
#contact fieldset p {
	margin-bottom: 3px;
}
#contact label {
	padding-right: 3px;
	}

input#name, input#email, input#contactno, select#refer, textarea#enquiry {
	float:right;
	cursor:pointer;
	cursor:hand;
	width: 200px;
	font-size: 14px;
	margin-right:80px;
	margin-top:-20px;
	border:1px solid #CCCCCC;
}
input#submit{
margin-left: 80px;
width:70px;
background-color: #C2D3EE;
color:#FFFFFF;  
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
input#reset {
margin-left: 30px;
width:70px;
margin-right: 40px;
background-color: #C2D3EE;
color:#FFFFFF;  
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#contact legend {
	color: #BFBFBF;
	margin-left: -7px;
}
#contact fieldset>legend {
	margin-left: 0;
}

#contact select {
	cursor:pointer;
	cursor:hand;
	border: 1px solid #B5B5B5;
	width: 185px;
	}
#contact textarea {
	cursor:pointer;
	cursor:hand;
	border: 1px solid #B5B5B5;
	width: 255px;
	margin-right: 0px;
	
	}
input reset {
	border: none;
	width: 62px;
	height: 15px;
	background: #D5D5D5;
	cursor: pointer;
	margin: 4px 0 0 34px;
	color: #B8B8B8;
	line-height: 100%;
	font-weight: bold;
}
fieldset>#send {
	min-height: 15px;
	height: auto;
}
.greybox-background .right a {
	display: block;
	float: left;
	margin-right: 11px;
	margin-top: 8px;
}
.greybox2 {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 9px 7px;
	width: 814px;
	background: url("../images/diamondlogofaded.gif") no-repeat bottom right;
}
.greybox2 .preview {
	float: left;
	margin-right: 40px;
	margin-right: 44px;
}
.greybox2 .preview img {
	padding: 5px;
}
.greybox2 .right {
	float: left;
	width: 414px;
}
.greybox2 .right a {
	float: left;
	margin: 0 14px 7px 0;
}
.footer1 {
	text-align: center;
	width:785px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #ccc;
	clear: both;
	position: relative;
	margin-bottom: 10px;
	}
.footer1 a {
	color: #888;
	text-decoration: none;
}
.footer1 a:hover {
	color: #729AD7;
	text-decoration: none;
}

.footer2 {
clear: all;
	text-align: center;
	width:800x;
	padding: 10px 0px 10px 0px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}
.footer2 a {
	color: #888;
	text-decoration: none;
}
.footer2 a:hover {
	color: #729AD7;
	text-decoration: none;
}
.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.lightBlueBg {
  background-color: #EAF2F5;
}

