body {
	margin: 0;
	padding: 15px 0 0 0;
	background: #E2DECF url(../images/bg/bg-all.png) 0 0 repeat-x;
}

/*______________________General*/

p, h1, h2, h3, h4, h5, h6, dt, dd, ul, li, label, input, textarea, img, table, blockquote {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 13px;
	color: #423D28;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
	text-align: justify
}

p.disclaimer {
	font-size: 11px;
}

a {
	color: #423D28;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	display: block;
	font-size: 20px;
	line-height: 40px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0 10px;
	background: #EFD814;
}

h2, h4 {
	display: block;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 18px 0;
	padding: 0 10px;
	background: #CECAC4;
}

h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0 10px;
}

h3.noBorder {
	padding-bottom: 3px;
	border: none;
}

h4 {
	margin: 0;
	padding: 0 10px;
}	

img {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	margin: 0;
	/*border-bottom: 5px solid #ccc;*/
}

table.costofday {
	background: #f8f7f3;
}

caption {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 0 6px 12px;
	background: #646464;
	color: #fff;
}

table th {
	text-align: left;
	font-weight: normal;
	width: 90px;
	height: 25px;
	padding: 0 10px 0 0;
}

table th, table td {
	padding: 0 0 6px 0;
}

tr.noPad table th, tr.noPad table td {
	padding: 0;
}

table td {

}

table td.noWidth {
	width: auto;
}	


table table {
	margin: 0;
}

table table td {
	width: auto;
}

ul, ol {
	margin: 0 0 12px 26px;
}

li {

}

ul.linkList {
	list-style: none;
	margin: 0 0 12px 0;
}

ul.linkList li {
	list-style: none;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 4px 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.linkList li.email {
	padding-left: 26px;
	background: url(../images/icons/email_go.gif) 0 1px no-repeat;
}

.noBorder {
	border: none;
}

.noMarg {
	margin: 0;
}


/*______________________blockquote*/	
	
	
blockquote {
	width: 280px;
	background: url(../images/quote/quote-left.gif) 0 0 no-repeat;
	margin: 0 0 9px 0;
}

blockquote.statement {
	background: url(../images/statement/statement-left.gif) 0 0 no-repeat;
}

blockquote.last {
		padding: 0;
		border: none;
	}

blockquote div {
	height: 1%;
	padding: 0 30px;
	margin: 0 0 5px 0;
	background: url(../images/quote/quote-right.gif) bottom right no-repeat;
}

blockquote.statement div {
	background: url(../images/statement/statement-right.gif) bottom right no-repeat
}

blockquote div p {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	line-height: 17px;
	font-style: italic;
	margin: 0;
	color: #423D28;
}

blockquote p.quoter {
	display: inline-block;
	font-size: 11px;
	margin: 0;
	padding: 0 30px 0 30px;
}

/*______________________forms*/	

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	padding: 4px 5px 3px 5px;
	font-size: 11px;
	line-height: 14px;
	width: 240px;
	height: 16px;
	border: 1px solid #C2C3B6;
	background: #fff;
}
	input.radio, input.checkbox {
		width: 20px;
		border: none;
	}
		input.submitEnq {
			width: 129px;
			height: 25px;
			padding: 0;
			text-transform: uppercase;
			border: none;
			background: #EFD814;
			cursor: pointer;
		}
		input.submitEnq:hover {
			background: #B59F0C;
			color: #fff;
		}
/*			input.submitEnquiry {
				width: 106px;
				height: 25px;
				border: none;
				padding: 0;
			}
			input.submitEnquiry:hover {
				background: #afc529;
			}
				input.clearEnquiry {
					width: 48px;
					height: 25px;
					border: none;
					padding: 0;
					margin: 0 16px 0 0;
				}
				input.clearEnquiry:hover {
					background: #afc529;
				}
			*/
textarea {
	width: 240px;
	height: 200px;
}

select {
	width: 140px;
	height: 25px;
}

.error {
	color: #e20c18;
	font-weight: normal;
	}

/*______________________layout*/	

#allHold {
	width: 940px;
	height:;
	margin: 0 auto;
}

#leftHold {
	float: left;
	display: inline;
	width: 220px;
	margin: 0 20px 0 0;
	padding: 0 0 30px 0;
	background: #E2DECF url(../images/bg/bg-leftHold.png) bottom center no-repeat;
}

#middleHold {
	float: left;
	display: inline;
	width: 380px;
	margin: 0 20px 0 0;
}

#rightHold {
	float: left;
	display: inline;
	width: 300px;
	padding: 0 0 30px 0;
	background: #E2DECF url(../images/bg/bg-rightHold.png) bottom center no-repeat;
}

/*______________________leftHold*/

#lgoHold {
	height: 282px;
	background: #E2DECF url(../images/bg/bg-logoHold.png) center bottom no-repeat;
}

#navHold {
	border-bottom: 1px solid #9E9881;
}

/*______________________nav*/

#nav {
	list-style: none;
	margin: 0;
}

#nav li {
	list-style: none;
}

#nav li a {
	display: block;
	width: 200px;	
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	line-height: auto;
	color: #423D28;
	margin: 0 0 1px 0;
	padding: 11px 10px;
	background: #BAB6A5;
	text-decoration: none;
}

#nav li.last a {
	margin: 0;
}

#nav li a:hover, #nav li a.selected {
	background: #88867D;
	color: #fff;
	text-decoration: none;
}

#nav li a.selected {
	background: #2E2E2B;
}

#nav li ul {
	margin: 0;
}

#nav li ul li {

}

#nav li ul li a {
	display: block;
	line-height: 30px;
	width: 204px;
	padding: 0 8px;
	background: #CECABA;
	font-size: 12px;
	color: #423D28;
}

#nav li ul li a:hover, #nav li ul li a.selected {
	background: #C9C2AF;
	color: #423D28;
}

#nav li ul li a.selected {
	background: #C0B9A4;
}

/*______________________middleHold*/

#middleContentHold {
	padding: 0 0 30px 0;
	background: #E2DECF url(../images/bg/bg-rightHold.png) bottom center no-repeat;
}

#middleContent {
	padding: 10px 10px 20px 10px;
	background: #fff;
	border-bottom: 1px solid #9E9881;
}

#middleContent img {
	border-bottom: 1px solid #fff;
}

#middleContent p {
	padding: 0 10px;
}

div.tableHolder {
	padding: 10px;
	background: #F8F7F3;
}

#middleContent div.tableHolder p {
	padding: 0;
}

#contactDetails {
	margin: 0 10px 18px 10px;
}

/*______________________middleFoot*/

#middleFoot {
	text-transform: uppercase;
}

#middleFoot p {
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	color: #807C69;
}

#middleFoot p a {
	color: #807C69;
	text-decoration: none;
}

#middleFoot p a:hover, #middleFoot p a.selected {
	color: #423D28;
	text-decoration: underline;
}


/*______________________rightHold*/

#blockHold {
	width: 280px;
	padding: 10px;
	background: #BAB6A5;
	border-bottom: 1px solid #9E9881;
}

#gmap {
	width: 300px;
	height: 561px;
}
