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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 62.5%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #1c4094;
}


#wrapper {
	width: 100%;
	background: url(../images/sky-bg.jpg) no-repeat 50% 100%;
}
#wrapper-home {
	width: 100%;
	height: 580px;
	background: url(../images/sky-bg-home.jpg) no-repeat 50% 0;
}

a, a:visited {
	color: #00c8ff;
	text-decoration: none;
	border-bottom: 1px solid #00c8ff;
}

a:hover {
	color: #ffff99;
	text-decoration: none;
	border-bottom: 1px solid #00c8ff;
}



/* text 
-----------------------------------------------------------*/

h1, h2, h3, h4, h5 {
	color: #ffff00;
	border-bottom: 1px solid #00c8ff;
	padding: 0 0 0.3em 0;
	clear: both;
}

h1 { font-size: 2.2em; margin: 0 0 0.2em 0; }
h2 {
	font-size: 1.6em;
	margin: 2em 0 0.2em 0;
}
h2 span {
	font-size: 0.8em;
	font-weight: normal;
}

h3, h4, h5 { font-size: 1.4em; margin: 2em 0 0.2em 0; }

p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0.2em 0 1em 0;
}

#content ul, #content ol, #wide-container ul, #wide-container ol  {
	margin: 1em 0;
	padding: 0;
}
#content ul li, #wide-container ul li {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0.4em 1.4em;
	padding: 0;
}
#content ul li ul li, #wide-container ul li ul li {
	font-size: 1em;
	line-height: 1em;
	margin: 0.4em 1.4em;
	padding: 0;
}



#promo-intro p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 20px 0 0 10px;
}

.promo-side-content p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #ffff00;
	margin: 0;
	padding: 0 0 1em 0;
}



/* banner 
-----------------------------------------------------------*/

#banner {
	width: 910px;
	height: 180px;
	margin: 0 auto;
	background: url(../images/bg-logo.png) no-repeat 260px 0;
	text-align: left;
}
#promo-intro {
	width: 260px;
	height: 180px;
	margin: 0;
	float: left;
}
#promo-dvd {
	width: 260px;
	height: 180px;
	margin: 0 auto;
	float: right;
	background: url(../images/dvd-promo.png) no-repeat 0 0;
}
#promo-dvd a, #promo-dvd a:visited {
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
	width: 260px;
	height: 180px;
	margin: 0;
	border-bottom: 0;  /* override text link border-bottom */
}

#promo-dvd-placeholder {
	width: 260px;
	height: 180px;
	margin: 0 auto;
	float: right;
}

#home-link {
	width: 340px;
	height: 180px;
	margin: 0;
	float: right;
}
#home-link a, #home-link a:visited {
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
	width: 340px;
	height: 180px;
	border-bottom: 0;  /* override text link border-bottom */
	
}


/* main navigation bar 
-----------------------------------------------------------*/

#nav {
	width: 910px;
	height: 30px;
	margin: 20px auto;
	text-align: left;
}


#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav li a, #nav li a:visited {
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
	height: 30px;
	background: url(../images/bg-nav-2.png) no-repeat;
	text-decoration: none;
	width: 130px;
	border-bottom: 0;  /* override text link border-bottom */
	
}

#nav li.poles a, #nav li.poles a:visited { background-position: 0 0; }
#nav li.benefits a, #nav li.benefits a:visited { background-position: -130px 0; }
#nav li.education a, #nav li.education a:visited { background-position: -260px 0; }
#nav li.resources a, #nav li.resources a:visited { background-position: -390px 0; }
#nav li.contact a, #nav li.contact a:visited { background-position: -520px 0; }


#nav li a:hover, #nav li a.active {
	display: block;
	text-decoration: none;
	width: 130px;
	}

#nav li.poles a:hover, #nav li.poles a.active { background-position: 0 -30px; }
#nav li.benefits a:hover, #nav li.benefits a.active { background-position: -130px -30px; }
#nav li.education a:hover, #nav li.education a.active { background-position: -260px -30px; }
#nav li.resources a:hover, #nav li.resources a.active { background-position: -390px -30px; }
#nav li.contact a:hover, #nav li.contact a.active { background-position: -520px -30px; }
   


/* page content 
-----------------------------------------------------------*/

#container {
	width: 910px;
	margin: 0 auto;
	text-align: left;
}
#side {
	width: 260px;
	float: left;
	margin-bottom: 20px;
}
#side-home {
	width: 260px;
	float: left;
}
#content {
	width: 600px;
	float: right;
	padding: 0 0 20px 0;
}
#content-wide {
	width: 910px;
	float: left;
	clear: both;
	padding: 0 0 20px 0;
}

#content img {
	border: 2px solid #000;
}
.left-image {
	float: left;
	margin: 0 10px 10px 0;
}

