
/* 
   ID: style	
   	Grzegorz Dlubacz aka yellowww
	//beats
	info@11beats.co.uk
	
   (c) 2011-2012 by The Tutor Website
	All rights reserved
*/

/********** RESET STYLES **********/
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;
}

ol, ul, li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/********** END OF RESET STYLES **********/

/********** GLOBAL STYLES **********/
body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
}

.clear.after {
	content: ""; display: block; 
	clear: both;
}

.clear {
	clear:both;
	display:block;
	height:0px;
	overflow:hidden;
	margin:0;
	padding:0;
}

a {
	color: #0c141b;
	text-decoration: none;
}

a.ext_links {
	text-decoration: underline;
}

a.ext_links:hover {
	color: #ff0000;
}

a.mail {
	text-decoration: underline;
}

a.mail:hover {
	text-decoration: underline;
	color: #ff0000;
}

a.bo {
	text-decoration: none;
}

a.blue {
	font-weight: bold;
	color: #5f7585;
	text-decoration: underline;
}

a.blue:hover {
	text-decoration: underline;
	font-weight: normal;
}

a.bo:hover {
	text-decoration: underline;
	color: #ff0000;
}

p.maintenance {
	width: 600px;
	height: 60px;
	background-color: #ff0000;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	margin-bottom: 40px;
	padding: 40px 20px;
	vertical-align: middle;
}
/********** END OF GLOBAL STYLES **********/

.container {
	width: 980px; 
	margin: 0px auto;
}

/********** HEADER **********/
#header_wrap {
	height: 227px;
}

#header {
	position: relative;
	width: 980px;
	height: 128px;
	border-bottom: #dedede 1px solid;
}

#header h1 {
	float: left;
	width: 313px;
	height: 88px;
	margin: 20px 0;
}

#header h1 a {
	display: block;
	background: url(images/logo.gif) no-repeat;
	width: 179px;
	height: 83px;
	text-indent: -9999px;
}

ul#like_buttons {
	position: absolute;
	left: 260px;
	top: 43px;
}

a.ebook {
	position: absolute;
	top: 43px;
	left: 663px;
	background: url(images/ebook.png) no-repeat;
	width: 260px;
	height: 50px;
	cursor: pointer;
	text-indent: -9999px;
}

a.ebook:hover {
	background-position: 0 -50px;
}

a.ebook2 {
	position: absolute;
	top: 43px;
	left: 358px;
	background: url(images/ebook2.png) no-repeat;
	width: 290px;
	height: 50px;
	cursor: pointer;
	text-indent: -9999px;
}

a.ebook2:hover {
	background-position: 0 -50px;
}

/********** NAVIGATION **********/
#navigation {
	position: relative;
	display: block;
	z-index: 200;
	float: left;
	padding: 20px 0;
}

#navigation #nav {
	position: relative; 
	float: left; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	overflow: visible;
	width: 980px;
}

#navigation #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation #nav li {
	margin: 0 28px 0 0;
	padding-right: 27px;
	float: left;
	background: url(images/nav_divider.gif) no-repeat 100% 50%;
}

#navigation #nav li.secondlvl {
	background: none;
}

#navigation #nav a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #293640;
	text-decoration: none;
	padding: 20px 0;
}

#navigation #nav li a:hover{
	display: block;
	color: #5f7585;
	text-decoration: none;	
}

#navigation #nav li:hover{
	color: #5f7585;
	text-decoration: none;	
}

#navigation #nav li.secondlvl a:hover{
	display: block;
	color: #fff;
	text-decoration: none;	
}

#navigation #nav li ul {
  	list-style: none;
  	position: absolute;
  	width: 270px;
  	top: 50px;
  	left: -999em;
  	padding: 0 0 10px 0;
  	z-index: 10;
  	background: #293640;
}

#navigation #nav li:hover ul, #nav li.sfhover ul {
  	left: auto;
}
  
#navigation #nav li ul li:hover ul {
 	left: 90%;
 	top: -1px;
}
	
#navigation #nav li li {  
	position: relative!important;
  	margin: 0;
  	padding: 0;
  	width: 270px;
  	left: auto;
  	height: auto !important;
}
  
#navigation #nav li li a {
  	width: 270px;
  	color: #fff;
  	font-size: 12px;
  	line-height: 18px;
  	margin: 0;
  	padding: 10px;
}
	
#navigation #nav li li a:hover {
  	padding: 10px;
}
  
#navigation #nav li li:hover {
  	background: #5f7585;
}

#navigation #nav li:hover, #nav li.sfhover { 
  	position: static;
}                 
/********** END OF NAVIGATION **********/
/********** END OF HEADER **********/

/********** VISUAL MESSAGE **********/
#vm_wrap {
	background: url(images/vm_bcg.gif) repeat-x 0 0;
	height: 392px;
}

#breadcrumb_wrap {
	background: url(images/bc_bcg.gif) repeat-x 0 0;
	height: 52px;
}

#breadcrumb_wrap #breadcrumb {
	font-size: 11px;
	color: #848484;
	padding-top: 20px;
}

#vm_wrap #vm {
	background: url(images/vmst_bcg.gif) no-repeat 0 0;
	width: 980px;
	height: 392px;
}

#vm_wrap #vm #student_box {
	display: inline;
	float: left;
	width: 490px;
}

#vm_wrap #vm #student {
	display: inline;
	float: left;
	margin-top: 40px;
}

#vm_wrap #vm #student h2 {
	background: url(images/student_header.gif) no-repeat;
	width: 188px;
	height: 23px;
	text-indent: -9999px;
}

#vm_wrap #vm #tutor_box {
	display: inline;
	float: left;
	width: 490px;
}

#vm_wrap #vm #tutor {
	display: inline;
	float: left;
	margin: 40px 0 40px 40px;
}

#vm_wrap #vm #tutor h2 {
	background: url(images/tutor_header.gif) no-repeat;
	width: 165px;
	height: 23px;
	text-indent: -9999px;
}

#vm_wrap #vm ul.vm_list {
	margin: 40px 0 26px 0;
}

#vm_wrap #vm ul.vm_list li.first {
	display: block;
	background: url(images/1.gif) scroll no-repeat 0 0;
	list-style: none;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #fff 0 1px 1px;
	padding-top: 14px;
	padding-left: 92px;
	margin-bottom: 6px;
	height: 41px;
}

#vm_wrap #vm ul.vm_list li.second {
	display: block;
	background: url(images/2.gif) scroll no-repeat 0 0;
	list-style: none;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #fff 0 1px 1px;
	padding-top: 14px;
	padding-left: 92px;
	margin-bottom: 6px;
	height: 41px;
}

#vm_wrap #vm ul.vm_list li.third {
	display: block;
	background: url(images/3.gif) scroll no-repeat 0 0;
	list-style: none;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #fff 0 1px 1px;
	padding-top: 14px;
	padding-left: 92px;
	margin-bottom: 6px;
	height: 41px;
}

#vm_wrap #vm .fat_btn {
	display: block;
	width: 188px;
	height: 43px;
	text-indent: -9999px;
	margin-left: 151px;
}

