body {

	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #f8f5ec;
	
	font-family: Helvetica, Arial, 'Sans Serif';
	font-size: 13px;
	color: #000;
	line-height: 1.25;	
}

h1, h2, h3, h4 {
		line-height: 1;	
}

h1 {
	font-size: 1.8em;		
}
h2 {
	font-size: 1.4em;		
}
h3 {
	font-size: 1.2em;		
}
h4 {
	font-size: 1em;		
}

.highlight {
	border-bottom: 2px dotted #e27e00;
	margin-bottom: 20px;
	background-color: #f6fae7;
	padding: 5px 10px 5px 10px;
}

.clear {
	width: 100%;
	clear: both;
	height: 0px;	
	
}

#home_banner {
	width: 736px;
	height: 302px;
	padding: 0px;
	margin: 0px;
	padding-left: 212px;
	background: url('../_img/home_nav.png') top left no-repeat;
	border-bottom: 2px dotted #e27e00;
}


#nav {
	position: absolute;
	left: 30px;
	top: 0px;
	width: 160px;
	padding: 40px 15px;
	z-index: 5;
	line-height: 1.5;
	
}

#nav ul {
	
	
}

#nav ul li {
	
	
}


#nav ul li a {

	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	
	text-decoration: none;
	color: #40060e;
	line-height: 1.5;
		
}

#nav ul li a:hover {

	color: #7eb0bf;
		
}

#outer {
	width: 948px;
	padding: 1px 76px; /* 1px top padding to prevent ancestor collapsing of the margins. */
	margin: 0px auto;
	margin-bottom: 30px;
	background: url('../_img/header.png') top center no-repeat;	
}

#header {

	position: relative;
	width: 948px;
	height: 108px;
	padding: 0px 1px;
	padding-bottom: 6px;
	margin: 0px auto;
	margin-top: 100px;
}

#header #cart_menu {
	
	position: absolute;
	top: 0px;
	right: 40px;
	text-align: right;
	height: 50px;

}

#header #cart_menu a {
	
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	
	line-height: 50px;
	text-decoration: none;
	margin-left: 10px;
	float: left;
}

#header #cart_menu a img {
	
	
}

#header #menu {
	
	position: absolute;
	bottom: 0px;
	right: 40px;
	text-align: right;
	height: 50px;
	

}

#header #menu a {
	color: #fff;
	
	font-size: 11pt;
	font-weight: bold;
	margin-left: 10px;
		text-decoration: none;
}


#container {
	width: 948px;
	position: relative;
	z-index: 1;
	margin: 0px auto;
	padding: 0px 1px;
	_height: 620px; /* IE6 hack */
	background: url('../_img/container.png') repeat-y;
}

#container img.banner {
	padding: 0px;
	margin: 0px;


}


#content {
	position: relative;
	z-index: 4;
	width: 675px;
	padding: 20px;
	padding-left: 255px;
	padding-top: 18px;
	min-height: 540px;

}

#footer {

	position: relative;
	z-index: 2;
	width: 950px;
	margin: 0px auto;
	margin-left: -1px;
	padding: 0px;
	height: 0px;
	padding-top: 315px;
	background: url('../_img/footer.png') no-repeat;
	margin-top: -315px;


}

p.copyright {
	font-size: 10px;
	color: #888;
	margin: 0px;
	padding: 5px 0 0 30px;

}
