* {
	margin: 0;
	padding: 0;
}
body {
	margin: 2em 0;
	text-align: center;
	background-color: #fff;
	font: 76% arial, sans-serif;
}
img {
	border-width: 0;
}
#wrapper_home {
	margin: 0 auto;
	width: 830px;
	overflow: hidden;
	height: 575px;
	background: url(../_img/bkg.home.jpg);
}
#wrapper_inside {
	margin: 0 auto;
	width: 830px;
	overflow: hidden;
	height: 690px;
	background: url(../_img/bkg.inside.gif);
}
#header {
	height: 142px;
}
#logo {
	width: 275px;
	height: 142px;
	float: left;
}
#enews {
	height: 90px;
	overflow: hidden;
}
#enews_in {
	margin-left: 235px;
	width: 300px;
	height: 90px;
	overflow: hidden;
	background-color: #fc9604;
}
#menu {
	width: 555px;
	height: 142px;
	float: right;
}
#enews {
	height: 90px;
}
#links {
	margin-top: 8px;
	margin-left: 3em;
	text-align: left;
}
#links a {
	text-decoration: none;
	font-weight: bold;
	margin: 0 1.25em;
	color: #000;
}
#links a:hover, #links a.active {
	/*color: #de1127;*/
	text-decoration: underline;
}
#homeContent {
	margin: 282px auto 0 auto;
	width: 765px;
	height: 125px;
	text-align: left;
}
#homeContent p {
	font-size: 0.75em;
	font-weight: bold;
	margin: 12px 0 0 8px;
}
#homeContent a {
	color: #de1127;
}
#homeProduct {
	margin: 5px 0;
	width: 240px;
	height: 115px;
	float: left;
	background: url(../_img/bkg.home.product.jpg) right top no-repeat;
}
#homeAbout {
	margin: 5px 0 5px 22px;
	width: 240px;
	height: 115px;
	float: left;
	background: url(../_img/bkg.home.about.jpg) right top no-repeat;
}
#homePromo {
	margin: 5px 0 5px 25px;
	width: 238px;
	height: 115px;
	float: left;
	background: url(../_img/bkg.home.promo.jpg) right top no-repeat;
}
#inlay {
	height: 75px;
	overflow: hidden;
}
#content {
	width: 725px;
	height: 480px;
	margin: 2em auto 0 auto;
	text-align: left;
	overflow: auto;
}
#product {
	margin-bottom: 2em;
	height: 240px;
}
#product .image {
	width: 300px;
	float: left;
}
#product .image img {
	margin-left: -4px;
}
#product .description {
	width: 390px;
	float: left;
}
#product .description .productCopy {
	height: 170px;
}
#content .bio {
	margin-top: 3em;
	padding-left: 220px;
	background: url(../_img/lynelle.jpg) left top no-repeat;
}
#content h1 {
	text-transform: lowercase;
	font-size: 1.25em;
	margin-bottom: 1em;
}
#content h2 {
	text-transform: uppercase;
	font-size: 1.15em;
	margin-bottom: 0.5em;
}
#content p {
	font-size: 0.9em;
	margin: 0.75em 0 0.5em 0;
	line-height: 1.5em;
}
#buynowContent {
	width: 772px;
	height: 503px;
	margin: 2em auto;
	background: url(../_img/bkg.wholesale.jpg) right bottom no-repeat;
	text-align: left;
	overflow: hidden;
}
#buynowContent h1 {
	text-transform: lowercase;
	font-size: 1.25em;
	margin-bottom: 1em;
	margin-left: 25px;
}
#buynowContent h2 {
	text-transform: uppercase;
	font-size: 1.15em;
	margin-bottom: 0.5em;
	margin-left: 25px;
}
#buynowContent .offline {
	text-transform: none;
}
#buynowContent p {
	font-size: 0.9em;
	margin: 0.75em 0 0.5em 0;
	line-height: 1.5em;
	margin-left: 25px;
}
#paypalButton {
	margin: 1.25em 0 2.25em 2em;
}
#footer {
	margin: 1em 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #de1127;
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
	height: 50px;
	overflow: hidden;
}
input {
	font: 11px arial, sans-serif;
	font-weight: bold;
}
.subscribe {
	text-align: right;
	margin-right: 30px;
	margin-top: 22px;
	margin-bottom: -22px;
}
.email {
	height: 22px;
	width: 90px;
	border: 0;
	text-align: center !important;
	background-color: #fff !important;
	line-height: 28px;
}
.submit {
	height: 22px;
	margin-top: 5px;
	margin-left: 23px;
	border: #fff solid 1px;
	text-align: center !important;
	background-color: #fff !important;
}