#content a.go-button, #content a:visited.go-button {
	border: 0;
	float: right;
	margin: 10px;
}

#content a.go-button img, #content a:visited.go-button img {
	border: 0;
}

/* Tables 
------------------------------------------------------------ */

table.data-table {
	margin: 0;
}
table.data-table p, table.data-table li  {
	color: #1c4094;
	font-size: 1.3em;
	margin: 3px 0;
}

table.data-table h2 {
	margin: 5px 0;
}

#content table.data-table ul, #content table.data-table ol {
	color: #1c4094;
	margin: 0;
	padding: 0;
}
#content table.data-table ul li {
	color: #1c4094;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0.4em 1.4em;
	padding: 0;
}


table.data-table td {
	border-right: solid 1px #1c4094;
	border-bottom: solid 1px #1c4094;
	padding: 0 6px;
	background-color: #fff;
	vertical-align: top;
}
table.data-table a, table.data-table a:visited {
	color: #00c8ff;
}

table.data-table td.header-row {
	padding: 20px 6px 2px 6px;
	vertical-align: bottom;
	background-color: #1855A4;
}
table.data-table td.header-cell {
	vertical-align: top;
	background-color: #00C8FF;
	font-size: 1.1em;
	font-weight: bold;
}



/* Gallery 
------------------------------------------------------------ */

.gallery-row {
	width: 910px;
	margin: 0;
	text-align: left;
	clear: all;
}

.gallery-box, .gallery-box-center {
	width: 260px;
	margin: 10px 0;
	padding: 0;
	float: left;
}
.gallery-box-center {
	margin: 10px 50px;
}

.gallery-box-top {
	width: 260px;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	background: url(../images/bg-promo-side-1.png) no-repeat;
}
.gallery-box-content {
	height: 200px;
	text-align: center;
	margin: 0;
	padding: 10px;
	background: url(../images/bg-promo-side-2.png) repeat-y;
}
.gallery-box-content img {
	margin: 0 auto;
	border: solid 2px #ffff00;
}
.gallery-box-content p {
	text-align: center;
	font-size: 1.2em;
	color: #ffff00;
	margin: 0.2em 0 0 0;
}


.gallery-box-bottom {
	width: 260px;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	background: url(../images/bg-promo-side-3.png) no-repeat;
}

/* side navigation 
-----------------------------------------------------------*/

#side ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}

#side li {
	margin: 0 0 6px 0;
	padding: 0;
}

#side li a, #side li a:visited {
	display: block;
	overflow: hidden;
	outline: none;
	text-decoration: none;
	width: 260px;
	border-bottom: 0;  /* override text link border-bottom */
	color: #ffff99;
	background: url(../images/bg-side-single-off.png) no-repeat;
	height: 26px;
}
#side li a span, #side li a:visited span {
	display: block;
	padding: 6px 10px 0 10px;
}


#side li a:hover, #side li a.active {
	display: block;
	text-decoration: none;
	width: 260px;
	border-bottom: 0;  /* override text link border-bottom */
	color: #1c4094;
	background: url(../images/bg-side-single-on.png) no-repeat;
	height: 26px;
	}
#side li a:hover span, #side li a.active span {
	display: block;
	padding: 6px 10px 0 10px;
}


/* side home navigation 
-----------------------------------------------------------*/

#side-home ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.2em;
}

#side-home li {
	margin: 0 0 6px 0;
	padding: 0;
}

#side-home li a, #side-home li a:visited {
	display: block;
	overflow: hidden;
	outline: none;
	text-decoration: none;
	width: 260px;
	border-bottom: 0;  /* override text link border-bottom */
	color: #ffff99;
	background: url(../images/bg-side-double-off.png) no-repeat;
	height: 44px;
}
#side-home li a span, #side-home li a:visited span {
	display: block;
	padding: 6px 10px 0 10px;
}


#side-home li a:hover, #side-home li a.active {
	display: block;
	text-decoration: none;
	width: 260px;
	border-bottom: 0;  /* override text link border-bottom */
	color: #1c4094;
	background: url(../images/bg-side-double-on.png) no-repeat;
	height: 44px;
}
#side-home li a:hover span, #side-home li a.active span {
	display: block;
	padding: 6px 10px 0 10px;
}

/* side promo box 
-----------------------------------------------------------*/

.promo-side {
	width: 260px;
	margin: 20px 0;
	padding: 0;
}
.promo-side h3 {
	color: #fff;
	margin: 5px 0;
	border-bottom: solid 1px #1c4094;
	font-size: 1.4em;
}
.promo-side-top {
	width: 260px;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	background: url(../images/bg-promo-side-1.png) no-repeat;
}
.promo-side-content {
	margin: 0;
	padding: 10px;
	background: url(../images/bg-promo-side-2.png) repeat-y;
}

.promo-side-content ul li {
	font-weight: normal;
}

.promo-side-content img {
	margin: 10px 0;
	border: solid 2px #ffff00;
}

.promo-side-bottom {
	width: 260px;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	background: url(../images/bg-promo-side-3.png) no-repeat;
}


/* footer 
-----------------------------------------------------------*/

#footer-wrapper {
	width: 100%;
	height: 90px;
	background: url(../images/bg-footer.png) repeat-x 0 0;
	border-top: solid 1px #fff200;
}

#footer {
	width: 910px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#footer p {
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: right;
	margin: 0;
	padding: 0;
    color: #00c8ff;
}

/* Footer Navigation */

.footer-nav {
	position: relative;
	width: 100%; /* force hasLayout in IE */
	height: 22px;
	margin: 0 0 0 0;
}

.footer-nav li {
	float: right;
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
}

.nav-home a,
.nav-contact a,
.nav-sitemap a,
.nav-ab a,
.nav-pm a,
.nav-blog a,
.nav-facebook a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	border-bottom: 0;
}

.nav-home,
.nav-contact,
.nav-sitemap,
.nav-ab,
.nav-pm,
.nav-blog,
.nav-facebook {
	height: 22px;
	background: url(../images/footer-nav.png) no-repeat;
}

/* default state */
.nav-home {width: 72px; background-position: 0 0;}
.nav-contact {width: 102px; background-position: -80px 0;}
.nav-sitemap {width: 82px; background-position: -190px 0;}
.nav-blog {width: 62px; background-position: -280px 0;}
.nav-facebook {width: 90px; background-position: -350px 0;}
.nav-ab {width: 192px; background-position: -450px 0;}
.nav-pm {width: 192px; background-position: -650px 0;}


/* hover and active states */
.nav-home:hover, .nav-home.hover, .nav-home.active {background-position: 0 -30px;} 
.nav-contact:hover, .nav-contact.hover, .nav-contact.active {background-position: -80px -30px;} 
.nav-sitemap:hover, .nav-sitemap.hover, .nav-sitemap.active {background-position: -190px -30px;} 
.nav-blog:hover, .nav-blog.hover, .nav-blog.active {background-position: -280px -30px;} 
.nav-facebook:hover, .nav-facebook.hover, .nav-facebook.active {background-position: -350px -30px;} 
.nav-ab:hover, .nav-ab.hover, .nav-ab.active {background-position: -450px -30px;} 
.nav-pm:hover, .nav-pm.hover, .nav-pm.active {background-position: -650px -30px;} 


/* Miscellaneous
------------------------------------------------------------ */

br.clearfloat { /* for containers with floating children */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear-floating-image { /* wrap around floating images */
	clear: both;
}

.no-wrap {
	white-space: nowrap;
}



/* Contact Form 
------------------------------------------------------------ */


#contact-form {
	margin: 0;
	padding: 0;
	text-align: left;
}
#contact-form input {
	font-size: 1em;
	width: 300px;
	margin: 0 0 10px 0;
	padding: 2px;
	background: #fff;
	border: #1c4094 solid 1px;
}
#contact-form input.checkbox {
	width: 30px;
	margin: 0 0 5px 0;
}

#contact-form textarea {
	font-size: 1em;
	width: 300px;
	margin: 0 0 5px 0;
	padding: 2px;
	background: #fff;
	border: #1c4094 solid 1px;
}
#contact-form input#submit, #contact-form input#reset {
	width: 100px;
	margin: 0 20px 0 0;
	padding: 0;
	height: 30px;
	border: 0;
	background: transparent;
}

/* e-mail suscribe form 
------------------------------------------------------------ */

#subscribe-form input {
	font-size: 1.2em;
	width: 200px;
	margin: 0 0 5px 0;
	padding: 2px;
	background: #fff;
	border: #1c4094 solid 1px;
}
span.label {
	display: block;
	font-size: 1.2em;
}
#subscribe-form input#submit {
	width: 130px;
	margin: 0 20px 0 0;
	padding: 0;
	height: 30px;
	border: 0;
	background: transparent;
}


/* Calendar
------------------------------------------------------------ */

iframe#calendar {
	border: 0;
	width: 910px;
	height: 600px;
	frameborder: 0;
	scrolling: no;
}
#calendar-wrap {
	background-color: #fff;
	padding: 10px 0;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
}

/* Purchase button
------------------------------------------------------------ */

a.purchase-button, a:hover.purchase-button {
	border-bottom: 0;
	margin-right: 10px;
	vertical-align: middle;
}
a.purchase-button img {
	border: 0;
}

a:hover.purchase-button {
	border-bottom: 0;
}