#vm_wrap #vm .fat_btn a {
	display: block;
	width: 188px;
	height: 43px;
	background: url(images/findatutor_btn.gif) no-repeat;
	outline: none;
	cursor: pointer;
}

#vm_wrap #vm .fat_btn a:hover {
	background-position:0 -43px;
}

#vm_wrap #vm .aaa_btn {
	display: block;
	width: 188px;
	height: 43px;
	text-indent: -9999px;
	margin-left: 41px;
}

#vm_wrap #vm .aaa_btn a {
	display: block;
	width: 329px;
	height: 43px;
	background: url(images/addanad_btn.gif) no-repeat;
	outline: none;
	cursor: pointer;
}

#vm_wrap #vm .aaa_btn a:hover {
	background-position:0 -43px;
}
/********** END OF VISUAL MESSAGE **********/

/********** MAIN **********/
/********** COLUMN_LEFT **********/
#main {
	margin: 0 auto;
	float: left;
	width: 100%;
	padding: 40px 0;
}

#main p {
	line-height: 18px;
	padding-bottom: 20px;
}

#main span.redmarker {
	background: #ffd7d7;
	color: #ff0000;
}

#main span.yellowmarker {
	background: #ffffcc;
}

#main #column_left {
	float: left;
	width: 639px;
	min-height: 262px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: #dedede 1px solid;
}

#main #column_single {
	float: left;
	width: 980px;
	min-height: 262px;
	padding-right: 20px;
	margin-right: 20px;
}

#main #column_single h3#sitemap, #main #column_single h3#terms-and-condition, #main #column_single h3#links {
	font-size: 18px;
	font-weight: bold;
	color: #848484;
	margin-bottom: 40px;
}

#main #column_left h3.welcome {
	background: url(images/welcome.gif) no-repeat;
	width: 639px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main #column_left h3.latest_articles {
	background: url(images/latest_articles.gif) no-repeat;
	width: 639px;
	height: 18px;
	text-indent: -9999px;
	margin: 20px 0 40px 0;
}

#main #column_left h3.article_title {
	width: 639px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main #column_left h3#about-us {
	background: url(images/about.gif) no-repeat;
}

#main #column_left h3#our-aims {
	background: url(images/ouraims.gif) no-repeat;
}

#main #column_left h3#our-values {
	background: url(images/ourvalues.gif) no-repeat;
}

#main #column_left h3#wo-we-are {
	background: url(images/whoarewe.gif) no-repeat;
}

#main #column_left h3#why-use-us {
	background: url(images/whyuseus.gif) no-repeat;
}

#main #column_left h3#for-students-parents {
	background: url(images/forsp.gif) no-repeat;
}

#main #column_left h3#why-use-a-tutor {
	background: url(images/whyuseatutor.gif) no-repeat;
}

#main #column_left h3#how-to-choose-the-correct-tutor {
	background: url(images/htctct.gif) no-repeat;
}

#main #column_left h3#questions-to-ask-a-tutor {
	background: url(images/qtaat.gif) no-repeat;
}

#main #column_left h3#for-tutors {
	background: url(images/fortutors.gif) no-repeat;
}

#main #column_left h3#why-advertise-with-the-tutor-website {
	background: url(images/wawttw.gif) no-repeat;
}

#main #column_left h3#how-to-advertise-on-the-tutor-website {
	background: url(images/htaottw.gif) no-repeat;
}

#main #column_left h3#how-to-write-your-advert {
	background: url(images/htwya.gif) no-repeat;
}

#main #column_left h3#sample-advert {
	background: url(images/sampleadvert.gif) no-repeat;
}

#main #column_left h3#how-to-change-your-advert {
	background: url(images/htcya.gif) no-repeat;
}

#main #column_left h3#how-to-remove-your-advertise-from-the-site {
	background: url(images/htryafts.gif) no-repeat;
}

#main #column_left h3#faqss-about-advertising {
	background: url(images/faa.gif) no-repeat;
}

#main #column_left h3#the-application-form {
	background: url(images/taf.gif) no-repeat;
}

#main #column_left h3#how-to-become-a-tutor {
	background: url(images/htbat.gif) no-repeat;
}

#main #column_left h3#trends {
	background: url(images/trends.gif) no-repeat;
}

#main #column_left h3#how-to-arrange-lessons {
	background: url(images/htal.gif) no-repeat;
}

#main #column_left h3#what-happens-during-lessons {
	background: url(images/whdl.gif) no-repeat;
}

#main #column_left h3#follow-up-after-exams {
	background: url(images/fuae.gif) no-repeat;
}

#main #column_left h3#how-much-should-i-charge {
	background: url(images/hmsic.gif) no-repeat;
}

#main #column_left h3#lessons-cancellations {
	background: url(images/lc.gif) no-repeat;
}

#main #column_left h3#tax {
	background: url(images/tax.gif) no-repeat;
}

#main #column_left h3#scams-targeted-at-tutors {
	background: url(images/stat.gif) no-repeat;
}

#main #column_left h3#safety-advice {
	background: url(images/safetyadvice.gif) no-repeat;
}

#main #column_left h3#safety-advice-for-students-and-parents {
	background: url(images/safsap.gif) no-repeat;
}

#main #column_left h3#safety-advice-for-tutors {
	background: url(images/saft.gif) no-repeat;
}

#main #column_left h3#what-is-a-crb-check {
	background: url(images/wiacc.gif) no-repeat;
}

#main #column_left h3#what-is-a-disclosure {
	background: url(images/wiad.gif) no-repeat;
}

#main #column_left h3#what-is-the-vetting-and-barring-scheme {
	background: url(images/witvabs.gif) no-repeat;
}



#main #column_left h3.articles {
	background: url(images/articles.gif) no-repeat;
	width: 639px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main #column_left h3.newshdr {
	background: url(images/newsfull.gif) no-repeat;
	width: 639px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main #column_left h3.contactus {
	background: url(images/contactus.gif) no-repeat;
	width: 639px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main #column_left h3.application {
	background: url(images/application.gif) no-repeat;
	width: 639px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main #column_left h3.findatutor_small {
	background: url(images/findatutor_small.gif) no-repeat;
	width: 639px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main h3.resources {
	background: url(images/resources.gif) no-repeat;
	width: 980px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main #sidebar h3.recommended {
	float: left;
	background: url(images/recommended.gif) no-repeat;
	width: 185px;
	height: 18px;
	text-indent: -9999px;
	margin: 40px 100px 40px 0;
}

#main #sidebar h3.featured {
	float: left;
	background: url(images/featured.gif) no-repeat;
	width: 143px;
	height: 18px;
	text-indent: -9999px;
	margin: 40px 100px 40px 0;
}

#main #sidebar h3.findresources{
	float: left;
	background: url(images/find_resources.gif) no-repeat;
	width: 178px;
	height: 18px;
	text-indent: -9999px;
	margin: 40px 100px 40px 0;
}

