body{
	margin:0;
	padding:0;
	background:#ffffff url(../images/background.jpg) no-repeat center top;
	font:12px Arial, Helvetica, sans-serif;
	color:#535353;
}

img,a{
	border:none;
	outline:none;
}

.highlight{
	color:#009ee1;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.wrapper{
	position:relative;
	width:980px;
	margin:0 auto;
	background:url(../images/background_shadow.png) repeat-y;
}

.wrapper_base{
	position:relative;
	width:980px;
	height:179px;
	margin:0 auto;
	background:url(../images/footer_shadow.jpg) no-repeat;
}

.container{
	position:relative;
	width:910px;
	margin:0 auto;
	padding:45px 0 0 0;
}

.header{
	position:relative;
	width:910px;
	height:70px;
	border-bottom:2px solid #009ee1;
	overflow:hidden;
}

#top_nav{
	float:right;
	width:620px;
	height:70px;
}

.content{
	position:relative;
	width:910px;
	padding:13px 0;
	border-bottom:2px solid #009ee1;
}

.left_column{
	float:left;
	width:688px;
}

.right_column{
	float:right;
	width:210px;
}

.right_column a{
	display:block;
	padding:0 0 5px 0;
}

.promo_buttons{
	padding:15px 0 15px 19px;
}

.promo_buttons a{
	float:left;
}

.promo_buttons .divider{
	float:left;
	width:15px;
	height:107px;
}

.homepage_intro{
	border:1px solid #dedede;
}

.homepage_intro ul{
	float:left;
	width:190px;
	margin:0;
	padding:12px 0 0 20px;
	list-style-type:none;
	font-size:12px;
}

.homepage_intro li{
	padding:0 0 15px 20px;
	background:url(../images/bullet_tick.gif) no-repeat 0 0.1em;
}

.homepage_intro li span{
	color:#00a2e2;
}

.homepage_intro p{
	float:left;
	width:220px;
	padding:12px;
	margin:0;
	line-height:18px;
	font-size:16px;
	font-weight:bold;
	color:#898989;
}

.homepage_disclaimer_left{
	width:265px;
	float:left;
	font-size:10px;
	color:#666666;
	margin:0;
	padding:0 0 17px 13px;
}

.homepage_disclaimer_right{
	width:600px;
	float:left;
	font-size:10px;
	color:#666666;
	margin:0;
	padding:0 0 17px 17px;
}

.left_nav{
	float:left;
	width:190px;
}

.product_sections{
	width:188px;
	border:1px solid #bbc1c1;
	padding:0;
}

.product_sections h1{
	font-size:17px;
	color:#009ee1;
	line-height:30px;
	font-weight:normal;
	padding:0;
	margin:5px 0 0 14px;
	border-bottom:1px solid #009ee1;
}

.product_sections ul{
	padding:0 0 0 28px;
	margin:10px 0;
	list-style:square outside;
	color:#009ee1;
	font-size:14px;
}

.product_sections ul li{
	padding:0 0 5px 0;
}

.product_sections ul li a{
	color:#535353;
	text-decoration:none;
	font-size:12px;
}

.product_sections ul li a:hover{
	text-decoration:underline;
}

.best_sellers{
	width:190px;
	background:#afdaea;
	padding:0;
	margin:12px 0 0 0;
}

.best_sellers h1{
	font-size:17px;
	color:#ffffff;
	height:37px;
	font-weight:bold;
	margin:0;
	padding:5px 0 0 14px;
	background:url(../images/best_sellers_title.jpg) repeat-x;
}

.best_sellers ul{
	padding:0 0 0 28px;
	margin:5px 0 10px 0;
	list-style:square outside;
	color:#535353;
	font-size:14px;
}

.best_sellers ul li{
	padding:0 0 8px 0;
}

.best_sellers ul li a{
	color:#535353;
	text-decoration:none;
	font-size:12px;
}

.best_sellers ul li a:hover{
	text-decoration:underline;
}

.main_content{
	float:left;
	width:496px;
}

.main_content h1{
	font-size:16px;
	font-weight:bold;
	color:#009ee1;
	line-height:16px;
	padding:15px 19px 5px 19px;
	margin:0;
}

.main_content h1.heading{
	font-size:16px;
	font-weight:bold;
	color:#009ee1;
	line-height:16px;
	padding:19px;
	margin:0 0 10px 0;
	background:#e4e6e6;
}

.main_content h2{
	font-size:14px;
	font-weight:bold;
	color:#535353;
	line-height:14px;
	padding:0;
	margin:0;
}

