/*

Stylesheet for JC Thomas and Sons LTD
Handwritten by Oliver Coningham (AztecMedia.eu)
http://www.thomasmetals.co.uk/

*/

/* --------------- Defaults --------------- */

body {
	background: #091a30 url('../images/body-bg.gif') repeat-x top left;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.75em;
	}

#skip { 
	display: block;
	height: 100px;
	margin-top: -100px; 
	}
	
#container {
	margin: auto;
	width: 792px;
	}
	
.cleared {
	clear: both;
	}
	
hr, .hide {
	display: none;
	}
	
	
/* --------------- Branding --------------- */

#branding {
	background: url('../images/branding-bg.gif') no-repeat bottom left;
	height: 124px;
	padding: 0 23px;
	text-indent: -25000px;
	width: 760px;
	}
	
#branding h1 a {
	background: url('../images/h1-bg.gif') no-repeat top left;
	display: block;
	float: left;
	height: 25px;
	margin-top: 37px;
	width: 380px;
	}
	
#branding #established {
	background: url('../images/established-bg.gif') no-repeat top left;
	float: left;
	height: 25px;
	margin: 37px 0 0 10px;
	width: 175px;
	}
	
	
/* --------------- Content --------------- */

#content {
	background: #365fb7 url('../images/content-bg.gif') no-repeat bottom left;
	margin: 0 23px 10px 23px;
	padding-bottom: 10px;
	width: 760px;
	}
	
#title-01, #title-02, #title-03 {
	height: 25px;
	text-indent: -25000px;
	width: 760px;
	}

#title-01 {
	background: url('../images/title-01.gif') no-repeat top left;
	}

#title-02 {
	background: url('../images/title-02.gif') no-repeat top left;
	}

#title-03 {
	background: url('../images/title-03.gif') no-repeat top left;
	}
	
#photos {
	margin: 25px 0;
	}
	
#content p, #content h3 {
	margin: 0 25px 1.25em 25px;
	}
	
#content h3 {
	height: 19px;
	text-indent: -25000px;
	width: 448px;
	}

#heading-welcome {
	background: url('../images/heading-welcome.gif') no-repeat top left;
	}

#content #heading-metals {
	background: url('../images/heading-metals.gif') no-repeat top left;
	margin-top: 40px;
	}

#content #heading-find {
	background: url('../images/heading-find.gif') no-repeat top left;
	margin-top: 40px;
	}

#content #heading-contact {
	background: url('../images/heading-contact.gif') no-repeat top left;
	margin-top: 40px;
	}
	
#content a {
	color: #fff;
	font-weight: bold;
	}
	
#content a:hover {
	color: #ff9933;
	font-weight: bold;
	}
	
#content .address {
	float: left;
	margin-right: 25px;
	}
	
#map-glastonbury {
	float: left;
	margin-left: 50px;
	}
	
	
/* --------------- Footer --------------- */

#footer {
	clear: both;
	color: #365fb7;
	font-size: 90%;
	margin: 0 23px 25px 23px;
	width: 760px;
	}

#footer a {
	color: #365fb7;
	text-decoration: none;
	}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
		
#copyright {
	float: left;
	}
	
#aztec {
	float: right;
	}