@charset "utf-8";
/* CSS Document */

/*************************/
/***** GLOBAL STYLES *****/

html { margin:0; padding:0; }

a:link, a:visited {	color:#4396ca; font-weight:normal; text-decoration:none; outline:none; }
a:hover { color:#45657f; font-weight:normal; text-decoration:underline; }

body {
	background:#367C96;
	color: #707a7e;
	font: 12px "Trebuchet MS"; 
	margin:0;
	padding:29px 0px 31px 0px;

}

h1 {
	border-bottom:1px solid #CCC;
	color:#707a7e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20pt;
	font-style:italic;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	letter-spacing:-0.03em;
	line-height:20pt;
}

h2 {
	color:#0085b7;
	font-size:16pt;	
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
}

h3 {
	color:#0085b7;
	margin:0;
	padding:0;
	font-size:14pt;
	font-weight:normal;
}

h4 { }

h5 { }

h6 { }

input, select, textarea { outline:none; }

input.text { line-height:18px; }

p {	margin: 0 0 10px 0;	display:block; }

ul { }
li { list-style-image:url('../../images/check.png'); }

ul.widget { margin:0 0 0 10px; padding:0; }
ul.widget li { list-style:none; font-size:14px; padding:0; background:url(images/widget-line.gif) no-repeat 0 bottom;}
ul.widget li a { color:#059bd4; background:url(images/marker2.gif) no-repeat left 12px; display:block; padding:5px 0px 7px 14px;}
ul.widget li:last-child { background: none; }

.fixed { position:fixed; top:0; }
.help { clear:left; color:#888; float:left; font-size:8pt; font-style:normal; }
.img { margin:0 10px 10px 0; }

.clear { clear:both; }
.left { float:left; }
.right { float:right; }

.spacer { display:block; background:none; border-bottom:1px dashed #AAA; height:1px; margin:10px auto; width:85%; }
.spacer2 { border-bottom:1px solid #CCC; height:0px; background:#FFF; width:100%; margin:10px 0; }

.error { color:#900; padding:10px 10px 10px 40px; width:830px; border:1px solid #C00; background:#ffe6e6 url('../../images/error.png') no-repeat 5px 50%; margin:0 auto 10px auto; }
.message { color:#090; padding:10px 10px 10px 40px; width:830px; font-weight:bold;  background:#e2ffe3 url('../../images/check.png') no-repeat 5px 50%; border:1px solid #090; margin:0 auto 10px auto; display:block; }

td { vertical-align:top; }

.w50p { width:45%; margin-left:5%; float:left; }

/***** END GLOBAL STYLES *****/
/*****************************/


/****************************/
/***** BEGIN CONTAINERS *****/

#container {
	width:922px; margin: 0 auto;
	background:#fff;
	border:1px solid #eaebeb;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding:0px 28px 0px 30px;
	position:relative;
}

#mast {
	background:url('images/mast.jpg') no-repeat 0 0;
	height:123px;
	position:relative;
}

#logo {
	float:left;
	padding:5px 0px 0px 0px; 
	height:115px;
	margin:0px 0px 0px 0px;
	position:relative;
}

#top-links {
	height:31px;
	margin:0;
	padding:5px;
	position:absolute;
	right:0px;
	top:1px;
	width:auto;
}

#top-links a:link, #mast a:visited { font-size:18px; color:#12b2d4; }
#top-links a:hover { color:#58b33c; }

#main-nav {
	background: url('images/menu-bg.gif') repeat-x top center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}

#search { position:absolute; top:5px; right:-50px; }

#search #s {
				background:url(images/searchInput.gif) no-repeat;
				width:160px;
				/*border:1px inset #FFF;*/ vertical-align:middle;
				border:none;
				font-size:14px;
				color:#707a7e;
				line-height:normal !important;
				padding:6px 0px 5px 6px; 
				margin:-5px 1px 0px 0px;
				}
			
			#search #s:focus { outline:0;}
			
			#search #searchsubmit {
				border:0; width:55px; height:27px; background:url(images/search.png) no-repeat 0 0;
				text-decoration: none; border-radius:0; line-height:1.0em; font-size:1.0em;
				padding:0; margin:0px 0px 0px 0px; color:#FFF; text-transform:uppercase;
				}
			
			#search #searchsubmit:hover { text-decoration:none; background-position:0 bottom;}

#banner-index {
	background:url('../../images/banner-index.jpg') no-repeat top center;
	height:250px;
	margin:0;
	padding:0;
	width:950px;
}

#breadcrumb {
	color:#FFF;
	position:absolute;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color:#FFF;
	line-height:31px;	
	text-decoration:none;
}

#breadcrumb a:hover {
	text-decoration:underline;	
}

#page {
	background:url('../../images/page-bg.jpg') repeat-x;
}

#content {
	height:auto;
	float:left;
	overflow:hidden;
	padding:10px 0;
}

#left {
	float:left;
	padding:0px 10px 0 0;
	width:630px;
	overflow:hidden;
}

