body {
	font-family:Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;	
	padding:0;
	margin:0;
	background-color:#003650;
}

h1, h1 a {
color:#0086C2;
font-size:3.0em;
font-weight:normal;
letter-spacing:-0.5px;
margin:0;
padding:0;
margin-bottom:15px;
}
a, a:visited {
color:#0086C2;
}
h1 a:hover {
	text-decoration:underline;
	color:#0086C2;
}
h1 a:visited {
	color:#0086C2;
}
h2, h2 a {
color:#0086C2;
font-weight:normal;
letter-spacing:-0.2px;
text-decoration:none;
margin:0;
padding:0;
}
h2 a:hover {
	text-decoration:underline;
	color:#0086C2;
}
h2 a:visited {
	color:#0086C2;
}

.courses_wrap, .features_wrap, .testimonials_wrap, .container_wrap {
	background-color:#fff;
}













/* HEADER */
.header_wrap {
	background:url('../img/header_bg.png') repeat-x;
	height:100px;
}
.header {

}
/* LOGO */
.header .logo {
	background:url('../img/logo.png') no-repeat; 
	width:213px;
	height:80px;
	margin-top:10px;
}
/* BUTTONS */
.header .buttons a {
	float:right;
	margin-left:5px;
	margin-top:15px;
}
.login {
	background:url('../img/login_button_small.png') no-repeat; 
	width:176px;
	height:28px;
}
.signup {
	background:url('../img/signup_button_small.png') no-repeat; 
	width:104px;
	height:28px;
}
#course .main .signup {
	background:url('../img/signup_button_large.png') no-repeat; 
	width:167px;
	height:44px;
	margin:0 auto;
}
/* NAVIGATION */

.header ul.nav {
	margin:0;
	margin-top:-28px;
	display:table-cell; 
	position:relative;
	list-style-type:none;
	float:right;
}
.header .nav li {
	float:right;
	margin-left:2px;
	font-size:1.2em;
}
.header .nav li a {
	text-decoration:none;
	color:#fff;
	font-weight:normal;
	padding:6px 15px 4px 15px;
	display:block;
}
.header .nav li.button {

}
.header .nav li.current_page_item {

	border-bottom:solid 3px #fff;
}

.main {
	margin-top:25px;
}

.main p {
	line-height:1.6em;
	color:#333;
	font-size:1.2em;
}



/* INTRO */

.intro_wrap {
	background:url('../img/intro_bg_140.png') repeat-x;
	height:140px;
}

#aboutus .intro {
	background:url('../img/intro_aboutus.png') no-repeat;
	height:140px;	
	width:950px;
}
#courses .intro, #course .intro {
	background:url('../img/intro_ourcourses.png') no-repeat;
	height:140px;	
	width:950px;
}
#index .intro, #archive .intro, #single .intro {
	background:url('../img/intro_news.png') no-repeat;
	height:140px;	
	width:950px;
}
#page .intro_wrap {
	background:url('../img/intro_bg_15.png') repeat-x;
	height:15px;
}










#homepage .intro_wrap {
	background:url('../img/intro_bg.png') repeat-x;
	height:300px;
}
#homepage .intro .splash {
 	background:url('../img/splash_bg.png') no-repeat;
	width:650px;
	height:300px;	
	position:relative;
}
#homepage .intro .splash IMG {
    position:absolute;
    top:0;
    left:600px;
    z-index:8;
}

#homepage .intro .splash IMG.active {
    z-index:10;
}

#homepage .intro .splash IMG.last-active {
    z-index:9;
}



















/* HOMEPAGE COURSES */
------------------------------------------------------------------------
#homepage .courses_wrap {}
#homepage .courses {
	padding-top:25px;
}
#homepage .courses .course  {
 	background:url('../img/course_bg.png') no-repeat;
	width:316px;
	height:260px;
	margin:0 auto;
}
#homepage .courses a:hover .course {
 	background:url('../img/course_bg_hover.png') no-repeat;
	width:316px;
	height:260px;
	margin:0 auto;
}
#homepage .courses a {
	text-decoration:none;
}
#homepage .courses .course:hover, .courses .course:visited {
}

