@charset "UTF-8";
/* CSS Document */

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#bfbfbf;
	background:url(../images/bg.gif) left top repeat-x #373737;
}

/****
Elements
****/
a, a:visited {
	color:#FFCC00;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
img {border:none;
	vertical-align:middle;
}
p {
	line-height:18px;
	margin:20px 0;
	padding:0;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
}
h2 {
	margin:20px 0;
	padding:0;
	font-size:16px;
	font-weight:normal;
}
h2 small {font-size:12px; color:#999999;}
blockquote {
	margin:20px 0;
	padding:10px 60px;
	text-align:center;
	font-size:20px;
	font-style:italic;
	font-family:Times;
	color:#fff;
	background:#222;
}
object {
	margin:0;
	padding:0;
	display:block;
}
ol {
	margin:0;
	padding:0 0 0 32px;
	font-size:30px;
	color:#333333;
}
ol li {
	margin:0 0 40px 0;
	padding:0;
}
ol li p {
	margin:10px 0 0 0;
	font-size:14px;
	color:#bfbfbf;
}
.center {
	margin:0 auto;
	text-align:center;
}


/****
Global Classes
****/
#wrapper {
	width:984px;
	margin:0 auto;
}
.header {
	height:153px;
	background:url(../images/header_background.jpg) left top no-repeat;
}
.header #logo {
	width:361px;
	height:96px;
	padding-left:23px;
	float:left;
}
.header #contactnumber {
	padding:69px 43px 0 0;
	float:right;
}
.clearfix {
	clear:both;
	font-size:0px;
}
.footer {
	width:936px;
	min-height:56px;
	margin:0 auto;
	padding:25px 0 0 0;
	background:url(../images/footer_background.jpg) left top no-repeat;
	text-align:center;
	clear:both;
}
.footer a, .footer a:visited {
	padding:0 15px;
	color:#888888;
}
.footer a:hover {text-decoration:underline;}
.footer p.copyright {
	margin:0;
	padding:7px 0;
	text-align:center;
	color:#696969;
	font-size:10px;
	font-style:italic;
}
.footer p.social_links {
	margin:0;
	padding:7px 0 0 0;
	text-align:center;
}