#right {
	float:right;
	padding:0 0 0 10px;
	width:270px;
	overflow:hidden;
}

#search {
	margin:0;
	padding:0;
	width:290px;
}

#search-box {
	border:1px solid #CCC;
	height:22px;
	float:left;
	margin:0;
	padding:0 0 0 5px;
	color:#555;
	width:192px;
}

#search-btn {
	/*background:url('images/search.jpg') no-repeat;*/
	color:#FFF;
	border:1px solid #7e9db9;
	border-left:none;
	height:28px;
	margin:0 0 0 0;
	padding:0 5px;
	width:auto;
	
	background: #afd860;
	background: -moz-linear-gradient(top, #afd860, #8ebd34);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#afd860), to(#8ebd34));
	
	/* Rounded corners */
	
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	
	text-shadow: 1px 1px 0px #999;
	cursor:pointer;
	
	/*behavior: url('PIE.htc');*/
}

#search-box:hover, #search-box:focus {
	z-index: 1000000;
}

#search h3 {
	margin:0;
	padding:0;
}

#news, #events {
	margin:0;
	padding:0;
	list-style-type:none;
	width:285px;
}

#news li, #events li {
	width:100%;
	color:#777;
	font-size:8pt;
	list-style-image:none;
}

/***** END CONTAINERS *****/
/**************************/


/*************************/
/***** FOOTER STYLES *****/

#footer {
	height:auto;
	overflow:hidden;
	background:#FFF;
	border-top:1px solid #DDD;
	clear:both;
	display:block;
	width:900px;
	margin:10px 0 15px 0;
	text-shadow:1px 1px 0 #FFF;
	font-size:8pt;
}

.col {
	float:left;
	width:200px;
	border-right:1px solid #CCC;
	border-left:1px solid #FFF;
	padding:0 10px;
	height:175px;
}

.col strong {
	text-transform:uppercase;	
}

.col ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.col li {
	list-style-image:none;
	margin:0;
	padding:0;
}

.col li a:link, .col li a:visited {
	color:#555;
	line-height:13pt;
	text-decoration:none;
}

.col li a:hover {
	text-decoration:none;
	color:#111;
}

.first {
	border-right:1px solid #CCC;
}
.last {
	border-right:none;
}

#copyright {
	/*	background:url('images/copyright.jpg') repeat-x top;*/
	clear:both;
	color:#679fb1;
	display:block;
	font-size:8pt;
	font-style:normal;
	line-height:35px;
	margin:0;
	padding:0;
	text-align:right;
	width:100%;
}

#copyright a:link, #copyright a:visited {
	color:#679fb1;
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
}

/***** END FOOTER STYLES *****/
/*****************************/


/**************************/
/***** SLIDESHOW DIVS *****/

#slideshow {
	width:675px;
	overflow:hidden;
	position: relative;
	height:150px;
	margin-bottom:10px;
}

#slideshow .cover{
	width:4050px; /*------- class mystuff width * number of mystuff divs (160 * 3 = 480)---------- */
	position: absolute;
	height:150px;
}
#slide_links { margin:0 0 20px 3px; }
#slide_links a:link, #slide_links a:visited {
	background:url('../../images/slide-links.jpg') repeat-x;
	padding:5px 15px;
	color:#FFF;
	font-size:9pt;
}

#slide_links a:hover {
	background:url('../../images/slide-links-h.jpg') repeat-x;
	text-decoration:none;
}

#slide_links a.active {
	background:url('../../images/slide-links-a.jpg') repeat-x;
}

#slide1 {
	background: url('../../images/slide1.jpg') no-repeat top center;
}

#slide2 {
	background: url('../../images/slide2.jpg') no-repeat top center;
}

#slide3 {
	background: url('../../images/slide3.jpg') no-repeat top center;
}

#slide4 {
	background: url('../../images/slide4.jpg') no-repeat top center;
}

#slide5 {
	background: url('../../images/slide5.jpg') no-repeat top center;
}

#slide6 {
	background: url('../../images/slide6.jpg') no-repeat top center;
}

#slideshow p{
	margin:-25px 0 0 0;
	padding:0;
}

#total {
	color:#888;
	font-size:8pt;
	text-align:right;
	background:#FFF;
	border:none;
	width:auto;
}

.slides {
	height:135px;
	font-size:8pt;
	line-height:14px;
	margin:0;
	padding:20px 25px 0 160px;
	position:relative;
	text-shadow: 1px 1px 0px #FFF;
	width: 490px;
	float:left;
}

img.learn-more {
	position:absolute;
	top:110px;
	left:510px;
}

/***** END SLIDESHOW DIVS *****/
/******************************/


/****************************/
/***** BEGIN BOX STYLES *****/

