body {
	font-family: Arial;
}

#wrap {
	width: 980px;
	margin: 5px auto 0px auto;
}

/* header */

#header {
	width: 980px;
}

#header_left {
	margin-left: 2px;
	width: 765px;
	float: left;
}

#header_right {
	float: right;
	width: 199px;
	background-image: url('../images/login_back.png');
	height: 164px;
	margin-right: 1px;
	margin-top: 1px;
	font-size: 11px;
}

#header_right form {
	width: 175px;
	margin-top: 35px;
	text-align: left;
}

#header_right a {
	color: white;
	text-decoration: none;
}

#header_right_input_submit {
	background-image: url('../images/login_button.gif');
	width: 82px;
	height: 26px;
	border: 0px;
}

#header_right_logout_submit {
	background-image: url('../images/logout_header.gif');
	width: 82px;
	height: 26px;
	border: 0px;
	cursor: pointer;	
}

/* top menu */

.header_menubar {
	display: block;
	float: left;
	width: 980px;
	height: 29px;
	padding-top: 8px;
	margin-top: 10px;
	background: transparent url('../images/menubar_bg.jpg') repeat-x scroll 100% 0;
}

.menu_item {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
}

.menu_item a {
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
}

.menu_sep {
	display: block;
	float: left;
	width: 2px;
	height: 17px;
	background: transparent url('../images/menu_sep.png') no-repeat scroll 0 0;
}

/* content area */

.content_area {
	float: left;
	width: 980px;
	margin-top: 25px;
	overflow: hidden;
}

/* left area of the content */

.left_area {
	width: 265px;	
	float: left;
	border-right: 1px dotted #84732F;
	font-size: 12px;
	color: black;
	line-height: 120%;
}

.left_area hr {
	border: 1px dotted #84732F;
	margin: 15px 0px 15px 0px;
	width: 248px;
}

.left_area table {
	margin-top: 15px;
}

.left_area tr {
	height: 40px;
	vertical-align: middle;
}

.left_area a {
	color: #176285;
	font-weight: bold;
	text-decoration: none;
}

.left_area h2 {
	font-size: 19px;
	color: #176285;
	margin-bottom: 10px;
	font-weight: normal;		
}

.left_area h3 {
	color: #84732F;
	font-size: 13px;
}

.left_area_input_submit {
	border: 0px;
	color: #84732F;
	background-color: white;
	font-weight: bold;
}

/* middle area */

.middle_area {
	width: 435px;
	float: left;
	margin-left: 20px;
	line-height: 130%;
	font-size: 13px;
			
}

.middle_area table {
	font-size: 13px;
	line-height: 130%;
}

.middle_area img {
	margin: 20px 0px 20px 0px;
}

.middle_area p {
	width: 415px;
	line-height: 130%;
}

/* courses area on the right hand side */

.courses_area {
	width: 255px;
	float: right;
	border-left: 1px dotted #84732F;
	line-height: 130%;
	padding: 0px 0px 2000px 0px;
	margin: 0px 0px -2000px 0px;
}

.courses_area h2 {
	font-size: 19px;
	color: #176285;
	margin-bottom: 10px;
	margin-left: 13px;
	font-weight: normal;	
}

.course_img {
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	margin-left: 9px;
}

.course_item {
	display: block;
	float: left;
	width: 150px;
	height: 50px;
	margin: 5px 0;
	padding: 20px 0 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #84732F;
}

.course_item2 {
	display: block;
	float: left;
	width: 150px;
	height: 50px;
	margin: 5px 0;
	padding: 20px 0 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #84732F;
}

.course_item a {
	text-decoration: none;
	color: #84732F;
}

.course_item2 a {
	text-decoration: none;
	color: #84732F;
}

/* common content */

.common_content {
	float: left;
	line-height: 130%;
	font-size: 13px;
}

.common_content h2 {
	font-size: 20px;
	color: #176285;
	font-weight: normal;
}

.common_content h3 {
	font-size: 16px;
	color: #176285;
	font-weight: normal;
}

.common_content a {
	text-decoration: none;
	color: #4794A5;
}

.common_content hr {
	border: 1px dotted #84732F;
	margin: 20px 0px 20px 0px;
}

/* contact form styles */

.contact_form form {
	width: 700px; 
	border: 2px solid #E6E6E6; 
	margin-top: 30px;
}

.contact_form_heading {
	padding: 4px 0px 4px 0px; 
	width: 176px; 
	background-color: #7798A0; 
	color: white; 
	font-size: 18px; 
	text-align: center; 
	position: relative; 
	left: 60px; 
	top: -12px;
}

.contact_form table {
	position: relative; 
	left: 60px; 
	margin-top: 25px; 
	margin-bottom: 15px;
}

.contact_form td {
	color: #4794A5;
	vertical-align: top;
}

.contact_form textarea {
	width: 390px; 
	height: 220px;
	border: 1px solid #BBBBBB;
}

.contact_form_input_text {
	width: 390px;
	margin-bottom: 10px;
	border: 1px solid #BBBBBB;
}