.main_content h2.contact{
	font-size:14px;
	font-weight:bold;
	color:#009ee1;
	line-height:14px;
	padding:0 19px 0 19px;
	margin:0;
}

.main_content h3{
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#009ee1;
	line-height:14px;
	padding:0;
	margin:0;
}

.main_content p{
	padding:5px 0;
	margin:0 19px;
}

.main_content a{
	color:#009ee1;
	text-decoration:none;
}

.main_content a:hover{
	text-decoration:underline;
}

.main_content ul{
	padding:5px 0 5px 15px;
	margin:0 0 0 19px;
	list-style:square outside;
	color:#009ee1;
}

.main_content ul span{
	color:#535353;
}

.main_content ul li{
	padding:0 0 5px 0;
}

.main_content ul li a{
	color:#535353;
	text-decoration:none;
	font-size:12px;
}

.main_content ul li a:hover{
	text-decoration:underline;
}

.inner{
	padding-left:10px;
}

.module{
	background:#fafafa;
	padding:0 0 20px 0;
	margin:0 0 0 10px;
}

.module_left{
	float:left;
	width:125px;
}

.module_right{
	float:right;
	width:361px;
}

.module_top{
	height:58px;
	background:#e1e3e3;
}

.module_top h1{
	padding:15px 0 5px 0;
	margin:0;
}

.module p{
	margin:8px 0;
	padding:0 15px 0 0;
}

.more, .less_link{
	padding:10px 0;
}

.gs_module{
	padding:0 0 5px 0;
	margin:0 0 0 10px;
}

.gs_module_left{
	float:left;
	width:86px;
}

.gs_module_right{
	float:right;
	width:400px;
}

.gs_module_top{
	height:51px;
	background:#e4e6e6;
}

.gs_module_top h1{
	padding:15px 0 5px 0;
	margin:0;
}

form.more_info{
	margin:0;
	padding:0 19px;
	font-size:11.5px;
}

form.more_info p{
	padding:5px 0;
	margin:0;
}

form.more_info input{
	padding:0;
	margin:0 5px 0 0;
}

form.more_info input.text{
	padding:0;
	margin:0 5px 0 0;
	width:200px;
}

form.more_info textarea{
	padding:0;
	margin:0 5px 0 0;
	width:440px;
	height:60px;
	font:12px Arial, Helvetica, sans-serif;
}

form.more_info .contact_types{
	float:left;
	display:block;
	width:207px;
	margin-right:1px;
	background:#ececec;
	padding:12px 8px;
}

form.more_info .field{
	float:left;
	margin:0 0 15px 0;
}

form.more_info .field.right{
	float:right;
	margin:0 0 15px 0;
}

form.more_info label{
	color:#009ee1;
	display:block;
	font-weight:bold;
	padding:5px 0;
}

form.more_info label.error{
	color:#FF0000;
}

#course_options label.error{
	display:none;
}

form.more_info button{
	padding:0;
	margin:0;
	border:none;
	cursor:pointer;
	width:81px;
	height:22px;
}
form.more_info button.reset{
	width:81px;
	height:22px;
	overflow:hidden;
	background:url(../images/reset_button.jpg) no-repeat;
	background-position:0 0;
}
form.more_info button.reset:hover{
	background-position:0 -22px;
}
form.more_info button.submit{
	width:81px;
	height:22px;
	overflow:hidden;
	background:url(../images/submit_button.jpg) no-repeat;
	background-position:0 0;
}
form.more_info button.submit:hover{
	background-position:0 -22px;
}

.purchase_table tr.odd{
	background:#f4f3f3;
}

.purchase_table tr.even{
	background:#e9e8e8;
}

.purchase_table td{
	padding:12px 0;
	border-bottom:1px solid #ffffff;
}

.purchase_table td.description{
	border-right:1px solid #ffffff;
	font-weight:bold;
}

.purchase_table td.check{
	width:5px;
	padding:0 15px;
}

.purchase_table td.price{
	width:50px;
	padding:0 15px;
	font-weight:bold;
}

.disclaimer{
	padding:15px 0 0 10px;
	font-size:8px;
	color:#bbc1c1;
}

.footer{
	position:relative;
	width:910px;
	padding:13px 0 0 0;
	font-size:11px;
	color:#c1c1c1;
}

.footer a{
	color:#c1c1c1;
	text-decoration:none;
}

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

.footer_links{
	float:left;
	padding:8px 0;
}

.footer_links span{
	display:block;
	height:8px;
	padding:0;
	margin:0;
}

.footer_logos{
	float:right;
	padding:8px 0;
}