* { margin: 0 auto; padding: 0 auto; }

body 
{ 
	text-align: center; 
	background: url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

img { border: none; }

#container 
{ 
	width: 950px;
	background-color: #eee;
	box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888;
}

#header 
{ 
	background-color: #fff;
}
#logo { float: left; background: url('../img/spencerandsons.png') no-repeat; }

.contact
{ 
	width: 600px;
	float: right;
	text-align: right; 
	color: #e55725;
	margin-right: 10px;
	margin-top: 10px;
}

.contact h1 { font-family: 'Lora', Serif; }

.contact a { font-size: 20pt; color: #e55725; text-decoration: none; }

.menu{
	width: 950px;
	background: #ac3d22; 

}

.menu ul { margin-left: 0 auto; }
.menu li {
	float:left;
	list-style-type: none;
	border-right:2px solid #FFF;
	padding:15px 40px;
	cursor:pointer;
}

.menu .first { border-left:2px solid #FFF; }

.menu li  a{
	color:#fff;
	font-family: "PT Sans", Sans-Serif;
	font-weight: bold;
	margin-left: -5px;
	display:block;
	font-size:19px;
	text-decoration: none;
}

#banner
{
	height: 250px;
	background: url('../img/header-bg.jpg') no-repeat;
}

#banner-text { float: left; text-align: left;  }

#banner-text h1
{
	margin: 15px 0 0 15px; background-color: #e55725; padding: 5px; color: #fff;
	font-family: 'Lora', serif;
}

#banner-text h2
{
	margin: 5px 0 0 15px; background-color: #e55725; padding: 5px; color: #fff; display: inline-block; 
	font-family: 'Lora', serif;
}

#content
{
	width: 900px;
	min-height: 480px;
	padding: 10px 0;
	text-align: left;
	background-color: #eee;
}

#content h1 { font-family: 'Lora', serif; color: #e55725; }
#content h2 { font-family: 'Lora', serif; color: #222; }

#content p { font-family: 'PT Sans', Sans-Serif; color: #222; line-height: 1.5em; padding: 15px 0 10px 0; }
#content a { color: #ac3d22; text-decoration: none;}
#content a:hover { border-bottom: 1px dotted #ac3d22; }

#content td a:hover { border: none; }

.list { width: 400px; margin-top: 20px; }

.list h2 { margin-bottom: 10px; padding-left: 35px; background: url('../img/tick.png') no-repeat left center; }

.left
{
	float: left;
}

.right
{
	float: right;
}

form{margin:0; padding:0;}

#contact-area {
	width: 550px;
	margin-top: 25px;
	float: left;
}

#contact-area label {
	float: left;
	font-family: 'PT Sans', sans-serif;
	color: #222;
	text-align: right;
	margin-right: 35px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}
#contact-area input[type="text"],
#contact-area textarea, #contact-area input[type="password"], #contact-area select{
	border:solid 1px #e55725;
	font-family: "PT Sans", Sans-Serif;
	width: 400px;
	margin-bottom: 10px;
	font-size:1.2em;
	padding:8px 5px;
	border-radius:4px;
	-moz-border-radius:4px;		
	-webkit-border-radius:4px;
}

#contact-area textarea {height: 200px;}
#contact-area textarea:focus{outline:0;}

#contact-area input[type="submit"], #contact-area input[type="submit"]:hover
{
	margin-left: 135px;
	font: 12pt 'PT Sans', sans-serif, Arial, Helvetica;
	padding:0px 15px;
	height:30px;
	color:#e55725;
}

.button, .button:visited, .button:hover{height:30px;}
.button, .button:visited, input[type="submit"]
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	border:1px solid #e55725;
	padding:0px 15px;
	line-height:25px;
	height:25px;
	color:#1594dd;
}

.button:hover, input[type="submit"]:hover
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	text-decoration:none;
}

blockquote 
{
	margin:1em;
	padding:0 1.5em;
	background:url(../img/quote.png) no-repeat left top;
	color:#666;
	font-style:italic;
}

blockquote div 
{
	margin-bottom: 15px;
	background: url(../img/quoter.png) right bottom no-repeat;
}

table { margin-top: 20px;	text-align: center; }
table tr td { padding-bottom: 20px; }
table tr td img {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px; /* for old Konqueror browsers */
	border-radius: 5px 5px 5px 5px; /* future proofing */
	margin-right: 25px;
}

#footer
{
	text-align: center;
	background-color: #e55725;
	height: 40px;
	line-height: 1.5em;
	color: #fff;
	font: 10pt "PT Sans", Sans-Serif;
	padding-top: 10px;
}

#footer a { text-decoration: none; color: #fff; }
#footer a:hover { text-decoration: underline; }

