* {
	margin: 0;
	padding: 0;
	border: 0;
}


/* ===============
 PRIMARY LAYOUT START 
   =============== */

body {
	background: #3B5473;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #000000;
}

#header {
	background: #1C3453 url(../images/header.jpg) no-repeat;
	height: 690px;
	text-indent: -9999px;
}

#header #video {
	width: 470px;
	height: 317px;
	margin: 181px 0 0 120px;
	text-indent: 0;
}

#header #tweet-this {
	width: 600px;
	height: 30px;
	margin: 32px 0 0 50px;
	text-indent: 0;
}

#header #tweet-this p, 
#header #tweet-this p a:link, 
#header #tweet-this p a:visited, 
#header #tweet-this p a:active {
	font-family: georgia,times new roman,serif;
	color: #FFFFFF;
	font-size: 18px;
	text-align: right;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0;
	text-decoration: none;
}

#header #tweet-this p a:hover {
	text-decoration: underline;
	color: #FFFF00;
}

#wrapper {
	background: #3B5473 url(../images/wrapper-bg.gif) repeat-y;
	margin: 0 auto;
	width: 1000px;
}

#page-wrap {
	background: #FFFFFF;
	width: 960px;
	margin: 0 auto;	
}


#main {
	background: #FFFFFF;
	padding: 20px;
}

#right-panel {
	background: #1C3453 url(../images/bg.gif) repeat;
	width: 200px;
	height: 100%;
	float: right;
	padding: 15px;
}

#footer {
	background: #000000;
	width: 944px;	
	margin: 0 auto;
	clear: both;
	padding: 8px;
}

#footer p, #footer a {
	color: #FFFFFF;	
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

#footer a:hover {
	text-decoration: underline;
}



/* ===============
 TEXT AND HEADINGS START 
   =============== */

p {
	color: #000000;	
	font-size: 14px; 
	font-weight: normal; 
	text-align: justify; 
	text-decoration: none; 
	line-height: 15pt;
	margin-bottom: 20px;
}

p#logout {
	text-align: right;
}

a:link, a:visited, a:active {
	color: #D50000; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: justify; 
	text-decoration: underline; 
	line-height: 14pt;
}

a:hover {
	color: #D50000; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: justify; 
	text-decoration: none; 
	line-height: 14pt;
}

h1 {
	font-family: arial,verdana,helvetica,sans-serif;
	color: #D50000;
	font-size: 30px; 
	font-weight: bold; 
	font-style: italic;
	text-align: center;
	line-height: 30pt;
	margin-bottom: 20px;
}

h2 {
	color: #000000;
	font-size: 18px; 
	font-weight: bold; 
	text-align: center;
	line-height: 18pt;
	margin-bottom: 20px;
}

.highlight {
	background-color: yellow;
}

.highlight-b {
	background-color: yellow;
	font-weight: bold;
}

.style1 {
	font-weight: bold;
	font-style: italic;	
}

.style2 {
	font-weight: bold;
	text-decoration: underline;
}

.style3 {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}


#main ul {
	font-size: 14px;
	list-style-type: none;
	margin: 0 0 20px 25px;
}

#main ul li {
	background: white url(../images/bullet.gif) no-repeat;
	padding-left: 40px;
	margin-bottom: 20px;
	line-height: 15pt;
}

.inline-img-left {
	float: left;
	margin: 10px 10px 10px 0;
}

.inline-img-right {
	float: right;
	margin: 10px 0px 10px 10px;
}

.inline-img-center {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}


p.yes-btn a {
	background: #FFFFFF url(../images/yes_btn.gif) no-repeat;
	display: block;
	width: 685px;
	height: 125px;
	margin: 0 auto;
}

p.yes-btn a:hover {
	background: #FFFFFF url(../images/yes_btn_hover.gif) no-repeat;	
}

/* ===============
 HEADER STUFF START 
   =============== */

/* ===============
 FOOTER STUFF START 
   =============== */


/* ===============
   FORM COMPONENTS
   =============== */

div#form {
	background: #F1F7F8 url(../images/yes.gif) no-repeat;
	background-position: center 20px;
	width: 660px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 2px solid black;
	padding: 130px 20px 20px 20px; 
}

div#success-form {
	background: #D5FFD5;
	background-position: center 20px;
	width: 600px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 1px solid black;
	padding: 20px 20px 20px 20px; 
}

div#success-form p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

div#success-form p a {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #D50000;
}

div#form p {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
}

input {
	border: 1px solid #C0C0C0;
	width: 640px;
	padding: 8px;
	margin-bottom: 15px;
}

input:focus {
	background: #FFFFCC;
}

input#submit {
	background: #000000;
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 8px;
	width: 150px;
	cursor: pointer;
	margin: 0 auto;
	margin-bottom: 0;
	display: block;
	clear: both;
}

input#submit:hover {
	background: #BE1313;
}

select {
	padding: 4px;
	border: 1px solid #C0C0C0;
}

select:focus {
	background: #FFFFCC;
}

