body {
	background: url(../images/bg_body.jpg) no-repeat top center #95A2A9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

p { line-height: 1.5em; }
a {
	color: #942E43;
	text-decoration: none;
}
a:hover { color: #59717C; }
a img { border: none; }

h1 {
	font-size: 24px;
	color: #942E43;
}

h2 {
	font-size: 16px;
	color: #59717C;
	margin: 30px 0 0 0;
}
h2 a { color: #59717C; }

h3 { color: #942E43; }

span hr { display: none; }

.hrdot, .hrdash, .hrsolid, .hrdouble {
	display: block;
	height: 5px;
	clear: both;
}

.hrdot { border-bottom: dotted thin #333; }

.hrdash { border-bottom: dashed thin #333; }

.hrsolid { border-bottom: solid thin #333; }

.hrdouble { border-bottom: double 4px #333; }

cite {
	font-size: 12px;
	line-height: 2em;
	margin-left: 15px;
	color: #4E4E4E;
}

#container {
	background: url(../images/bg_content.jpg) repeat-y left top;
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}

#header {
	background: url(../images/bg_head.jpg) no-repeat top left;
	width: 960px;
	height: 155px;
	padding: 0 20px;
	position: relative;
}

#enquire {
	position: absolute;
	top: 40px;
	right: 45px;
}

#nav {
	width: 940px;
	height: 27px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 124px;
	left: 25px;
}

#nav td {
	position: relative;
}
#nav h1 {
	background: url(../images/bg_nav_h1.gif) no-repeat 3px 3px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	color: white;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 5px 0 0 20px;
}
#nav h1:hover, #nav #hit { color: #622; }
#nav h2 {
	font-size: 12px;
	font-weight: normal;
	color: white;
	min-width: 90px;
	margin: 0;
	padding: 4px 3px;
}
#nav h2:hover, #nav #subhit { background-color: #555; }
#nav td div {
	background-color: black;
	opacity: 0.9;
	filter: alpha(opacity=90);
	display: none;
	position: absolute;
	z-index: 100;
}
#nav td:hover div { display: block; }

.content {
	width: 960px;
	margin: 0 auto;
}
.content td { padding: 0 10px; }

.content_home {
	width: 944px;
	margin: 0 auto;
}
.content_home td { padding: 0; }

#home_box { width: 530px; }
#home_box td {
	border-right: solid 8px white;
	background-color: #E2E2E3;
	font-size: 10px;
	color: #59717C;
	width: 168px;
}
#home_box p { margin: 3px 10px; }
#home_box strong {
	float: right;
	color: black;
}
#home_box h1 {
	background: url(../images/bg_h1.gif) repeat-x top left;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: white;
	width: 100%;
	height: 17px;
	padding: 4px 0;
	margin: 0;
}
#home_box .hrsolid {
	border-bottom: solid thin white;
	height: 1px;
}
#home_box a { color: #59717C; }
#home_box a:hover { color: #333; }

.home_bot {
	border-right: solid 8px white;
	background: url(../images/bg_bot.gif) repeat-x top left;
	font-size: 10px;
	text-align: center;
	width: 168px;
	height: 14px;
	padding: 3px 0;
	margin: 0;
}
.home_bot a { color: white; }
.home_bot a:hover { color: #333; }

#flash_01 { margin: 3px 0 8px 0; }

.det_obj {
	border: solid thin #AAA;
	padding: 10px;
	margin: 3px 0;
}
.det_obj h2, .list_obj h2 { margin: 8px 0; }
.det_img {
	float: right;
	padding: 0 0 10px 10px;
}
.list_obj {
	border: solid thin #AAA;
	margin: 3px 0;
}
.list_img {
	float: left;
	padding: 8px 16px 8px 8px;
}
.list_obj:after, .det_obj:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}

#con_form {
	border: solid 1px #AAA;
	width: 100%;
	padding: 4px;
}
#con_form td { padding: 0 4px; }

.btn {
	border: none;
	background-color: #333;
	color: white;
	padding: 1px;
}
.btn:hover {
	border: solid 1px #333;
	background-color: white;
	color: #333;
	padding: 0;
}

#footer {
	background: url(../images/bg_foot.jpg) no-repeat left bottom;
	text-align: center;
	color: #999;
	width: 940px;
	padding: 10px 30px 20px 30px;
}
#footer a { color: #999; }
#footer a:hover { color: #942E43; }
