html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	/*outline: 0;*/
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/*
a:focus {
	outline: 1px dotted #666666;
}
*/

ins {
	font-style: italic;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
}

/* =========== */
/* = General = */
/* =========== */
a {
	text-decoration: none;
}

/* ============= */
/* = Page-wide = */
/* ============= */
body {
  height: 100%;
	min-height: 100%;
	font-family: Arial, Helvetica;
	font-size: 12px;
	letter-spacing: -0.02em;
	background: #f7f7f7;
}

#container {
	position: relative;
	min-height:100%;
	height: auto !important;
	height: 100%;
}

.ie6 #container {
	position: absolute;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

#content {
	position: relative;
	padding-bottom: 50px;
}

#content #main {
  width: 960px;
  margin: 0 auto;
}

h2 {
	font-weight: bold;
	font-size: 46px;
}

h3 {
	font-size: 26px;
	font-weight: bold;
}

/* ============ */
/* = Top = */
/* ============ */
#content #top {
	width: 100%;
}

#content #top .l {
	width: 7px;
/*	background: url('/images/common/content_grad_l.png') repeat-y;*/
}

#content #top #top {
	height: 182px;
}

#content #top #top .text {
/*	background: url('/images/common/content_top_grad.png') repeat-x;*/
}

#content #top .r {
/*	background: url('/images/common/content_top_r.png') repeat-x;*/
	width: 45px;
}

/* ============ */
/* = Main = */
/* ============ */
#content #main .l {
	width: 7px;
}

#content #main .r {
	width: 7px;
}

#content #main .text {
	width: 960px;
}

/* =============== */
/* = Midgrad top = */
/* =============== */
#content #midgrad_t {
	height: 28px;
}

#content #midgrad_t .text {
}

/* ======= */
/* = Mid = */
/* ======= */

#content #mid .text h2 {
	font-family: Georgia;
	font-size: 18px;
	letter-spacing: .03em;
	font-style: italic;
	color: #287CA8;
	margin-bottom: 5px;
}

#content #mid .text h3 {
	color: #287CA8;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 15px;
}

#content #mid .text p {
	font-size: 14px;
	color: #686872;
	text-align: left;
	letter-spacing: -.02em;
	line-height: 1.45em;
	padding-bottom: 10px;
}

#content #mid .text em {
	font-style: normal;
	font-weight: bold;
	color: #e98c3e;
}

#content #mid .text ul {
	padding-top: 5px;
	padding-bottom: 10px;
}

#content #mid .text li {
	background: url('/images/common/star.png') no-repeat;
	min-height: 20px;
	padding-left: 30px;
	font-size: 14px;
	letter-spacing: -.02em;
	color: #686872;
	text-align: left;
	line-height: 1.45em;
	padding-bottom: 8px;
}

/* =========== */
/* = Sidebar = */
/* =========== */
#content #sidebar {
	width: 235px;
	vertical-align: top;
	padding-top: 15px;
}

#content #sidebar .item {
	height: 54px;
	font-size: 16px;
	font-weight: bold;
	color: #287ca8;
	letter-spacing: -.02em;
	background: url('/images/common/lc_mblue.png') no-repeat;
	line-height: 1.15em;
	padding-top: 15px;
	padding-left: 30px;
	width: 205px;
}

#content #sidebar .item .words {
	float: left;
	width: 140px;
}

#content #sidebar .item .arrow {
	float: left;
	background: url('/images/common/lc_arrow_blue.png') no-repeat;
	height: 33px;
	width: 19px;
	margin-top: 2px;
}

#content #sidebar .item a {
	color: #287ca8;
}

#content #sidebar .item.odd {
	color: #e98c3e;
	background: url('/images/common/lc_morange.png') no-repeat;
}

#content #sidebar .item.odd a {
	color: #e98c3e;
}

#content #sidebar .item.odd .arrow {
	background: url('/images/common/lc_arrow_orange.png') no-repeat;
}

