/*
 :: Client: London Rally School
 :: Author: Simon Cole, Kallide.com
 :: Date:   September 2006
 :: Contents:
      - Remove default styles
      - Default text styles
      - Navigation		
      - Page layout - container, header and columns 
      - Header styles
      - Boxout - #1
      - Boxout - #2
      - Boxout - #3 w/ image
      - Boxout - #4		
      - Boxout - Large	
      - Footer
      - Courses section specific 
	  - Gallery popup 
*/

/* ---------- [ Remove default styles ] -------------------- */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/* http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* some height stuff - shrug */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ---------- [ / Remove default styles ] -------------------- */


/* ---------- [ Default text styles ] -------------------- */

body 
{
    background-color: #332A25;
    color: #000;
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-size: 76%;
    text-align: center;
}
.body-popup
{
    background-color: #FFFFFF;
    color: #000;
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-size: 76%;
    text-align: center;
}

p
{
	font-size: 1em;
	margin: 0 0 2px 0;
}
.textRed
{
	font-size: 1em;
	margin: 0 0 2px 0;
	color: #C42929;
	font-weight: normal;
}
.textRedBold
{
	font-size: 1em;
	margin: 0 0 2px 0;
	color: #C42929;
	font-weight:  bold;
}
.textYellowBold
{
	font-size: 1em;
	margin: 0 0 5px 0;
	color: #FFF200;
	font-weight:  bold;
	padding-left: 5px;
}
.textSmall /* used for labels on icons etc */
{
	font-size: 0.8em;
	margin: 0 0 0px 0;
	color: #000000;
}
.textLarge /* used for prices etc */
{
	font-size: 1.3em;
	margin: 0 0 0px 0;
	color: #000000;
	font-weight: bold;
}
p a,
p a:visited
{
	color: #C42929;
	text-decoration: none;
	border-bottom: 1px dashed #343434;
}
p a:hover
{
	color: #343434;
	text-decoration: none;
	border-bottom: 1px dashed #343434;
}

h1 a{
	color: #C42929;
	text-decoration: none;
	border-bottom: 1px dashed #343434;
}
h1 a:visited{
	color: #C42929;
	text-decoration: none;
	border-bottom: 1px dashed #714A4A;
}
h1 a:hover{
	color: #C42929;
	text-decoration: none;
	border-bottom: 1px dashed #714A4A;
}	

h2 a{
	color: #C42929;
	text-decoration: none;
	border-bottom: 1px dashed #343434;
}
h2 a:visited{
	color: #C42929;
	text-decoration: none;
	border-bottom: 1px dashed #714A4A;
}
h2 a:hover{
	color: #C42929;
	text-decoration: none;
	border-bottom: 1px dashed #714A4A;
}	
#NewTextHeader h1
{
	color: #C42929;
	font-size: 1.6em;
	margin:0;
	line-height:1.0em;
}
#NewTextHeader h2
{
	color: #000000;
	font-size: 1.2em;
	margin:0;
	vertical-align:bottom;
}

.ListLinks a{
	color: #C42929;
	text-decoration: none;
	border-bottom: 1px dashed #343434;
	line-height: 1.3em;
}
.ListLinks a:visited{
	color: #C42929;
	text-decoration: none;
	border-bottom: 1px dashed #714A4A;
}
.ListLinks a:hover{
	color: #C42929;
	text-decoration: none;
	border-bottom: 1px dashed #714A4A;

}

.yellowLink
{
	color: #FFF200;
	text-decoration: none;
	border-bottom: 1px dashed #714A4A;
}
.yellowLink:visited{
	color: #FFF200;
	text-decoration: none;
	border-bottom: 1px dashed #714A4A;
}
.yellowLink:hover{
	color: #FFF200;
	text-decoration: none;
	border-bottom: 1px dashed #714A4A;
}	

#ContentListUL
{
	list-style-type: disc;
	margin-left: 20px;
}
.ContentList
{
	list-style-position: outside;
}



.SiteMapList1stLevel
{
	list-style-position: inside;
	list-style: disc;
	margin-left: 15px;
}
.SiteMapList1stLevel a{
	color: #C42929;
	text-decoration: none;
	border-bottom: 1px dashed #343434;
}
.SiteMapList1stLevel a:visited{
	color: #C42929;
	text-decoration: none;
	border-bottom: 1px dashed #714A4A;
}
.SiteMapList1stLevel a:hover{
	color: #C42929;
	text-decoration: none;
	border-bottom: 1px dashed #714A4A;
}	

