﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #434238;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	color: #333333;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #DE423B;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 0;
}

.clear {
	clear: both;
	height: 0px;
}

#container {
	margin: 10px auto;
	width: 816px;
}

#header {
	height: 108px;
	margin: 0 auto;
	padding: 0;
	background: url('images/SHBBackHeader_left.jpg') no-repeat;
}

	#logo_1 {
		width: 200px;
		float: left;
		margin: 10px 0 0 30px;
	}
	
	#logo_2 {
		margin: -16px 0 0 31px;
		width: 199px;
		float: left;
	}
	
#strapline {
	float: left;
	width: 200px;
	padding-left: 30px;
}

	#strapline p {
		font-size: 13px;
		color: #333333;
		padding: 0;
		margin: 0;
		font-weight: bold;
	}
	
		#strapline p#address {
			color: #666666;
			font-size: 12px;
			margin: 20px 0;
			font-weight: normal;
		}
		
		#strapline p.numbers {
			font-weight: bold;
			font-size: 12px;
			padding-bottom: 5px;
		}
		
	#strapline img {
		margin: 10px 0 0 20px;;
	}

/* Menu */

#menu {
	width: 270px;
	height: 35px;
	float: right;
	padding: 73px 30px 0 260px;
	background: url('images/SHBBackHeader_right.jpg') no-repeat;
}

	#menu ul {
		margin: 0;
		list-style: none;
	}
	
	#menu ul li {
		display: inline;
	}
	
		#menu ul li a {
			display: block;
			float: left;
			width: 110px;
			height: 30px;
			margin-left: 5px;
			padding-top: 6px;
			background: url('images/img07.gif') no-repeat;
			text-decoration: none;
			text-align: center;
			font-family: Arial;
			font-size: 12px;
			font-weight: bold;
			color: white;
		}
		
			#menu ul li a:hover {
				background: url('images/img06.gif') no-repeat;
				text-decoration: underline;
			}
			
			#menu  ul li.active a {
				background: url('images/img06.gif') no-repeat;
			}

/* Page */

#page {
	width: 816px;
	margin: 0 auto;
	background: url('images/img04.jpg') repeat-y left top;
}

	#page .bgtop {
		background: url('images/img03.jpg') no-repeat left top;
	}
	
	#page #fairtrades {
		border: 0;
		margin: 10px 0 0 40px;
	}

/* Content */

#content {
	float: right;
	min-height: 300px;
	width: 520px;
	padding: 5px 20px 5px 0;
}

	#content p {
		color: #333333;
		padding: 5px 0;
		margin: 0;
	}
	
	#content p a {
		color: #333333;
	}
	
	#content img {
		float: right;
		padding: 5px 3px 5px 8px;
	}

/* Footer */

#footer {
	height: 47px;
	background: url('images/img05.jpg') no-repeat left top;
	padding: 33px 20px 0 0;
	clear: both;
}

#footer p {
	font-family: Georgia, "Times New Roman", Serif;
	clear: both;
	margin: 0;
	padding-bottom: 5px;
	text-align: right;
	font-size: 10px;
	color: #666666;
}

#footer p a {
	font-weight: bold;
	color: #666666;
}
