@import url('resources/lane/stylesheet.css');
@import url('resources/nivo-slider.css');

/********************************      Basic Structure      ********************************/


/********************************      Elements styling      ********************************/

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; font-weight:normal;}
p,blockquote,q,pre,address,hr,code,samp,dl,ol,ul,form,table,fieldset,menu{margin-bottom:1.5em;}
html{font-size:100%;}
body{font-family: 'Lucida Grande', Helvetica, sans-serif;font-size:.875em;line-height:1.5;}
/* body{font-family:arial,helvetica,sans-serif;font-size:.875em;line-height:1.5;} */
h1{font-size:3em;line-height:1.1;margin-bottom:.238em;}
h2{font-size:2em;line-height:1.15;margin-bottom:.357em;}
h3{font-size:1.5em;line-height:1.2;margin-bottom:.476em;}
h4,h5,h6{font-size:1em;margin-bottom:.715em;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
code,kbd,pre,samp,tt{font-family:"andale mono",consolas,monaco,"lucida console","courier new",courier,monospace;line-height:1.3;}
pre{white-space:pre-wrap;}
abbr,acronym,dfn{border-bottom:1px dotted;cursor:help;font-style:normal;font-variant:normal;}
var{font-style:normal;}
center{text-align:center;}
a:focus{outline:1px dotted;}
img{border:0;}
ul{list-style:disc outside none;}
ol{list-style:decimal outside none;}
li{margin-left:2em;}
li ul,li ol{margin-bottom:0;}
dd{margin-bottom:1em;}
hr{border:0;border-bottom:1px solid;}
big{font-size:1.25em;}
small,sub,sup{font-size:.85em;}
sub,sup{line-height:1;}
sub{vertical-align:bottom;}
sup{vertical-align:top;}
del,s,strike{text-decoration:line-through;}
ins{border-bottom:1px dotted;text-decoration:none;}
bdo{border-bottom:1px dotted;}
u{text-decoration:underline;}
fieldset{padding:1em;}
legend{font-weight:bold;padding:0 .25em;}
input,textarea,select,button{font-family:inherit;font-size:1em;}
input[type=button],input[type=file],input[type=image],input[type=reset],input[type=submit],button[type=button],button[type=reset],button[type=submit]{cursor:pointer;line-height:1;}
input[type=text],input[type=password],textarea{padding:1px;}
textarea{line-height:1.25;text-align:left;}
table{border:0;border-collapse:collapse;border-spacing:0;line-height:1.3;}
caption,th,td{text-align:left;vertical-align:top;}
th,td{border:1px solid;padding:.5em 1em;}
caption{padding-bottom:1em;}
h1,h2,h3,h4,h5,h6,strong,b,dt,th{font-weight:bold;}
em,i,blockquote,q,cite{font-style:italic;}


html, body {height: 100%;}

#wrap {min-height: 100%;
background: #fdfdfd;}

#mainwrapper {overflow:auto;
	padding-bottom: 70px;}  /* must be same height as the footer */

#footerwrapper {position: relative;
	margin-top: -70px; /* negative value of footer height */
	height: 70px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

#main a{
	color: #efb40d;
}


body{
background: #191919;
}


#headerwrapper{
background: top left repeat-x url('resources/images/headerbg.jpg');
height: 131px;
}

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

#logo{
margin: 16px 0 0;
float:left;
}

#menu{
margin: 60px 0 0;
float: right;
}

#menu li{
list-style: none;
float: left;
margin-left: 30px;
}

#menu li a{
color: #fff;
text-decoration: none;
font-size: 1.275em;
text-shadow: #000 1px 1px 4px;
}

#menu li a:hover{
color: #efb40d;
text-shadow: #000 1px 1px 2px;
}

#menu li a.current{
color: #efb40d;
}

#floatcart{
	position:absolute; right: 30px; color: #fff;
	padding: 10px;
	background: #000;
	border: solid 1px #222;
	border-top: none;
}

#floatcart a{
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}

#sliderwrapper{
background: top left repeat-x url('resources/images/sliderbg.jpg');
height: 270px;
padding: 18px 0 0;
}


#slider{
width: 960px;
margin: 0 auto;
height: 230px;
    position:relative;
    background:url(resources/images/loading.gif) no-repeat 50% 50%;
    text-align: center;
    z-index: 100;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

.nivo-controlNav {
    text-align: center;
    padding-top: 234px;
    margin-left: 418px;
}
.nivo-controlNav a {
    display:block;
    width:31px;
    height:27px;
    background:url(resources/images/bullet.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}
.nivo-controlNav a.active {
background:url(resources/images/bulletactive.png) no-repeat;
}

.nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url(resources/images/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
}
a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
a.nivo-prevNav {
    left:15px;
}

.slider-shadow {
background: url(resources/images/shadow.png) no-repeat;
width: 922px;
height: 155px;
position: relative;
top: -86px;
margin: 0 auto;
z-index: 20;
}

#straplinewrapper{
background: top left repeat-x url('resources/images/strapbg.jpg');
height: 99px;
}