#main #sidebar h3.recenttestimonials{
	float: left;
	background: url(images/recent_testimonials.gif) no-repeat;
	width: 216px;
	height: 18px;
	text-indent: -9999px;
	margin: 40px 0;
}

#main h3.testimony {
	background: url(images/testimony.gif) no-repeat;
	width: 980px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main #column_left h3.payment {
	background: url(images/payment.gif) no-repeat;
	width: 639px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main #column_left h4 {
	margin-bottom: 20px;
}

#main #column_left .la {
	float: left;
	margin-bottom: 40px;
	border-bottom: #dedede 1px solid;
}

#main #column_left .la_full {
	float: left;
	margin-bottom: 20px;
}

#main #column_left .la h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 40px;
}

#main #column_left .la h3 a {
	text-decoration: none;
}

#main #column_left .la h3 a:hover {
	text-decoration: underline;
}

#main #column_left .la_fullpost h3.fulltitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
}

#main #column_left .la_fullpost li.bullet {
	list-style-type: square;
	margin-left: 12px;
}

#main #column_left .la .la_img, #main #column_left .la_fullpost .la_img {
	float: left;
	width: 162px;
	padding-bottom: 40px;
}

#main #column_left .la .la_short, #main #column_left .la_fullpost .la_short  {
	float: right;
	width: 437px;
	padding-left: 40px;
}

#main #column_left .la .la_full, #main #column_left .la_fullpost .la_full {
	position: relative;
	display: block;
	float: left;
	width: 639px;
}

#main span.date {
	display: block;
	float: left;
	margin-bottom: 20px;
	background: url(images/date.gif) left center no-repeat;
	height: 16px;
	padding: 0 36px;
	font-size: 11px;
	color: #848484;
	text-align:left;
}

#main span.date a {
	padding: 0px;
	font-size: 11px;
	color: #848484;
	text-decoration: none;
}

#main span.date a:hover {
	text-decoration: underline;
}

#main span.continue  {
	float: right;
	display:inline;
	margin-bottom: 57px;
}

#main span.continue a {
	color: #ff0000;
	font-style: italic;
	text-decoration: none;
}

#main span.continue a:hover {
	text-decoration: underline;
}

#main #column_left .articles_btn {
	display: block;
	float: right;
	width: 158px;
	height: 34px;
	text-indent: -9999px;
	padding: 0;
}

#main #column_left .articles_btn a {
	display: block;
	width: 158px;
	height: 34px;
	background: url(images/articles_btn.gif) no-repeat;
	outline: none;
	cursor: pointer;
}

#main #column_left .articles_btn a:hover {
	background-position:0 -34px;
}

#main #column_left .sharepost {
	display: block;
	position:relative;
	float: left;
	width: 599px;
	border: #dedede 1px solid;
	padding: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#main #column_left .sharepost #upicon {
	position:absolute;
	left:490px;
	top:18px;
	width:24px;
	height:24px;
	background: url(images/thumbsup.png) no-repeat;
	cursor:auto;
}	

#main #column_left .sharepost #downicon {
	position:absolute;
	left:574px;
	top:18px;
	width:24px;
	height:24px;
	background: url(images/thumbsdown.png) no-repeat;
	cursor:auto;
}

#main #column_left .sharepost #upvalue {
	position:absolute;
	left:522px;
	top:22px;
	color:#0eb00d;
	font-weight:bold;	
}

#main #column_left .sharepost #downvalue {
	position:absolute;
	left:606px;
	top:22px;
	color:#ef4418;	
	font-weight:bold;
}

#main #column_left .sharepost span.sharetext {
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#main #column_left .sharepost a.sm_icon_facebook_share {
	float: left;
	margin-left: 20px;
	background: url(images/facebook.png) no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}

#main #column_left .sharepost a.sm_icon_twitter_share {
	float: left;
	margin-left: 20px;
	background: url(images/twitter.png) no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}

/********** PAGINATION **********/
#main .pagenavi {
	position: relative;
	float: left;
	width: 639px;
}

#main .pagenavi .pages {
	float: left;
	margin-right: 20px;
	padding-top: 5px;
	color: #848484;
}

#main .pagenavi .current {
	display: block;
	float: left;
	background: url(images/pagenav_page.gif) no-repeat;
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	padding: 5px 9px;
	text-shadow: #fff 1px 1px 0;
}

#main .pagenavi .current_long {
	display: block;
	float: left;
	background: url(images/pagenav_page.gif) no-repeat;
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	padding: 5px 6px;
	text-shadow: #fff 1px 1px 0;
}

#main .pagenavi a.page {
	display: block;
	float: left;
	background: url(images/pagenav_page.gif) no-repeat;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	padding: 5px 9px;
	text-decoration: none;
	text-shadow: #fff 1px 1px 0;
}

#main .pagenavi a.page_long {
	display: block;
	float: left;
	background: url(images/pagenav_page.gif) no-repeat;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	padding: 5px 6px;
	text-decoration: none;
	text-shadow: #fff 1px 1px 0;
}

#main .pagenavi a.page:hover {
	display: block;
	float: left;
	background: url(images/pagenav_pagehover.gif) no-repeat;
}

#main .pagenavi a.nextpostslink {
	display: block;
	float: left;
	background: url(images/pagenav_nextpage.gif) no-repeat;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	padding: 5px 13px;
	text-decoration: none;
	text-shadow: #fff 1px 1px 0;
}

#main .pagenavi a.nextpostslink:hover {
	display: block;
	float: left;
	background: url(images/pagenav_nextpagehover.gif) no-repeat;
}

#main .pagenavi .separator {
	display: block;
	float: left;
	background: url(images/pagenav_nextpage.gif) no-repeat;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	padding: 5px 21px;
	text-shadow: #fff 1px 1px 0;
}
/********** END OF PAGINATION **********/

/********** CONTACT FORM **********/

#main #column_left #contact_form {
	float: left;
	position:relative;
}

#main #column_left #contact_form label {
	float: left;
	width: 155px;
	padding-top: 8px;
	font-weight: bold;
}

#main #column_left #contact_form input {
	float: left;
	width: 334px;
	height: 16px;
	padding: 8px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 20px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}

#main #column_left #contact_form select {
	float: left;
	width: 352px;
	height: 36px;
	padding: 8px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 20px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}

#main #column_left #contact_form textarea {
	float: left;
	width: 462px;
	height: 204px;
	padding: 8px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 20px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

#main #column_left #contact_form input:hover, #main #column_left #contact_form textarea:hover {
	border: 1px solid #b6b6b6;
}

#main #column_left #contact_form input.submit {
	background: url(images/submit_btn.gif) no-repeat;
	float: right;
	margin: 0;
	width: 158px;
	height: 34px;
	border: none;
	cursor: pointer;
}

#main #column_left #contact_form input.submit:hover {
	background-position: 0 -34px;
}

#main #column_left #contact_form p.validation {
	margin-bottom: 40px;
}

#main #column_left #contact_form .notification_error {
	border: 1px solid #a50021;
	height: auto;
	width: 465px;
	padding: 4px;
	background: #fff;
	text-align: left;
	margin-bottom: 30px;
	color: #a50021;
	font-weight: bold;
}

