/* CSS Document */

/* = Core Structure
========================================================= */
*{
	margin:0;
	padding:0;
}

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	background:#C5C5C5 url(/images/core/background.png) repeat-x 0 0;
}
#wrapper {
	position:relative;
	margin:0 auto;
	margin-top:20px;
	width:747px;
	text-align:left;
	background:url(/images/core/ContentBackground.png) repeat-y 0 0;
}

#floatwrapper{
	width:100%;
}

/* = Tag Elements
============================================================= */
h1, h2{
	font-size:150%;
	color:#99CCFF;
	margin-bottom:5px;
}
h2{
	font-size:130%;
	color:#FFFF33;
	margin:10px 0 5px 0;
}

a{color:#FF9900;}
p{margin-bottom:0.5em;}

ol, ul{
	margin-left:20px;
}

/* = Header 
-------------------------------------------- */
#Header{
	width:746px;
	height:135px;
	background:#000 url(/images/core/TopBorder.gif) repeat-x left top;
}

#Logo{
	margin:0;
	border:none;
}

/* = Top navigation 
-------------------------------------------- */
#topbuttons{
	position:absolute;
	top:10px;
	left:177px;
}
#topbuttons img{
	border:none;
	margin-left:5px;
}
#topreflection{
	position:absolute;
	top:89px;
	left:182px;
	width:529px;
	height:80px;
	background-image:url(/images/core/Reflections.png);
}

/* = Right Column 
-------------------------------------------- */
#RightColumn{
	float:right;
	width:545px;
	padding-bottom:25px;
}
#ContentContainer{
	padding:40px 10px 0 10px;
	color:#fff;
	font-size:90%;
}

/* = Left Column 
-------------------------------------------- */
#LeftColumn{
	float:left;
	width:175px;
	margin-left:10px;
	margin-top:15px;
	font-size:90%;
}

.navheader, .navmiddle, .navbottom{width:161px;}
.navheader{
	height:33px;
	color:#000;
}
.navheader h1{
	font-size:100%;
	padding:7px 0 0 14px;
	color:#000;
}
.navmiddle{
	padding:5px 0;
	background:url(/images/core/navMiddle.gif) repeat-y 0 0;
}
.navbottom{
	height:15px;
	background:url(/images/core/navbottom.gif) no-repeat 0 0;
	margin-bottom:20px;
}

/* colour specific headers */
.navheader.top{
	background:url(/images/core/navtopOrange.gif) no-repeat top left;
}
.navheader.middle{
	background:url(/images/core/navtopBlue.gif) no-repeat top left;
}
.navheader.basket{
	background:url(/images/core/navtopBasket.gif) no-repeat top left;
}

/* -- Navigation links --- */	
.nav{
	width:100%;
	list-style: none;
	margin-left:5px;
	margin-bottom:-10px;
}

.nav li {
	width:100%;
	margin-bottom:3px;
	display: block; 
}

.nav li a {
	display: block; 
	color:#162949;
	text-decoration:none;
	padding-left:20px;
}

.nav li a:hover {
	background:url(/images/core/navHighlight.gif) no-repeat 0.2em 0.2em;
	color:#B00102;
}

/* = Shopping basket */
.navmiddle #basket{
	position:relative;
	padding:0 5px 0 10px;
	margin-bottom:15px;
}
.navmiddle #basket #baskettotal{
	text-transform:uppercase;
	color:#A30F14;
	font-weight:bold;
}
.navmiddle #basket a{
	color:#1B1E50;
}
.navmiddle #basket #checkoutlink{
	position:absolute;
	right:3px;
	bottom:-25px;
	padding-right:23px;
	text-decoration:none;
	background:url(/images/core/checkoutarrow.gif) no-repeat right 2px;
	color:#1B1E50;
	font-weight:bold;
}
.navmiddle #basket #checkoutlink:hover{
	text-decoration:underline;
}
	

/* = Search box 
---------------------------------------------- */
#SearchTitle{
	width:100%;
	height:25px;
	margin:0;
	padding-top:5px;
	font-size:1.1em;
	background-color:#344452;
	color:#fff;
}
#Searchbox{
	width:188px;
	margin-bottom:20px;
	background-color:#9EC2D1;
	border:1px solid #89A5B1;
	border-top:none;
}

#Searchbox form{
	padding:5px;
}
#Searchbox form #search{
	width:174px;
	height:18px;
}

#Searchbox a{
	color:#000000;
}
#Searchbox p{
	margin-bottom:5px;
}
	
/* = Footer 
------------------------------------------- */
#Footer{
	position:absolute;
	bottom:-10px;
	left:1px;
	height:11px;
	width:745px;
	background:url(/images/core/footerstretch.gif) repeat-x 0 0;
}

#Footertext{
	margin:10px 0 5px 0;
	text-align:center;
	font-size:85%;
	font-weight:bold;
}

/* = General Styles
============================================================= */
.imagelist{
	clear:both;
	list-style:none;
	margin-left:-10px;
}
.imagelist li{
	position:relative;
	float:left;
	width:150px;
	margin-right:15px;
	margin-bottom:10px;
	background: none;
	display: inline;
	text-align:center;
}
.imagelist li img {
	margin-bottom:5px;
	border:1px solid #fff;
	
}
.imagelist li p{
	text-align:center;
}
.contentLeft{
	margin-right:20px;
}
.bold{font-weight:bold;}
.hide{
	position:absolute;
	left:-9000px;
}
.left{float:left;}
.right{float:right;}

.borderbottom{
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #000;
}
.totop{
	display:block;
	margin:10px 0;
}

