/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : John Davies / john.davies@gforces.co.uk / G-Forces Web Management Ltd

Type: Screen, Projection

Description : Screen and projection stylesheet Alan's Driving School site

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* COMMON AND GLOBAL */
html { height: 100%; }
body { height: 100%; font:62.5%/1.6 verdana, arial, helvetica, sans-serif; margin:0; padding:0; background:#ffffff url(../images/layup/bodyBg.gif) top left repeat-x; color:#000000; text-align:center; }
/*  This font sizing is for standards based browsers (firefox, opera, mozilla) that can re-size text.  
Declaring the font size in pixels makes it more consistent across browsers. */
td, textarea, input, select { font:100% arial, verdana, helvetica, sans-serif; }
html>body td, html>body textarea, html>body input, html>body select { font-size:11px; }
/* some browsers don't inherit the font into tables or textareas! */

/* ----- IDS ----- */
#container { min-height:100%; width:960px; margin:0 auto; text-align:left; font-size:110%; line-height: normal; }
* html #container {height: 100%; }
#printHeader { display:none;}

#header { position: relative; height: 112px; z-index: 2; }
#header #logo { position: absolute; top: 17px; left: 0px; }
#header #contactDetails { position: absolute; top: 23px; right: 0px;}

#leftCol { float: left; width: 229px; margin-top: 34px; }
#leftCol .box { margin-bottom: 7px; height: 111px; }
#rightCol { float: right; width: 689px; margin-top: 34px; }
#rightCol .cmsImage { position: relative; background:url(../images/layup/noImage240x180.gif) top left no-repeat; width: 313px; height: 235px; margin-bottom: 15px; margin-left: 15px; float: right; }
#rightCol .cmsImage .frame { position: absolute; top: -6px; left: -6px; }
ul#fileList { float: right; list-style: none; padding: 0px; margin: 0px; clear: right; width: 313px; margin: 0px 0px 15px 15px; }
ul#fileList li { padding: 0px; margin: 0px; }
ul#fileList li.heading { font-weight: bold;color: #0083CB; text-transform: uppercase; font-size: 14px; }
ul#fileList li a { text-decoration:  none; color: #0083CB; }

#mainContent {}
#mainContent .padding { padding: 0px 0px 0px 0px; }

.list {}
.list .listItem { background: url(../images/layup/dotsH.gif) bottom left repeat-x; margin-bottom: 20px; padding-bottom: 10px; }
.list .listItem a { font-weight: normal; text-decoration: none; }
.list .listItem .image { width: 20px; float: left; }
.list .listItem .image a { display: block; width: 184px; height: 127px; border: 1px solid #f0dfa7; }
.list .listItem .content { width: 490px; float: right; }
.list .listItem .content .title a { font-weight: bold; font-size: 14px; color: #c32040; display: block; padding-bottom: 10px; }
.list .listItem .content .more a { font-weight: bold; font-size: 11px; color: #c32040; display: block; padding-top: 2px; }
.list .listItem .content .btns a { display: block; float: right; padding-left: 5px; }


/* contact google maps */
#mapHolder { width: 320px; height: 246px; background: url(../images/layup/mapBg.gif) no-repeat; padding: 10px 0px 0px 8px; float: left; margin-right: 15px; margin-bottom: 20px; }
#mapHolder #map { position:relative; width:311px; height:233px; }
#mapAddress { float: left; font-weight: bold; height: 240px; position: relative; width: 325px; }
#mapAddress .address { position: absolute; bottom: 0px; }

/* ----- GLOBAL CLASSES ----- */
.clear { clear:both; display: block; }
.clearSmall { clear: both; display: block; height: 0; line-height: 0; font-size: 0; }
.hide { display:none; }
.show { display:block; }
.printShow { display:none; }
.printHide { display:block; }
.float_left { float:left !important; }
.float_right { float:right !important; }
.align_left { text-align:left !important; }
.align_center { text-align:center !important; }
.align_right { text-align:right !important; }
.align_justify { text-align:justify !important; }
.align_bottom { vertical-align:bottom !important; }
.image_right { float:right; margin:0 0 15px 15px; }
.image_left { float:left; margin:0 15px 15px 0; }
.image_center { margin:0 auto; }
.hand { cursor:pointer; }

/* ----- HEADINGS & PARAGRAPHS ----- */
h1, h2, h3, h4, h5, h6 { margin:0; padding:0 0 15px 0; font-size:100%; font-weight:bold;}
h1 { color: #0083cb; font-size: 1.4em; }
h2 { color: #d71440; font-size: 1.4em; }

/* ----- TOP NAVIGATION ----- */
#primaryNav { float: right; }
#primaryNav ul { list-style: none; margin: 0; padding: 66px 0px 0px 0px; }
#primaryNav li { float: left; }
#primaryNav li a { display: block; float: none; padding: 5px 42px 5px 0px; text-decoration: none; color: #fff; }
#primaryNav li.last a { padding-right: 0px; }
#primaryNav li a:hover { color: #d71440; }
#primaryNav li .active { color: #d71440; }

/* ----- DROPDOWN NAV ----- */
#primaryNav ul li  ul {	left: -999em; position: absolute;  }
#primaryNav ul li:hover ul,
#primaryNav ul li.sfhover ul { left: auto !important; padding: 15px 0px 0px 0px; margin: 0px 0px 0px 0px; display: block; width: 200px; float: none !important; }
#primaryNav ul li:hover ul li,
#primaryNav ul li.sfhover ul li { display: block; padding: 4px 0px 0px 0px;	margin: 0px; background: #252628; float: none; }
#primaryNav ul li:hover ul li a,
#primaryNav ul li.sfhover ul li a { display: block; padding: 0px 0px 10px 0px;	margin: 5px 10px 0px 10px !important; color: #ffffff; border-bottom: 1px solid #424345; zoom: 1; }
#primaryNav ul li:hover ul li a:hover,
#primaryNav ul li.sfhover ul li a:hover { display: block; padding: 0px 0px 10px 0px; margin: 5px 10px 0px 10px !important; color: #d71440; }

/* ----- SECONDARY NAVIGATION ----- */
#secondaryNav { border: 3px solid #f0dfa7; width: 223px; position: relative; }
#secondaryNav ul { list-style: none; margin: 1px 0px 1px 0px; padding: 1px 0px 154px 0px; background: #fff url(../images/layup/secondaryNavBg.gif) top left repeat-y; }
#secondaryNav li {  display: block; width: 221px; }
#secondaryNav li a { text-decoration: none; color: #5a4b1b; display: block; width: 221px; }
#secondaryNav li a:hover { text-decoration: none; color: #5a4b1b; background: url(../images/layup/secondaryNavHoverBg.gif) top left repeat-y; }
#secondaryNav li .active { text-decoration: none; color: #5a4b1b; background: url(../images/layup/secondaryNavHoverBg.gif) top left repeat-y; }
#secondaryNav li span { background:url(../images/layup/secondaryNavDivider.gif) bottom left repeat-x; display: block; width: 206px; padding: 12px 0px 12px 15px; }
#secondaryNav .logoSmall { position: absolute; bottom: -30px; right: -50px; }

/* ----- SITE MAP ----- */
#sitemap { list-style:none; margin:0 0 0 5px; padding:0;}
#sitemap ul { list-style:none;  margin:10px 0 0px 15px; padding:0;}
#sitemap li { background:url(../images/layup/bulletSitemap.gif) 0px 11px no-repeat; padding:6px 0 5px 15px;}

/* ----- BREADCRUMBS/PAGINATION/PAGE TOP AND BOTTOMS ----- */
#pageInfo { border-bottom: 1px solid #e9e9e9; padding: 4px 0px 4px 0px; margin-bottom: 20px; }
#breadcrumbs { float: left; padding: 4px 0px 4px 0px; }
#breadcrumbs a { background:url(../images/layup/iconForward.gif) top right no-repeat; padding:2px 25px 0px 0px; margin-right: 8px; font-weight: bold; text-decoration: none; }
#breadcrumbs a:hover { text-decoration: underline; }
#breadcrumbs .active { color: #d71440; font-weight: bold; }
#back { float: right; padding: 4px 0px 4px 0px; }
#back a { background:url(../images/layup/iconBack.gif) top left no-repeat; padding:2px 0px 0px 25px; text-decoration: none; }

/* ----- FOOTER ----- */
#footerContainer { background: url(../images/layup/footerBg.gif) top left repeat-x; height: 115px; margin-top:-115px;  }
#footer { width: 960px; margin: 0 auto; text-align:left; font-size:110%; line-height: 180%; padding: 50px 0px 0px 0px; color: #fff; }
#footer a { font-weight:normal; text-decoration:none; color: #fff; }
#footer a:hover { text-decoration:underline; }
#footer .float_right { text-align: right; } 

/* ----- GLOBAL ----- */
img { display:block; border:0; }
p { padding:0 0 15px 0; margin:0; }
address { font-style:normal;}

/* ----- LINKS ----- */
a { color:#000000; font-weight:bold; text-decoration:underline;cursor:pointer; }
a:hover { text-decoration:none; }

/* ----- FORMS ----- */
form { padding:0; margin:0; }
fieldset { padding:0; margin:0; border:0px none; display:inline; }
legend { padding:0; margin:0; display:none; }
label { display:block; width:260px; float:left; }
input, textarea { width:200px; font-size:11px !important;}
.requiredLabel { color:#d71440;}
.checkRadio { width:20px; position:relative; left:-7px;}
#frmContact { margin-bottom:15px;}
#frmContact p { padding:7px 0;}
#frmContact select { width:204px;}
#frmContact div { margin-bottom:10px;}
#btnSubmit { width:55px; height:18px; border:none;}

/* ----- Prototype Validation ----- */
input.disabled { border: 1px solid #F2F2F2; background-color: #d71440; }
input.validation-failed, textarea.validation-failed, select.validation-failed { border: 1px solid #d71440; color : #d71440; }
input.validation-passed, textarea.validation-passed, select.validation-passed { border: 1px solid #00CC00; color : #000; }
.validation-advice { margin: 5px 0; width:452px; padding: 5px; background-color: #d71440; color : #FFF; font-weight: bold; }

/* ----- TABLES ----- */
table { border-collapse:collapse; }
table p { padding:0px; }