#main #column_left #contact_form .notification_ok {
	border: 1px solid #dadada;
	height: auto;
	width: 100%
	padding: 20px;
	background: #fff;
	text-align: center;
	margin-bottom: 30px;
	color: #0a6434;
	font-size: 16px;
	font-weight: bold;
}


span.star {
	color: #ff0000;
}
/********** END OF CONTACT FORM **********/

/********** APPLICATION FORM **********/
#main #column_left #application_form {
	display: block;
	float: left;
	width: 639px;
}

div.divcenter {
	position:relative;
	text-align:center;
}

#errorMessage {
	position:relative;
	display:none;
	width:567px;
	height:16px;
	margin:auto;
	padding:10px 20px 10px 50px;
	border:1px solid #e9d886;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background:#ffffb9 url(images/exclamation.jpg) 20px 11px no-repeat;
	text-align:left;
}

#closeErrorMessage {
	position:absolute;
	display:none;
	top:5px;
	left:608px;
	width:6px;
	height:6px;
	background: url(images/iconx.gif) no-repeat;
	cursor:pointer;
}

#errorMessage2 {
	position:relative;
	display:none;
	width:567px;
	height:16px;
	margin:auto;
	padding:10px 20px 10px 50px;
	border:1px solid #e9d886;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background:#ffffb9 url(images/exclamation.jpg) 20px 11px no-repeat;
	text-align:left;
}

#main #column_left #application_form p.form_header {
	font-weight: bold;
	border-bottom: #dedede 1px solid;
	margin: 20px 0;
}

#main #column_left #application_form label {
	float: left;
	width: 135px;
	padding-top: 8px;
	padding-right: 20px;
}

#main #column_left #application_form label.subject {
	float: left;
	width: 37px;
	padding-top: 8px;
	padding-right: 20px;
	margin-left: 40px;
}

#main #column_left #application_form label.check {
	float: left;
	width: 100px;
	margin-top: 6px;
	margin-right: 20px;
	font-weight: bold;
}

#main #column_left #application_form label.rates {
	float: left;
	width: 112px;
	padding-top: 8px;
	padding-right: 20px;
}

#main #column_left #application_form input.advert {
	float: left;
	width: 334px;
	height: 16px;
	padding: 8px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 20px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}

#main #column_left #application_form input.subjects {
	float: left;
	width: 169px;
	height: 16px;
	padding: 8px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 20px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}

#main #column_left #application_form input.subjects_other {
	float: left;
	width: 182px;
	height: 16px;
	padding: 8px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 20px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}

#main #column_left #application_form input.lvls_other {
	float: left;
	width: 169px;
	height: 16px;
	padding: 8px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 20px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}

#main #column_left #application_form input.rate {
	float: left;
	width: 50px;
	height: 16px;
	padding: 8px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 20px;
	margin-right: 40px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}

#main #column_left #application_form select.who {
	float: left;
	width: 150px;
	height: 34px;
	padding: 7px 3px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 20px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}

#main #column_left #application_form select.advert {
	float: left;
	width: 352px;
	height: 34px;
	padding: 7px 3px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 20px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}

#main #column_left #application_form select.subjects {
	float: left;
	width: 200px;
	height: 34px;
	padding: 7px 3px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 20px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}

#main #column_left #application_form textarea.short_message {
	float: left;
	width: 462px;
	height: 204px;
	padding: 8px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 20px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

#message_counter {
	text-align:right;
	padding:0px 10px 10px 0px;
}

#main #column_left #application_form input.submitform {
	background: url(images/submitform_btn.gif) no-repeat;
	float: right;
	margin-top: 40px;
	width: 158px;
	height: 34px;
	border: none;
	cursor: pointer;
}

#main #column_left #application_form input.submitform:hover {
	background-position: 0 -34px;
	border: none;
}

#main #column_left #application_form input.advert:focus, #main #column_left #application_form select.who:focus, #main #column_left #application_form select.advert:focus, #main #column_left #application_form select.subjects:focus, #main #column_left #application_form input.subjects:focus, #main #column_left #application_form input.subjects_other:focus, #main #column_left #application_form input.lvls_other:focus, #main #column_left #application_form input.rate:focus, #main #column_left #application_form textarea.short_message:focus {
	background: #ffffcc;
}

#main #column_left #application_form input:hover, #main #column_left #application_form select:hover, #main #column_left #application_form textarea:hover {
	border: 1px solid #b6b6b6;
}

#main #column_left input.checkbox, .radio {
	float: left;
	vertical-align: middle;
	margin-top: 16px;
	margin-right: 20px;
	margin-bottom: 30px;
}

#main #column_left #application_form .app_info {
	display: block;
	float: right;
	width: 462px;
	background: #f3f3f3;
	border: #dedede 1px solid;
	margin-bottom: 20px;
	margin-left: 150px;
	padding: 10px;
	font-size: 11px;
	line-height: 16.5px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	
}

#main #column_left span.declaration {
	line-height: 18px;
	padding-left: 10px;
	font-size: 11px;
}

#main #column_left #application_form .add {
	display: inline;
	float: right;
	background: url(images/add.gif) no-repeat;
	height: 16px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	cursor: pointer;
}

#main #column_left #application_form .add:hover {
	font-weight: bold;
}

#main #column_left #application_form .remove {
	display: inline;
	float: right;
	background: url(images/remove.gif) no-repeat;
	height: 16px;
	padding-left: 20px;
	text-decoration: none;
	cursor: pointer;
}

#main #column_left #application_form .remove:hover {
	font-weight: bold;
}

.doublecheck {
	position: relative;
	float: left;
	margin-top: 50px;	
}

/********** AFTER SAVE APPLICATION **********/
#main #column_left p.after_save {
	width:599px;
	padding:10px 20px;
	color:#577614;
	font-weght: bold;
	border:1px solid #c6d881;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color: #e4f4c0;
	text-align:left;
}
/********** END OF AFTER SAVE APPLICATION **********/
/********** END OF APPLICATION FORM **********/

/********** TUTOR LISITNG **********/
#main #column_left h4.local {
	font-size: 14px;
	font-weight: bold;
	color: #5f7585;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: #dedede 1px solid;
}

#main #column_left .tutor_listing {
	display: block;
	float: left;
	margin-bottom: 40px;
}

#main #column_left .tutor {
	display: block;
	float: left;
	width: 597px;
	border-top: #f3f3f3 2px solid;
	border-right: #f3f3f3 1px solid;
	border-left: #f3f3f3 1px solid;
	padding: 40px 20px 20px 20px;
}

#main #column_left .tutor h5.tutorname {
	display: inline;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

#main #column_left .tutor span.rate_tutor {
	display: inline;
	float: right;
	background: url(images/rate.gif) no-repeat left center;
	padding-left: 25px;
	height: 16px;
}

#main #column_left .tutor p.headline {
	padding: 10px 0;
	line-height: 18px;
	color: #848484;
}

