/* css browser reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%; font-family:Arial, Helvetica, sans-serif; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color:#000000;background:#111111;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/***divs***/
#wrapper{width:1000px; margin:0 auto;}
#content-wrapper{width:700px; margin:0 auto; background:url(../images/content-fill.png) repeat-x #000;}
#content-wrapper-black{width:700px; margin:0 auto; background:#000;}
	#header{width:700px; height:283px; background:url(../images/header-bg.png) no-repeat #000;}
	#content{width:650px; margin:0 auto; padding-top:10px;}
		#buy-box{width:308px; height:300px; margin:7px 0 20px 10px; background:url(../images/buy-box-bg.png) no-repeat; float:right;}
		div.hr-grey{width:700px; height:20px; margin:0 0 20px -25px; background:#555555;}
		div.ingredient{margin-bottom:20px;}
		div.testimonial{height:130px; border:2px solid #fff; background:#555555; padding:8px 10px 0px 10px; margin:0 10px 20px 0;}
		div.testimonial-right{width:290px; height:130px; border:2px solid #fff; background:#555555; padding:5px 10px; float:right; margin:0 0px 20px 0;}
		#buy-box-lower{width:650px; height:229px; background:url(../images/buy-box-bg-lower.png) no-repeat;}
		#footer{padding:10px 0;}
	#livechat{position:fixed; top:160px; margin-left:-100px;}
	
/***lists***/
#nav ul{position:absolute; margin:70px 0 0 410px;}
 #nav ul li{display:inline; margin-right:3px; list-style:none; color:#fff; font-size:10px;}
 	#nav ul li a{text-decoration:none; color:#fff; font-size:10px;}
	#nav ul li a:hover{color:#000;}
#footer ul{margin-left:170px;}
 #footer ul li{display:inline; margin-right:3px; list-style:none; color:#fff; font-size:10px;}
 	#footer ul li a{text-decoration:none; color:#fff; font-size:10px;}
	#footer ul li a:hover{color:#000;}
	
/***p***/
p{color:#fff; line-height:20px; font-size:12px; margin-bottom:15px;}
p.big{color:#fff; line-height:20px; font-size:14px; margin-bottom:15px;}
p.ingredient-title{margin-bottom:5px; font-size:16px; font-weight:bold;}
p.ques{font-weight:bold; font-size:14px;}
p.ans{margin-left:30px;}
p.testimonial-name{margin:0px; font-style:italic; text-align:right;}
p.disclaimer{font-style:italic; font-size:10px;}

/***img***/
img{margin-bottom:15px;}
img.ingredient{float:left; margin:-4px 7px 4px 0px;}
img.buy-now{margin-left:-25px;}
.monial-img{float:left; margin:7px 7px 0px 0;}

.clear{clear:both;}
.bold{font-weight:bold;}
.red{color:#F00;}

/***forms***/
#buy-form{position:absolute; width:300px; margin:23px 0 0 7px;}
#buy-form-lower{position:absolute; margin:77px 0 0 250px;}
.name{width:120px; margin-bottom:3px;}
.lst-name{width:125px;}
.address{width:255px;margin-bottom:3px; color:#999;}
.city{width:135px;margin-bottom:3px; color:#999;}
.st{width:25px; color:#999;}
.zip{width:75px; color:#999;}
.email{width:255px; margin-bottom:18px; color:#999;}
.radio{
	margin:0;
	height:18px;
	display:block;
}
.button{margin:4px 0 0 45px;}
#buy-form-lower input.radio{
	margin:0;
	height:18px;
	display:block;
}
#buy-form-lower input.button{position:absolute; margin:-180px 0 0 220px;}

form#email-contact-form{border:5px ridge #cccccc; padding:15px; background:#555555; width:620px;}
form#email-contact-form label{display:block; margin:4px 0px; font-size:14px; color:#fff;}
form#email-contact-form input{width:40%;}
form#email-contact-form input#submit{width:125px;}
form#email-contact-form textarea{width:98%; margin-bottom:10px;}