.contact_form_input_submit {
	width: 77px;
	height: 26px;
	background-image: url('../images/send_button.gif');
	border: 0px;
}

/* register and login page */

.login_form {
	border: 2px solid #DDDDDD; 
	width: 200px;
	float: right;
	margin: 15px 10px 0px 0px;
	text-align: center;
	font-size: 14px;
	color: #4794A5;
}

.login_form_heading {
	width: 191px;
	height: 23px;
	background-image: url('../images/login_account_heading.gif');
	color: white; 
	font-size: 15px; 
	font-weight: bold; 
	text-align: center; 
	padding-top: 7px; 
	margin: 5px 0px 20px 4px;	
}

.login_form_input_text {
	width: 160px;
	border: 1px solid #BBBBBB;
}

.login_form_input_password {
	width: 160px;
	border: 1px solid #BBBBBB;
}

.login_form_input_submit {
	width: 44px;
	height: 22px;
	border: 0px;
	background-image: url('../images/login_account_button.gif');
}

.register_form {
	border: 2px solid #DDDDDD; 
	width: 470px;
	float: left;
	margin-top: 15px;
}

.register_form_heading {
	width: 463px; 
	height: 23px; 
	color: white; 
	font-size: 15px; 
	font-weight: bold; 
	text-align: center; 
	background-image: url('../images/create_account_heading.gif'); 
	padding-top: 7px; 
	margin: 5px 0px 20px 3px;
}

.register_form_table {
	width: 455px;
	margin-left: 7px;
}

.register_form_table tr {
	height: 30px;
}

.register_form_table_input_text {
	width: 200px;
	border: 1px solid #BBBBBB;
}

.register_form_table_input_password {
	width: 200px;
	border: 1px solid #BBBBBB;
}

.register_form_input_submit {
	width: 133px;
	height: 22px;
	border: 0px;
	background-image: url('../images/create_account_button.gif');
}

.register_form_table select {
	width: 202px;
	border: 1px solid #BBBBBB;
}

.register_form_table td {
	font-size: 14px;
	color: #4794A5;
	vertical-align: middle;
}

/* news */

.news_right_side {
	margin-left: 10px;
}

.news_right_side a {
	text-decoration: none;
	color: #576B93;
	font-size: 13px;
	font-weight: bold;	
}

/* category details page */

.subcourses_table {
	margin-bottom: 15px;
}

.subcourses_table a {
	font-weight: normal;
}

.subcourses_table img {
	margin-right: 20px;
}

.subcourses_table td {
	vertical-align: middle;
}

.heading_layer {
	width: 860px; 
	background-color: #F6F6F6; 
	font-size: 19px; 
	color: #576B93; 
	padding: 4px 0px 4px 15px; 
	margin-left: 15px; 
	float: left;
}

/* course page */

#paypal_button_id {
	background-image: url('../images/paypal_logo.gif'); 
	width: 105px; 
	height: 113px; 
	border: 0px;
	margin: 10px 0px 15px 0px;
	cursor: pointer;	
}

.modules_content {
	width: 960px; 
	float: left; 
	margin: 0px 0px 10px 0px;
}

/* user logged section */

.user_menu {
	width: 978px; 
	border: 1px dotted #4DB4D7; 
	text-align: center; 
	float: left; 
	font-size: 14px; 
	padding: 5px 0px 5px 0px;
	color: #176285;
}

.user_menu a {
	color: #176285;
	text-decoration: none;
}

table.paid_courses th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 1px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	font-weight: bold;
	text-align: left;
}

table.paid_courses td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 1px 2px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	vertical-align: middle;
}

.licence_limit {
	width: 424px;
}

/* footer */

#footer {
	display: block;
	float: left;
	width: 980px;
	height: 50px;
	margin-top: 15px;
}

.footer_links {
	display: block;
	float: left;
	width: 980px;
	height: 21px;
	padding-top: 4px;
	background: transparent url('../images/footer_bg.jpg') repeat-x scroll 0 0;
	font-size: 11px;
	color: #FFFFFF;
}

.foot_item {
	display: block;
	float: left;
	margin: 0px 5px;
	text-align: center;
}

.foot_item a {
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}

.foot_sep {
	display: block;
	float: left;
	width: 5px;
	height: 17px;
	background: transparent url('../images/foot_sep.png') no-repeat scroll 0 4px;
}

.footer_copyright {
	display: block;
	float: left;
	padding-left: 30px;
}

.footer_shortcuts {
	display: block;
	float: right;
	padding-right: 30px;
}

.footer_legal {
	display: block;
	float: left;
	width: 980px;
	height: 20px;
	font-size: 11px;
	padding-top: 5px;
	color: #576B93;
}

.footer_designed {
	display: block;
	float: left;
	padding-left: 10px;
}

.footer_cpd {
	display: block;
	float: right;
	padding-right: 10px;
}

.links_table tr {
	height: 42px;
}

.sitemap_list {
	margin-left: 20px;
	margin-bottom: 30px;
	line-height: 150%;
}

.sitemap_list ul {
	margin-left: 15px;
	list-style-type: disc;
}