#homepage .courses .course .title {
	color:#0086C2;
	font-size:2.0em;
	padding-top:20px;
	letter-spacing:-1px;
	font-weight:bold;
	text-transform:normal;
	text-align:center;
}
#homepage .courses .course .badge_49_small, #homepage .courses .course .badge_99_small, #homepage .courses .course .badge_199_small {
	height:90px;
	width:90px;
	margin-left:20px;
	margin-top:5px;
	float:left;
}
#homepage .courses .course .badge_49_small {
	background:url('../img/badge_49_small.png') no-repeat;

}
#homepage .courses .course .badge_99_small {
	background:url('../img/badge_99_small.png') no-repeat;
}
#homepage .courses .course .badge_199_small {
	background:url('../img/badge_199_small.png') no-repeat;
}
#homepage .courses .course .nrt {
	background:url('../img/nrt.png') no-repeat;
	float:right;
	width:101px;
	height:81px;
	margin-right:25px;
	margin-top:-10px;
}
#homepage .courses .course .introductory_course {
	background:url('../img/introductory_course.png') no-repeat;
	float:right;
	width:79px;
	height:80px;
	margin-right:35px;
	margin-top:-7px;
}




#homepage .courses .course .description {
	color:#0086C2;
	font-size:1.2em;
	line-height:1.2em;
	margin:15px 20px 0px 0px;
	width:185px;
	float:right;
	letter-spacing:-0.5px;
	text-transform:normal;
	text-align:right;

}

#homepage .courses .course .details {
	color:#0086C2;
	font-size:1.1em;
	letter-spacing:-0.5px;
	margin:25px 0px 0px 20px;
	line-height:1.1em;
	text-transform:normal;
	text-align:left;
	width:150px;
	float:left;

}
#homepage .courses .safefoodhandling .details {

}

#homepage .courses .course ul {
	text-align:center;
	margin:10px;
	margin-bottom:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;	
}
#homepage .courses .course li {
	border-top:1px solid #0086C2;
	color:#0086C2;
	font-size:1.2em;
	padding-top:4px;
	padding-bottom:4px;
	font-weight:bold;
}
#homepage .courses .coursedisclaimer {
	margin-left:20px;
	margin-top:10px;
	color:#333;
}
#homepage .courses .coursedisclaimer a {
	color:#333;
}
#homepage .courses .coursedisclaimer a:hover {
	text-decoration:underline;
}

#homepage .courses .signup-now {height:138px;width:452px;margin:0 auto;margin-top:15px;margin-bottom:}
#homepage .courses .signup-now-btn {height:138px;width:452px;background:url('../img/sign-up-now.png') no-repeat;}


/* HOMEPAGE FEATURES */
------------------------------------------------------------------------
#homepage .features_wrap {}
#homepage .features {
	padding-top:15px;
}
#homepage .features .features .title {}
#homepage .features .feature {
	text-align:left;
	margin-top:15px;
}
#homepage .features .feature h1 {
	font-size:1.6em;
	font-weight:bold;
	color:#2e8fbe;
}
#homepage .features .feature p {
	text-align:left;
	font-size:1.2em;
}
#homepage .features .feature.left {
	padding:0px 0px 0px 10px;
}
#homepage .features .feature.right {
	padding:0px 10px 0px 0px;
}
#homepage .features .feature .text {
	float:right;
	width:400px;
}
#homepage .features .feature .icon {
	width:50px;
	height:100px;
	float:left;
	text-align:center;
}
#homepage .features .feature .icon.online {
	background: transparent url('../img/homepage-icons_screen.png') no-repeat;
}
#homepage .features .feature .icon.accredited {
	background: transparent url('../img/homepage-icons_diploma.png') no-repeat;
}
#homepage .features .feature .icon.business {
	background: transparent url('../img/homepage-icons_hand.png') no-repeat;
}
#homepage .features .feature .icon.fast {
	background: transparent url('../img/homepage-icons_clock.png') no-repeat;
}

/* HOMEPAGE TESTIMONIALS */
------------------------------------------------------------------------
.testimonials_wrap {
	background-color:#eee;
	margin-bottom:15px;
}
.testimonials {
	height:185px;
}
.testimonials .bubble_wrap {
	background: transparent url('../img/speech_bubble.png') no-repeat;
	width:294px;
	height:128px;
	padding:0;
	margin:0;

}
.testimonials .bubble_wrap .bubble {

	color:#00354F;
	padding:15px;
	font-size:1.1em;
	text-align:left;
	font-style:italic;
}
.testimonials .bubble_wrap .name {
	font-weight:bold;
	color:#00354F;
	padding-left:45px;
	padding-top:30px;
	text-align:left;
}