#strapline{
width: 960px;
margin: 0 auto;
}

#strapline p{
font-family: "LaneNarrowRegular", sans-serif;
color: #fff;
font-size: 2.2em;
text-align: center;
line-height: 1.2em;
padding: 10px 0;
}

#selectorwrapper{
background: bottom left repeat-x url('resources/images/strapbg.jpg');
height: 50px;
padding: 6px;
}

#selector{
width: 960px;
margin: 0 auto;
text-align:center;
}

#selector select, #selector option, #selector input, #selector select, #selector button{
	height:40px;
	width: 200px;
	text-align:center;
	font-size: 1.2em;
}

#selector button{
	background: #555;
	color: #bbb;
}

.course{
	margin: 0 5px 10px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	width: 440px;
	float:left;
background: bottom left repeat-x url('resources/images/coursebg.jpg');
}

.course .boxlink{
	
background: top left repeat-x url('resources/images/sliderbg.jpg');
padding: 20px;
border: solid #111 1px;
}

p.center{ text-align:center;}

.coursehead{
	
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
background: top left repeat-x url('resources/images/courseheader.jpg');
color: #fff;
height: 20px;
padding: 5px 0 5px 20px;
}

.course p{
	margin-bottom: 1em;
}

p.price{
	text-align:center;
	font-size: 1.6em !important;
	margin-top: 8px;
}

span.price{
	margin-right: 10px;
}

#booknow{
float: right;
margin: 6px 15px;
}

#mainwrapper{
background: top left repeat-x url('resources/images/mainbg.jpg') #fdfdfd;
}

#main{
width: 960px;
margin: 0 auto;
padding: 40px 0 20px;
color: #333;
}

#main h3{
font-family: "LaneNarrowRegular", sans-serif;
font-size: 2.1em;
}

#main p{
font-size: 0.95em;
}

.quarter{
width: 189px;
padding: 15px 15px 0;
border-right: solid 1px #ccc; 
float: left;
}

.quarterlast{
width: 189px;
padding: 15px 15px 0;
float: left;
}

.half{
width: 440px;
padding: 15px 20px;
float: left;
}

.halfright{
width: 440px;
padding: 15px 20px;
float: left;
}

.halfborder{
width: 440px;
padding: 15px 19px;
border-right: solid 1px #999; 
float: left;
}

.dynamichalf{
	margin-bottom: 20px;
	clear:left;
}

h3{
	clear:left;
}

.imgleft{
	margin-right: 12px;
	float:left;
	height:196px;
	margin-top: 15px;
	margin-bottom: 15px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
}

.imgright{
	float:left;
	height: 196px;
	margin-top: 15px;
	margin-bottom: 15px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	border-top-right-radius: 16px;
}

#footerwrapper{
text-align: center;
background: #191919;
}

#footer{
width: 960px;
color: #fff;
margin: 0 auto;
font-size: 0.8em;
padding: 10px 0;
height: 50px;
}

#footer a{
color: #efb40d;
text-shadow: #000 1px 1px 2px;
}

#processwrapper{
background: bottom left repeat-x url('resources/images/strapbg.jpg');

	height:42px;
}

#process{
	margin: 0 auto;
	width:960px;
	height:42px;
	text-align:center;
}

#process li{
	float: left;
	display:block;
	list-style: none;
	padding: 6px 30px 0 0;
	width: 210px;
	background: url(resources/images/process.png) right top no-repeat;
	margin:0;
	height:27px;
}

#process li.last{
	background: none;
}

#process li a{
	color: #fff;
	text-decoration: none;
text-shadow: #000 1px 1px 2px;
}


#process li a:hover, #process li a.active{
color: #efb40d;
}

#holidaymenuwrapper{
background: bottom left repeat-x url('resources/images/strapbg.jpg');
}

#holidaymenu{
	margin: 0 auto;
	width:640px;
	padding: 0 160px;
	height:42px;
	text-align:center;
}

#holidaymenu li{
	float: left;
	display:block;
	list-style: none;
	padding: 6px 0 0;
	width: 210px;
	margin:0;
	height:27px;
}

#holidaymenu li a{
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
text-shadow: #000 1px 1px 2px;
}


#holidaymenu li a:hover, #holidaymenu li a.active{
color: #efb40d;
}

#holidaycourses{
	text-align:center;
}

.smalltext label{
	font-size: 0.75em;
	font-weight:100;
}

td.noborder{
	border: none;
}

td.small{
	font-size: 0.75em;
	text-align:center;
	vertical-align:middle;
}

td.bookcell{
	vertical-align:middle;
	padding: 0 8px;
}

