@charset "UTF-8";
/* CSS Document */

/* global html elements */
	body {
		background-color:#000;
		color:#8d855a;
	}
	
	img {
		border:0;
	}
	a {
		color:#ada57a;
		text-decoration:none;
	}
	
	a:hover {
		text-decoration:underline;
		
	}
	
	h1 {
		font-size:25px;
		color:#f8edef;
		text-transform: uppercase;
	}
	h2 {
		font-size:18px;
		font-style:italic;
		text-transform: uppercase;
		color:#f9f9e4;
		letter-spacing: 0.2em;
	}
	
	/*body double*/
	#main { 
		position:relative;
		width:766px;
		margin-left:auto;
		margin-right:auto;
	}
	
/* header */
	#header img {
		padding:0;
		margin:0;
		position:absolute;
	}
	
/* content area */
	#content {
		z-index:1;
		width:766px;
		background-image:url(images/pageWrapper_09.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
	#content-outer {
		position:relative;
		top:237px;
		padding-bottom:5px;
		background-image:url(images/footer_11.png);
		background-repeat:no-repeat;
		background-position:bottom;
	}
	#content p:first-child {
		padding-top: 20px;
	}
	
	#footer {
		position:relative;
		top:237px;
	}
	.hanging_indent {
		text-indent:-10px;
		padding-left:10px;
	}

	/*#two-col {
		background-image:url(images/sidebar-divider.png);
		background-position:251px;
		background-repeat:repeat-y;
	}*/
	
	/*#divider {
		z-index:4;
		height:100%;
		background-image:url(images/sidebar-divider.png);
		background-position:251px;
		background-repeat:repeat-y;
		padding-bottom:80px;
	}
		*/
	#left-sidebar {
		width:251px;
		position:relative;
		float:left;
		font-size:14px;
		line-height:18px;
		height:100%;
	}
	#left-sidebar p {padding-left:20px;}
	
	#content-2col {
		background-image:url(images/sidebar-divider.png);
		background-repeat:repeat-y;
		padding-left:20px;
		margin-left:251px;
		line-height:22px;
		padding-bottom:20px;
	}
	
	.product {
		font-size:16px;
		color:#FFF;
		font:Helvetica, Arial, sans-serif;
	}
	.pull_quote {
		color:#FFF;
		font:Helvetica, Arial, sans-serif;
		font-size:14px;
		font-style:italic;
	}
