/* CSS Document  
stuart@northcolour.com
*/



/* Index 

	basic html 
	heading
	spacing
	containers
	
	blue	:	#045b90
	
*/

/* Basic HTML
----------------------------------------------------------------------------------------------------*/
html{
	height:100%;/* helps to leep the footer at the bottom*/
}
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.125em; /* 16×1.125=18 */
	background:#FFF url(/images/livery/body_bg.jpg) repeat-x top left;
	color:#045b90;
	height:100%;/* helps to leep the footer at the bottom*/
	
	
}
a:link, a:visited {
	text-decoration: none;
	color:#2aaaea;
	}
a:hover, a:focus {
	text-decoration:underline;
	color:#0770a8;
	}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5{
	font-family:"Myriad Pro","Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	margin:0 0 5px 0;
	font-weight:normal;
}
h1{font-size:1.5em;line-height:1.5em;}
h2{font-size:1.3em;line-height:1.3em;}
h3{font-size:1.2em;line-height:1.2em;}
h4{font-size:1.1em;line-height:1.1em;}
h5{font-size:1.0em;font-weight:bold;line-height:1.0em;}
p{ margin:0 0 5px 0;}

/* Spacing
----------------------------------------------------------------------------------------------------*/

ul, ol{

list-style:none;
margin:5px 0 5px 10px;
}
dd{
	padding:0 0 10px 0;
}
li{
margin:5px 10px 5px 35px;
list-style:disc;
}
hr {
height:1px;
border:none;
clear:both;
margin:0 0 10px 0;
}
caption{
display:none;
}
strong{
font-weight:bold;
}
th{

}

/*	Containers
----------------------------------------------------------------------------------------------------*/

#wrap{
	overflow: hidden; /* as opposed to clear float*/
	position:relative;
    min-height:100%;/* helps to leep the footer at the bottom*/
    _height:100%; /* for IE6 as it doesnt understand min-height */

}
#header{
	background:transparent url(/images/livery/logo_bg.jpg) no-repeat top center;
	height:180px;
}
#header, #header a, #header p{
	color:#045b90;
	line-height:44px;
}
#header h1, #header h2{
	display:none;
	}
	
#logo{

	padding-top:140px;
	color:#045b90;
}
#loginMenu{
text-align:right;
	padding:140px 0 0 0;
	color:#045b90;
	
}
#loginMenu span, #loginMenu a{
	padding-right:10px;
		padding-left:10px;

}
#body_content{
	margin:20px 0 70px 0;	
	overflow: hidden; /* as opposed to clear float*/
}
h2.content_title{
	display:block;
	background:#f6fbfe;
	margin:0;
	padding:30px 30px 10px 30px;
	border-top:1px solid #b3dbef;
	border-left:1px solid #b3dbef;
	border-right:1px solid #b3dbef;
	font-weight:bold;

}
.contentblue{
	background:#f6fbfe;
	border-bottom:1px solid #b3dbef;
	border-left:1px solid #b3dbef;
	border-right:1px solid #b3dbef;
	overflow: hidden; /* as opposed to clear float*/
	margin:0 0 20px 0;
	padding:10px 30px 30px 30px;
	display:block;
}
#event_list{
	padding:0px 0 0 0;
}
.shopitem{
	overflow: hidden; /* as opposed to clear float*/
}
.shopitem{
	padding:5px 10px 5px 20px;
	margin:0 0 5px 0;
}
.shopitem h4{
	padding:0px 0 0px 0;
	margin:0;
}
#event_list .shopitem h4{
	line-height:35px;
	padding:0px 0 0px 0;
	
	}
.shopitem h5{
	padding:0px 0 40px 0;
}
h4 span.title, h5 span.title{
	display:block;
	width:500px;
	float:left;
}
h4 span.price, h5 span.price{
line-height:37px;
	font-weight:bold;
	display:block;
	width:75px;
	float:left;
}
h4 span.add, h5 span.add{
padding:3px 0 0 0;
	display:block;
	width:75px;
	float:left;
}
 span.descr{
 clear:left;
	display:block;
	width:475px;
	float:left;
	font-size:0.7em;
	padding:0 0 0px 0;
}
.cat_title{
clear:left;
display:block;
margin-top:20px;
}

#fmCart table{
	font-size:0.8em;
}
#fmLogin_holder{
float:left;
width:250px;
padding:30px 40px 20px 10px;
border-right:1px solid #b3dbef;
}

#but_register{
float:left;
width:170px;
padding:30px 40px 20px 30px;
margin:0 0 0 20px;
}
#but_register p{
width:230px;
}
.error{
padding:30px;
	background:#FFCCCC;
	border:1px solid #FF0000;
}
#footer{
	font-size:0.7em;
	height:100px;
	background:#045b90 url(/images/livery/footer_bg.jpg) repeat-x top left;
	color:#01366c;
	overflow: hidden; /* as opposed to clear float*/
	position: relative;/* helps to leep the footer at the bottom*/
    margin-top:-100px;/* helps to leep the footer at the bottom*/

}
#footer h3{
	display:none;
}
#footer p{
padding:5px 0 0 0;
	color:#fff;
}	
#footer ul{
	list-style:none;
}
#footer li{
	list-style-type:none;
	display:inline;
	margin:0 20px 0 0;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:focus{
	color:#fff;
}
#footer a:hover{
	text-decoration:underline;
}


/* fomr 
-----------------------------------------*/

label{
	width:250px;
	display:block;
	font-size:0.8em;
}
.autowidth{
	width:auto;
	float:left;
}
.labdesc{
	font-size:0.8em;
}
.save_login{
	float:left;
}
.section input{
	font-size:0.7em;
}


/*
-------outsider ----*/
/*
body {
	padding-top:10px;
	background:#FFF url(/images/livery/outsider/toprepeater.jpg) repeat-x top left;
	color:#359004;
}

#header{
	background:transparent url(/images/livery/outsider/logopng8bit.png) no-repeat top left;
	height:160px;
}
#logo{
text-align:right;
	padding:125px 0 0 0;
}

#loginMenu{
	text-align:right;
	padding:111px 0 0 0;
	
}
#cartsum{
	padding-right:105px;
}
#cartsum span{
font-weight:bold;
	color:#b7f16d;
	padding:0 0 0 20px;
}
#cartsum a, #logo a{
font-weight:bold;
color:#fff700;
	padding:0 0 0 20px;
}
h2.content_title{
	background:#eaf6e3;
	border-top:1px solid #bce091;
	border-left:1px solid #bce091;
	border-right:1px solid #bce091;
	

}
.contentblue{
	background:#eaf6e3;
	border-bottom:1px solid #bce091;
	border-left:1px solid #bce091;
	border-right:1px solid #bce091;
}
.shopitem {
	background:#daedd0;
}
.shopitem h4{
	color:#bf1e2d;
}
.shopitem h4 span.descr{
	color:#359004;
}

#footer{
	color:#48973b;
	background:#48973b url(/images/livery/outsider/footer_bg.jpg) repeat-x top left;
}
*/