#main #column_left .tutor p.badge {
	padding: 10px 0;
	line-height: 18px;
	color: #848484;
}

#main #column_left .tutor p.tutoring {
	padding: 20px 0 40px 0;
	line-height: 18px;
}

#main #column_left .tutor .tutor_details {
	margin-bottom: 40px;
	width: 599px;
	border-top: #f3f3f3 1px solid;	
	border-bottom: #f3f3f3 1px solid;
}

#main #column_left .tutor .tutor_details td.tab_title {
	font-weight: bold;
	width: 160px;
	padding: 20px 40px 20px 0;
}

#main #column_left .tutor .tutor_details td.yes {
	background: url(images/yes.gif) no-repeat center;
	width: 120px;
	padding: 20px 0;
	vertical-align: middle;
}

#main #column_left .tutor .tutor_details td.no {
	background: url(images/no.gif) no-repeat center;
	width: 120px;
	padding: 20px 0;
	vertical-align: middle;
}

#main #column_left .tutor .tutor_details td.tab_option {
	padding: 20px 0 20px 40px;
}

#main #column_left .tutor .tutor_details td.subject {
	width: 120px;
	text-align: center;
	padding: 20px 0;
}

#main #column_left .tutor .tutor_details tr.sepbot {
	border-bottom: #f3f3f3 1px solid;
}

#main #column_left .tutor .tutor_contact {
	float: left;
	width: 599px;
}

#main #column_left .tutor .tutor_contact span.phone {
	float: left;
	background: url(images/phone.gif) no-repeat left center;
	padding-left: 25px;
	width: 180px;
	height: 16px;
	color: #848484;
	cursor:pointer;
	text-decoration: underline;
}

#main #column_left .tutor .tutor_contact span.phone_info {
	float: left;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 15px;
	height: 16px;
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	display:none;
}

#main #column_left .tutor .tutor_contact span.write {
	float: left;
	background: url(images/pen.gif) no-repeat left center;
	padding-left: 25px;
	width: 384px;
	height: 16px;
	color: #848484;
}

#main #column_left .tutor .tutor_contact span.write a {
	text-decoration: underline;
	color: #848484;
}

#main #column_left .tutor .tutor_contact span.write a:hover {
	color: #ff0000;
}

#main #column_left .tutor .tutor_contact span.website {
	float: left;
	background: url(images/homesite.gif) no-repeat left center;
	padding-left: 25px;
	width: 140px;
	height: 16px;
	color: #848484;
}

#main #column_left .tutor .tutor_contact span.website a {
	text-decoration: underline;
	color: #848484;
}

#main #column_left .tutor .tutor_contact span.website a:hover {
	color: #ff0000;
}

#main #column_left .share_tutor {
	display: block;
	float: left;
	background: #f3f3f3;
	border-bottom: #dedede 1px solid;
	width: 599px;
	height: 18px;
	padding: 10px 20px;
	font-size: 11px;
	font-weight: bold;
	color: #848484;
	text-shadow: #fff 0 1px 1px;
}

#main #column_left .share_tutor span.share_this_tutor {
	float: left;
	vertical-align: middle;
	text-align: center;
	margin-top: 3px;
}

#main #column_left .share_tutor ul {
	list-style: none;
}

#main #column_left .share_tutor ul li {
	float: left;
	padding-left: 20px;
	margin-top: 2px;
}

#main #column_left .share_tutor ul li a.share_fb {
	display: block;
	background: url(images/fb_sm_icon.gif) no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}

#main #column_left .share_tutor ul li a.share_fb:hover {
	background-position: 0 -16px;
}

#main #column_left .share_tutor ul li a.share_tw {
	display: block;
	background: url(images/twitter_sm_icon.gif) no-repeat;
	width: 12px;
	height: 14px;
	text-indent: -9999px;
	margin-top: 1px;
}

#main #column_left .share_tutor ul li a.share_tw:hover {
	background-position: 0 -14px;
}

#main #column_left .share_tutor span.show_hide {
	display: none;
	float: right;
	color: #000;
	margin-top: 3px;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
}

#main #column_left .share_tutor span.show_hide:hover {
	color: #ff0000;
	text-decoration: underline;
}

.slidingDiv {
	display: none;
}
/********** END OF TUTOR LISTING **********/

/********** END OF COLUMN_LEFT **********/

/********** SIDEBAR **********/
#main #sidebar {
	float: right;
	width: 300px;
}

#main #sidebar h3.news {
	background: url(images/news.gif) no-repeat;
	width: 300px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main #sidebar h3.links {
	background: url(images/links.gif) no-repeat;
	width: 300px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main #sidebar h3.dyncategories {
	background: url(images/dyncategories.png) no-repeat;
	width: 300px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main #sidebar h3.archive {
	background: url(images/archive.gif) no-repeat;
	width: 300px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main #sidebar h3.details {
	background: url(images/details.png) no-repeat;
	width: 300px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main #sidebar h3.details-con {
	background: url(images/details.gif) no-repeat;
	width: 300px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main #sidebar h3.subjects {
	background: url(images/subjects.gif) no-repeat;
	width: 300px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main #sidebar ul.dyncategories {
    margin-bottom:50px;
}

#main #sidebar ul li.newslist {
	display: block;
	margin-bottom: 20px;
	border-bottom: #dedede 1px solid;
}

#main #sidebar ul li.newslist h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

#main #sidebar ul li.newslist h4 a {
	text-decoration: none;
}

#main #sidebar ul li.newslist h4 a:hover {
	text-decoration: underline;
}

#main #sidebar ul li.sb_links {
	border-bottom: #dedede 1px solid;
	margin-top: 20px;
	padding-bottom: 20px;
}

#main #sidebar ul li.sb_links a {
	text-decoration: none;
}

#main #sidebar ul li.sb_links a:hover {
	font-weight: bold;
}

#main #sidebar ul li.sb_links span.active {
	font-weight: bold;
}

#main #sidebar ul li.subjects_links {
	color: #848484;
	line-height: 24px;
}

#main #sidebar ul li.subjects_links a {
	color: #848484;
	text-decoration: none;
}

#main #sidebar ul li.subjects_links a:hover {
	text-decoration: underline;
}

#main #sidebar .news_btn {
	display: block;
	float: right;
	width: 158px;
	height: 34px;
	text-indent: -9999px;
	margin-top: 20px;
	padding: 0;
}

#main #sidebar .news_btn a {
	display: block;
	width: 158px;
	height: 34px;
	background: url(images/news_btn.gif) no-repeat;
	outline: none;
	cursor: pointer;
}

#main #sidebar .news_btn a:hover {
	background-position:0 -34px;
}

#main #sidebar h5 {
	font-weight: bold;
	margin-bottom: 20px;
}

#main #sidebar #owner img {
	margin: 20px 0 0 93px;
}

#main #sidebar ul#details_list {
	float: left;
	list-style: none;
	padding: 0;
	border-bottom: #dedede 1px solid;
}

#main #sidebar ul#details_list li {
	background: url(images/list.gif) 0 10% no-repeat;
	line-height: 18px;
	padding: 0 0 0 42px;
	color: #848484;
	margin-bottom: 40px;
}