td.leftcol{
}

colgroup.easter{
	background: #ddd;
}

td.summer{
}

td.bookcell a, .buttony{
                display: inline-block;
                background: #b78600 url('admin/resources/images/bg-button-yellow.gif') top left repeat-x  !important;
                border: 1px solid #937300 !important;
                padding: 4px 7px 4px 7px !important;
                color: #fff !important;
                font-size: 14px !important;
                cursor: pointer;
				text-decoration: none;
}

td.bookcell a:hover, .buttony:hover {
                text-decoration: underline;
                }
                
td.bookcell a:active, .buttony:active {
                padding: 5px 7px 3px 7px !important;
                }
				
.hover{
	background: #e5d6a9 !important;
}

.hover td.price, hover td.summer, hover td.easter{
	
}

td.center{
	text-align:center;
	padding:5px 10px !important;
	font-size: 0.875em;
}

table.center{
                border-collapse: collapse;
				border: 1px solid #ddd;
}

td.price{
	text-align:center;
	font-size:1.4em;
	vertical-align:middle;
	padding: auto 2px;
}

td.courseinfo{
	opacity: 0;
	color: #000;
	border: none;
}

/********************************      General Classes      ********************************/

.clear {
                clear: both;
                }
				
.align-left {
                float: left;
                }
				
.align-right {
                float: right;
                }

/************ Button ************/
.button {
				font-family: Verdana, Arial, sans-serif;
                display: inline-block;
                background: #459300 url('admin/resources/images/bg-button-green.gif') top left repeat-x  !important;
                border: 1px solid #459300 !important;
                padding: 4px 7px 4px 7px !important;
                color: #fff !important;
                font-size: 11px !important;
                cursor: pointer;
                }
                
.button:hover {
                text-decoration: underline;
                }
                
.button:active {
                padding: 5px 7px 3px 7px !important;
                }
				
a.remove-link {
				color: #bb0000;
				}

a.remove-link:hover {
				color: #000;
				}

/********************************      Sidebar      ********************************/


/************ Messages ************/

#messages p,
#messages form {
                border-top: 1px solid #ddd;
                padding: 10px 0;
                }

#messages h4 {
                padding: 10px 0;
                }
				
#messages fieldset {
                margin: 0;
                }
				
#messages textarea {
                margin: 0 0 15px 0;
                }
/********************************      Main Content      ********************************/

/************ Layout ************/



.column-left {
                width: 48%;
                float: left;
                }
                
.column-right {
                width: 48%;
                float: right;
                }
               
#page-intro {
                font-size: 17px;
                padding: 0 0 20px 0;
                }

			

/************ Lists ************/

#main-content ul,
#main-content ol {
                padding: 10px 0;
                }

/* Unordered List */

#main-content ul li {
                background: url('admin/resources/images/icons/bullet_black.png') center left no-repeat;
                padding: 4px 0 4px 20px;
                }

/* Ordered List */

#main-content ol {
                padding: 0 0 0 24px;
                }

#main-content ol li {
                list-style: decimal;
                padding: 4px 0;
                }

/*************** Content Box ***************/

.content-box {
                border: 1px solid #ccc;
                margin: 0 0 20px 0;
                background: #fff;
                }

.content-box-header {
                background: #e5e5e5 url('admin/resources/images/bg-content-box.gif') top left repeat-x;
                margin-top: 1px;
                height: 40px;
                }

.content-box-header h3 {
                padding: 12px 15px 10px;
                float: left;
                }

ul.content-box-tabs {
                float: right;
                padding: 12px 15px 0 0 !important;
				margin: 0 !important;
                }

ul.content-box-tabs li {
                float: left;
                margin: 0;
                padding: 0 !important;
                background-image: none !important;
                }
                
ul.content-box-tabs li a {
                color: #333;
                padding: 8px 10px;
                display: block;
                margin: 1px;
                border-bottom: 0;
                }

ul.content-box-tabs li a:hover {
                color: #57a000;
                }              
                
ul.content-box-tabs li a.current {
                background: #fff;
                border: 1px solid #ccc;
                border-bottom: 0;
                margin: 0;
                }

.content-box-content {
                padding: 20px;
                font-size: 13px;
                border-top: 1px solid #ccc;
                }
                
/************ Table ************/

#main-content table {
                width: 100%;
                border-collapse: collapse;
                }
                
#main-content table thead th {
                font-weight: bold;
                font-size: 15px;
                border-bottom: 1px solid #ddd;
                }
                
#main-content tbody {
                border-bottom: 1px solid #ddd;
                }
                
#main-content tbody tr {
                background: #fff;
                }
              
#main-content tbody tr.alt-row {
                background: #f3f3f3;
                }
                
#main-content table td,
#main-content table th {
                padding: 10px;
                line-height: 1.3em;
                }        
				
