html, body {
	background-color: #fefe93;
	font-family: arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
}

.container {
	background: #fefe93 url(images/background.jpg) repeat-y center top;
	margin: auto;
	width: 1000px;
}
.wideContainer {
	background: #fefe93 url(images/wideBackground.jpg) repeat-y center top;
	margin: auto;
	width: 1000px;
}

.content {
	float: left;
	width: 525px;
}
.wideContent {
	float: left;
	width: 775px;
}

h1 {
	font-size: 26px;
	color: #3399ff;
	text-align: center;
	line-height: 100%;
}
h2 {
	font-size: 20px;
	color: #3399ff;
	text-align: center;
	line-height: 100%;
}
h3 {
	font-size: 20px;
	color: #3399ff;
	text-align: center;
	line-height: 100%;
}
p {
	font-size: 1em;
	margin: 10px 0px;
	text-indent: 1em;
}
img {
	padding: 0;
	margin: 0;
}

/* BULLET LISTS */
.flower1 {
	list-style-image: url('images/bullet_flower1.gif');
	margin: 10px 25px;
	color: #336633;
	font-weight: bold;
	line-height: 1em;
	padding-left: 0px;
}
.flower2 {
	list-style-image: url('images/bullet_flower2.gif');
	margin: 5px 25px;
	padding-left: 0px;
	/*color: #4270d0;*/
}
.flower3 {
	list-style-image: url('images/bullet_flower3.gif');
	margin: 5px 25px;
	/*color: #ab30ac;*/
	line-height: 1em;
	font-size: 90%;
	padding-left: 0px;
}
.skull {
	line-height: 1em;
	list-style: none;
	margin: 10px;
	padding-left: 0px;
}
.skull li{
	background: url('images/bullet_skull.jpg') 0px 0px no-repeat;
	padding-left: 30px;
}
.faqQuestions {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
li {
	padding-left: 5px;
	margin: 5px 0px;
}

/* MENU */
.menu {
	float: left;
	margin: 20px;
	width: 132px;
}
.menu img {
	border-style: none;
}

.menu .menuButton {
	background-position: top left no-repeat;
	display: block;
	margin-bottom: 5px;
}
.menu .menuButton:hover {
	background-position: left 50%;
}

.menu #welcome {
	background-image: url(images/menu-welcome.gif);
}
.menu #DrCutler {
	background-image: url(images/menu-DrCutler.gif);
}
.menu #success {
	background-image: url(images/menu-success.gif);
}
.menu #supplements {
	background-image: url(images/menu-supplements.gif);
}
.menu #recipes {
	background-image: url(images/menu-recipes.gif);
}
.menu #community {
	background-image: url(images/menu-community.gif);
}
.menu #faq {
	background-image: url(images/menu-faq.gif);
}
.menu #signup {
	background-image: url(images/menu-signup.gif);
}

/* HIGHLIGHT CURRENT PAGE ON MENU, REQUIRES ID ON BODY AND BUTTON */
#welcomePage .menu #welcome, #DrCutlerPage .menu #DrCutler, #successPage .menu #success, #supplementsPage .menu #supplements, #recipesPage .menu #recipes, #faqPage .menu #faq, #signupPage .menu #signup {
	background-position: bottom left;
}


/* SIDEBAR */
.sidebarMain {
	float: right;
	margin-right: 25px;
	text-align: center;
	width: 250px;
}

/* CALL TO ACTION */
.callToAction {
	width: 240px;
	margin: auto;
}
.callToAction div {
	background-color: #ffff66;
	border: 1px solid #990000;
	padding: 10px 0px;
}
.callToAction h2 {
	text-align: center;
	color: #336633;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
}
.callToAction p {
	font-size: 16px;
	margin: 10px;
	text-indent: 0;
}
.orderNowButton {
	width: 170px;
	height: 53px;
	background: top left no-repeat;
	display: block;
	margin: auto;
}
.orderNowButton:hover {
	background-position: 0px -53px;
}

/* SUPPLEMENTS BUTTON */
.orderMore {
	width: 110px;
	height: 34px;
	background: top left no-repeat;
	display: block;
}
.orderMore:hover {
	background-position: bottom;
}


/* FOOTER */
.footer{
	width: 700px;
	margin: auto;
	border: 1px solid black;
	text-align: center;
	background-color: white;
}

.footer .logo {
	margin: 10px;
}

.footer .company {
	font: 14px arial, verdana, sans-serif;
	text-align: center;
	margin: 10px;
}
.footer .company a {
	color: #000000;
}
.footer .company :hover {
	color: #333333;
}
.footer .company :visited {
	color: #000000;
}

.footer .disclaimer{
	width: 660px;
	border: 1px solid #000000;
	font: bold 12px arial, verdana, sans-serif;
	padding: 5px;
	margin: auto;
	margin-top:5px;
	text-align: left;
}

.footer img {
	margin: 0px;
	padding: 0px;
}

/* ORDER FORM */
.orderForm {
	width: 750px;
	margin: auto;
	margin-bottom: 20px;
	background: #99ccff url(landing-images/OF_which.gif) repeat-x;
	text-align: left;
}
.offerButton .button {
	display: block;
	background-repeat: no-repeat;
	height: 60px;
	width: 170px;
}
.offerButton .button:hover {
	background-position: 0px -60px;
}