* {
	margin: 0;
	padding: 0;
}

/* Global Styles */
body {
	background: #ffffff;
	color: #000;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	margin: 0;
	background-image:url(../img/bg_body.gif);
	background-repeat:repeat-x;
}

img {
	border:0px;
}

h1 {
	color: #5173b6;
	padding-bottom: 20px;
	font-family: Tahoma;
}

h2 {
	padding: 10px 0 10px 0;
	color: #3197fa;
	font-family: Tahoma;
}

h3 {
	color: #3197fa;
	font-family: Tahoma;
}

a, a:link, a:visited {
	color: #1573bd;
}

a:hover {
	text-decoration: none;
}

hr {
	height: 1px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dotted #ccc;
	margin: 15px 0 15px 0;
}

.clear {
	clear:both;
}

.portrait {
	border: 1px solid #cbccba;
	padding: 2px;
	margin: 0 15px 5px 0;
	float: left;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.link {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px;
}

/* Header Styles */
#header {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 950px;
	height: 102px;
}

#login {
	float: right;
	font-size: 13px;
	margin-top: 5px;
	height: 47px;
	color: #fff;
}

#login a {
	color: #fff;
}

#logo {
	position: absolute;
	top: 0px;
	margin: 0;
}

#logo img {
	
}



/* Drop Down Menu */
#menu, #menu * {
	margin:1px 0 0 0;
	padding:0;
	list-style:none;
}

#menu {
	line-height:1.0;
	float: right;
}

#menu ul {
	position:absolute;
	top:26px;
	left:0;
	background:#d1d1d1;
	display:none;
	opacity:0;
	list-style:none;
}


#menu a {
	display:block;
	color:#fff;
	text-decoration:none;
}

#menu li {
	position:relative;
	float:left;
	margin-right:2px;
}



#menu ul li {
	position:relative;
	border:1px solid #aaa;
	border-top:none;
	width:135px;
	margin:0;
}

#menu ul li a {
	display:block;
	padding:3px 7px 5px;
	background-color:#d1d1d1;
	color: #000;
}

#menu ul li a:hover {
	background-color:#c5c5c5;
}

#menu ul ul {
	left:135px;
	top:-1px
}

#menu .menulink {
	background-image:url(../img/menu_blue.gif);
	border-top:1px solid #1b3d7c;
	border-left:1px solid #1b3d7c;
	border-right:1px solid #1b3d7c;
	border-bottom: 0px;
	padding:5px 7px 7px;
	font-weight:bold;
	width:85px;
	text-align: center;
}

#menu .menulink:hover, #menu .menuhover {
	text-decoration: underline;
}

#menu .enroll {
	border: 1px solid #237c2c;
	border-bottom: 0px;
	background-color:#2bb300;
	background-image:url(../img/menu_green.gif);
}


/* Main Content Styles */
#promo {
	border: 1px solid #cbccba;
	padding: 20px 0 0 20px;
}

#promo .image {
	float: right;
	margin-top: -9px;
}

#promo .heading {
	color: #5173b6;
	padding-bottom: 10px;
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
}

#promo h2 {
	padding-bottom: 22px;
	color: #000;
}

#promo .buttons {
	padding-bottom: 14px;
}


#breadcrumbs {
	color:#5173b6;
	font:bold 10px Verdana;
	padding:6px 8px 6px 0px;
}

#content {
	width: 950px;
	margin: 15px auto;
	margin-bottom:10px;
	overflow:hidden;
}


/* Used For 1 Column Layout */
#full {
	width: 950px;
}


/* Left Column Styles */
#left {
	color: #2a2a2a;
	float: left;
	padding: 10px 10px 10px 10px;
	width: 650px;
	margin-top: 0px;
}

#left ul {
	padding: 10px 0 10px 0;
}

#left li {
	margin-left: 40px;
	padding: 3px 0 3px 0;
}



/* Right Column Styles */
#right {
	color: #2a2a2a;
	float: left;
	padding: 10px 10px 10px 20px;
	width: 250px;
	margin-top: 0px;
}

#right h3 {
	color: #56a554;
	font: bold 16px Verdana;
	padding-bottom: 10px;
}

#right ul {
	padding: 10px 0 10px 0;
}

#right li {
	margin-left: 40px;
	padding: 3px 0 3px 0;
}

#right hr {
	height: 1px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dotted #ccc;
	margin: 15px 0 15px 0;
}

#right .toggle {
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	position: relative;
}

#right .toggle:hover {
	background-color: #e6e6e6;
}

#right .toggle .tag {
	position: absolute;
	bottom: 0;
	top: 20px;
	left: 60px;
}

#right .toggle .indicator {
	position: absolute;
	bottom: 0;
	right: 0px;
	top: 20px;
}

#right .panel {
	font-size: 11px;
}

#right .panel_menu {
	list-style: none;
	padding: 0 0 10px 0;
}

#right .panel_menu li {
	margin: 0;
}

#right .panel_menu a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 3px;
}

#right .panel_menu span {
	padding: 5px 3px 5px 3px;
	font-weight: bold;
	display: block;
}