.errors{
	list-style:square;
	color:#FFFF33;
	font-weight:bold;
	margin-bottom:10px;
}
.notice{
	font-weight:bold;
	text-align:center;
	color:#FF00FF;
	margin:10px 0;
}


/* CLEARING FLOATS (http://www.positioniseverything.net/easyclearing.html) -------------------------------------------------------------------------------------------------------------- */
.clear{clear:both;}

.clearfix:after {
	content: "."; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	display: block; 
}
 
.clearfix {
	display: inline-block; 
}

/* Hides from MacIE \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from MacIE */


/* = Page Styles
============================================================= */
/* = Home page
--------------------------------------------- */
#services{
	margin-top:30px;
}

/* = listings
------------------------------------- */
#eventlist{
	margin-bottom:20px;
	list-style:square;
	color:#FFF;
}
#eventlist li{
	margin:5px 0;
	font-size:105%;
	text-transform:capitalize;
}
#eventlist li a{
	text-decoration:none;
	color:#00FFFF;
}
#eventlist li a:hover{
	text-decoration:underline;
}

.pages{
	margin:10px 0;
}
.pages a{
	margin:0 2px;
	color:#FFFF00;
}
.pages a:hover{
	text-decoration:none;
}

/* = view image 
--------------------------------------------- */
#viewimage{
	text-align:center;
}
#viewimage img{
	border:1px solid #fff;
}
#viewimage p.label{
	font-size:130%;
	color:#FFFF33;
}
.view{text-decoration:none; font-size: 110%; padding: 10px}


/* = Shopping Cart
   = Prices
----------------------------------------- */
#basketTbl, #prices{
	width:100%;
	font-size:105%;
	border:1px solid #000;
	background-color:#fff;
	color:#000;
}

#prices td.price{
	font-weight:bold;
}

#basketTbl a{
	color:#000;
}

#basketTbl th, #prices th{
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	background-color:#00CCFF;
	color:#000;
	text-align:left;
	padding:3px 2px;
	white-space:nowrap;
}
#basketTbl th.end, #prices th.end{
	border-right:none;
}

#basketTbl th.total,#basketTbl th.subtotal{
	border-top:1px solid #003300;
	border-bottom:none;
}
#basketTbl th.subtotal{
	background-color:#FFCC00;
}
#basketTbl td, #prices td{
	padding:4px 2px;
}
#basketTbl td.right{
	text-align:right;
	font-weight:bold;
}
#basketTbl td.total, #basketTbl td.subtotal{
	background-color:#FFCC33;
	border-top:1px solid #000;
	text-align:left;
	font-weight:bold;
	color:#003300;
	font-size:120%;
}
#basketTbl td.subtotal{
	background-color:#003366;
	color:#fff;
	font-size:110%;
}
#basketTbl th.vat{
	border-bottom:none;
	border-top:1px solid #000;
}
#basketTbl th.qty, #basketTbl td.qty{
	text-align:center;
}	

#basketTbl td input{
	border:1px solid #000;
}

#basketButtons{
	margin-top:5px;
	padding-bottom:10px;
}
#basketButtons a{
	display:block;
	height:18px;
	padding:8px 5px 3px 5px;
	background-color:#FFCC00;
	border:1px solid #000;
	font-size:98%;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	cursor: pointer;
}
#basketButtons a:hover, #basketButtons #recalc:hover, #basketButtons #checkout:hover, .button:hover{
	background-color:#33CCFF;
	color:#000;
	border:1px solid #fff;
}

#basketButtons #checkout{
	float:right;
	background-color:#003366;
	border:1px solid #fff;
	color:#fff;
}
#basketButtons #recalc, .button{
	float:right;
	height:31px;
	margin-right:5px;	
	padding:0 5px;
	background-color:#FFCC00;
	border:1px solid #000;
	font-size:78%;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	cursor: pointer;
}

#checkoutform input, #checkoutform textarea{
	margin:2px 0;
	width:200px;
}
#checkoutform textarea{
	width:260px;
}
#checkoutform input.submit { margin-left : 2em; padding:0.3px 15px; font-size:1.1em }

#checkoutform .dateselect{
	width:55px;
}


/* = Standard Form Styles ------------------------------ */
.standardformContainer{width:450px;}
.standardform, .standardform label, .standardform input, .standardform textarea{ font-size : 1em; }
.standardform fieldset { width:450px; padding:0.5em 1em; border:none; }
.standardform fieldset legend{font-size:1.4em; font-weight:bold; color:#B00102;}
.standardform label { text-align:left; position:relative; width:10em; display:block; margin:.5em 0em; padding:2px; color:black;}
.standardform label input, .standardform label textarea,.standardform label select{ position:absolute; left:110%; top:2px; width:15em; padding:2px; border:1px solid #9EC2D1; background-color:#EEF1F1;}
.standardform label input.checkbox{width:2em;}
.standardform label textarea{width:18em; height:8em; font-family:Arial, Helvetica, sans-serif;}
.standardform .aftertextarea{margin-top:8em;}
.standardform label input:focus,.standardform label textarea:focus{background-color:#EAEAEA; border:1px solid #548DA9;}
.standardform input.submit { margin-left : 10em; padding:0.3em 1em; font-size:1.1em }
.standardform br { display : none;}

/* for longer labels with checkboxes */
.standardform label.longlabel{width:25em;}
.standardform label.longlabel input{width:1em; left:105%;}

/* = Other form fields -------------------------------------- */
label input, label textarea, label select{border:1px solid #9EC2D1; background-color:#EEF1F1;}


