/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	padding-bottom:50px;
	font:12px verdana, arial, sans-serif;
	color: #fff;
	}
	
#container {
	width:767px;
	margin:0 auto;
	}


#header {
	position:relative;
	padding-top:85px;
	}

#content-container {
	
	}

	
#sidebar-right {
	float:right;
	width:267px;
	background:#AEDEDA url(/images/sidebar-bottom-bg.gif) right bottom no-repeat;
	}
	
	#sidebar-right-inside {
		padding:22px 30px 125px 30px;
		}
	
#main-content {
	width:498px;
	overflow:hidden;
	float:left;
	background:#8B9195 url(/images/main-content-bg.gif) left bottom no-repeat;
	}

	
#footer {
	
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

.header-logo {
	position:absolute;
	top:22px;
	right:0;
	}

#icon-nav {
	margin-bottom:17px;
	}

#icon-nav li {
	float:left;
	width:auto;
	display:block;
	padding:6px 0 6px 32px;
	margin-right:15px;
	font:bold 12px arial, verdana;
	color:#B0B5B9;
	}

#icon-nav li a {
	font:bold 12px arial, verdana;
	color:#B0B5B9;
	}

#icon-nav li.enquiry {
	background:url(/images/li-enquiries-bg.gif) left 50% no-repeat;
	}

#icon-nav li.location {
	background:url(/images/li-location-bg.gif) left 50% no-repeat;
	}
	
#icon-nav li.tel {
	background:url(/images/li-tel-bg.gif) left 50% no-repeat;
	}


#nav
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-bottom:2px;
	background-image: url(/images/bg_menu.gif);
	height: 24px;
	padding-left: 26px;
}

#nav li
{
	float:left;
	width:1%;
	display:block;
	list-style-type: none;
	margin:0;
	padding:0;
	border-right:2px solid white;
}

#nav li.first
{
	border-left:2px solid white;
}

html>body #nav li
{
	width:auto;
}



#nav a { 
	display:block;
	padding:0 5px;
	height:24px;
	line-height:24px;
	font:bold 12px arial, verdana;
	color:#B0B5B9;
	}
	
#nav a:link, #nav a:visited
{
	color:#898F95;
	background-color:#AEDEDA;
	text-decoration:none;
	line-height:24px;
}

#nav a:hover
{
	color:#fff;
	background-color:#898F95;
	text-decoration: none;
}
	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

.second_dyncontent {
	border-bottom:2px solid white;
	}

#sidebar-right h3 {
	color:#8B9195;
	font-size:18px;
	margin-bottom:15px;
	}

#sidebar-right p {
	color:#8B9195;
	}
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {
	font-weight:bold;
	color:#93EEE6;
	}

a:hover {	
 	text-decoration:underline;
	}


#sidebar-right a,
#sidebar-right a:link,
#sidebar-right a:visited {
	font-weight:bold;
	color:#898F95;
	text-decoration: underline;
	}

#sidebar-right a:hover {	
 	text-decoration:underline;
	}

h1,h2,h3,h4,h5,h6 {
	
	}
	
h1 {
	font-weight:normal;
	font-size:30px;
	color:#A5CDC8;
	margin-bottom:15px;
	}

h2 {
	font-weight:normal;
	font-size:20px;
	color:#fff;
	margin-bottom:5px;
	}


p {
	line-height:1.6;
	color:white;
	margin-bottom:15px;
	}


img {
	border:none;
	}

.dyncontent {
	border-bottom:2px solid white;
	}

#main-content-inside {
	padding:30px;
	}

#main-content ul {
	margin-bottom:20px;
	}

#main-content li {
	background:url(/images/li-bg.gif) left 50% no-repeat;
	padding:3px 0 3px 18px;
	}

#main-content li a {
	color:white;
	}

#main-content li a:hover {
	color:#93EEE6;
	}

#main-content ol {
	margin-bottom:20px;
	}

#main-content li {
	background:none;
	padding:3px;
	}

.featured {
	background:#CAD4DB;
	border:1px solid #62676B;
	padding:5px;
	margin-bottom:10px;
}

.featured h4 {
	z-index: 200;
	border:1px solid #9AA1A5;
	padding:8px 7px 0 7px;
	margin-bottom:4px;
	color:#6F7477;
	font:bold 12px verdana;
	background:#AEDEDA url(/images/h4-bg.gif) right bottom no-repeat;
	}

.featured h4 .leftHeader {

	}
.featured h4 .rightHeader {
	}

.featured-details {
	clear: both;
	background:white url(/images/details-bg.gif) right bottom no-repeat;
	border:1px solid #9AA1A5;
	color:#8B9195;
	}

.featured-details img {
	float:left;
	border-right:1px solid #9AA1A5;
	margin-right:10px;
	}

.featured-details p {
	color:#8B9195;
	margin-bottom:5px;
	}

.featured a.detail-links {
	background:#8B9195;
	color:white;
	font:bold 10px verdana;
	padding:3px;
	margin-right:3px;
	}
	

/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/



/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
	
	




