body {
	font-family: Arial, sans-serif
	color: #000;
	background: url(images/background.jpg) no-repeat top center #825937;
}

#wrapper {
	margin: 0 auto;
	width: 1028px;
}

#content_wrapper {
	background: url(images/contentbackground.png) no-repeat top center;
	width: 1028px;
	height: 987px;
	min-height: 987px;
	clear: both;
	z-index: 1;
}

.clear {
	clear: both;
	visibility: hidden;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

ul li {
	float: left;
}

h2, h3, h4, h5 {
	margin-bottom: 10px;
}

/*** Header ***/

#header {
	position: relative;
	height: 150px;
}

	.logo {
		float: left;
	}
	
	.logo a {
		text-indent: -99999px;
		display: block;
		background: url(images/logo.png) no-repeat;
		width: 227px;
		height: 198px;
	}

	ul.nav {
		float: left;
		margin-left: 25px;
	}
	
	ul.nav li {
		display: inline;	
		padding: 94px 13px 6px;
		margin-right: 25px;
	}
	
	ul.nav li:hover {
		background: url(images/hover.png) repeat-x;
		-webkit-box-shadow: 0px 0px 10px #49392b;
		-moz-box-shadow: 0px 0px 5px #49392b;
		cursor: pointer;
	}
		
	ul.nav li a {
		font-size: 22px;
		text-decoration: none;
	}
	
	.eco_friendly {
		float: right;
		margin: 90px 10px 0 0;
	}
	
/*** Sidebar ***/

#sidebar {
	float: left;
	/*height: 987px;*/
	width: 220px;
	margin: 33px 10px 0 40px;
}	

	#sidebar a img {
		margin-bottom: 25px;
	}

/*** Content ***/

#content {
	margin: 10px 0 10px 20px;
	width: 700px;
	float: left;
}

	#main_buttons {
		margin-bottom: 25px;
	}
	
	.buttons li {
		float: left;
		padding-right: 1px;
	}
	
	.buttons li.t-shirts {
		padding-top: 23px;
	}
	
	.buttons li.promotional {
		padding-top: 13px;
	}
	
	.buttons li.banners {
		padding-top: 20px;
	}
	
	.buttons li.embroidery {
		padding-right: 0;
		padding-top: 23px;
	}
	
	a.quote img {
		margin-top: 15px;
	}
	
	
	.page_copy.index {
		height: 270px;
		overflow-y: scroll;
	}
	
	.page_copy  {
		height: 760px;
		overflow-y: scroll;
		padding-bottom: 25px;	
	}
	
		.page_copy p {
			padding-bottom: 10px;
		}
		
		.page_copy ul, .page_copy ol {
			display: block;
			padding: 10px;
		}
			.page_copy ul li {
				list-style: none;
				float: none;
				display: block;
				padding-bottom: 3px;
			}
			
			.page_copy ol li {
			    list-style-type: inherit; 
				float: none;
				display: block;
				padding-bottom: 3px;
			}
		
		.page_copy a img {
			padding: 5px 0 5px 5px;
			float: right;
			margin-right: 5px;
		}	
		
		.page_copy img {
			padding: 10px 0;
		}
			
/*** Gallery Images ***/

#product_gallery {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dotted #000;
}

	.gallery_image {
		float: left;
		margin-right: 15px;
	}
	
	.gallery_image a img {
		border: 5px solid #e3e3e3;
	}
	
	.gallery_image.last {
		margin-right: 0;
	}
	
.gallery a img {
	margin-right: 33px;
	margin-bottom: 10px;
	border: 5px solid #E3E3E3;
}

.gallery a img.last_image {
	margin-right: 0;
}
	
	
/*** Contact Form ***/
	
	#calcform div {
		margin-bottom: 10px;	
	}
	
/*** Footer ***/

#footer {
	padding-top: 15px;
	margin: 0 30px 50px;
	border-top: 1px dotted #000;
	font-size: 13px;
}