/* CSS Document */

/* Body and Universal Reset */

* {
	margin: 0;
	padding: 0;
}

body {
	background:#343434;
}

#wrapper {
	background:url(/images/backgrounds/footer_shadow.gif) repeat-x bottom left #fff;
}

#topWallpaper{
	background:url(/images/backgrounds/top_bg.jpg) repeat-x top center;
}

#container {
	margin:0 auto;
	width: 1013px;
}

#containerBottom{
	background:url(/images/backgrounds/container_bottom.gif) no-repeat;
	width:1013px;
	height:26px;
	float:left
}

#popupWindowCaller {
	display:none;
}

.clear {
	clear:both;
	height:0;
}

img {
	border: none;
}

/* Typography */


/* Header */

#header {
	margin: 0 auto;
	width: 1013px;
	height:140px;
}

#header span{
	font-size:22px;
	font-style:italic;
	float:right;
	margin:75px 25px 0 0;
	line-height:25px;
	width:200px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#936138;
}

#header img{
	float:left;
	margin:30px 0 0 35px;
}


/* Main Navigation */

#mainNav {
	height:56px;
	width:961px;
	background:url(/images/backgrounds/mainnav_bg.gif) repeat-x;
	float:left
}

.leftCorner{
	background:url(/images/backgrounds/mainnav_left.gif) no-repeat;
	width:26px;
	height:56px;
	float:left;
}

.rightCorner{
	background:url(/images/backgrounds/mainnav_right.gif) no-repeat;
	width:26px;
	height:56px;
	float:right;
	_margin-top:-28px
}

#mainNav li {
	list-style:none;
	display:inline;
	float:left;
}

#mainNav li a{
	color:#FFF;
	display:block;
	height:31px;
	padding:25px 12px 0 11px;
	float:left;
	text-decoration:none
}

#mainNav li a:hover, #mainNav li a.down{
	background:url(/images/backgrounds/mainnav_rollover.gif) no-repeat center bottom;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 234px;
	padding:38px 0 0 13px;
}

#sidebar div{
	background:url(/images/backgrounds/white_corners_top.gif) no-repeat #FFF;
	width:211px;
	padding:11px 0 0 9px;
	font-size:11px;
}

#sidebar div p{
	float:left;
	margin-bottom:11px;
	width:100%;
}

#sidebar div span{
	color:#000;
	font-size:12px;
	margin-bottom:4px;
	float:left
}

#sidebar .bottomCorners{
	background:url(/images/backgrounds/white_corners_bottom.gif) no-repeat;
	width:220px;
	height:7px
}


/* Sub Menu */

#subNav{
	list-style:none;
}

#subNav li a{
	font-size:11px;
	display:block;
	border-top:dotted #CCC 1px;
	padding:3px;
	color:#4D4D4D;
	width:196px;
	text-decoration:none
}

#subNav li a.first{
	border:none;
	padding-top:0
}

#subNav li a:hover, #subNav li.down a{
	text-decoration:none;
	color:#106400
}


/* Content */

#contentHolder{
	width:1013px;
	background:url(/images/backgrounds/container_shadow.png) repeat-y 0 0;
	float:left;
	padding-left:16px;
}

#contentBgColor{
	background:#f4f2f2;
	width:978px;
	float:left;
	border-right:solid #d3d3d3 1px;
	border-left:solid #d3d3d3 1px;
}

#content {
	float:left;
	width:674px;
	padding:41px 20px 21px 37px;
	*padding-bottom:0;
	background:#FFF
}

#content p, #content table, #content ul, #content ol {
	margin:0 0 18px 0;
}

#content ul, #content ol {
	margin-left:18px;
}

.homeImg{
	float:right;
	margin:-15px 0 0 0;
	width:295px;
	text-align:center;
	font-style:italic;
	font-size:11px
}

.testimonialImgs{
	margin-bottom:18px;
	float:left
}

.testimonialImgs img{
	float:left;
	margin:3px 10px 0 0;
	border:solid #CCC 1px;
}

.homeTestimonial{
	float:left;
	width:665px;
	overflow:hidden
}

#content .testimonial{
	background:url(/images/backgrounds/hometestimonial_bg.gif) no-repeat top #efecdc;
	height:134px;
	width:665px;
	border:none;
	padding-top:10px
}

#content .testimonial p{
	margin:12px 20px 0 60px;
	_margin:12px 20px 0 30px;
	float:left;
	width:560px
}

.name{
	font-weight:bold;
	color:#936138;
	font-style:italic;
}

.homeTestimonial a{
	float:right;
	color:#000;
	font-style:italic;
	font-size:11px;
	margin-top:-22px;
	text-decoration:none
}

.homeTestimonial a:hover{
	color:#000;
	text-decoration:underline
}

.services div, .homeTestimonial div{
	border-bottom:solid #E6E6E6 2px;
	margin-bottom:8px
}

.services h2, .homeTestimonial h2{
	margin-bottom:6px;
}


/* Footer */

#footer {
	margin:0 auto;
	width:960px;
	padding:10px 0 20px 0;
	text-align:left;
	font-size:10px;
	color:#FFF
}

#footer li {
	display: inline;
	list-style: none;
	margin:0 4px 0 0;
}

#footer li a{
	color:#FFF;
	text-decoration:none
}

#footer li a:hover{
	text-decoration:underline;
}


/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:4px 0 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:440px;
}

.textinput {
	border:1px solid #BABABA;
	padding:3px;
}

.textinputhover {
	border:1px solid #207310; 
	padding:3px;
}

.submit {
	text-align:right;
}

.errorText {
	color:#FF0000;
}

input.hintText {
	color: #999999;
}

/***** Error / Info / Caution Boxes *****/

.error_box, .info_box {
	margin:0 0 15px 0;
	padding:15px;
	border-width: 3px;
	border-style: solid;
}

.error_box {
	border-color: #CC0000;
	background-color: #FFEBEB;
}

.info_box {
	border-color: #02a2c6;
	background-color: #E1F1F5;
}

#content .error_box ul {
	margin-bottom:0;
}


/* Classes Reserved for the TinyMCE Editor  */

.editor {
	width: 100%;
}

.mini_editor {}