#content #sidebar .item:hover {
	background: url('/images/common/lc_mmouse.png') no-repeat !important;
}

#content #sidebar .item.first.even {
	background: url('/images/common/lc_tblue.png') no-repeat;
}

#content #sidebar .item.first.odd {
	background: url('/images/common/lc_torange.png') no-repeat;
}

#content #sidebar .item.first:hover {
	background: url('/images/common/lc_tmouse.png') no-repeat !important;
}

#content #sidebar .item.last {
	margin-bottom: 0;
}

#content #sidebar .item.last.even {
	background: url('/images/common/lc_bblue.png') no-repeat;
}

#content #sidebar .item.last.odd {
	background: url('/images/common/lc_borange.png') no-repeat;
}

#content #sidebar .item.last:hover {
	background: url('/images/common/lc_bmouse.png') no-repeat !important;
}

/* ======== */
/* = Info = */
/* ======== */
#content #info {
	padding-left: 40px;
	padding-right: 40px;
	vertical-align: top;
}

input.gorgeous {
	position: relative;
	height: 23px;
	background: url('/images/sprites/repeat_x_sm.png') repeat-x 0 -108px;
	padding: 5px 7px 0;
	margin: 0;
	border: 0;
	width: 250px;
	font-size: 14px;
	outline: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #cecece;
}

.italic {
	font-style: italic;
}

#splash #image {
	position: absolute;
	top: 42px;
	right: -12px;
}

#splash #webinar {
	position: absolute;
	top: 355px;
	left: -10px;
}

/* ======= */
/* = Top = */
/* ======= */
#splash .topbar .copy {
  	padding-top: 50px;
  	padding-bottom: 5px;
  	width: 500px;
}

#splash .topbar h2 {
	font-weight: bold;
	font-size: 42px;
	color: #3c516c;
	line-height: 1.2em;
	letter-spacing: -0.02em;
}

#splash h3 {
	font-size: 24px;
	color: #748396;
	letter-spacing: -0.02em;
	font-weight: normal;
	font-family: georgia;
	font-style: italic;		
}

#splash .topbar h3 {
  margin-top: 18px;
	padding-bottom: 36px;
	width: 100%;
}

/* ======== */
/* = News = */
/* ======== */
#splash #news_cont {
  width: 433px;
	padding-bottom: 30px;
	position: relative;
	right: 5px;
}

#splash #news {
	background: url('/images/splash/news_box.png');
	height: 165px;
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	position: relative;
}

#splash #news a {
  color: #3c516c;
  font-weight: normal;
  font-style: italic;
  font-family: georgia;
}

#splash #news a:hover {
  color: #748396;
}

#splash #news .desc {
	margin-top: 18px;
	max-height: 115px;
	overflow: hidden;
	color: #748396;
	font-weight: normal;
	line-height: 1.4em;
	padding-bottom: 5px;
}

#splash #news .read_more {
	position: absolute;
	bottom: 25px;
	right: 25px;
}

#splash #three_products {
	display: block;
	text-align: center;
	font-size: 13px;
	background: #ebebeb;
	border-top: 3px solid #cecece;
	padding-top: 40px;
}

#splash #three_products .contains {
	width: 958px;
	background: url('/images/splash/3_products.png');
	margin: 0 auto;
	height: 199px;
}

#splash #three_products #adopt {
	width: 319px;
	float: left;
}

#splash #three_products #compare {
	width: 319px;
	float: left;
}

#splash #three_products #semesterly {
	width: 319px;
	float: left;
}

#splash #three_products .logo {
	margin-top: 20px;
}

#splash #three_products .subtext {
	color: #3c516c;
	font-weight: normal;
	font-family: georgia;
	font-style: italic;
	padding-top: 7px;
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cecece;
}

#splash #three_products .go {
	padding-top: 15px;
}

