/*------------------------------
Colour Key:
Black:		#000000
White:		#FFFFFF
Blue:		#0000FF

Comment Key:
RB: Rendering Bug
------------------------------*/
html {
	height: 100.1%;
}
body{
	font-family:verdana, arial, helvetica, sans serif;
	font-size:11px;
	color:#3d2c00;
	margin:0px;
	background:#FFF url(/images/bg/tile.png) top center repeat-y;
	}
	
/*Generic styles*/
	
div	{
	padding:0px;
	margin:0px;
	}
	
abbr	{
	cursor:help;
	}
	
.clear	{
	clear:both;
	}

	
/*Anchors*/
	
a:link	{
	color:#3d2c00;
	text-decoration:underline;
	}
	
a:visited {
	color:#3d2c00;
	text-decoration:none;
	}
	
a:hover	{
	color:#3d2c00;
	text-decoration:underline;
	}
	
a:active	{
	color:#3d2c00;
	text-decoration:underline;
	}
	
/*Main Containers*/

map	{
	margin:0px;
	padding:0px;
	}

#banner	{

	width:760px;
	height:300px;
	margin:0px auto;
	padding:0px;
	background:#DEB401 url(/images/header_loop.jpg) top left repeat-y; 
	/*background-color: #d2a702; */
	position:relative;
	}
	
#contentContainer	{
	width:760px;
	margin:0px auto 0px auto;
	padding:0px 0px 70px 0px;
	background:url(/images/bg/contentTile.jpg) top left repeat-y;
	}
	
#leftContent	{
background:url(/images/left.jpg) top left repeat-x;
	float:left;
	width:215px;
	margin:0px;
	padding:20px 10px 10px 10px;
	}
	
#rightContent	{
background:url(/images/content.jpg) top left repeat-x;
	float:right;
	width:505px;
	margin:0px;
	padding:20px 10px 10px 10px;
	}
	
#footer	{
	position:relative;
	width:760px;
	height:20px;
	background-color:#966300;
	margin:0px auto 0px auto;
	font-size:9px;
	color:#fefefe;
	text-align:center;
	padding:10px 0px 0px 0px;
	}
	
#caLogo	{
	position:absolute;
	top:-60px;
	left:710px;
	width:32px;
	height:48px;
	background:url(images/bg/caLogo.jpg) top left no-repeat;
	}
	
#partners	{
	position:absolute;
	top:-100px;
	left:10px;
	text-align:left;
	padding:0px 0px 10px 2px;
	color:#3d2c00;
	font-size:11px;
	}
/* Menu */
#listMenu ul {
width:760px;
margin:0;
padding:0;
list-style:none;
position:absolute;
bottom:0px;
left:0px;
clear: both;
background:url(/images/menu.jpg) bottom left repeat-x;
} 
#listMenu ul li {
float:left;
margin:0;
padding:0;
}
#listMenu ul li a {
/* background:url(/images/menu.jpg) top left repeat-x; */
text-align:center;
margin:0;
display:block;
/*width:106px;*/
height:20px;
padding:10px;
padding-top: 16px;
padding-left: 15px;
padding-right: 15px;
font-size:10px;
color: #a32049;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
margin-left: 10px;
margin-right: 10px;
border: 1px #99CCFF thin;
}
#listMenu ul li a:hover{
	background:url(/images/menu_over.jpg) top left repeat-x;
}
#pageImage{
	position: absolute;
	right: 0px;
	top: 0px;
}


#header {
width:100%;
height:77px;
background:url(/images/header_bg.jpg) top left repeat-x;
}

#header h1 {
margin:0;
}

/*Headers & text*/

#rightContent p	{
	margin:0px;
	padding:0px 0px 10px 2px;
	color:#3d2c00;
	}
	
#leftContent p	{
	margin:0px;
	padding:0px 0px 10px 2px;
	color:#3d2c00;
	font-size:11px;
	}
	
#partners	p	{
	padding:0px;
	margin:0px;
	}
	
h1, h2	{
	padding:0px 0px 0px 0px;
	margin:10px 0px 10px 0px;
	}
	
h3	{
	margin:5px 0px 0px 0px;
	}
	
/*Content divs*/

#rightContent .img	{/*Class needed because of text image replacement*/
	float:left;
	margin:3px 10px 0px 0px;
	}
	
/*Lists*/

#leftContent ul	{
	list-style-type:none;
	margin:0px 0px 20px 0px;
	padding:0px;
	font-size:11px;
	}
	
#leftContent ul	li	{
	margin:0px 0px 10px 2px;
	padding:0px;
	}
	
#rightContent ul	{
	list-style-type:disc;
	margin:10px 0px 10px 0px;
	padding:0px;
	font-size:11px;
	}
	
#rightContent ul	li	{
	margin:0px 0px 2px 15px;
	padding:0px;
	}
	
/*Form*/

form	{
	margin:0px;
	padding:0px 0px 0px 50px;
	}
#enquiryForm {
	margin-top: 10px;
	margin-bottom: 10px;
}
#enquiryForm form {
	margin: 0px;
	padding: 0px;
}
#enquiryForm form fieldset {
	border: 1px solid #B79A4E; 
	width: 200px;
	padding: 5px;
	}
#enquiryForm form input, #enquiryForm form, label, #enquiryForm form textarea {
	clear:both;
	width: 180px;
}
#enquiryForm form input, #enquiryForm form textarea {
	border: 1px solid #B79A4E; 
}
#enquiryForm form input.submit {
	background-color:#FFFBE8;
	border: 1px solid #B79A4E;
	width: 182px;
}
/* lits */
#contactUs ul.contactAddress li, #contactUs ul.contactPhone li {
	margin: 0px;
	line-height: 1.2em;	
}
#contactUs ul.contactAddress {
 margin-top: 10px;
}
#ourServices ul li {
	font-weight: normal;
}