.box-title {
	/*background:url('images/heading.jpg') no-repeat top center;*/
	background:#f7f7f7;
	border:1px solid #BBB;
	color:#777;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	margin:0;
	padding:5px;
	position:relative;
	width:99%;
	
	/* Effects */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-shadow: 1px 1px 0px #FFF;
	
	/* Gradient background */
	background:#f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7, #DDDDDD);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7f7f7), to(#DDDDDD));
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7f7f7', endColorstr='#DDDDDD'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7f7f7', endColorstr='#DDDDDD')"; /* IE8 */
	
	/*behavior: url('PIE.htc');*/
}

.box-title.help { font-size:8pt; }

.box-title div {
	font-size:10px;
	position:absolute;
	top:6px;
	right:5px;
}

.box-content {
	color:#555;
	font-size:9pt;
	margin:0 0 10px 0;
	padding:5px;
	width:100%;
}

#right .box-title, #right .box-content {
	width:255px;	
}

/***** END BOX STYLES *****/
/**************************/


/*******************************/
/***** BEGIN COURSE STYLES *****/

.course-title {
	font-size:10pt;
	font-weight:bold;
	display:block;
	border-bottom:1px dotted #AAA;
	clear:both;
	padding:2px 0;
	width:100%;
}

.course-title a:link, .course-title a:visited {
	
}

.course-title:hover {
	cursor:pointer;
}

.course-description {
	display:none;
	font-size:8pt;
	color:#555;
	border-bottom:3px solid #CCC;
	margin-bottom:5px;
	padding:5px 0 5px 15px;
}

.course-description h3 {
	margin:0;
	padding:0;
	font-size:9pt;
}
.course-description ul {
	margin:5px 40px;
	padding:0;
}

/***** END COURSE STYLES *****/
/*****************************/


/*********************************************/
/***** PROGRESS BARS (CUSTOMIZE COURSES) *****/

#progress1
{
	width:1000px;
	height:45px;
	margin:0 auto 5px 0;
	background:url('../../images/progress-sprite.jpg') no-repeat 0px 0px;
}

#progress2
{
	width:1000px;
	height:45px;
	margin:0 auto 5px 0;
	background:url('../../images/progress-sprite.jpg') no-repeat 0px -45px;
}

#progress3
{
	width:1000px;
	height:45px;
	margin:0 auto 5px 0;
	background:url('../../images/progress-sprite.jpg') no-repeat 0px -90px;
}

/***** END PROGRESS BARS (CUSTOMIZE COURSES) *****/
/*************************************************/


/*******************************/
/***** BEGIN SHOPPING CART *****/

.breadcrumb {
	margin:-5px 0 5px 0;
}

#hourCart
{
	
	width:290px;
}

#cart-contents {
	max-height:250px;
	overflow:scroll;
}

.price-box {
	float:right;
	font-weight:bold;
	padding:2px;
	border:1px dashed #CCC;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-shadow: 1px 1px 0px #FFF;
	text-align:center;
	
	/*behavior: url('PIE.htc');*/
}

.price {
	color:#508d00;
	font-size:20pt;
	font-weight:normal;
	line-height:20pt;
	padding:0 2px 10px 0;
	letter-spacing:-2px;
	text-align:center;
}

.product-awards {
	float:right;
	height:38px;
	width:auto;
	padding:0 10px 0 0;
}

.product-img {
	height:150px;
	float:right;	
	width:150px;
	padding:0 5px 10px 10px;
}

.product-summary {
	
}

.product-audience {
	
	margin:10px 0;	
}
.product-features {
	margin:10px 0;
	
}

.qty {
	width:25px;
}

.add-to-cart {
	margin:5px 0 0 0;	
}

.cr {
	padding:4px;
}

.sc-title {
	border-bottom:1px dashed #CCC;
	margin-bottom:2px;
	margin-top:-5px;
	padding-bottom:2px; 
	font-weight:bold;
}

#clear {
	margin:0 auto;
	border:1px solid #EEE;
	width:120px;
	padding:3px;
	text-align:center;
}

/***** END SHOPPING CART *****/
/*****************************/


/*********************************/
/***** BEGIN JQUERY TOOLTIPS *****/

.tip {
	color: #FFF;
	width: 500px;
	z-index: 100;
	text-align:left;
	position:absolute;
	background:transparent;
	display:none;
}

.tip .tip-title {
	font-weight: bold;
	font-size: 9pt;
	color: #9ac3d5;
	padding: 20px 20px 5px 20px;
	background: url('../../images/tooltip.png') top left;
	opacity:0.90;
	filter:alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	-khtml-opacity: 0.90;
	-moz-opacity:0.90; 
}
 
.tip .tip-text {
	font-size: 8pt;
	padding: 5px 20px 20px 20px;
	background: url('../../images/tooltip.png') bottom left;
	color:#CCC;
	opacity:0.90;
	filter:alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	-khtml-opacity: 0.90;
	-moz-opacity:0.90; 
}

.tip h3 {
	margin:0;
	padding:0;
	font-size:9pt;
	color:#FFF;
}

.tip ul {
	margin:2px 0 0 40px;
	padding:0;
}

/***** END JQUERY TOOLTIPS *****/
/*******************************/