body, html {
  font-family: Arial;
	background: white url(/images/bg/bd-bg.gif) repeat top left;
	color: #787255;
	padding-bottom: 10px;
	padding-top: 10px;
}

#doc2 {
	background: white url(/images/bg/doc-bg.jpg) no-repeat top left;
	margin-top: 20px;
	position: relative;
}

/* Header Styles */

#hd {
	height: 219px;
	position: relative;
}

body.home #hd {
	background: transparent url(/images/bg/hd-home-bg.jpg) no-repeat 10px 10px;
}

body.products #hd {
	background: transparent url(/images/bg/hd-products-bg.jpg) no-repeat 10px 10px;
}

#main-menu {
	height: 36px;
	position: absolute;
	right: 40px;
	top: 183px;
	margin: 0;
	padding: 0;
}

#main-menu li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#main-menu li img {

}

#main-menu li.first {
	background: transparent url(/images/icons/sep.jpg) no-repeat top right;
	padding-right: 60px;
}

#main-menu li.last {
	padding-left: 25px;
}

#logo {
	position: absolute;
	top: -15px;
	left: 30px;
	z-index: 20;
}

/* Body Styles */

#bd {
	position: relative;
	height: 472px;
	margin: 0 9px;
}

#bd .inner {
	padding: 20px 20px 0 330px;
}


/* Footer Styles */

#ft {
	position: relative;
	height: 44px;
}

#ft-menu {
	position: absolute;
	top: 0;
	right: 30px;
}

#ft-menu ul {
	margin: 0;
	padding: 0;
}

#ft-menu ul li {
	list-style: none;
	display: inline;
	line-height: 36px;
	font-size: 77%;
	float: left;
	text-transform: uppercase;
}

#ft-menu a:link, #ft-menu a:visited {
	color: #fff9bb;
	text-decoration: none;
}

#ft-menu a:hover, #ft-menu a:active {
	color: #ffffff;
	text-decoration: none;
}

#ft-menu li span {
	background: transparent url(/images/icons/pipe.gif) no-repeat right center;
	padding: 0 6px 0 5px;
}

#ft-menu li.last span {
	background: none;
	padding-right: 0;
}

#copyright {
	position: absolute;
	top: 0;
	left: 30px;
	line-height: 36px;
	font-size: 77%;
}

#copyright a:link, #copyright a:visited {
	color: #c1ba97;
	text-decoration: none;
}

#copyright a:hover, #copyright a:active {
	color: #fff;
	text-decoration: none;
}

#site-blurb {
	position: absolute;
	left: 0;
	top: 404px;
	color: #fff9bb;
	text-align: center;
	width: 295px;
	font-size: 116%;
	font-weight: bold;
}

#site-blurb .inner {
	padding: 5px 30px 0 30px;
}

/* Page Styles */


/* Home */

body.home #bd {
	background: transparent url(/images/bg/home-bg.jpg) no-repeat top left;
}

#home-tagline {
	position: absolute;
	top: -125px;
	right: 20px;
}

#shop {
	float: right;
	padding-left: 20px;
	padding-bottom: 15px;
	display: block;
}

.p1 {
	margin-top: 30px;
}

h2 {
	font-size: 100%;
	margin-bottom: .4em;
}

.body-list {
	margin-top: 0;
	margin-left: 1.1em;
}

h2.visit {
	clear: right;
	margin-top: 0;
}

#feature-img-2 {
	position: absolute;
	top: 230px;
	right: 20px;
}

/* Products */

body.products #bd {
	background: transparent url(/images/bg/products-bg.jpg) no-repeat top left;
}

#products-tagline {
	position: absolute;
	top: -125px;
	right: 20px;
}

#lolly-lineup {
	float: right;
	display: block;
	padding-left: 20px;
}

#col-wrapper{
	position: relative;
}

#other-products #col-2 {
	position: absolute;
	top: 0;
	left: 150px;
	width: 200px;
}

#other-products #col-2 .body-list {

}

/* Contact include */

#contact-info {
	text-align: center;
	position: absolute;
	bottom: 20px;
	width: 580px;
}

#contact-info h2 {
	border-top: 1px dashed #dcce9f;
	padding-top: .6em;
	position: relative;
	margin-top: 0;
}

#contact-info p {
	margin-bottom: 0;
}

#contact-info ul {
	margin: 0;
	padding: 0;
}

#contact-info ul li {
	display: inline;
	padding-right: 14px;
	margin-left: 10px;
	background: transparent url(/images/icons/bullet.gif) no-repeat center right;
}

#contact-info ul li.first {
	margin-left: 0;
}

#contact-info ul li.last {
	background: none;
	padding-right: 0;
}