#right .panel_menu a:hover {
	background-color: #e6e6e6;
}


#right .order_box {
	background-color: #f7f6f1;
	border: 1px solid #cdccc7;
	padding: 10px;
}

#right .order_box h3 {
	font-size: 13px;
}

#right .order_box ul {
	text-align: center; font-weight: bold;
	list-style-type: none;
	padding: 0 0 10px 0;
	margin: 0;
}

#right .order_box li {
	padding: 0 0 8px 0;
	margin: 0;
}

#right .guarantee_box {
	background-color: #f7f6f1;
	border: 1px solid #cdccc7;
	padding: 10px;
}

#right .testimonial_box {
	background-color: #f7f6f1;
	border: 1px solid #cdccc7;
	padding: 10px;
}

#right .testimonial_box .pic {
	border: 1px solid #cbccba;
	padding: 2px;
	margin: 0 10px 5px 0;
	float: left;
}

#right .testimonial_box .stars {
	padding-bottom: 5px;
}

#right .testimonial_box .name {
	padding-bottom: 5px;
	font-weight: bold;
}

#right .dotted {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dotted #ccc;
}



/* Home/Sales Page Styles */
#home {

}

#home h3 {
	text-align: center;
	color: #000;
	font-size: 16px;
	padding: 25px 0 25px 0;
}

#home .leadin {
	font-size: 13px;
	font-weight: bold;
}

#home ul {
	list-style-type: none;
	margin-left: -30px;
}

#home ul li {
	background-image: url(../img/green_tick_small.jpg);
	background-repeat: no-repeat;
	padding: 0 0 12px 30px;	
}

#home .video_display {
	float: left;
	padding: 0 10px 0 10px;
}

.testimonial {
	padding: 20px;
	border: 1px solid #cdccc7;
	background-color: #f7f6f1;
	width: 80%;
	margin: 0 auto;
}

.quote {
	border: 1px solid #cdccc7;
	background: #fff url(../img/quote_left.jpg) left top no-repeat;
	margin: 0 auto;
	text-align:justify;
	padding: 10px;
}

.quote .guts {
	padding: 0 75px;
	background: transparent url(../img/quote_right.jpg) right bottom no-repeat;
}

.quote .name {
	margin-top: 10px;
	text-align: right;
	font-style: italic;
}

#features {
	margin: 0 auto;
	width: 80%;
}

#order {
	background-color: #f7f6f1;
	border: 1px solid #cdccc7;
	padding: 10px;
	margin: 10px 0 10px 0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#order .yes {
	
}

#order .yes img {
	float: left;
	padding-right: 10px;
}

#order .yes strong {
	display: block;
	padding-top: 20px; 
	padding-bottom: 5px;
	font-weight: bold;
}


/* Enroll Page Styles */
#enroll {
	color: #5b5b5b;
}

#enroll h1 {
	text-align: center;
}

#enroll h3 {
	color: #176bbc; 
	font-size: 20px;
}

#enroll #pricebar {
	background-image: url(../img/price-bar.jpg);
	background-repeat: no-repeat;
	height: 71px;
	padding-top: 10px;
	margin: auto auto 25px auto;
	width: 800px;
	font-size: 30px;
}

#enroll #pricebar a {
	text-decoration: none;
}

#enroll #pricebar small {
	color: #4d4d4d;
	display: block;
	font-size: 14px;
}

#enroll #pricebar .first {
	display: block;
	float: left;
	width: 195px;
	padding-top: 6px;
	text-align: center;
	color: #fff;
}

#enroll #pricebar .first small {
	color: #8fe2fb;	
	font-size: 12px;	
	letter-spacing: 1px;
}

#enroll #pricebar .second {
	display: block;
	float: left;
	width: 194px;
	padding-top: 4px;
	text-align: center;
	font-size: 30px;
	color: #333;
}

#enroll #pricebar .second:hover {
	color: #176bbc;
}

#enroll #pricebar .third {
	display: block;
	float: left;
	width: 194px;
	padding-top: 4px;
	text-align: center;
	font-size: 30px;
	color: #333;
}

#enroll #pricebar .third:hover {
	color: #176bbc;
}

#enroll #pricebar .fourth {
	display: block;
	float: left;
	width: 190px;
	padding-top: 4px;
	text-align: center;
	background-image: url(../img/dollar_sign.png);
	background-repeat: no-repeat;
	background-position: 60px 15px;
	font-size: 30px;
	color: #cdff96;
}

#enroll #pricebar .fourth:hover {
	color: #cdff96;
}

#enroll #pricebar .fourth small {
	color: #cdff96;
}

#enroll #benefits {
	float: left;
	width: 425px;
	margin-left: 30px;
}

#enroll #benefits ul {
	margin-left: 60px;
	font-size: 15px;
}

#enroll #benefits li {
	padding: 0 0 20px 0;
}

#enroll #benefits .moneyback {
	background-image: url(../img/moneyback.jpg);
	background-repeat: no-repeat;
	color: #176085;
	font-size: 11px;
	height: 70px;
	width: 240px;
	margin: 11px 18px 10px 18px;
	padding: 12px 10px 0 138px;;
}