#splash #three_products .pb {
	width: 200px;
	height: 38px;
	display: block;
	background: url('/images/splash/go_to_product1.png');
	margin: 0 auto;
}

#splash #three_products .pb2 {
	background: url('/images/splash/go_to_product2.png');
}

#splash #three_products .pb1:active {
	background: url('/images/splash/go_to_product1_click.png');
}

#splash #three_products .pb2:active {
	background: url('/images/splash/go_to_product2_click.png');
}


#header {
	position: relative;
	height: 90px;
	width: 100%;
	background: url('/images/common/bg_top_grad_new.png') repeat-x;
}

#header #contains {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header #logo {
  float: left;
  position: relative;
  top: 19px;
}

#header #buttons {
	float: right;
	height: 43px;
	position: relative;
	top: 32px;
	z-index: 2;
}

#header #buttons a:hover {
	text-decoration: underline;
}

#header #buttons .l {
	float: left;
	background: url('/images/common/top_menu_l.png') no-repeat;
	width: 17px;
	height: 43px;
}

#header #buttons .button {
	float: left;
	background: url('/images/common/top_menu_m.png') repeat-x;
	padding-top: 10px;
	height: 33px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -.02em;
}

#header #buttons .button span {
	border-left: 1px solid #de7608;
	border-right: 1px solid #efbb84;
	padding-left: 20px;
	padding-right: 20px;
}

#header #buttons .button.first span {
	border-left: none;
}

#header #buttons .button.last span {
	border-right: none;
}

#header #buttons .button a {
	color: #fff;
}

#header #buttons .r {
	float: left;
	background: url('/images/common/top_menu_r.png') no-repeat;
	width: 19px;
	height: 43px;
}

#footer {
	background:#3c516c;
	bottom:0;
	color:#ebebeb;
	font-weight:bold;
	height:20px;
	letter-spacing:-0.02em;
	padding-top:20px;
	padding-bottom: 10px;
	position:absolute;
	text-align:center;
	width:100%;
	border-top: 3px solid #748396;
}

#footer a {
	color: #E7F2FE;
}

#footer a:hover {
	color: #fff;
}

#footer span {
	letter-spacing: -.02em;
}

.jcarousel-skin-home {
	height: 183px;
	overflow: hidden;
}

.jcarousel-skin-home .jcarousel-container {
}

.jcarousel-skin-home .jcarousel-container-horizontal {
    width: 658px;
		padding-left: 69px;
}

.jcarousel-skin-home .jcarousel-list {
	height: 183px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	top:0;
	z-index:1;
}

.jcarousel-skin-home .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-home .jcarousel-clip-horizontal {
    width:  658px;
    height: 183px;
		margin:0;
		overflow:hidden;
		padding:0;
		position:relative;
		z-index:2;
}

.jcarousel-skin-home .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-home .jcarousel-item {
    width: 657px;
    height: 183px;
		float: left;
		text-align: center;
}

.jcarousel-skin-home .jcarousel-item-horizontal {
    
}