.media {
	display: block;
	float: left;
	margin-top: 40px;
	background: url(images/media_banner.png) no-repeat;
	width: 300px;
	height: 349px;
	cursor: pointer;
	text-indent: -9999px;
}
/********** END OF SIDEBAR **********/

/********** NO COLUMN **********/
#main #no_column {
	position: relative;
	float: left;
	width: 980px;
}

.adsense {
	position: absolute;	
	top: 34px;
	left: 510px;
}

#blok {
	position: relative;
}

span.enh {
	font-size: 16px;
	font-weight: bold;	
}

span.advts {
	position: absolute;
	top: 0;
	right: 0;
}

span.advts2 {
	display: block;
	float: left;
	width: 639px;
	margin: 0 0 30px 0;
}

#main #no_column h3.findatutor {
	background: url(images/findatutor.gif) no-repeat;
	width: 980px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#main #no_column h4.territories {
	font-size: 16px;
	font-weight: bold;
	color: #5f7585;
	margin: 40px 0;
}

#main #no_column .maincolumn {
	float: left;
	width: 980px;
	border-bottom: #dedede 2px solid;
}

#main #no_column .maincolumn .columns {
	float: left;
	width: 215px;
	margin-right: 40px;
	padding-bottom: 40px;
}

#main #no_column .maincolumn .columnsr {
	float: left;
	width: 215px;
	margin-bottom: 40px;
}

#main #no_column .maincolumn .columns h5.region, #main #no_column .maincolumn .columnsr h5.region {
	font-weight: bold;
	border-bottom: #dedede 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#main #no_column .maincolumn .columns ul li, #main #no_column .maincolumn .columnsr ul li {
	display: block;
	line-height: 24px;
}

#main #no_column .resource {
	border-bottom: #dedede 1px solid;
	padding-bottom: 58px;
	margin-bottom: 40px;
}

#main #no_column .resource h4.download_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 40px;
}

#main #no_column .resource .download_btn a {
	display: block;
	float: right;
	width: 126px;
	height: 37px;
	background: url(images/download_btn.gif) no-repeat;
	outline: none;
	cursor: pointer;
	text-indent: -9999px;
}

#main #no_column .resource .download_btn a:hover {
	background-position:0 -37px;
}

#main #no_column #note {
	display: block;
	float: left;
	margin: 40px 0 0 0;
	color: #999999;
}
/********** END OF NO_COLUMN **********/

/********** NEWSLETTER **********/
#main #newsletter {
	display: block;
	background: url(images/newsletter_bcg.gif) no-repeat;
	width: 980px;
	height: 69px;
	margin-top: 40px;
}

#main #newsletter .download_newsletter {
	padding: 16px 0 0 513px;
}

#main #newsletter .download_newsletter a {
	display: block;
	float: left;
	width: 126px;
	height: 37px;
	background: url(images/download_newsletter.gif) no-repeat;
	outline: none;
	cursor: pointer;
	text-indent: -9999px;
}

#main #newsletter .download_newsletter a:hover {
	background-position:0 -37px;
}

#main #newsletter p.update {
	display: block;
	float: left;
	padding: 10px 0 0 41px;
	font-size: 11px;
	text-shadow: #fff 0 1px 1px;
}
/********** END OF NEWSLETTER **********/

/********** LIKEBOX **********/
#main #likebox {
	display: block;
	float: left;
	padding-top: 40px;
}
/********** END OF LIKEBOX **********/
/********** END OF MAIN **********/

/********** FOOTER **********/
#footer_wrap {
	position: relative;
	float: left;
	background: url(images/footer_bcg.gif) repeat-x;
	width: 100%;
	height: 122px;
	clear: both;
}

#footer_wrap #red_line {
	float: left;
}

#footer_wrap #footer_left {
	display: inline;
	float: left;
	width: 680px;
	margin-top: 50px;
}

#footer_wrap #footer_left a {
	font-size: 11px;
	color: #293640;
	text-shadow: #fff 0 1px 1px;
	text-decoration: none;
}

#footer_wrap #footer_left a:hover {
	text-decoration: underline;
}

span.small_sep {
	padding: 0 10px;
}

#footer_wrap #footer_right {
	display: inline;
	float: left;
	width: 300px;
	margin-top: 40px;
}

#footer_wrap #footer_right #sm_panel img {
	float: left;
	margin-left: 100px;
}

#footer_wrap #footer_right #sm_panel ul {
	padding: 0;
	margin: 0;
}

#footer_wrap #footer_right #sm_panel ul li {
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0 0 0 40px;
}

#footer_wrap #footer_right #sm_panel ul li a {
	display: block;
	border: 0;
}

#footer_wrap #footer_right #sm_panel ul li a#social_fb {
	display: block;
	background: url(images/fb_icon.gif) no-repeat;
	width: 29px;
	height: 30px;
}

#footer_wrap #footer_right #sm_panel ul li a#social_twit {
	display: block;
	background: url(images/twitter_icon.gif) no-repeat;
	width: 21px;
	height: 28px;
}

#footer_wrap #footer_right #sm_panel ul li a#social_tech {
	display: block;
	background: url(images/technorati_icon.gif) no-repeat;
	width: 31px;
	height: 30px;
}

#footer_wrap #footer_right #sm_panel ul li a#social_fb:hover {
	background-position: 0 -30px;
}

#footer_wrap #footer_right #sm_panel ul li a#social_twit:hover {
	background-position: 0 -28px;
}

#footer_wrap #footer_right #sm_panel ul li a#social_tech:hover {
	background-position: 0 -30px;
}


#footer_copy {
	clear: both;
	height: 92px;
}

#footer_copy #footer_copy_left {
	display: inline;
	float: left;
	padding: 40px 0;
}

#footer_copy #footer_copy_left span.copy_sep {
	color: #848484;
	padding: 0 10px;
}

#footer_copy #footer_copy_left a.copy {
	color: #848484;
	text-decoration: underline;
}

#footer_copy #footer_copy_left a.copy:hover {
	text-decoration: underline;
	color: #000;
}

#footer_copy #footer_copy_left a.download {
	color: #293640;
	text-decoration: underline;
	font-weight: bold;
}

#footer_copy #footer_copy_left a.download:hover {
	text-decoration: underline;
	color: #f70000;
}

#footer_copy #footer_copy_right {
	display: inline;
	float: right;
	padding: 40px 0;
}

#footer_copy #footer_copy_right .design a {
	font-weight: bold;
	text-decoration: none;	 
}

#footer_copy #footer_copy_right .design a:hover {
	text-decoration: underline;	 
}

#words {
	clear: both;
	margin-bottom: 20px;
	color: #c7c7c7;
}

#words a {
	font-size: 11px;
	color: #c7c7c7;
	text-decoration: none; 
}

#words a:hover {
	text-decoration: underline; 
}
/********** END OF FOOTER **********/

/********** SITEMAP **********/
a.mapmain {
	font-weight: bold;
}