#enroll #compare {
	float: left;
	width: 400px;
	margin-left: 60px;
}

#enroll #compare .note {
	font-size: 11px;
}

#enroll #compare #chart {
	background-image: url(../img/compare_chart.jpg);
	background-repeat: no-repeat;
	height: 256px;
	width: 384px;
	padding: 0 1px 0 1px;
}

#enroll #compare #chart td {
	width: 30%;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #ede9d8;
}



/* Footer Styles */
#footer {
	color:#A5A4A0;
	font-size:11px;
	float:left;
	margin: 40px 0 0 0;
	padding-top: 3px;
	width:100%;
	min-width:950px;
	height: 98px;
	text-align: center;
	background-image:url(../img/bg_footer.gif);
	background-repeat:repeat-x;
}

#footer a {
	color: #A5A4A0;
}



/* Users admin area */
.pad_icon {
	padding-right: 10px;
}



/* Video/Lesson Index and View Styles */
.item {
	margin-bottom: 5px;
	border: 1px dotted #AEADAD;
	padding: 5px;
	padding-right: 12px;
	font-size: 11px;
	clear: left;
}

.item img {
	float: left;
	padding-right: 10px;
}

.item a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	color: #000;
	text-decoration: none;
	padding: 5px 0 5px 5px;
}

.item a:hover {
	border: 1px solid #1573bd;
	
}

.item h3 {
	color: #3197fa;
	font-size: 14px;
}

.item table {
	width: 100%;
}

#video {
	text-align: center;
	padding: 5px 0 30px 0;
	border: 1px solid #cbccba;
	margin: 10px 0 10px 0;
}

#lesson {
	text-align: center;
	padding: 5px 0 5px 0;
	border: 1px solid #cbccba;
	margin: 10px 0 10px 0;
}

.vocab_nav {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}


/* Login Styles */
#login_box {
	border: solid 2px #c6cfe1;
	background: #dfe4ee;
	padding: 10px 50px 10px 50px;
	color:#555555;
	margin: 0px 30px 0 30px;
	width: 70%;
}

#login_box h1 {
	color: #6D95E6;
	font-family: Verdana;
	padding: 10px 0 20px 0;
	font-size: 22px;
}

#enroll_box {
	border: solid 2px #c6cfe1;
	background: #dfe4ee;
	padding: 10px 50px 10px 50px;
	color:#555555;
	margin: 15px 30px 0 30px;
	width: 70%;
}

#enroll_box h1 {
	color: #6D95E6;
	font-family: Verdana;
	padding: 10px 0 20px 0;
	font-size: 22px;
}

.icon {
	margin: 0 5px -28px 0;
	
}

.spacer {
	margin-left: 85px;
}

.indent {
	margin-bottom:10px;
	color:#555555;
	font-size: 11px;
	margin-left: 180px;
}

/* Help Section Styles */
.question {
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
}

.question:hover {
	text-decoration: underline;
}

.answer {
	margin-bottom: 10px;
}


/* Message Styles */
.message {
	padding: 12px 0 12px 0;
	border: 2px solid #ddd;
	background-color: #eee;
	color: #222;
	padding-left: 45px;
}

.notice {
	color: #817134;
	border-color: #FFD324;
	background: #FFF6BF url(../img/message/icon_notice.png) 5px no-repeat; 
}

.success {
	color: #529214;
	border-color: #C6D880;
	background: #E6EFC2 url(../img/message/icon_success.png) 5px no-repeat; 
}

.error {
	color: #D12F19;
	border-color: #FBC2C4;
	background: #FBE3E4 url(../img/message/icon_error.png) 5px no-repeat; 
}

.error-message {
	color: #D12F19;
}


/* Form Styles */
label {
	font-weight: bold;
	padding-top: 10px;
	display: block;
}

input[type="text"], input[type="password"] {
	border: 1px solid #8d8d8d;
	padding: 3px 3px 3px 3px;
	font-family: Verdana;
	font-size: 11px;
}

input[type="text"]:hover, input[type="password"]:hover {
	background-color: #f8ffba;
}

input[type="text"]:focus, input[type="password"]:focus {
	background-color: #f8ffba;
}

textarea {
	font-family: Verdana;
	border: 1px solid #8d8d8d;
	padding: 3px 3px 3px 3px;
	font-size: 11px;
}

textarea:hover {
	background-color: #f8ffba;
}

textarea:focus {
	background-color: #f8ffba;
}

input[type="submit"] {
	background-color: #69a74e;
	background-image: url(../img/button_green.gif);
	color: #fff;
	margin-top: 10px;
	border-top: 1px solid #3b6e22;
	border-left: 1px solid #3b6e22;
	border-right: 1px solid #3b6e22;
	border-bottom: 1px solid #2c5a15;
	cursor: pointer;
	padding: 2px 2px 2px 2px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
}

input[type="submit"]:hover {
	border: 1px solid #000;
}

input[type="submit"]:focus {
	
}