.jcarousel-skin-home .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-home .jcarousel-item-placeholder {
    
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-home .jcarousel-next-horizontal,
.jcarousel-skin-home .jcarousel-prev-horizontal {
	cursor: pointer;
	height: 53px;
	width: 36px;
	top: 167px;
	position: absolute;
}

.jcarousel-skin-home .jcarousel-next-horizontal {
  background: transparent url('/images/products/car_arrow_r.png') no-repeat 0 0;
	right: 39px;
}

.jcarousel-skin-home .jcarousel-prev-horizontal {
  background: transparent url('/images/products/car_arrow_l.png') no-repeat 0 0;
	left: 39px;
}

.jcarousel-skin-home .jcarousel-next-horizontal:hover {
  background: transparent url('/images/products/car_arrow_r_mouse.png') no-repeat 0 0;
}

.jcarousel-skin-home .jcarousel-prev-horizontal:hover {
  background: transparent url('/images/products/car_arrow_l_mouse.png') no-repeat 0 0;
}

.jcarousel-skin-home .jcarousel-next-disabled {
	background: transparent url('/images/products/car_arrow_r_fade.png') no-repeat 0 0 !important;
	cursor: auto;
}

.jcarousel-skin-home .jcarousel-prev-disabled {
	cursor: auto;
	background: transparent url('/images/products/car_arrow_l_fade.png') no-repeat 0 0 !important;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-home .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-home .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-home .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-home .jcarousel-next-disabled-vertical,
.jcarousel-skin-home .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-home .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-home .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-home .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-home .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-home .jcarousel-prev-disabled-vertical,
.jcarousel-skin-home .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-home .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


#content .products .topbar .contains {
  padding-top: 45px;
}

.products .main {
  width: 960px;
  padding: 0 0px 20px;
  margin: 0 auto;
	position: relative;
	
}

.products h3 {
	color: #748396;
	font-weight: normal;
	padding-top: 15px;
}

.products h3.first {
  padding-top: 40px;
}

.products .sec {
  border-bottom: 3px solid #cecece;
}

.products .sec1 {
  background: #f7f7f7;
}

.products .sec1 h3 {
  color: #9eabbb;
	line-height: 1.3em;
}

.products .sec2 {
  background: #ebebeb;
}

.products .sec2 h3 {
  color: #748396;
	line-height: 1.3em;
}

.products p {
 	font-size: 17px;
 	line-height: 1.6em;
 	padding-top: 12px;
 	color: #3c516c;
	margin-bottom: 25px;
}

.products li {
	padding: 12px;
	border-top: 1px solid #ebebeb;
	color: #3c516c;
	font-size: 14px;
	line-height: 1.3em;
}
.products li span.left {
	width: 10%;
}

.products li span {
	float: left;
	display: block;
	width: 90%;
}

.products li a {
	color: #3c516c;
}

.products #bl_show .book .right {
	width: 220px;
}

.products .sandbox_link {
	position: absolute; 
	top: 69px; 
	right: 22px; 
	width: 154px; 
	height: 38px;
	background: url('/images/products/go_now.png');
	display: block;
}

.products .sandbox_link:active {
	background: url('/images/products/go_now_click.png');
}

.products #see_materials {
	position: absolute;
	top: 126px;
	right: 94px;
	height: 32px;
	width: 148px;
	display: block;
	background: url('/images/products/see_materials.png');
}

.products #see_materials:active {
	background: url('/images/products/see_materials_click.png');
}

/* ======== */
/* = Info = */
/* ======== */
#content .products #info {
	padding-left: 19px;
	padding-right: 9px;
	padding-top: 2px;
}

.products #info #box {
	width: 483px;
	background: url('/images/products/product_top.png') no-repeat;
	padding: 18px 30px 0 20px;
}

.products #info #middle {
	width: 461px;
		height: 94px;
		margin: 8px auto 12px;
		background: url('/images/products/middle_links.png') no-repeat;
	}
	
	.products #info #middle td {
		font-family: Georgia;
		font-style: italic;
		font-size: 15px;
		vertical-align: middle;
		letter-spacing: -.01em;
		color: #5bbbdd;
	}
	
	.products #info #middle td a {
		color: #5bbbdd;
	}
	
	.products #info #middle td a:hover {
		color: #287CA8;
	}
	
	.products #info #middle td.right {
		width: 205px;
	}
	
	.products #info #middle td img {
		position: relative;
		top: -2px;
		vertical-align: middle;
		padding-right: 8px;
	}
	
	.products #info .line {
		padding-top: 10px;
		padding-bottom: 10px;
	}

/* =========== */
/* = topbar = */
/* =========== */

#content .topbar {
	background: url('/images/common/mid.png') repeat-x;
	height: 350px;
	position: relative;
}

#content .topbar .contains {
  width: 960px;
	margin: 0 auto;
	position: relative;
}

#content .topbar #ble {
	float: left;
}