a.mapmain:hover {
	text-decoration: underline;
	color: #ff0000;
}

a.mapsub {
	font-weight: normal;
}

a.mapsub:hover {
	text-decoration: underline;
	color: #ff0000;
}
/********** END OF SITEMAP **********/


#main #column_left h2.phrase {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	margin-bottom: 40px;
}

#tags li {
	float: left;
	color: #293640;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #dedede;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 0px #eeeeee;
	-webkit-box-shadow: 0px 1px 0px #eeeeee;
}

#comments {
	float: left;
	margin-top: 40px;
}

#comments #conversation_gfx {
	background: url(images/conversation.gif) no-repeat;
	width: 242px;
	height: 48px;
}

#comments #conversation_gfx span.no_comments {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #838383;
	padding: 35px 0 0 68px;
}

#comments ul.commentlist {
	list-style: none;
	margin-top: 40px;
}

#comments ul.commentlist li {
	display: block;
	float: left;
	margin-bottom: 40px;
}

#comments ul.commentlist li.replied {
	display: block;
	float: left;
	margin-bottom: 40px;
}

#comments ul.commentlist li .avatar {
	float: left;
	background: url(images/av.gif) no-repeat;
	width: 50px;
	height: 51px;
	text-indent: -9999px;
}

#comments ul.commentlist li .commentdata {
	float: right;
	width: 569px;
	margin-left: 20px;	
}

#comments ul.commentlist li .commentdata .commentauthor {
	font-weight: bold;	
}

#comments ul.commentlist li .commentdata span.commentdate {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #838383;
	margin-top: 5px;
}

#comments ul.commentlist li .commentdata .commenttext {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #dedede;
	background-color: #f9f9f9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#comments ul.commentlist li .commentdata .commenttext span.reply {
	float: left;
	background: url(images/reply_icon.gif) no-repeat left center;
}

#comments ul.commentlist li .commentdata .commenttext span.reply a {
	padding: 0 0 0 24px;
	color: #838383;
	text-decoration: none;
	font-size: 11px;
}

#comments ul.commentlist li .commentdata .commenttext span.reply a:hover {
	text-decoration: underline;
}

p.replytext {
	background-color: #f0f0f0;
	padding: 20px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#comment_form {
	position:relative;
	float: left;
	margin-left: 70px;
}

#theerror {
	position:absolute;
	display:none;
	top:650px;
	left:0px;
	padding: 10px 20px 10px 50px;
	border: 1px solid #e9d886;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background: #ffffb9 url(images/exclamation.jpg) 20px 11px no-repeat;
	color: #751414;
	font-size: 11px;
	font-weight: bold;	
}

#comment_form h5.newcomment {
	background: url(images/newcomment.gif) no-repeat;
	width: 142px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#comment_form label {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 8px;
	font-weight: bold;
}

#comment_form input {
	float: left;
	width: 180px;
	height: 16px;
	padding: 8px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 20px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}

#comment_form textarea {
	float: left;
	width: 551px;
	height: 180px;
	padding: 8px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 40px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

#comment_form textarea.repliedtext {
	float: left;
	width: 551px;
	height: 120px;
	padding: 8px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 40px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

#comment_form input:hover, #comment_form textarea:hover {
	border: 1px solid #b6b6b6;
}

#comment_form input.submit {
	background: url(images/submit_comment.gif) no-repeat;
	float: right;
	margin: 0;
	width: 158px;
	height: 34px;
	border: none;
	cursor: pointer;
}

#comment_form input.submit:hover {
	background-position: 0 -34px;
}

/********** ENQUIRY **********/
#main h3.enquiry {
	background: url(images/enquiry.gif) no-repeat;
	width: 980px;
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 40px;
}

#enquiry_form {
	display: block;
	position:relative;
	float: left;
	width: 600px;
}

#enquiry_form label {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 8px;
	font-weight: bold;
}

#enquiry_form input.enquiry {
	float: left;
	width: 260px;
	height: 16px;
	padding: 8px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 20px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}

#enquiry_form input.captcha {
	float: left;
	width: 180px;
	height: 16px;
	padding: 8px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 40px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}

#enquiry_form textarea.enquiry {
	float: left;
	width: 584px;
	height: 200px;
	padding: 8px;
	color: #000;
	border: 1px solid #dedede;
	border-top: 1px solid #b6b6b6;
	background: url(images/input.gif) repeat-x;
	margin-bottom: 40px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

#enquiry_form input.enquiry:hover, #enquiry_form input.captcha:hover, #enquiry_form textarea.enquiry:hover {
	border: 1px solid #b6b6b6;
}

#enquiry_form input.submit {
	background: url(images/submit_btn.gif) no-repeat;
	float: right;
	margin-top: 40px;
	width: 158px;
	height: 34px;
	border: none;
	cursor: pointer;
}

#enquiry_form input.submit:hover {
	background-position: 0 -34px;
}

#goback {
	display: block;
	float: right;
	width: 380px;
	text-align: right;
}
/********** END OF ENQUIRY **********/


p.price {
	display: block;
	float: left;
	background: url(images/price.gif) no-repeat;
	width: 300px;
	height: 125px;
	margin-bottom: 20px;	
	text-indent: -9999px;
}

p.price2 {
	display: block;
	float: left;
	background: url(images/price2.gif) no-repeat;
	width: 300px;
	height: 125px;
	margin-bottom: 20px;	
	text-indent: -9999px;
}

p.payments_method {
	display: block;
	float: left;
	background: url(images/payment_method.gif) no-repeat;
	width: 300px;
	height: 96px;
	margin-bottom: 40px;	
	text-indent: -9999px;
}






#main #sidebar ul.badges {
	float: left;
	list-style: none;
	padding: 0;
}

#main #sidebar ul.badges li {
	margin-bottom: 20px;
}

#main #sidebar ul#resourceslogos {
	float: left;
	list-style: none;
	padding-bottom: 20px;
	width: 300px;
	border-bottom: #dedede 1px solid;
}

#main #sidebar ul#resourceslogos li {
	margin-bottom: 20px;
}



#main #sidebar .testimonials {
	position:relative;
	display: block;
	width: 300px;
	overflow: hidden; 	
}

#main #sidebar .testimonials .slide_frame {
	position: relative;
}	

#main #sidebar .testimonials .slide_frame .slide {
	position: relative;
	width:300px;
	float:left;
}


#main #sidebar .testimonials .toppart {
	border-top: #dedede 1px solid;
	border-right: #dedede 1px solid;
	border-left: #dedede 1px solid;
	width: 254px;
	height: auto;
	padding: 20px;
}

.toppart p {
	font-style: italic;
	font-size: 12px;
	line-height: 20px;
}

p.tutorname {
	font-weight: bold;
	color: #ff0000;
}