.SiteMapList2ndLevel
{
	list-style-position: inside;
	list-style: circle;
	margin-left: 20px;
}
.SiteMapList2ndLevel a{
	color: #6C1313;
	text-decoration: none;
	border-bottom: 1px dashed #343434;
}
.SiteMapList2ndLevel a:visited{
	color: #6C1313;
	text-decoration: none;
	border-bottom: 1px dashed #714A4A;
}
.SiteMapList2ndLevel a:hover{
	color: #6C1313;
	text-decoration: none;
	border-bottom: 1px dashed #714A4A;
}	
.alignright
{
	float: right;
}
/* ---------- [ / Default text styles ] -------------------- */

/* ---------- [ Navigation ] -------------------- */

div#page_navigation 
{ 
	float: left;
	position: relative;
	text-align: left;
	padding-bottom: 10px;
}              



#navigation-topset,
#navigation-botset
{ 
	float: left;
	width: 202px; 
	list-style: none; 
}
#navigation-topset
{padding-top: 5px;}
#navigation-botset
{padding-bottom: 10px;}
#navigation-topset li, 
#navigation-botset li 
{ 
	float: left;
	width: 202px; 
}
#navigation-topset li a,
#navigation-topset li a:visited, 
#navigation-topset li a:active
{ 
	display: block; 
	font-weight: bold; 
	font-size: 0.9em;
	height: 18px;
	padding: 4px 0 0 18px;
	background: url(../images/button-large-red-off.jpg) left top no-repeat; 
	color: #ffffff;
	border-bottom: solid 1px #747474;
}
#navigation-topset li a#unselectedsub 
{color: #000000;}
#navigation-topset li a:hover#unselectedsub 
{color: #b31b1a;}

#navigation-topset li a:hover   
{ 
	display: block; 
	background: url(../images/button-large-red-hover.jpg) left top no-repeat; 
}


#navigation-botset li a,
#navigation-botset li a:visited, 
#navigation-botset li a:active
{ 
	display: block; 
	font-weight: bold; 
	font-size: 0.9em;
	height: 16px;
	padding: 2px 0 0 18px;
	background: url(../images/button-small-grey-off.jpg) left top no-repeat; 
	color: #000000;
	border-bottom: solid 1px #d9d9d9;
}
#navigation-botset li a:hover   
{ 
	display: block; 
	background: url(../images/button-small-grey-hover.jpg) left top no-repeat; 
}

#navigation-topset li a#selected,
#navigation-botset li a#selected 
{ 
	display: block; 
	color: #ffffff;
	font-weight: bold; 
}
#navigation-topset li a#selected
{background: #C42929 url(../images/button-large-red-selected.jpg) left top no-repeat; }
#navigation-botset li a#selected 
{background: #C42929 url(../images/button-small-grey-selected.jpg) left top no-repeat; }

/*** [SUBNAV] ***/
#subnavigation
{
	float: left;
	width: 202px;
	padding: 0px;
	margin: 0px;
}
#unselectedsub
{
	background: none !important; 
	border: none !important;
	border: solid 1px black;
}
#subnavigation li
{
	width: 202px;
	float: left;
	font-weight: normal;
}
#subnavigation li a,
#subnavigation li a:visited, 
#subnavigation li a:active
{
	font-weight: normal;
}
#subnavigation li a:hover   
{
	font-weight: normal;
	color: #C42929 !important;
}
#subnavigation li a#selectedsub
{
	font-weight: bold;
	color: #C42929;
	background: none !important; 
	border: none !important;
}

/* ---------- [ / Navigation ] -------------------- */

/* ---------- [ Page layout - container, header and columns ] -------------------- */

div#page_container,
div#page_container_home
{ 
	position: relative;
    width: 827px;
    margin: 0 auto 0 auto;
    /*padding-top: 11px;*/
	background: url(../images/page-borders.gif);    
    text-align: left;
}
/*div#page_container_home
{
    padding-top: 0;
}*/

/* header */
div#page_header 
{
	float: left;
	left: 26px;
	position: relative;
    width: 775px;
	background-color: #ffffff;
}
div#page_nav_container
{
	float: left;
	left: 26px;
	position: relative;
	background-color: #ffffff;
}
div.page_header_left_column
{
	float: left;
	position: relative;
	top: 11px;
	left: 10px;
	background-color: #ffffff;
	padding-top: 11px;
}
div.page_header_right_column
{
	float: left;
	position: relative;
}
div.page_header_right_column_video
{
	float: left;
	position: relative;
	padding: 0 3px 0px 3px;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	margin-left: 26px;
}
/* / header */

/* content */

div#page_content,
div#page_content_home
{
	float: left;
	position: relative;
	left: 26px;
    width: 778px;
	background-color: #ffffff;
}
div#page_content_home
{
	padding-top: 11px;
}
div.page_content_left_column
{
	float: left;
	position: relative;
	top: 0px;
	left: 5px;
	width: 237px;
	background-color: #ffffff;
}
div.page_content_right_column
{
	float: left;
	position: relative;
	width: 538px;
	background-color: #ffffff;
}
/* / content */

/* ---------- [ / Page layout - container, header and columns ] -------------------- */

/* ---------- [ Header styles ] -------------------- */

h1
{
	margin: 0 0 4px 0;
	font-size: 1.3em;
	font-weight: bold; 	
	color: #000000;
}
h2
{
	margin: 17px 0 4px 0;
	font-size: 1.0em;
	font-weight: bold; 	
	color: #000000;
}
h3
{
	margin: 0 0 4px 0;
	font-size: 1em;
	font-weight: bold; 	
	color: #000000;
}
h4
{
	margin: 0 0 4px 0;
	font-size: 1em;
	font-weight: bold; 	
	color: #ffffff;
}
/* ---------- [ / Header styles ] -------------------- */


/* ---------- [ Boxout - #1 ] -------------------- */

	#BoxoutMain
	{
		width: 240px;
		float: left;
		left: -7px;
		position: relative;
		font-family: Arial, Helvetica, sans-serif, Verdana;
		font-size: 1em;
		margin: 0 0 12px 0;
		padding-top: 10px;
	}
	#BoxoutTopImg
	{
		width: 240px;
		height: 21px;
		float: left;
		position: relative;
		background: #D9D9D9 url(../images/boxouts/boxout1-top-border.gif) left top no-repeat; 
	}
	#BoxoutCentre
	{
		float: left;
		position: relative;
	}
	#BoxoutImg
	{
		width: 240px;
		height: auto;
		float: left;
		position: relative;
		background: #D9D9D9 url(../images/boxouts/boxout1-leftright-border.gif) left top repeat-y; 
	}
	#BoxoutContent
	{
		width: 202px;
		height: auto;
		margin: 0px 0px 0px 21px;
		background: #D9D9D9 url(../images/boxouts/tyretrack-table-bg.gif) left top no-repeat; 
	}
		
	#BoxoutBottomImg
	{
		width: 240px;
		height: 17px;
		float: left;
		position: relative;
		background: #D9D9D9 url(../images/boxouts/boxout1-bottom-border.gif) left top no-repeat; 
	}

/* ---------- [ / Boxout - #1 ] -------------------- */

/* ---------- [ Boxout - #2 ] -------------------- */

	#Boxout2Main, .BoxoutGalleryMain
	{
		width: 240px;
		float: left;
		left: -7px;
		position: relative;
		font-family: Arial, Helvetica, sans-serif, Verdana;
		font-size: 1em;
		margin: 0 0 12px 0;
	}
	#Boxout2TopImg
	{
		width: 240px;
		height: 21px;
		float: left;
		position: relative;
		background: #D9D9D9 url(../images/boxouts/boxout2-top-border.gif) left top no-repeat; 
	}
	#Boxout2Centre, .BoxoutGalleryCentre
	{
		float: left;
		position: relative;
	}
	#Boxout2Img, .BoxoutGalleryImg
	{
		width: 240px;
		height: auto;
		float: left;
		position: relative;
		background: #D9D9D9 url(../images/boxouts/boxout2-leftright-border.gif) left top repeat-y; 
	}
	#Boxout2Content
	{
		width: 202px;
		height: auto;
		margin: 0px 0px 0px 21px;
		background: #D9D9D9 url(../images/boxouts/tyretrack-table-bg.gif) repeat left top; 
	}

	#Boxout2ContentWithoutTyre, .BoxoutGalleryContent
	{
		width: 202px;
		height: auto;
		margin: 0px 0px 0px 21px;
		background: #D9D9D9; 
	}
		
	#Boxout2BottomImg, .BoxoutGalleryBottomImg
	{
		width: 240px;
		height: 21px;
		float: left;
		position: relative;
		background: #D9D9D9 url(../images/boxouts/boxout2-bottom-border.gif) left top no-repeat; 
	}
/* ---------- [ /Boxout - #2 ] -------------------- */

/* ---------- [ Boxout - #3 with image ] -------------------- */

	#Boxout3Main
	{
		width: 240px;
		float: left;
		left: -7px;
		position: relative;
		font-family: Arial, Helvetica, sans-serif, Verdana;
		font-size: 1em;
		margin: 0 0 12px 0;
	}
	#Boxout3TopImg
	{
		width: 240px;
		height: 180px;
		float: left;
		position: relative;
		/*background: #D9D9D9 url(../images/boxouts/boxout2-top-border.gif) left top no-repeat; */
	}
	#Boxout3Centre
	{
		float: left;
		position: relative;
	}
	#Boxout3Img
	{
		width: 240px;
		height: auto;
		float: left;
		position: relative;
		background: #000000 url(../images/boxouts/boxout3-leftright-border.gif) left top repeat-y; 
	}
	#Boxout3Content
	{
		width: 202px;
		height: auto;
		margin: 0px 0px 0px 21px;
		/*background: #D9D9D9 url(../images/boxouts/tyretrack-table-bg.gif) left top no-repeat; */
	}
		
	#Boxout3BottomImg
	{
		width: 240px;
		height: 15px;
		float: left;
		position: relative;
		background: #000000 url(../images/boxouts/boxout3-bottom-border.gif) left top no-repeat; 
	}
/* ---------- [ / Boxout - #3 ] -------------------- */

/* ---------- [ Boxout - #4 ] -------------------- */

	#Boxout4Main
	{
		width: 240px;
		float: left;
		left: -7px;
		position: relative;
		font-family: Arial, Helvetica, sans-serif, Verdana;
		margin: 0 0 12px 0;
	}
	#Boxout4TopImg
	{
		width: 240px;
		height: 21px;
		float: left;
		position: relative;
		background: #D9D9D9 url(../images/boxouts/boxout4-top-border.gif) left top no-repeat; 
	}
	#Boxout4Centre
	{
		float: left;
		position: relative;
	}
	#Boxout4Img
	{
		width: 240px;
		height: auto;
		float: left;
		position: relative;
		background: #D9D9D9 url(../images/boxouts/boxout4-leftright-border.gif) left top repeat-y; 
	}
	#Boxout4Content
	{
		width: 202px;
		height: auto;
		margin: 0px 0px 0px 21px;
		background: #D9D9D9 url(../images/boxouts/tyretrack-table-bg.gif) left top no-repeat; 
	}
		
	#Boxout4BottomImg
	{
		width: 240px;
		height: 17px;
		float: left;
		position: relative;
		background: #D9D9D9 url(../images/boxouts/boxout4-bottom-border.gif) left top no-repeat; 
	}
/* ---------- [ / Boxout - #4 ] -------------------- */


	#NewsBoxoutMain
	{
		width: 175px;
		float: right;
		position: relative;
		font-family: Arial, Helvetica, sans-serif, Verdana;
		margin: 0 0 12px 0;
	}
	#NewsBoxoutTopImg
	{
		width: 175px;
		height: 46px;
		float: left;
		position: relative;
		background: #D9D9D9 url(../images/homepage/voucher-header.gif) left top no-repeat; 
	}
	#NewsBoxoutCentre
	{
		float: left;
		position: relative;
	}
	#NewsBoxoutImg
	{
		width: 175px;
		height: auto;
		float: left;
		position: relative;
		background: #d9d9d9 url(../images/homepage/news-borders.gif) left top repeat-y; 
	}
	#NewsBoxoutContent
	{
		width: 140px;
		height: auto;
		margin: 0px 0px 0px 21px;
		background: #FFFFFF; 
	}
		
	#NewsBoxoutBottomImg
	{
		width: 175px;
		height: 73px;
		float: left;
		position: relative;
		background: #D9D9D9 url(../images/homepage/news-footer.jpg) left top no-repeat; 
	}
	


/* ---------- [ Boxout - Large ] -------------------- */

	.LgBoxoutMain
	{
		
		width: 478px;
		float: left;
		position: relative;
		font-family: Arial, Helvetica, sans-serif, Verdana;
		font-size: 1em;
		padding: 0px 0 10px 30px;
	}
	.LgBoxoutMainAlt
	{
		
		width: 478px;
		float: left;
		position: relative;
		font-family: Arial, Helvetica, sans-serif, Verdana;
		font-size: 1em;
		padding: 5px 0 10px 5px;
	}
	.LgBoxoutTopImg
	{
		width: 478px;
		height: 23px;
		float: left;
		position: relative;
		background: #D9D9D9 url(../images/boxouts/table-top-border.gif) left top no-repeat; 
	}
	.LgBoxoutWhiteTitleImg
	{
		width: 478px;
		height: 91px;
		float: left;
		position: relative;
	}
	.LgBoxoutCentre
	{
		float: left;
		position: relative;
	}
	.LgBoxoutImg
	{
		width: 478px;
		height: auto;
		float: left;
		position: relative;
		background: #D9D9D9 url(../images/boxouts/table-leftright-border.gif) left top repeat-y; 
	}
	.LgBoxoutWhiteImg
	{
		width: 478px;
		height: auto;
		float: left;
		position: relative;
		background: #FFFFFF url(../images/boxouts/table-leftright-border-white.gif) left top repeat-y; 
	}	
	.LgBoxoutContent
	{
		width: 422px;
		height: auto;
		margin: 0px 0px 0px 21px;
		background: #D9D9D9; 
		line-height: 1.4em;
		padding: 5px 0 0 7px;
		text-align: left;
	}
	.BgWhite
	{
		background: #ffffff; 
	}

	.LgBoxoutContentPopup
	{
		width: 422px;
		height: auto;
		margin: 0px 0px 0px 21px;
		background: #D9D9D9; 
		line-height: 1.4em;
		padding-left: 0px;
		text-align: left;
	}


	.LgBoxoutBottomImg
	{
		width: 478px;
		height: 23px;
		float: left;
		position: relative;
		background: #D9D9D9 url(../images/boxouts/table-bottom-border.gif) left top no-repeat; 
	}
	.LgBoxoutWhiteBottomImg
	{
		width: 478px;
		height: 43px;
		float: left;
		position: relative;
		background: #ffffff url(../images/boxouts/whitebox-bottomborder.gif) left top no-repeat; 
	}


/* inner columns */
	.LgBoxoutContentLeft
	{
		width: 213px;
		height: auto;
		margin: 0px 0px 0px 0px;
		background: #D9D9D9; 
		line-height: 1.4em;
		float: left;
		padding-left: 0px;
	}
	.LgBoxoutContentRight
	{
		width: 186px;
		height: auto;
		margin: 0px 0px 0px 0px;
		background: #D9D9D9; 
		line-height: 1.4em;
		float: right;
		padding-right: 5px;
	}
	.ContentPadding
	{
		margin-bottom: 12px;
	}

/* ---------- [ / Boxout - Large ] -------------------- */

/* ---------- [ Footer ] -------------------- */

/* contact footer - within page */
	#ContactPanel
	{
		float: left;
		position: relative;
		width: 235px;
		padding: 0px 0px 10px 0px;
		background: #ffffff; 
		line-height: 1.5em;
		text-align: center;
	}

/* main page footer */

div#page_footer
{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	height: 29px;
	width: 837px;
	margin-left: -8px;
	background: #fff url(../images/footer.gif) left bottom repeat-x;
}
div#page_footer_promo
{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	height: 71px;
	width: 837px;
	margin-left: -8px;
	background: #fff url(../images/footer-background-videos.jpg) left bottom repeat-x;
}
ul#footer_promo
{
	float: left;
	border-left: solid 1px #676767;
	margin-left: 20px;
}
ul#footer_promo li
{
	float: left;
	display: inline;
	font-size: 1.15em;
	color: #ffffff;    
	padding: 20px 18px 20px 18px;
	border-right: solid 1px #676767;
}
.footer_promo_wide
{}
.footer_promo_narrow
{width:88px;}
.promo_small
{font-size: 0.8em; }
.promo_small p
{color: #FFF200; }

ul#footer_promo li a,
.promo_small a
{
	color: #FFF200;
}
ul#footer_promo li a:hover,
.promo_small a:hover
{
	color: #ffffff;
}


	div#copyright
	{
	float: left;
	padding-top: 7px;
	padding-left: 54px;
	width: 200px;
	color: #000000;
	font-size: 0.9em;
	}

	#footer-links
	{
		float: right;
		padding-right: 54px;
	}
	div#page_footer ul#site_wide_links_menu li
	{
		float: left;
		position: relative;
		display: inline;
		font-size: 0.9em;
		font-weight: bold;
		padding-top: 7px;
		padding-bottom: 7px;
		color: #535152;    
	}

		ul#site_wide_links_menu li a,
		ul#site_wide_links_menu li a:link,
		ul#site_wide_links_menu li a:active,
		ul#site_wide_links_menu li a:visited
		{
			border-bottom: 1px dashed #343434;
			margin: 0 7px 0 7px;
			font-weight: normal; 
			color: #C42929;
		}
		ul#site_wide_links_menu li a:hover
		{
			color: #C42929;
			border-bottom: 1px dashed #714A4A;
			}

/* ---------- [ / Footer ] -------------------- */

/* ---------- [ Courses section specific ] -------------------- */

div.header_select
{
	position: absolute;
	float: right;
	top: 28px;
	right: 80px;
}

.CourseSection
{
	width: 775px;
	float: left;
	position: relative;
	top: 0;
	left: 0px;
}
.RallyPlate
{
	width: 265px;
	float: left;
	position: relative;
	top: 0;
	left: 0px;
}
.CarImage
{
	width: 265px;
	float: left;
	position: relative;
	top: 0;
	left: 0px;
}
.CourseDetails
{
	width: 420px;
	float: right;
	position: relative;
	top: 0;
	left: 0px;
}

.Footnote
{
	float: left;
	position: relative;
	width: 420px;
	margin: 10px 0 0 320px;
	padding: 10px;
	border: solid 1px #b31b1a;
	background: #dfdfdf url(../images/button-background-specialoffers.jpg) left bottom repeat-x; 
}

/* ---------- [ / Courses section specific ] -------------------- */


.LeftColumnImage
{
 position: relative;
 float: left;
 left: -7px;
 margin-bottom: 10px;
}

.RightColumnImage
{
 margin-left: -7px;
}
/* ---------- [ Gallery popup ] -------------------- */

.largeGalleryImgContainer {
	position: relative;
	float: left;
	display: none;
	padding: 0;
	margin: 0;
	background-color: white;
	border: 2px;
	border-style: solid;
	border-color: #332A25;
	z-index: 30;
	
}
.smallGalleryImg {
	float: left;
	border: 0;
	margin: 0 8px 0 0;
	padding: 0;
	width: 73px;
	height: 54px;
}

.largeGalleryImg {
	border: 0;
	margin: 0;
	padding: 0;
	width: 440px;
	height: 358px;
	z-index: 31;
}

/* ---------- [ / Gallery popup ] -------------------- */

/* ---------- [ Lightbox for gallery popup ] -------------------- */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/* ---------- [ Lightbox for gallery popup ] -------------------- */




#errordiv {
  float: left;
  position: relative;
  border: 1px solid red;
  background-color: #FFAFAF;
  display: none;
  width: 93%;
  margin: 5px;
  padding: 5px;
}

.required 
{}

.required:focus 
{}

.checkit 
{}

/* ---- [what you get photo boxes] ---- */

.WYGImage
{
	float:left;
	width: 246px;
	height: 130px;
}
.WYGCaption
{
	float:left;
	width: 246px;
	height: 34px;
	color: #ffffff;
	background: url(../images/what-do-you-get/photo-instructors-bottombg.jpg) left top no-repeat; 
	padding-bottom: 20px;
}
.WYGCaptionCopy
{
	padding: 0 10px 0 25px;
	font-size: 0.9em;
}

/* *************** NEW MAR 2009 ***************/

div#NewInnerColumnLeft
{
	float:left;
	width: 243px;
	padding:20px 32px 0 11px;
}
div#NewInnerColumnRight
{
	float:left;
	width: 252px;
	padding: 20px 0 0 0;
}
div.ExpandingBoxTitle
/*-Double,
div.ExpandingBoxTitle-Single,
div.ExpandingBoxTitle-Down*/
{
	float: left;
	background: #d31d1c; /*url(../images/arrow-right.jpg) 206px 12px no-repeat;*/
	padding-right: 42px;
	width: 201px;
}
/*div.ExpandingBoxTitle-Single
{
	background: #d31d1c url(../images/arrow-right.jpg) 206px 6px no-repeat;
}
div.ExpandingBoxTitle-Down
{
	background: #d31d1c url(../images/arrow-down.jpg) 206px 6px no-repeat;
}*/
#NewInnerColumnRight h3
{
	color: #ffffff;
	font-size:1.2em;
	padding:8px;
	margin:0;
}
div.ExpandingBoxContentGrey,
div.ExpandingBoxContentRed
{
	float: left;
	background-color: #e5e5e5;
	padding: 8px 30px 8px 8px;
	font-size:1.1em;
	width: 205px;
}
div.ExpandingBoxContentRed
{
	background-color: #d31d1c;
	color: #ffffff;
	font-size: 1.0em;
	padding: 0px 30px 8px 8px;
}

div.NewCourseList-Course,
div.NewExtrasList-Item
{
	float:left;
	width:188px;
	padding: 2px 5px 2px 0px;
}
div.NewCourseList-Price,
div.NewExtrasList-Price
{
	float:left;
	width:40px;
	padding: 2px 0px 2px 0px;
}
div.NewExtrasList-Item p
{
	color:#fdf202;
}
div.NewExtrasList-Price
{
	color: #ffffff;
}


/*** [UPDATES SEPT 2009] ***/

.ContentOnWhite
{
	float:left;
	margin-left: 26px;
	margin-top: 10px;
	width: 480px;
	line-height: 1.4em;
	padding: 0 0 0 7px;
}
.ContentOnWhite h1
{
	font-size: 1.7em;
	line-height: 1.2em;
}
.ContentOnWhite h2
{
	font-size: 1.15em;
}
.LargeIntro
{
	font-size: 1.2em;
	padding: 4px 0 8px 0;
}

#ContentOnWhiteImage
{
	position:relative;
	width: 480px;
	height: 250px;
	background: url(../images/homepage/photo-homepage-champagne.jpg) left top no-repeat; 
}
#ContentOnWhiteImageSm
{
	position:relative;
	width: 224px;
	height: 138px;
	float: right;
	margin: 3px 0 3px 5px;
}
.Escort
{background: url(../images/homepage/photo-homepage-escort.jpg) left top no-repeat; }
.Scooby
{background: url(../images/homepage/photo-homepage-impreza.jpg) left top no-repeat; }
.SuperCup
{background: url(../images/homepage/photo-homepage-206supercup.jpg) left top no-repeat; }

#Thumbnails img
{
	border: solid 1px #c32a2c;
}
#ContentOnWhiteImage p,
#ContentOnWhiteImageSm p
{
	position:absolute; 
	top:auto; 
	bottom: 0;
	right: 0;
	left: auto;
	background: #000000;
	color: #ffffff;
	-moz-opacity:.85; -ms-filter:"alpha(opacity=85)"; filter:alpha(opacity=85); opacity:.85; 
	height: 20px;
	padding: 6px 6px 2px 6px;
	font-size: 0.9em;
}


.NewBoxout,
.NewBoxoutWide
{
	float: left;
	position: relative;
	border: solid 1px #b31b1a;
	margin: 10px 0 10px 10px;
}
.NewBoxout
{
	width: 200px;
}
.NewBoxoutWide
{
	width: 514px;
}

.NewBoxoutHeaderDbl,
.NewBoxoutHeaderSgl
{
	float: left;
	width: 180px;
	padding: 10px;
	font-size: 1.15em;
	color: #fff200;
}
.NewBoxoutHeaderDbl
{
	height: 35px;
	background: #6f0f10 url(../images/header-background-red-2lines.jpg) left top repeat-x; 
}
.NewBoxoutHeaderSgl
{
	height: 13px;
	background: #6f0f10 url(../images/header-background-red-1line.jpg) left top repeat-x; 
}
.NewBoxoutHeaderSgl a,
.NewBoxoutHeaderDbl a
{
	color: #fff200;
}
.NewBoxoutFooterDbl,
.NewBoxoutFooterSgl,
.NewBoxoutFooterDblXmas
{
	float: left;
	width: 180px;
	padding: 6px 10px 10px 10px;
	font-size: 1.15em;
	color: #ffffff;
	border-top: 1px solid #b31b1a;
}
.NewBoxoutFooterDblXmas
{
	background: #212121 url(../images/christmas-special-offer-black-bg.jpg) left top no-repeat; 
	border-top: none;
}
.NewBoxoutFooterDbl p a,
.NewBoxoutFooterDblXmas p a
{ 
	color: #FFF200;
	border-bottom: solid 1px #FFF200;
}
.NewBoxoutFooterDbl p a:hover,
.NewBoxoutFooterDblXmas p a:hover
{ 
	color: #ffffff;
	border-bottom: solid 1px #FFF200;
}
.NewBoxoutFooterDbl
{
	background: #212121 url(../images/footer-background-course-selection.jpg) left top repeat-x; 
}
.NewBoxoutFooterSgl
{
	height: 12px;
	background: #212121 url(../images/footer-background-specialoffers.jpg) left top repeat-x; 
}

.NewBoxoutItem,
.NewBoxoutItemXmas
{
	float: left;
	height: 68px;
	background: #dfdfdf url(../images/button-background-specialoffers.jpg) left top repeat-x; 
	width: 200px;
	padding: 0px;
}
.NewBoxoutItemXmas
{
	background: #dfdfdf url(../images/christmas-special-offer-homepage-bg.jpg) left top repeat-x; 
}
.NewBoxoutContent,
.NewBoxoutContentXmas
{
	float: left;
	width: 494px;
	padding: 10px 10px 3px 10px;
}
.NewBoxoutContentXmas
{
	background: #ffffff url(../images/christmas-special-offer-page-bg.jpg) left top no-repeat; 
	height: 103px;
}
.NewBoxoutContent p,
.NewBoxoutContentXmas p
{
	padding: 0 0 10px 0;
	font-size: 1.1em;
}
.NewBoxoutItem img
{
	float: left;
}
.ItemInner,
.ItemInnerWide,
.ItemInnerWideXmas
{
	float: left;
	font-size: 1.15em;
	margin-right: 10px;
}
.ItemInner
{
	width: 80px;
	padding: 15px 18px 10px 10px;
	background: url(../images/arrow-courses.png) right 2.0em no-repeat; 
}
.ItemInnerWide
{
	width: 162px;
	padding: 15px 18px 0px 10px;
	background: url(../images/arrow-courses.png) right 1.4em no-repeat; 
}
.ItemInnerWideXmas
{
	width: 162px;
	padding: 15px 18px 0px 10px;
}

.ItemInnerSmall
{ 
	float: left;
	font-size: 0.8em; 
	font-weight: bold; 
	padding: 0px 18px 0px 10px;
	width: 162px;
}

.ItemInnerSmall a
{	color: #b31b1a;
}

.ItemInner a,
.ItemInnerWide a,
.ItemInnerWideXmas a
{ color: #000000;}
.ItemInner a:hover,
.ItemInnerWide a:hover,
.ItemInnerWideXmas a:hover
{ color: #b31b1a;}

	#NewContactPanel
	{
		float: left;
		position: relative;
		width: 202px;
		padding: 15px 0px 10px 0px;
		background: #ffffff; 
		line-height: 1.5em;
		text-align: center;
		margin-left:10px;
	}
	.NewContactTitle
	{
		font-size:1.2em;
		color:#b31b1a;
		font-weight:bold;
	}
	.NewContactNum
	{
		font-size:1.6em;
		color:#000000;
		font-weight:bold;
	}
	
	
/*** [/ UPDATES SEPT 2009] ***/