/* Navigation */
.header #nav {
	width:936px;
	height:57px;
	margin:0 auto;
	padding:0;
	border-top:1px solid #2b2b2b;
	clear:both;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul li {
	margin:0;
	padding:0 23px;
	float:left;
	text-indent:-9999px;
}
#nav ul li#last_nav {
	padding-right:0px;
}
#nav a, #nav a:visited {
	line-height:19px;
	padding:7px 5px 20px;
	display:block;
}
#nav a:hover {
	/*border-top:5px solid #fff;*/
	padding-top:2px;
}
a.home, a.ourstory, a.whatwedo, a.boosterclub, a.packages, a.faq, a.contact {
	height:19px;
	background:url(../images/navigation.png) no-repeat;
}
a.home {
	width:37px;
	background-position:5px 18px;
}
a.home:hover {
	background-position:5px 13px;
	border-top:5px solid #fff;
}
a.ourstory {
	width:78px;
	background-position:-78px 18px;
}
a.ourstory:hover {
	background-position:-78px 13px;
	border-top:5px solid #1c5bb1;
}
a.whatwedo {
	width:99px;
	background-position:-197px 18px;
}
a.whatwedo:hover {
	background-position:-197px 13px;
	border-top:5px solid #be1e15;
}
a.boosterclub {
	width:100px;
	background-position:-338px 18px;
}
a.boosterclub:hover {
	background-position:-338px 13px;
	border-top:5px solid #dbbb08;
}
a.packages {
	width:108px;
	background-position:-558px 18px;
}
a.packages:hover {
	background-position:-558px 13px;
	border-top:5px solid #17c4d4;
}
a.faq {
	width:46px;
	background-position:-709px 18px;
}
a.faq:hover {
	background-position:-709px 13px;
	border-top:5px solid #17b901;
}
a.contact {
	width:74px;
	background-position:-797px 18px;
}
a.contact:hover {
	background-position:-797px 13px;
	border-top:5px solid #e6851c;
}
/* colors */
.green {color:#28a71c;}
.yellow {color:#dbbb08;}


/****
Page Classes
****/
/* Home */
#flash {
	height:341px;
	background:url(../images/flash.jpg) left top no-repeat;
}
.pic_cat {
	width:936px;
	height:137px;
	margin:0 auto;
	background:url(../images/pic_cat_background.jpg) center top no-repeat;
}
ul.pic_cat_list {
	width:840px;
	margin:0 auto;
	padding:18px 0 0 0;
	list-style:none;
}
ul.pic_cat_list li {
	margin:0;
	padding:0 12px;
	float:left;
}
ul.pic_cat_list li img {
	margin-bottom:5px;
	display:block;
}
ul.pic_cat_list li a, ul.pic_cat_list li a:visited {
	width:96px;
	height:96px;
	display:block;
	background:url(../images/pic_cat_name.gif) left bottom no-repeat;
	text-align:center;
	font-size:14px;
	color:#fff;
}
ul.pic_cat_list li a:hover {color:#e5ca07;}
.pic_cat_arrow {
	padding:40px 0 0 0;
}
.arrow_left {
	padding-left:20px;
	float:left;
	clear:left;
}
.arrow_right {
	padding-right:20px;
	float:right;
	clear:right;
}

.packages_box {
	width:590px;
	margin:20px 0;
	float:left;
}
h2.packages_box_title {
	height:37px;
	margin:0;
	padding:0;
	background:url(../images/packages_box_title.gif) left top no-repeat;
	text-indent:-9999px;
}
.packages_box_inner {
	height:201px;
	background:url(../images/packages_box_btm.gif) left bottom no-repeat #2b2b2b;
}
.packages_box_inner h3 {
	margin:0 0 8px 0;
	padding:15px 0 0 0;
	color:#dbbb08;
	font-size:18px;
	font-weight:normal;
}
.packages_box_inner p {
	width:300px;
	margin:0;
	padding:0 40px 5px 0;
	float:right;
	line-height:normal;
}
.packages_box_inner img {
	margin:2px 20px 16px 5px;
	float:left;
}

.faq_box {
	width:354px;
	margin:20px 0;
	float:right;
}
h2.faq_box_title {
	height:13px;
	margin:0;
	padding:0;
	background:url(../images/video_box_top.gif) left top no-repeat;
	text-indent:-9999px;
}
.faq_box_inner {
	height:225px;
	background:url(../images/faq_box_btm.gif) left bottom no-repeat #2b2b2b;
}
.faq_box_inner h3 {
	margin:0 0 8px 0;
	padding:15px 25px 0 30px;
	font-size:18px;
	color:#28a71c;
	font-weight:normal;
}
.faq_box_inner p {
	margin:0;
	padding:0 25px 14px 30px;
	line-height:normal;
}
.faq_box_inner img {text-align:center;}
.faq_box_inner .minislider {text-align:center;}

/* Subpages */
.subpage {
	background:url(../images/subpage_background.jpg) left top no-repeat;
}
.subpage_content {
	width:936px;
	margin:0 auto;
	background:#121212;
}
.subpage_btm {
	height:16px;
	background:url(../images/subpage_btm.gif) left bottom no-repeat;
	clear:both;
}
.subpage_content_body {
	padding:0 50px;
	min-height:360px;
}
/* Subpage titles */
h1.title {
	height:41px;
	margin:0 0 20px;
	padding:0;
	text-indent:-9999px;
}
h1.ourstory_title {
	background:url(../images/title_our_story.gif) left top no-repeat;
}
h1.whatwedo_title {
	background:url(../images/title_whatwedo.gif) left top no-repeat;
}
h1.boosterclub_title {
	background:url(../images/title_boosterclub.gif) left top no-repeat;
}
h1.packages_title {
	background:url(../images/title_packages.gif) left top no-repeat;
}
h1.faq_title {
	background:url(../images/title_faq.gif) left top no-repeat;
}
h1.contact_title {
	background:url(../images/title_contact.gif) left top no-repeat;
}
h1.termsconditions_title {
	background:url(../images/title_termsconditions.gif) left top no-repeat;
}

/* Packages */
.package {
	margin:0;
	padding:0 0 60px 0;
	clear:both;
}
.package .left_col {
	width:288px;
	float:left;
	background:#0a0a0a;
}
.package .right_col {
	float:left;
	padding-left:7px;
}
.package .left_col_additional, .left_col_included {
	width:836px;
	float:left;
	background:#0a0a0a;
}
.left_col .left_col_content, .left_col_additional .left_col_content, .left_col_included .left_col_content {
	padding:15px 10px;
}
.left_col h2, .left_col_additional h2, .left_col_included h2 {
	margin:0;
	padding:0 0 3px 5px;
	border-bottom:1px solid #333;
	color:#17c4d4;
	font-size:20px;
	font-weight:normal;
}
.left_col ul, .left_col_additional ul {
	margin:0;
	padding:0 0 0 30px;
	list-style:none;
}
.left_col ul li, .left_col_additional ul li {
	margin:0;
	padding:5px 0;
	text-indent:-24px;
	font-size:14px;
}


ul.additional_items {
	padding:0 0 0 5px;
}
ul.additional_items li {
	height:30px;
	line-height:30px;
	text-indent:0px;
}
div.floatright {
	float:right;
}
ul.additional_items li form {
	padding:0 0 0 10px;
	float:right;
}
ul.additional_items li form input.addtocart {
	width:90px;
	/*float:right;*/
	padding:3px;
	margin:0;
	border:1px solid #333;
	background:#252525;
	color:#FFCC00;
	cursor:pointer;
	font-size:14px;
}
ul.additional_items li form label {
	line-height:30px;
}


.left_col_additional ul li span {
	font-style:italic;
	font-weight:bold;
	float:right;
}
span.package_price {
	display:block;
	padding:26px 0 0 0;
	font-size:20px;
	font-style:italic;
}
input.buynow {
	width:129px;
	margin:20px 0 0 0;
	padding:7px 0;
	background:url(../images/purchase_now.jpg) left top no-repeat;
	color:#dbbb08;
	border:none;
	cursor:pointer;
	float:right;
	font-size:14px;
}

/* What we do */
.step_background {
	background:none #0A0A0A;
}
.step {
	height:97px;
	padding:50px 110px 15px 170px;
	margin:0 0 40px 0;
	font-size:14px;
}
#step1 {background:url(../images/step1.jpg) 15px 15px no-repeat;}
#step2 {background:url(../images/step2.jpg) 15px 15px no-repeat;}
#step3 {background:url(../images/step3.jpg) 15px 15px no-repeat;}
#step4 {background:url(../images/step4.jpg) 15px 15px no-repeat;}

/* FAQ */
p.faq_answer {
	width:70%;
}

/* Contact */
form#contact {
	margin:20px 0;
}
#contact label {
	width:60px;
	line-height:38px;
	display:block;
	float:left;
}
#contact input {
	width:238px;
	height:27px;
	margin:0 0 6px 0;
	padding:11px 10px 0;
	font-size:13px;
	background:url(../images/input_background.gif) left top no-repeat;
	border:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
#contact textarea {
	width:314px;
	height:121px;
	margin:0 0 6px 0;
	padding:11px 10px 11px;
	background:url(../images/textarea_background.gif) left top no-repeat;
	border:none;
	color:#fff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	overflow:hidden;
}
#contact input#submit {
	width:129px;
	height:34px;
	margin:0 0 0 60px;
	padding:0;
	border:none;
	background:url(../images/submit_background.gif) left top no-repeat;
	color:#fff;
	cursor:pointer;
}

/* FAQ */
h2.faq_question {
	margin:0 0 10px 0;
	padding:0 0 0 22px;
	background:url(../images/bullet_faq.jpg) left top no-repeat;
}

/* Highlights pages */
.highlights {
	width:984px;
	height:341px;
	background:url(../images/highlights_bck.jpg) left top no-repeat;
	text-align:center;
}

/* Image_preview script */
#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

/* Slider script for home page */
/* Easy Slider */
#slider {
	width:840px;
	height:110px;
	overflow:hidden;
	margin:0 auto;
}
.pic_cat_list li {
}
span#prevBtn {display:none;}
span#nextBtn {display:none;}