/*

Branches Design Limited
Unit 1
Shawbridge Sawmill
Clitheroe
Lancashire
BB71LY
Telephone 01200 444 443

Ain't no Dreamweaver templates here buddy, move along now.

*/

body{
	background-color: #990000;
	font-family: "Helvetica", Arial, sans-serif;
	background-image: url('../img/topglow.png');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	padding: 0px;
}
#branding {
	width: 260px;
	height: 90px;
	margin: auto;
}
#header {
	padding: 5px 0px 0px 0px;
	width: 960px;
	margin: auto;
	color: #fff;
	text-align: center;
}
#header h1 {
	text-shadow: 3px 3px 5px #111;
	font-size: 3.6em;
	letter-spacing: -0.03em;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	line-height: 1.3em;
}
#header h3 {
	text-shadow: 3px 3px 5px #111;
	font-size: 2.5em;
	letter-spacing: -0.03em;	
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#header h3 a{
	color: white;
	text-decoration: underline;
}
#portfolio {
	width: 960px;
	margin: auto;
	text-align: center;
	text-shadow: 3px 3px 5px #111;
	overflow: hidden;
	padding: 0px 0px 40px 0px;
}
h4 {
	height: 45px;
	padding: 30px;
	clear: both;
	font-size: 2.3em;
	color: #fff;
	background-color: #680022;
	margin: 20px 0px 20px 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

/* Gallery */

.gallery {
	padding:0px;
	margin:0px 0px 20px 0px;
	padding-left: 50px;
	float: left;
}
.gallery ul {
	padding:0px;
	margin:0px;
}
.gallery li {
	list-style: none;
	display: inline;
	float: left;
	margin: 10px;
}
.gallery-pic {
	background-image: url('../img/pic-bg.png');
	background-repeat: no-repeat;
	width: 196px;
	height: 136px;
}
.gallery-pic img {
	padding-right: 6px;
	padding-top: 5px;
}
.gallery-pic a {
	border:none;
}
.gallery p {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
a.weblink {
	padding-top: 20px;
	text-decoration: none;
	color: #fff;
	font-size: 0.8em;
}	
a.weblink:hover {
	text-decoration: underline;
}
#footer {
	clear: both;
	background-color: #fff;
	padding: 0px 0px 30px 0px;
}
#footer_inner {
	width: 960px;
	margin: auto;
	padding: 30px 0 0;
	background-image: url('../img/footer_top.gif');
	background-repeat: no-repeat;
	background-position: top center;
	color: #333;
}

#footer_inner h1{
	font-size: 2.5em;
	padding: 0px 0px 20px 0px;
}
#footer_inner p{
	line-height: 1.4em;
	color: #333;
	padding: 0px 0px 20px 0px;
}			
#address {
	text-align: center;
	background-color: #F6F6F6;
	font-size: 0.9em;
	padding: 20px 0px 20px 0px;
	color: #333;
	letter-spacing: 0.07em;
	line-height: 1.8em;
}
#address a{
	text-decoration: none;
	border-bottom: 1px dotted #999;
}