/* 
	Betty Brown Wigs Stylesheet
	=====================
	T.Wiltshire for Electric Druid
	Copyright 2009 Electric Druid.All rights reserved.
	Colour Scheme
		Chocolate:		#462E1E
		Skin:				#C3AB70
		White:			#FFFFFF
		Airmail Blue	#716BDB
		Airmail Red	#D04B47
*/
body {
	margin: 0px;
	padding: 0 8px;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 90%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	border: none;
	margin: 8px 0px;
	margin-bottom: 2px;
}


/* Top title bar */
.topbar {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	text-align: center;
	
}

.topbar h1 {
	text-align: center;
	height: 50px;
	width: 601px;
	margin: 0 auto;
	margin-top: 6px;
	background: url("../graphics/bettybrownwigs.gif") no-repeat center center;
}

.topbar h1 span {
		display: none; 
}

.topbar h3 {
	font-size: 110%;
	text-align: center;
	padding: 0;
	margin: 0 5%;
	background-color: #C3AB70;
	color: #FFFFFF;
	border-top: 1px solid #462E1E;
}

/* Main menu box */
.menu {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 90%;
	margin: 0 5%;
	text-align: center;
	border: none;
	border-top: 1px solid #462E1E;
	border-bottom: 1px solid #462E1E;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 4px;
}

.menu ul li {
	display: inline;
	padding: 4px;
}

 .menu ul li a {
	padding: 2px 20px;
	text-decoration: none;
	color: #462E1E;
}

 .menu ul li a:hover, .menu ul li.selected a {
	padding: 2px 20px;
	text-decoration: none;
	background-color: #462E1E;
	color: #FFFFFF;
}


a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.content {
	background-color: #FFFFFF;
	padding: 16px 0;
	margin: 0 5%;
}

.content img {
	border: 1px solid #000000;
	margin: 4px;
}

.content img.right {
	float: right;
	margin-left: 10px;
}

.content img.left {
	float: left;
	margin-right: 10px;
}

.content table {
	margin: 0 auto;
}

.content #map {
	float: right;
}

.lhscolumn {
	width: 110px;
	float: left;
}

br.spacer {
	clear: both;
}

p.big {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

p.big img {
	margin-right: 10px;
	vertical-align: middle;
	border: none;
}

.footer {
	clear: both;
	text-align: center;
	font-size: 80%;
	margin: 0 5%;
	border-top: 1px solid #462E1E;
}

.footer .left {
	float: left;
	width: 50%;
	margin: 0;
}

.footer .right {
	margin:0;
	margin-left: 50%;
	width: 50%;
}


/* Contact form */
fieldset {
	margin: 0;
	padding-top: 20px;
	border: none;
	background: url("../graphics/airmailbgnd.gif") top center no-repeat;
}

form {
	width: 640px;
	margin: auto;
	border: 3px double #666666;
	background: url("../graphics/airmailborder.gif") bottom center no-repeat;
}

label {
	display: block;
	color: #716BDB;
	font-style: italic;
	font-size: 80%;
}

input#name, input#email, textarea#message {
	border: 1px dotted #716BDB;
}

#messageblock {
	float: right;
	margin: 0;
	margin-top: 70px;
	margin-bottom: 20px;
}

#name {
	margin-top: 100px;
}

#submit {
	margin-top: 30px;
	text-align: center;
}

.error {
	/*border: 2px solid #FF0000;*/
	color: #FF0000;
	font-weight: bold;
}