/* FOOTER */

.footer_wrap {
	background: #00354f url('../img/footer_bg.png') repeat-x;
}
#footer {
	padding:35px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer p {
	color:#fff;
	text-align:center;
	font-size:1.0em;
	margin:0;
	margin-bottom:15px;
}
#footer .feed {
	background:transparent url('../img/feed.png') no-repeat scroll;
	padding-left:20px;
}

/* 
COURSES 
-----------------------------------------------------------------------
*/

#courses .course {
	border-top:solid 1px #eee;
	padding-top:20px;
	padding-bottom:25px;
	font-size:1.2em;
	line-height:1.6em;

}
#courses .course .icon {
	border:solid 1px #eee;
	width:35px;
	height:40px;
	float:left;
}

#courses .course h2 a {
	font-weight:normal;
	float:left;
	padding-left:45px;
	padding-top:8px;
	padding-bottom:6px;
	font-size:0.8em;
	color:#0086C2;
	text-decoration:none;
}

#courses .course a.link {
	background:url('../img/mouse.png') no-repeat;
	padding-left:50px;
	color:#0086C2;
	font-weight:normal;
	text-decoration:none;
	font-size:1.0em;
	padding-top:6px;
	padding-bottom:8px;
	margin-top:15px;
	float:left;
}
#foodsafetysupervisor_course h2 a {
background:url('../img/foodsafetysupervisor-small.png') no-repeat;	
}
#foodhandlerscertificate_course h2 a {
background:url('../img/foodhandlerscertificate-small.png') no-repeat;	
}
#safefoodhandling_course h2 a {
background:url('../img/safefoodhandling-small.png') no-repeat;	
}

#courses h2 a:hover , #courses a.link:hover {
	text-decoration:underline;
}
#courses .course img.screenshot, #courses .course .screenshot {
	float:right;
	height:100px;
	width:100px;
	border:solid 1px #eee;
	margin:5px;
	margin-top:-50px;
	margin-left:15px;
}
#foodsafetysupervisor_course .screenshot {
	background:url('../img/screenshot_fss.png') no-repeat;
}
#foodhandlerscertificate_course .screenshot {
	background:url('../img/screenshot_fhc.png') no-repeat;	
}
#safefoodhandling_course .screenshot {
	background:url('../img/screenshot_sfh.png') no-repeat;
}

/*
#COURSE
-----------------------------------------------------------------------
*/

#course h1 {
	padding-left:60px;
	padding-top:14px;
	padding-bottom:16px;
	margin-bottom:10px;
}

.faq {
	margin-bottom:10px;
}


#course h3 {
	color:#333;
	margin-bottom:5px;
}
#course .main h1 {
	color:#0086C2;
	font-size:2.7em;
	font-weight:normal;
	letter-spacing:-1px;
}
#course h1.pageid-209 {
	background:url('../img/foodsafetysupervisor-large.png') no-repeat;
}
#course h1.pageid-1099 {
	background:url('../img/foodhandlerscertificate-large.png') no-repeat;
}
#course h1.pageid-212 {
	background:url('../img/safefoodhandling-large.png') no-repeat;
}
#course .price-10 {
	background:url('../img/badge-199.png') no-repeat;
	height:119px;
	width:108px;
	float:right;
	margin-top:-50px;
	margin-left:5px;
}
#course .price-12 {
	background:url('../img/badge-99.png') no-repeat;
	height:119px;
	width:107px;
	float:right;
	margin-top:-50px;
	margin-left:5px;
}
#course .price-14 {
	background:url('../img/badge-49.png') no-repeat;
	height:119px;
	width:108px;
	float:right;
	margin-top:-50px;
	margin-left:5px;
}

#course .faq h2 {
	margin-top:5px;
	padding-top:15px;
	color:#3791CD;
	margin-bottom:10px;
}
#course .faq .question {
	color:#3791CD;
	font-size:1.3em;
}
#course .faq .answer {
	font-size:1.0em;
	margin-bottom:10px;
}

#course table, #course table p {
}
#course table p {
	padding:0;
	margin:0;
}
#course table td strong {
	font-size:12px;
}
#course table td, #course table td p, #course table ul li {
	font-size:11px;
}