p.tutorname a.tutoradvert {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

p.tutorname a.tutoradvert:hover {
	color: #5f7585;
	text-decoration: none;
}

.bottompart {
	background:url(images/bottompart.gif) no-repeat;
	width: 295px;
	height: 21px;
}

p.moretestimonials {
	padding: 10px 0 0 54px;
	color: #5f7585;
	font-size: 13px;
}

img.quote {
	padding-right: 10px;	
}




.testimonial {
	display: block;
	float: left;
	text-align: left;
	border-bottom: 1px solid #bec0c2;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.quote {
	float: left;
	display: block;
	width: 40px; 
	margin-right: 40px;
}

.client {
	float: right;
	display: block;
	width: 900px;
	font-size: 12px;
	font-style: italic;
	line-height: 24px;
}




p.total {
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	color: #919191;
	font-size: 24px;
	margin: 40px 0 20px 0;
}

span.large {
	color: #ff0000;	
	font-size: 60px;
}

span.small {
	color: #ff0000;	
	font-size: 24px;
}

img.direction {
	margin-left: 320px;
	margin-bottom: 20px;
}

a.paypal {
	display: block;
	float: left;
	background:url(images/paypal.gif) no-repeat;
	width: 152px;
	height: 52px;
	cursor: pointer;
	text-decoration: none;
	border: none;
	outline: none;
	text-indent: -9999px;	
	margin-left: 260px;
}

img.methods{
	margin-left: 246px;
	margin-top: 20px;
	margin-bottom: 20px;
}

ul#steps {
	list-style: none;
	padding: 0;	
}

ul#steps li.numbers {
	text-align: center;	
	margin-bottom: 20px;
}

ul#steps li.step {
	font-size: 11px;
	line-height: 18px;
	color: #848484;
	margin-bottom: 40px;
}



@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



div #paypalform {
	margin-left: 260px;
}


/*
#slidebtn {
	position: absolute;
	top: 20px;
	right: 20px;
}

#slidebtn a {
	display: block;
	overflow: hidden;
	width: 96px;
	height: 96px;
	background:url(images/slide_price.gif) no-repeat;
	text-indent: -9999px
}

#slidebtn a:hover {
	background-position: 0 -96px;
}
*/

#topbar {
	position:relative;
	height:190px;
}

#slider {
	position:absolute;
	width:468px;
	height:148px;
	top:0px;
	left:0px;
	border:1px solid #dedede;
}

#slider_container {
	position: relative;
	width:468px;
	height:148px;
	overflow: hidden;	
}	

#slides {
	position: absolute;
	top: 0;
	left: 0;	
	
}	

#slides .slide {
	position: relative;
	width:468px;
	height:148px;
	float:left;	
	color: #293640;
}

#slider_paginator {
	position:absolute;
	left:0px;
	top:126px;
	padding-left:216px;
	width:252px;
	height:13px;
}

#slider_paginator a.dot {
	float:left;
	width:13px;
	height:13px;
	margin-right:4px;
	background:url(images/dot_grey.gif) no-repeat;
}

#slider_paginator a.active {
	background:url(images/dot_red.gif) no-repeat;
}


#slides .slide img {
	position:absolute;
	left:39px;
	top:28px;
	width:136px;
	height:88px;
}

#slides .slide .title {
	position:absolute;
	left:216px;
	top:28px;
	width:235px;
	height:91px;
	font-size: 14px;
    font-weight: bold;
	line-height:18px;	
}

#slides .slide .continue {
	position:absolute;
	left:310px;
	top:98px;
	text-decoration:none;
}

#slides .slide .continue:hover {
	text-decoration:underline;
}

div#newEbook {
	position:absolute;
	width:468px;
	height:148px;
	top:0px;
	left:509px;
	border:1px solid #dedede;
	color:#000000;	
}

div#newEbook div#academic_icon {
	position:absolute;
	width:110px;
	height:108px;
	top:21px;
	left:42px;
	background:url(images/academic_icon.jpg) no-repeat;
}

div#newEbook .title {
	position:absolute;
	left:160px;
	top:28px;
	font-size: 14px;
    font-weight: bold;
	line-height:20px;
	text-align:center;	
}

div#newEbook .title .highlight {
	color: #293640;	
}

div#newEbook .continue {
	position:absolute;
	left:360px;
	top:105px;
	text-decoration:none;
}

div#newEbook .continue:hover {
	text-decoration:underline;
}

p.onform {
	float: left;
}

/* POPUP LOGIN */
#loginpopup {
	display: none;
	width: 422px;
	height: 260px;
	padding: 30px 15px;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

#loginpopup h5 {
	color: #1f2024;
	font-size: 14px;
	letter-spacing: 1px;
}

#loginpopup #popup_form {
	position: relative;
	display: block;
}

#loginpopup #popup_form label {
	display: block;
	font-weight: bold;
}

#loginpopup #popup_form input.loginbox {
	position: relative;
	width: 404px;
	height: 16px;
	padding: 8px;
	color: #1f2024;
	border: 1px solid #c3c3c3;
	border-top: 1px solid #adadad;
	margin-bottom: 15px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

#loginpopup #popup_form input.loginbox:hover {
	border: 1px solid #adadad;
}

input.checking, input.checking1 {
	margin-bottom: 15px;
}

span.stores {
	padding-left: 10px;
	color: #a3a3a3;
	font-size: 11px;
}

#loginpopup #popup_form input.submit_login {
	display: block;
	float: right;
	background: url(images/ttw_submit_form.png) no-repeat;
	width: 92px;
	height: 36px;
	border: 0;
	cursor: pointer;
}

#loginpopup #popup_form a.forgotten {
	position: absolute;
	top: 170px;
	left: 0;
	color: #a3a3a3;
	text-decoration: none;
	font-size: 11px;
}

#loginpopup #popup_form a.forgotten:hover {
	text-decoration: underline;
	color: #1f2024;
}

#loginpopup #popup_form a.signup {
	position: absolute;
	top: 170px;
	left: 150px;
	color: #a3a3a3;
	text-decoration: none;
	font-size: 11px;
}

#loginpopup #popup_form a.signup:hover {
	text-decoration: underline;
	color: #d30e0e;
}

#loginpopup #popup_form #fbloginbtn {
	position: absolute;
	top: 230px;
	right: 0;
	text-align: right;
}

.bClose, .bClose1, .bClose2, .bClose3 {	
	position: absolute;
	right: -10px;	
	top: -10px;
	background: url(images/close.png) no-repeat;
	width: 28px;
	height: 28px;
	cursor: pointer;
	text-decoration: none;
	text-indent: -9999px;
}

#notification {
	position: relative;
	display: block;
	margin-bottom: 11px;
	height:36px;
}

#notification #loginMessage {
	position: relative;
	display: none;
	width: 350px;
	height: 16px;
	padding: 10px 20px 10px 50px;
	border: 1px solid #f598a0;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background: #ffcecf url(images/error.gif) 20px 11px no-repeat;
	color: #751414;
	font-size: 11px;
	font-weight: bold;
}

#notification #loginCloseMessage {
	position: absolute;
	top: 5px;
	left: 410px;
	display: none;
	width: 6px;
	height: 6px;
	background: url(images/iconx.gif) no-repeat;
	cursor: pointer;
}

/* END OF POPUP LOGIN */

