/*  
    --------------------------------------------------------------
	Style name:	    Bournstone School of Motoring
	Author:			Matt Bertocchi
	Last Update:    24/08/09
    --------------------------------------------------------------
*/

@import 'lib/reset.css';

/* ---- General ---- */
body {font-family:Verdana, sans-serif; font-size:90%; line-height:1.5; color:#000; background:#fff url(../img/design/page-bg.png) repeat-x;}
a:link, a:visited {color:#901d23; text-decoration: none;}
a:hover, a:focus, a:active {color:#901d23; text-decoration:underline;}

/* ---- Layout ---- */
#container {position:relative; width:960px; margin:0 auto; background:url(/img/design/container-bg.png) 0 364px repeat-x;}
#masthead {width:940px; height:140px; margin:0 10px; background:url(/img/design/masthead.png) no-repeat;}
#navigation {width:940px; height:80px; margin:0 10px; background:url(/img/design/nav.png) 0 -10px no-repeat;}
#content {float:left; width:600px; margin-left:10px; padding:10px; background:#fff url(/img/design/content-top.gif) no-repeat;}
#sidebar {float:right; width:300px; margin-right:10px;}
#footer {clear:both; width:940px; height:23px; padding:12px 10px 0 10px; background:#901d23 url(/img/design/footer.gif) no-repeat;}

/* ---- Navigation ---- */
#navigation ul {float:right; width:531px; margin:0 19px 0 0;}
#navigation li {float:left; display:block;}
#navigation li a {display:block; height:21px; padding:7px 7px; color:#fff;}
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {color:; background:#900;}

/* ---- Main Content ---- */
#prices-table {width:500px; border:1px solid #11141c; background:#ebebeb;}
#prices-table th {padding:5px 3px; text-align:left; color:#fff; background:#11141c;}
#prices-table tr {padding:5px 3px;}

ul#enquire {margin:0 0 0 10px; padding:0;}
li.online a, li.phone {display:block; width:280px; height:52px; text-indent:-9999px; background:#fff;}
li.online a {background:url(/img/design/enquire.png) no-repeat;}
li.phone {background:url(/img/design/enquire.png) 0 -52px no-repeat;}
li.online a:hover, li.online a:focus, li.online a:active {background:url(/img/design/enquire.png) -280px 0 no-repeat;}

.show-answer {padding-left:18px; cursor:pointer; color:#900; background:url(/img/design/arrow-down.png) left no-repeat;}
.hide-answer {padding-right:18px; cursor:pointer; color:#900; background:url(/img/design/arrow-up.png) right no-repeat;}
.answer-box {padding:5px; border:1px solid #ccc; background:#ebebeb;}

.sidebar-bullets {margin:50px 0 0 35px; padding:0; list-style-image:url(/img/design/bullet.png);}

.gen-list {list-style-type:circle;}
.num-list {list-style-type:decimal;}
.fb-fan {margin-left:18px;}


/* ---- General Typography ---- */
h1 {text-indent:-9999px;}
h2 {font-size:120%; color:#900;}

p {margin:10px 0;}

ul.info {list-style-image:url(/img/design/bullet-blue.png);}

#footer p {float:right; margin:0 ; font-size:90%; color:#fff;}
#footer a {color:#11151d;}
#footer a:hover, #footer a:focus, #footer a:active {color:#fff;}

/* ---- Nasty Styles Ported from Old Site ---- */
.hoftable {width:570px; background:#ebebeb;}
.hoftable th {font-weight:bold; text-transform:uppercase; text-align:center; color:#fff; background:#11141c;}
.hoftable td {text-align:center; outline:1px solid #fff; padding:2px; width:auto;}
.highlight {color: #c00;}


/* ---- Lightbox Styles ---- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }