body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html { height: 100%; margin-bottom: 1px; }

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #75523f;
	background: #fef5e4 url(images/body-bg2.jpg) repeat-x;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 145px;
	background: url(images/content-bottom.png) no-repeat bottom;
}

#header {
	width: 960px;
}
	.home-header {
		height: 334px;
		background: url(images/home-header2.jpg) no-repeat bottom;
	}
	.page-header {
		height: 200px;
		background: url(images/page-header.jpg) no-repeat bottom;
	}
	
	#header .logo {
		float: left;
	}	
	#header .tagline {
		float: left;
		margin-top: 35px;
	}
	
	ul.navigation {
		display: block;
		height: 44px;
		float: right;
		list-style: none;
		margin-top: 44px;
	}
		ul.navigation li {
			float: left;
			margin-left: 2px;
			text-indent: -9999px;
		}
			ul.navigation li a {
				display: block;
				background-position: top;
				height: 44px;
			}
			
				ul.navigation li a.home-btn {
					width: 75px;
					background-image: url(images/btn-home2.png);
				}
				ul.navigation li a.about-btn {
					width: 100px;
					background-image: url(images/btn-about2.png);
				}
				ul.navigation li a.print-btn {
					width: 100px;
					background-image: url(images/btn-print2.png);
				}
				ul.navigation li a.web-btn {
					width: 130px;
					background-image: url(images/btn-web2.png);
				}
				ul.navigation li a.portfolio-btn {
					width: 100px;
					background-image: url(images/btn-portfolio2.png);
				}
				ul.navigation li a.contact-btn {
					width: 90px;
					background-image: url(images/btn-contact2.png);
				}
			ul.navigation li a:hover, ul.navigation li a:focus {
				background-position: center;
			}
			ul.navigation li a.active {
				background-position: bottom;
			}
			
	#header h2 {
		clear: both;
		color: #C29B60;
		font-size: 26px;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 30px;
		padding: 40px 0 0 49px;
	}
	
	ul.buttons {
		display: block;
		height: 31px;
		list-style: none;
		margin: 35px 0 0 49px;
	}
		ul.buttons li {
			float: left;
			margin-right: 20px;
		}
			ul.buttons li a {
				display: block;
				width: 112px;
				height: 23px;
				background: #654233 url(images/header-button-bg.png) no-repeat;
				color: #fef5e4;
				text-decoration: none;
				font-size: 16px;
				text-transform: lowercase;
				text-align: center;
				padding: 4px;
			}
			ul.buttons li a:hover, ul.buttons li a:focus {
				color: #d8bd9b;
			}


#content {
	width: 862px;
	background: url(../images/content-top.png) no-repeat top;
	clear: both;
	min-height: 350px;
	padding: 25px 49px 0 49px;
}
	#content.page-content {
		background: url(images/page-content-top.png) no-repeat top;
	}

	#content h2 {
		color: #75523f;
		font-size: 28px;
		font-weight: normal;
		letter-spacing: -1px;
		margin-bottom: 15px;
		clear: both;
	}
	
	#content h3 {
		clear: both;
		color: #75523f;
		font-size: 22px;
		font-weight: normal;
		letter-spacing: -1px;
		margin-bottom: 15px;
	}
	
	#content p {
		margin-bottom: 20px;
		line-height: 20px;
	}
	
#content p a:link, #content p a:visited {
	color: #cc9762;
	text-decoration: none;
}
#content p a:hover, #content p a:active, #content p a:focus {
	color: #291502;
}
	
#footer {
	width: 960px;
	height: 20px;
	margin: -37px auto;
	margin-bottom: 40px;
	clear: both;
}

	#footer p {
		color: #75523f;
		font-size: 11px;
	}
		#footer p.copyright {
			float: left;
			margin-left: 65px;
		}

#footer a {
	font-size: 11px;
	color: #75523f;
	text-decoration: underline;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
}

#footer ul {
	display: block;
	width: 550px;
	float: left;
	margin-left: 65px;
	list-style: none;
}
	#footer ul li {
		float: left;
		padding-left: 4px;
	}
	
#footer p.client-login {
	float: right;
	background: url(images/client-login.png) no-repeat left;
	padding-left: 13px;
}

#footer p.back-top {
	float: right;
	margin: 0 25px 0 15px;
	background: url(images/arrow-up.png) no-repeat left;
	padding-left: 13px;
}

a { outline: none; }

.clear { clear: both; }

/* Homepage */

.home-left {
	width: 506px;
	float: left;
	padding-right: 25px;
}

.home-right {
	width: 303px;
	float: left;
	padding-left: 28px;
	margin-bottom: -8px;
	background: url(images/large-box-bg.png) no-repeat bottom left;
}

.blog-image {
	float: left;
	border: 2px solid #d8bd9b;
	margin: 0 2px 2px 0;
	padding: 2px 2px 2px 2px;
}

ul.blog-feed {
	list-style: none;
	margin-bottom: 47px;
}
	ul.blog-feed li {
		margin-bottom: 18px;
		padding-left: 18px;
		font-size: 12px;
		background: url(images/bullet-icon.gif) no-repeat left;
	}
	ul.blog-feed li a {
		color: #75523f;
		text-decoration: none;
	}
	ul.blog-feed li a:hover, ul.blog-feed li a:focus {
		color: #291502;
	}
	
.services-box {
	width: 230px;
	float: left;
	margin-bottom: 20px;
	background: url(images/small-box-bg.png) no-repeat bottom left;
}
	.services-box h3.design-print {
		background: url(images/print-icon.png) no-repeat left;
		padding:  6px 0 8px 60px;
		margin-left: 20px;
	}
	.services-box h3.design-web {
		background: url(images/web-icon.png) no-repeat left;
		padding:  6px 0 8px 50px;
		margin-left: 27px;
	}