#course table thead th {
	background-color:#3791CD;
	color:#fff;
	text-decoration:none!important;
	font-weight:bold;
}
#course table thead th.foodsector {
	width:50%;
}
#course table thead strong {
}
#course table tr.even td {
	background-color:#fff;
}
#course table .odd td {
	background-color:#f5f5f5;
}
#course table tr.odd td, #course table tr.even td {
	vertical-align:top;
}
#course table ul {
	margin:0;
	padding:0;
}
#course table ul li {
	list-style-type:square;
	margin-left:14px;
}
#course table th, #course table td {
 	padding:4px 6px;
}

#course table.competencies td {
	border-top:solid 3px #fff;
	vertical-align:top;
	background-color:#f5f5f5;
}


/*
NEWS
-----------------------------------------------------------------------
*/

	

.readmore a, .readmore, .returnlink a {
	color:#0086C2;
	text-decoration:none;
}
.readmore a:hover, .returnlink a:hover {
	text-decoration:underline;
}
.entry {
	border-bottom:1px solid #EEEEEE;
	margin-bottom:20px;
	padding-bottom:10px;
}
.date {
color:#999999;
font-weight:normal;
margin-bottom:10px;
}
#single .main {
	padding-bottom:25px;
}

#aboutus .background {
background: #fff url('../img/about-us.jpg') no-repeat bottom right;
position:relative;
margin-bottom:-10px;
float:right;
width:240px;
height:336px;
}









/* SIDEBAR 
**************************************************/
.sidebar {
	min-height:150px;
	min-height:350px;
	background-color:#fff;
	padding:15px;
}
.sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
	border:solid 2px #fff;
	border-bottom:0;
	background-color:#E3F6FF;
	margin-bottom:15px;
	
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.sidebar ul li {
	border-bottom:solid 2px #fff;
	padding:10px 5px 7px 12px;
}
.sidebar ul li a {
	text-decoration:none;
	color:#3791CD;
	font-size:1.1em;
}
.sidebar ul li a:hover {
	text-decoration:underline;
}
.sidebar ul li.title, .sidebar ul li a.title {
	color:#3791CD;
	font-weight:bold;
	font-size:1.2em;
	padding-left:-5px;
}
.sidebar li a.feed {
	background:transparent url('../img/feed.png') no-repeat scroll 0 15px;
	padding-top:15px;
	padding-left:20px;
}




/* Classifieds */
.classifieds-teaser {height:95px;width:872px;background:url('../img/classified-ads.png')no-repeat;margin:0 auto;margin-top:25px;margin-bottom:25px;}






/********************** OLD ****************************/

/*






	

#main_wrap {
	border-top:solid 5px #fff;
	background-color:#eaeceb;
	padding-top:15px;
}




.content {
	padding:25px;
	border-left:solid 1px #eee;
	background-color:#fff;

}





















	


ul.post-meta {
	margin:0;
	padding:0;
	font-size:1.1em;
	list-style:none;
}
ul.post-meta li {
	width:100%;
	float:left;
	margin-bottom:10px;
}
ul.post-meta .post-meta-key {
	width:100%;
	font-size:1.2em;
	float:left;
	color:#3791CD;
}


.wp-image-109 {
	margin-top:59px;
	margin-right:-15px;
	
}


#news .content h2, #archive .content h2  {
	margin-bottom:0;
}
#news .content .date, #post .content .date, #archive .content .date {
	margin-bottom:10px;;
	font-weight:normal;
	color:#999;
}
#news .content .entry, #archive .content .entry  {
	border-top:1px solid #eee;
	margin-top:20px;
	padding-top:10px;
}
#news .content .entry p {
	margin-bottom:10px;
}
#news .readmore a, #archive .readmore a, #news .readmore, #archive .readmore, #post .returnlink a {
	color:#0086C2;
	text-decoration:none;
}
#news .readmore a:hover, #archive .readmore a:hover, #post .returnlink a:hover {
	text-decoration:underline;
}
#news .content p {
	margin-bottom:0;
}
#postnavigation, .postnavigation {
	margin-top:15px;
}
.postnavigation a, #postnavigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:1.2em;
	color:#0086C2;
}
.postnavigation a:hover, #postnavigation a:hover {
	text-decoration:underline;
}












#aboutus .content {
background: #fff url('../img/about-us.jpg') no-repeat bottom right;
position:relative;
}
#aboutus .content p {
	margin-right:190px;
}




*/