option {
	padding: 2px;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

label {
	font-size: 12px;
	font-weight: bold;
}

fieldset label {
	margin-bottom: 5px;
}

fieldset#left-column,
fieldset#right-column {
	width: 50%;
	margin-top: 15px;
	margin-bottom: 15px;
}

fieldset#left-column {
	float: left;	
}

fieldset#right-column {
	float: right;	
}

div.error-message {
	background: #FBE3E4 url(../images/error.gif) no-repeat scroll 10px center;
	border: 2px dotted #FBC2C4;
	padding: 8px 8px 8px 40px;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #BE1313;
	margin-bottom: 15px;
}


table#perfect-business {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: #0C1E34;
	border-collapse: collapse;
	background-color: white;
	margin-bottom: 20px;
}

table#perfect-business td {
	border-width: 1px;
	padding: 15px;
	border-style: inset;
	border-color: #0C1E34;
	background-color: #F2F2F2;		
}

table#perfect-business td p {
	margin-bottom: 0;
}

table#perfect-business td.title {
	background-color: #F1F7F8;
	width: 25%;	
}

table#perfect-business td.title p {
	font-weight: bold;
	margin-bottom: 0;
}

/* ===============
       HEADINGS
   =============== */

h1#h1,
h1#h2,
h1#h3,
h1#h4,
h1#h5,
h1#h6,
h1#h7,
h1#h8,
h1#h9 {
	text-indent: -9999px;
	text-align: center;
}

h1#h1 {
	background: #FFFFFF url(../images/headings/h1.gif) no-repeat top center;
	height: 129px;
}

h1#h2 {
	background: #FFFFFF url(../images/headings/h2.gif) no-repeat top center;
	height: 86px;
}

h1#h3 {
	background: #FFFFFF url(../images/headings/h3.gif) no-repeat top center;
	height: 228px;
}

h1#h4 {
	background: #FFFFFF url(../images/headings/h4.gif) no-repeat top center;
	height: 125px;
}

h1#h5 {
	background: #FFFFFF url(../images/headings/h5.gif) no-repeat top center;
	height: 134px;
}

h1#h6 {
	background: #FFFFFF url(../images/headings/h6.gif) no-repeat top center;
	height: 136px;
}

h1#h7 {
	background: #FFFFFF url(../images/headings/h7.gif) no-repeat top center;
	height: 35px;
}

h1#h8 {
	background: #FFFFFF url(../images/headings/h8.gif) no-repeat top center;
	height: 42px;
	margin-bottom: 0;
}

h1#h9 {
	background: #FFFFFF url(../images/headings/h9.gif) no-repeat top center;
	height: 87px;	
}

/* ===============
    TESTIMONIAL BOX
   =============== */

table.testimonial {
	width: 731px;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 40px;
}

table.testimonial td.top-fans {
	background: #FFFFFF url(../images/testimonial_box_fans_top.gif) no-repeat;
	width: 731px;
	height: 72px;
}

table.testimonial td.top-coaches {
	background: #FFFFFF url(../images/testimonial_box_coaches_top.gif) no-repeat;
	width: 731px;
	height: 72px;
}

table.testimonial td.left {
	background: #FFFFFF url(../images/testimonial_box_left.gif) repeat-y;
	width: 25px;	
}

table.testimonial td.right {
	background: #FFFFFF url(../images/testimonial_box_right.gif) repeat-y;
	width: 25px;	
}

table.testimonial td.main {
	background: #F0F0F0 url(../images/testimonial_box_bg.gif) no-repeat;
	width: 681px;
	margin: 0 auto;
	vertical-align: top;
	padding: 10px;
}

table.testimonial td.main h2 {
	font-family: georgia,times new roman,serif;
	color: #D50000;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 10px;
}

table.testimonial td.main p.from {
	font-family: georgia,times new roman,serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}


table.testimonial td.bottom {
	background: #FFFFFF url(../images/testimonial_box_bottom.gif) no-repeat;
	width: 731px;
	height: 15px;
}

table.testimonial img.headshot {
	float: left;
	padding: 0 15px 15px 0;
}

/* ===============
    MISCELLANEOUS
   =============== */

.youtube {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

p#play-video {
	cursor: pointer;
	text-align: center;
}

#closing-flyer {
	display: block;
	margin: 0 auto;	
}

#videos { 
	display: none;
}

/* ===============
   CAROUSEL STUFF
   =============== */

#carousel-wrap {
	background: #000000;
	height: 210px;
	width: 930px;
	padding: 15px;
}

.carousel ul {
	list-style-type: none;
}

.carousel ul li {
	background: none;
	margin: 0 10px;
}

#carousel-wrap img {
	margin: 0 auto;
	display: block;
}

#carousel-wrap img#prev-arrow, #carousel-wrap img#next-arrow {
	cursor: pointer;
}


/* ===============
     LOGOUT PAGE
   =============== */

p#logout-message a { 
	font-weight: bold; 
	font-size: 14px; 
	color: blue; 
	display: block; 
	margin-top: 200px; 
	text-align: center;
	text-decoration: underline;
}