.ie6 #content .topbar #ble,
.ie7 #content .topbar #ble {
	width: 510px;
}

#content .topbar #semesterly {
	padding-top: 1px;
	float: right;
}

#content .topbar #ble .header {
	background: url('/images/products/ble_logo.png');
	width: 476px;
	height: 49px;
	margin-bottom: 10px;
}

#content .topbar #semesterly .header {
	background: url('/images/products/semesterly_logo.png');
	width: 337px;
	height: 48px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.ie6 #content .topbar #semesterly .header,
.ie7 #content .topbar #semesterly .header {
	float: right;
}

.ie6 #content .topbar #semesterly #sem,
.ie7 #content .topbar #semesterly #sem {
	float: right;
}

#content .topbar #ble #adopt,
#content .topbar #ble #compare,
#content .topbar #semesterly #sem {
	width: 205px;
	font-size: 24px;
	letter-spacing: -.02em;
	line-height: 1.4em;
	border-top: 1px solid #cecece;
	padding-top: 30px;
}

#content .topbar #ble #adopt a,
#content .topbar #ble #compare a,
#content .topbar #semesterly #sem a {
  display: block;
}

#content .topbar #ble #adopt.unselected a,
#content .topbar #ble #compare.unselected a,
#content .topbar #semesterly #sem.unselected a {
	color: #cdd2d9;
}

#content .topbar #ble #adopt:hover.unselected a,
#content .topbar #ble #compare:hover.unselected a,
#content .topbar #semesterly #sem:hover.unselected a,
#content .topbar #ble #adopt.selected a,
#content .topbar #ble #compare.selected a,
#content .topbar #semesterly #sem.selected a {
	color: #3c516c;
}

#content .topbar .selector {
	height: 14px;
	margin-top: 30px;
	margin-right: 50px;
	position: relative;
	right: 5px;
	display: block;
}

#content .topbar #ble #adopt.selected .selector,
#content .topbar #ble #compare.selected .selector {
	background: url('/images/products/selected.png') repeat-x;
}

#content .topbar #semesterly #sem.selected .selector {
	background: url('/images/products/sem_selected.png') repeat-x;
}

#content .topbar #ble #adopt.unselected .selector,
#content .topbar #ble #compare.unselected .selector,
#content .topbar #semesterly #sem.unselected .selector {
	background: url('/images/products/unselected.png') repeat-x;	
}

#content .topbar #ble #adopt:hover.unselected .selector,
#content .topbar #ble #compare:hover.unselected .selector,
#content .topbar #semesterly #sem:hover.unselected .selector {
	background: url('/images/products/unselected_hover.png') repeat-x;	
}

#content .topbar #semesterly .header.selected,
#content .topbar #semesterly.hover .header.unselected {
  background: url('/images/products/semesterly_selected_logo.png');
}

#content .topbar #ble .header.selected,
#content .topbar #ble.hover .header.unselected {
  background: url('/images/products/ble_selected_logo.png');
}

.ie6 #content .topbar #adopt,
.ie6 #content .topbar #compare,
.ie6 #content .topbar #sem {
	background: none !important;
}

#content .topbar #ble #compare {
	float: left;
	padding-left: 40px;
}

#content .topbar #ble #compare a {
  display: block;
  width: 100%;
	border-right: 1px solid #cecece;
}

#content .topbar #ble #adopt {
	float: right;
	padding-left: 55px;
}

#content .topbar #semesterly #sem {
	float: left;
	padding-left: 80px;
	width: 260px;
}

.buttonlg_cont {
	height: 120px;
	-moz-border-radius: 12px;
	float: left;
}

.buttonlg {
	background: url('/images/splash/go_to_ble.png');
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: 6px;
	width: 326px;
	height: 44px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 90px;
	padding-left: 5px;
	text-align: center;
	cursor: pointer;
}

.buttonlg:active {
	background: url('/images/splash/go_to_ble_click.png');
}