.services-box.right {
	margin-right: 22px;
}
	
.services-box ul {
	list-style: none;
	margin: 0 0 30px 30px;
}
	.services-box ul li {
		margin-bottom: 10px;
		padding-left: 23px;
		background: url(images/tick-icon.png) no-repeat left;
	}
	.services-box ul li a {
		color: #75523f;
		text-decoration: none;
	}
	.services-box ul li a:hover, .services-box ul li a:focus {
		color: #291502;
	}
	
.portfolio-thumbs {
	float: left;
	margin-right: 30px;
	border: 4px solid #d8bd9b;
}
	.portfolio-thumbs.see-more {
		margin-right: 0px;
	}


/* About */

a.profile-image {
	display: block;
	width: 107px;
	height: 155px;
	float: right;
	background: url(images/chris-spooner-pic.jpg) no-repeat;
	background-position: top;
	text-indent: -9999px;
	margin-left: 10px;
}
	a.profile-image:hover {
		background-position: bottom;
	}
	
/* Print */

.services-description {
	width: 370px;
	float: left;
	padding: 0 30px;
	margin-bottom: 30px;
	background: url(images/small-box-bg.png) no-repeat bottom left;
}
	
ul.services {
	display: block;
	float: left;
	width: 210px;
	list-style: none;
	margin:  0 0 15px 20px;

}
	ul.services li {
		margin-bottom: 10px;
		padding-left: 23px;
		background: url(images/tick-icon.png) no-repeat left;
	}
	ul.services li.findoutmore {
		background: url(images/arrow-icon.png) no-repeat left;
	}
ul.services li a {
	color: #75523f;
	text-decoration: none;
}
ul.services li a:hover, ul.services li a:focus {
	color: #291502;
}

h3.logo-design { background: url(images/logo-design-icon.png) no-repeat left; padding: 6px 0 6px 60px; }
h3.stationery-design {	background: url(images/stationery-icon.png) no-repeat left; padding: 6px 0 6px 60px; }
h3.flyer-design {	background: url(images/flyer-icon.png) no-repeat left; padding: 6px 0 6px 60px; }
h3.magazine-ads {	background: url(images/magazine-icon.png) no-repeat left; padding: 6px 0 6px 60px; }

/* Web */

h3.website-design { background: url(images/web-design-icon.png) no-repeat left; padding: 6px 0 6px 50px; }
h3.blog-design {	background: url(images/blog-icon.png) no-repeat left; padding: 6px 0 6px 50px; }
h3.seo {	background: url(../images/seo-icon.png) no-repeat left; padding: 6px 0 6px 50px; }
h3.micro-websites {	background: url(images/micro-icon.png) no-repeat left; padding: 6px 0 6px 50px; }

	
/* Portfolio */

.portfolio {
	margin-left: 20px;
}

.portfolio .portfolio-thumbs {
	float: left;
	margin: 0 20px 20px 0;
	border: 4px solid #d8bd9b;
}

/* Contact */

.contactleft {
	width: 431px;
	float: left;
}
.contactright {
	width: 371px;
	float: left;
	padding: 0 30px;
	margin-top: 20px;
	background: url(images/small-box-bg.png) no-repeat bottom left;
}

form#contactform label {
	display: block;
	font-weight: bold;
	margin: 10px 0 3px 0;
}

form#contactform input, form#contactform textarea {
	width: 380px;
	background: #f8f0e3;
	border: 1px solid #e7dfcf;
	padding: 3px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
} 
	form#contactform textarea {
		height: 135px;
		background: #f8f0e3 url(images/form-bg.png) no-repeat bottom right;
	}

form#contactform input.submit {
	width: 119px;
	background: none;
	border: none;
	display: block;
	margin: 10px 0 0 -3px;
}

form#contactform label span {
	color: red;
	margin-left: 3px;
}

form#contactform label.form-error {
	display: block;
	width: 388px;
	background: #feb8ab;
	border-top: 1px dotted red;
	border-bottom: 1px dotted red;
	margin-top: 3px;
}
	form#contactform label.form-error span {
		display: block;
		margin: 5px;
	}
	
ul.homelist {
	width: 185px;
	float: left;
	list-style: none;
	margin-bottom: 30px;
}
	ul.homelist li {
		margin-bottom: 5px;
		padding: 2px 0 2px 23px;
		font-size: 12px;
	}
		ul.homelist li.blogsg { background: url(../images/icons/blogspoongraphics.gif) no-repeat left; }
		ul.homelist li.chrisspooner { background: url(../images/icons/chrisspooner.gif) no-repeat left; }
		ul.homelist li.twitter { background: url(../images/icons/twitter.gif) no-repeat left; }
		ul.homelist li.stumbleupon { background: url(../images/icons/stumbleupon.gif) no-repeat left; }
		ul.homelist li.designfloat { background: url(../images/icons/designfloat.gif) no-repeat left; }
		ul.homelist li.digg { background: url(../images/icons/digg.gif) no-repeat left; }
		ul.homelist li.lastfm { background: url(../images/icons/lastfm.gif) no-repeat left; }
		ul.homelist li.flickr { background: url(../images/icons/flickr.gif) no-repeat left; }
	ul.homelist li a {
		color: #75523f;
		text-decoration: none;
	}
	ul.homelist li a:hover, ul.homelist li a:focus {
		color: #291502;
	}