#main-content table tfoot td .bulk-actions {
                padding: 15px 0 5px 0;
                } 
				
#main-content table tfoot td .bulk-actions select {
                padding: 4px;
				border: 1px solid #ccc;
                }      
				
/*************** Pagination ***************/

#main-content .pagination {
                text-align: right;
                padding: 20px 0 5px 0;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 10px;
                }
.pagination a {
                margin: 0 5px 0 0;
                padding: 3px 6px;
                }

.pagination a.number {
				border: 1px solid #ddd;
                }

.pagination a.current {
                background: #469400 url('admin/resources/images/bg-button-green.gif') top left repeat-x  !important;
                border-color: #459300 !important;
                color: #fff !important;
                }
				
.pagination a.current:hover {
				text-decoration: underline;
                }

/************ Shortcut Buttons ************/

.shortcut-button {
                border: 1px solid #ccc;
                background: #f7f7f7 url('admin/resources/images/shortcut-button-bg.gif') top left no-repeat;
                display: block;
                width: 120px;
                margin: 0 0 20px 0;
                }

.shortcut-button span {
                border: 1px solid #fff;
                display:block;
                padding: 15px 10px 15px 10px;
                text-align: center;
                color: #555;
                font-size: 13px;
                line-height: 1.3em;
                }

.shortcut-button span img {
                margin-bottom: 10px;
                }

.shortcut-button:hover {
                background: #fff;
				
                }
				
.shortcut-button span:hover {
				color: #57a000; 
                }

ul.shortcut-buttons-set li {
                float: left;
                margin: 0 15px 0 0;
				padding: 0 !important;
				background: 0;
                }

/*************** Forms ***************/

form label {
                display: block;
                padding: 0 0 10px;
                font-weight: bold;
                }
             
form fieldset legend {
                font-weight: bold;
                margin-bottom: 10px;
                padding-top: 10px;
                }
                
form p small {
                font-size: 0.75em;
                color: #777;
                }
				
				
form input.text-input,
form select,
form textarea,
form .wysiwyg {
                padding: 6px;
                font-size: 13px;
                background: #fff url('admin/resources/images/bg-form-field.gif') top left repeat-x;
                border: 1px solid #d5d5d5;
				color: #333;
                }
            
form .small-input {
                width: 25% !important;
                }
                
form .medium-input {
                width: 50% !important;
                }
                
form .large-input {
                width: 97.5% !important;
				font-size: 16px !important;
				padding: 8px !important;
                }
                
form textarea {
                width: 97.5% !important;
                font-family: Arial, Helvetica, sans-serif;
                }
                
form select {
                padding: 4px;
                background: #fff;
                }
				
form input[type="checkbox"],
form input[type="radio"] {
				padding: 0;
                background: none;
				border: 0;
                }

/*************** Notifications ***************/

.notification {
                position: relative;
                margin: 0 0 15px 0;
                padding: 0;
                border: 1px solid;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                width: 99.8%;
                }
                

.attention {
                background: #fffbcc url('admin/resources/images/icons/exclamation.png') 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.information {
                background: #dbe3ff url('admin/resources/images/icons/information.png');
                border-color: #a2b4ee;
                color: #585b66;
                }

.success {
                background: #d5ffce url('admin/resources/images/icons/tick_circle.png');
                border-color: #9adf8f;
                color: #556652;
                }


.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }

/* Notification for form inputs */

.input-notification {
				background-position: left 2px;
				background-repeat: no-repeat;
				padding: 2px 0 2px 22px;
				background-color: transparent;
				margin: 0 0 0 5px;
				}

/* Notification for login page */

#login-wrapper #login-content .notification {
				border: 0;
				background-color: #141414;
				color: #fff !important;
				}



/********************************      jQuery plugins styles      ********************************/

/*************** Facebox ***************/

.popup td, .popup tr{
	border: none;
}

#facebox .b {
  background:url(admin/resources/images/b.png);
}

#facebox .tl {
  background:url(admin/resources/images/tl.png);
}

#facebox .tr {
  background:url(admin/resources/images/tr.png);
}

#facebox .bl {
  background:url(admin/resources/images/bl.png);
}

#facebox .br {
  background:url(admin/resources/images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 470px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}


/* --- FORMS --- */

div.field{
	clear:both;
}

div.field input{
	float:left;
}

div.field label{
	float:left;
	width: 140px;
}

/* --- ERRORS --- */
.error INPUT, .error TEXTAREA, .error SELECT {
	border-width:2px;
	border-style:solid;
	border-color:#ED1C24;
	background:#FFE6E7;
	}
.iferror {
	margin:0;
	float: left;
	display:none;
	padding: 3px;
	text-align:left;
	}
.error .iferror {
	display:block;
	color:#ED1C24;
	}

.hint { color:#888; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
