/* CSS Document for Tregolls Website */

body {
	background-image:url(images/background.gif);
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	padding: 0;
	margin: 0;
}

h1, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}

#logo a { 	
	float: left;
	display: block;
	background: url(images/logo.gif) 0 0 no-repeat;
	height: 116px;						
	width: 212px;
	text-indent: -9000px;					
	overflow: hidden;				
}

a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
a:hover {
	color: #e9c31e;
	text-decoration: underline;
}

/* site structure */

#container { /* Centres content on screen */
	background-color: #1e523a;
	margin: 0px auto;
	width: 880px;
}

#telephonearea {
	float: left;
	display: block;
	height: 88px;						
	width: 668px;
}

#telephone {
	margin: 30px 10px 0 0;
	text-align: right; 
}

/* menu */

#menu {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 668px;
	height: 29px;
	background-color: #517550;
}

#menu li {
	float: left;
	border-left: 1px solid #1e523a;	
}

#menu a {
	display: block;
	font-size: 15px;
	padding: 7px 10px 7px 10px;
}

#menu a:hover, #menu .selected a {
	color: #1e523a;
	background-color: #e9c31e;
	text-decoration: none;
}

/* content */
.imagefloat {
	float:left;
}

.gold {
	color: #e9c31e;
}

#tariffarea {
	float:left;
	width: 670px;
	height: 594px;
	background-color:#738559;
	}

#contentarea {
	float: left;
	display: block;
	height: 180px;						
	width: 670px;
	background-color:#738559;
}

.contenthome {
	float: left;
	margin: 10px; 
	width: 300px;
	font-size: 14px;
	line-height: 18px;
}

.content {
	float: left;
	margin: 10px; 
	width: 300px;
	font-size: 12px;
	line-height: 15px;
}

h2 {
	border-bottom: 2px dotted white;
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 15px;
	margin: 10px 10px 0px 10px; 
	
}

#buttonarea {
	float: left;
	height: 180px;
	width: 210px;					
	background-color: #517550;
}

#buttons {
	margin: 10px; 
}

.buttongold {
	color: #e9c31e;
	font-size: 18px;
}

#footerarea {
	clear: both;
	display: block;
	padding: 10px 0; 	
	height: 30px;
	font-size: 11px;
}

#address {
	float: left;
}

#hatag {
	text-align: right;
}

/*Form Content*/

.formarea {
}


form .field {
width: 200px;
background-color: #EAEAEA;
}

form .box {
width: 15px;
background-color: #EAEAEA;
}

form ol {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
}

form ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#formbuttons {
margin-left: 130px;

}

form label {
	display: block;
	width: 70px;
	float: left;
 }

.invalid {
	color: #1e523a;
	background-color: #e9c31e;
	display: block;
	padding: 1em;
	width: 250px;
}