/* Table of Contents:
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* Global Containers
--------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	background: #234665;
}

#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/cellhell-bg.jpg) top left repeat-y;
	padding: 0 15px;
}

.floatleft {
	float: left;
	clear: left;
}

.floatright {
	float: right;
	clear: right;
}

.clear {
	clear: both;
}

.black {
	color: #000;
}

#container:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

/* Typography
--------------------------------------------------------------------------------------- */

a, a:link, a:active {

}

a:visited {

}

a:hover {

}

/* Header Layout
--------------------------------------------------------------------------------------- */
h1 {

}

h1 span {
	display: none;
}

#nav {
	list-style: none;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	float: left;
	background: #000;
}

#nav li {
	float: left;
	margin: 0;
}

#nav a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 5px 0 6px;
	padding: 5px;
	font-size: 15px;
	line-height: 18px;
}

#nav li.current a {
	background: #fff;
	color: #ed1c24;
}

#nav a:hover {
	color: #fcb032;
}





/* Middle Layout
--------------------------------------------------------------------------------------- */
strong {
	color: #ed1c24;
}

h2 strong {
	color: #000;
}

h2 {
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	color: #ed1c24;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h3 {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: normal;
	border-top: solid 1px #000;
	padding: 10px 0 0 0;
	margin: 0 220px;
}

h4 {
	font-size: 14px;
	line-height: 16px;
	color: #ed1c24;
	margin: 25px 35px 5px 35px;
}

p, ul {
	font-size: 13px;
	line-height: 18px;
	margin: 0 35px 10px 35px;
	list-style: none;
}

ul li {

}

p.home {
	font-size: 16px;
	line-height: 24px;
}

p.intro {
	margin-top: 40px;
}

img.sticker {
	float: right;
	margin: 0 20px 0 0;
}

#buynow {
	float: left;
	margin: 0 0 10px 0;
}

#buynow p {
	font-weight: bold;
	font-size: 20px;
	color: #fcb032;
	margin: 0 0 4px 6px;
}

#buynow p span {
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

#buynow p del {
	font-size: 14px;
	color: #999;
	font-weight: normal;
}

div.hr {
	clear: both;
	visibility: hidden;
	height: 35px;
}

img.home {
	border: solid 1px #ed1c24;
	margin: 0 35px 20px 35px;
	clear: left;
	float: right;
	display: inline;
}

img.headshot {
	float: right;
	display: inline;
	margin: 4px 35px 20px 20px;
	border: solid 1px #ed1c24;
}

img.quiz {
	margin: 0 0 10px 50px;
}

embed {
	margin: 0 0 15px 35px;
}

/* Contact Form Layout
--------------------------------------------------------------------------------------- */
.required {
	color: #ed1c24;
}

#contact {
	display: block;
	float: left;
	border: solid 1px #ed1c24;
	width: 320px;
	padding: 10px 15px;
	margin: 0 0 20px 0;;
	background: #eee;
}

#contact p {
	margin: 0 0 6px 0;
}

#contact p.leader {
	margin-bottom: 12px;
	border-bottom: dashed 1px #8da0c1;
	padding-bottom: 8px;
	text-align: center;
}

#contact p label {
	display: block;
	float: left;
	width: 50px;
	text-align: right;
	padding-right: 10px;
}

#contact p span {
	margin-left: 15px;
}

#contact p span label {
	float: none;
	display: inline;
	width: auto;
	padding-right: 5px;
}

#contact input, #contact select, #contact legend, #contact label, #contact textarea {
	font-size: 12px;
}

#realname, #ADDRESS, #ADDRESS2, #email {
	width: 220px;
}

#CITY, #ZIP {
	width: 175px;
}

#PHONE, #FAX {
	width: 100px;
}

#STATE {
	width: 35px;
}

#ZIP {
	width: 75px;
}

#MESSAGE {
	width: 315px;
}

#FREE-CHAPTERS, #LEADERSHIP-TIPS {
	float: left;
	display: inline;
	margin: 2px 10px 16px 10px;
}

p.company {
	display: none;
}

#contact fieldset {
	width: 250px;
	margin: 0;
	padding: 0;
	border: none;
}

#contact fieldset legend {
	color: #000;
}

p.referral label {
	width: auto;
	margin: 2px 6px 0 0;
}

p.submit {
	padding: 10px 0 0 0;
	text-align: center;
}

#contact #submit {
	font-size: 14px;
}


/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer {
	width: 700px;
	height: 20px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/cellhell-footer.jpg) top left no-repeat;
	padding: 15px;
}

#footer p {
	font-size: 11px;
	color: #fff;
	margin: 0;
}
