/* General styles */
body, img, p, h1, h2, h3, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body {
	font-family: arial, sans-serif;
	background-color:#231F20;
	color:#000;
}

#headerArea {
	width:780px;
	margin:5px auto 0px auto;
 }

#goldLogo {
	float:right;
}

#goldPhone {
	float:left;
	margin-top:78px;
}

#menuArea {
	width:780px;
	margin:0px auto 0px auto;
}

#menuArea p {
	text-align:center;
}

#menuArea a {
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	float:left;
	font-size:11px;
	padding:6px 0 6px 0;
	width:123px;
	margin-left:3px;
	border:2px #CDA64D solid;
}

#menuArea a:hover {
	background: #CDA64D url('images/menuOver.png') no-repeat center right;
}

.activeMenu {
	background: #CDA64D url('images/menuOver.png') no-repeat center right;
}

#contentArea {
	width:776px;
	height:615px;
	border:2px #CDA64D solid;
	margin:5px auto 0px auto;
/*	background: #fff url('images/goldBackground.jpg') no-repeat center bottom; */
}

#contentArea h1{
	font-size:20px;
	line-height:22px;
	margin-bottom:6px;
}

#contentArea p{
	font-size:14px;
	line-height:18px;
	margin-bottom:8px;
}

#contentArea h2 {
	font-size:16px;
	line-height:18px;
	margin-bottom:4px;
}

.clearBreak {
	clear:both;
}

.goldText {
	color:#CDA64D;
}

#quoteTable {
	width:736px;
}

#quoteTable td {
	width:50%;
	vertical-align:top;
}

#quoteTable h2 {
	font-size:16px;
	line-height:18px;
	margin-bottom:4px;
}

.formFields {
	width:300px;
	border:2px solid #000;
	padding:8px;
	font-family: arial, sans-serif;
	color:#000;
	margin-bottom:20px;
}

#quoteTable textarea {
	height:102px;
}

#quoteSubmit {
	width:200px;
	font-weight:bold;
	background: #CDA64D url('images/menuOver.png') no-repeat center right;
	cursor:pointer;
}

#quoteTable p {
	font-size:13px;
	line-height:15px;
	text-align:right;
	width:320px;
}

.boldText {
	font-weight:bold;
}

.standardLinks {
	color:#000;
}

.standardLinks:hover {
	color:#CDA64D;
}

.goldColour {
	color:#CDA64D;
}

.orderedList {
	font-size:13px;
	line-height:17px;
	padding:0 0 0 40px;
	margin:0;
}

.quoteText {
	font-weight:bold;
	text-align:center;
	font-style:italic;
}

#goldTextBox {
	overflow:auto;
	padding:20px;
}

.boxHeight {
	height:335px;
}

#goldMap {
	float:right;
}

.rightComment {
	float:right;
	width:300px;
	text-align:justify;	
}

#hitCounter {
	position:absolute;
	top:770px;
	padding:5px 5px 5px 10px;
}

#hitCounter p {
	color:#CDA64D;
	font-size:20px;
	font-weight:bold;
	letter-spacing:1px;
}

#designBy {
	width:780px;
	margin:0px auto 5px auto;
	text-align:right;
	color:#CDA64D;
	font-size:11px;
}

#designBy a {
	color:#CDA64D;
	font-size:11px;
	text-decoration:none;
}

#designBy a:hover {
	color:#fff;
}