/*
Title:			Daymen International
Description:	CSS for events.daymen.co.uk
Author:			Visualcode Limited
Date: 			Tuesday 18th September 2008.
Version:		1.0
*/

@import url('css/generalform.css');
@import url('css/nivo-slider.css');
@import url('css/fancybox.css');


/*---------------------------Global Start -----------------------------*/


/*
Colour Palette
Black. #000 Blue. #046AAD Grey. #ECECEC
*/

body {
	font:13px arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 15px;
	color: #000;
	text-align:center;
	background:#00436F;
  	position:relative;
	margin:0;
	padding:0;	
	}
	
a:link {
	color: #046AAD;
	text-decoration: none;
}

a:visited {
	color: #046AAD;
	text-decoration: none;
}

a:active {
	color: #E2570E;
	text-decoration: none;
}

a:hover {
	color: #E2570E;
	text-decoration: none;
}

a img{
	border:0;
	}

img.portrait{
	float:left;
	padding:2px;
	margin:0 5px 5px 0;
	border:#ECECEC solid 1px;
	}

h1, h2, h3, h4{
	font-weight:normal;
	}
	
h1 {
	clear:both;
	font-size: 1.9em;
	color:#00436F;
	border-left:#E2570E solid 5px;
	padding-left:5px;
	}

h2 {
	color:#046AAD;
	font-size: 1.5em;
	line-height:1.5em;
	}

h3 {
	color:#046AAD;
	font-size: 1.3em;
	line-height:1.3em;
	}

h4 {
	color:#AAA;
	font-size: 1.4em;
	line-height:1.5em;
	}


hr {
	border: none;
	border-top: 1px solid #E2570E;
	height: 1px;
	margin: 8px auto;
	padding: 0;
	color:#FFF;
	clear:both;
	}

.clear{
	clear:both;
	text-align:right;
	}
	
table.events td{
	border-top: 1px solid #E2570E;
	padding:10px 0;
	}
	
div{position:relative;}	

/* ______________________ Start Layout ______________________ */

#container{
	padding:0;
	margin:0;
	position:relative;
	background:#FFF;
	}

#wrapper {
	width:920px;
	margin:0 auto;
	padding:0 10px;
	position:relative;
	}
	
#header {
	width:100%;
	border-bottom:#00436F solid 5px;
	height:85px;
	margin-bottom:1px;
	z-index:1000; /* IE 7 */
	}

#Logo {
	padding:15px 0px 10px 0px;
	float:left;
	margin:0;
	height:60px;
	}
	
.strap{	
	float:right;
	margin-left:0px;
	margin-top:10px;
	text-align:left;
	width:650px;
	}
	
.strap h1{
	padding:0;
	margin:0;
	font-size:19px;
	border-left:none;
	padding:5px 0 5px; 0;
	}
	

/* ______________________ Additional Navigation ______________________ */



#adNav a:link{color:#00436F;}
#adNav a:visited{color:#00436F;}

#adNav a{
	display:block;
	height:22px;
	padding:10px 10px 0 10px;
	border-right:#ECECEC solid 1px;
	}

#adNav a.long{
	}
	
#adNav a:active,
#adNav a:hover,
#adNav a:hover.attention{
	color:#E2570E;
	}

#adNav{
	float:right;
	width:600px;
	}

#adNav ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:90%;
	line-height:1em;
	font-size:11px;
	}

#adNav li {
	padding:0px;
	list-style:none;
	display:inline;
	text-align:center; 
	float:right;
	}

/* ______________________ Navigation ______________________ */		
	
 #navigation{
 	font-size:11px;
 	clear:right;
 	float:right;
	position:relative;
	width:650px;
	padding-top:25px;
	}

 #navigation ul {
	list-style:none; 
	padding:0;
	margin:0px 0px 0px 0px;
	position:relative;
	text-align:left;
	border:none
	border-right:#0991EB solid 1px;
	}
	
 #navigation ul li {
	display:inline;
	float:left;
	margin:0;
	position:relative;
	text-align:center;
	margin-left:5px;
	font-weight:bold;
	}
	
 #navigation ul li a {
	color:#000;
	text-shadow:#FFF 0px 1px 1px;
	position:relative;
	height:20px;
	display:block;
	padding:7px 10px 1px 10px;
	border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	background:#ECECEC url(/images/navTile.png) repeat-x;
	}

 #navigation ul li a:hover {
	color:#FFF;
	text-shadow:none;
	position:relative;
	background:#0991EB;
	}

#navigation ul li.on a{background:#00436F; color:#FFF; text-shadow:none;}
#navigation ul li.on a:hover{background:#E2570E;}

#navigation ul li:hover ul{display:block;}

#navigation ul li ul{
	position:absolute;
	z-index:9999;
	background:transparent url(images/darkTile.png) repeat;
	width:200px;
	display:none;
	top:28px;
	left:0px;
	border-right:0;
	padding:0 0 10px 0;
	border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	min-height:0;
}

#navigation ul ul li {position:relative; z-index:9999; border-top:#333 solid 1px; padding:0; display:block; float:none; text-align:left; border-left:none; }

#navigation ul li ul li a {
	text-shadow:none;
	height:auto; 
	padding:7px 0px 7px 20px; 
	color:#FFF; 
	font-size:11px !important; 
	font-weight:bold; 
	background: url(images/bullet_white.png) no-repeat 5px 9px !important;
	}
#navigation ul ul li a:hover {color:#E2570E; background: url(images/bullet_orange.png) no-repeat 5px 9px !important;}

/* ______________________ Footer ______________________ */


#contentArea{
	text-align:left;
	}

#contentArea ul{
	list-style:none;
	margin:5px 25px;
	padding:0;
	}

#contentArea ul li{
	background: url(images/bullet.gif) no-repeat 0 3px;
	padding:0 0 5px 25px;
	}

#contentArea ol li{
	padding:0 0 10px 0;
	line-height:15px;
	}

#contentArea .left{	
	width:450px;
	padding:5px 5px 5px 0px;
	float:left;
	margin-bottom:5px;
	}

#contentArea .right{
	width:450px;
	padding:5px 0px 5px 10px;
	float:right;
	border-left:#ECECEC solid 1px;
	margin-bottom:5px;
	}
	
#gallery{
	margin-bottom:25px;
	}	

#gallery .galleryItem{
	float:left;
	padding:4px;
	border:#ECECEC solid 1px;
	margin:0px 5px 5px 0px;
	}

#gallery .thumbend{margin-right:0px;}

#gallery img, #gallery a{
	margin:0;
	padding:0;
	display:block;
	}
	
#brandContent{
	float:right;
	width:660px;
	}
	
#leftNav{
	float:left;
	width:250px;
	}
	
#leftNav .brandLogo{
	border-bottom:#ECECEC solid 3px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	}
	
#leftNav ul{
	margin:0;
	padding:0;
	}

#leftNav ul li{
	border-bottom:#ECECEC solid 1px;
	background:none;
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:11px;
	}

#leftNav ul li a{
	background:#FFF url(/images/bullet_orange.png) no-repeat 5px 8px;
	display:block;
	padding:5px 5px 5px 20px;
	}

#leftNav ul li.on a{background:#ECECEC url(/images/bullet_orange.png) no-repeat 5px 8px;}
	
#leftNav ul li a:hover{
	background:#E2570E url(/images/bullet_white.png) no-repeat 5px 8px;
	color:#FFF;
	}	

/* ______________________ Footer ______________________ */


.sponsors{
	text-align:left;
	padding-bottom:5px;
	margin-top:5px;
	clear:both;
	position:relative;
	}
	
.sponsors h3{
	color:#000 !important;
	font-size:11px;
	margin:0;
	padding:5px;
	border:#CCC solid 1px;
	border-bottom:none;
	background:#ECECEC url(/images/navTile.png) repeat-x;
	font-weight:bold;
	text-shadow:#FFF 0px 1px 1px;
	border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	margin-left:15px;
	text-align:center;
	width:210px;
	}

.sponsorTable{
	border:#CCC solid 1px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px 0px;
	}

.orange{
	background:#E2570E url(images/orange.gif) no-repeat left top;
	padding:15px 10px 10px 10px;
	color:#FFF;
	text-align:left;
	border-bottom:#FFF solid 1px;
	clear:both
	}

#footer {
	border-top:#0991EB solid 5px;
	clear:both;
	padding-top:0px;
	text-align:center;
	font-size:85%;
	text-align:center;
	margin:0;
	color:#FFF;
	}

#footer h2, #footer h3{
	font-family:"Georgia", Times, serif;
	font-weight:normal;
	}

#footer h2{
	margin:0;
	padding:0 0 10px 0;
	color:#FFF;
	}
	
#fholder{
	width:920px;
	margin:0 auto;
	}
	
#fholder b,
#fholder a{
	color:#0991EB;	
	}

#copyright{
	text-align:left;
	float:left;
	width:460px;
	padding-top:10px;
	}

#contactAd,
#contactNo{
	width:170px;
	padding:10px 20px;
	float:right;
	text-align:left;
	border-left:#0991EB solid 1px;
	height:100px;
	}

#contactAd{
	width:200px;
	}

#contactNo ul{
	list-style:none;
	margin:0;
	padding:0;
	}
	
#contactNo ul li{
	padding-left:20px;
	background: url(images/bullet.gif) no-repeat 0 3px;
	}

#legalAd {
	clear:both;
	text-align:right;
	padding-top:15px;
	}
	
	
/*--------------------------- table -----------------------------*/	

table.csvFile{
	width:100%;
	}

table.csvFile thead td{
	background:#00436F;
	font-weight:bold;
	padding:5px;
	color:#FFF;
	}

table.csvFile tbody td{
	padding:5px;
	border-bottom:#ECECEC solid 1px;
	}

table.brandLogos{
	width:100%;
	}	

table.brandLogos td{
	text-align:center;
	width:125px;
	}
	
	
/* ______________________ standard table ______________________ */	
	
table.standard{
	width:100%;
	}

table.standard thead td{
	background:#00436F;
	font-weight:bold;
	padding:3px 5px;
	color:#FFF;
	}

table.standard tbody td{
	padding:5px;
	background:#ECECEC;
	border-right:#FFF solid 1px;
	}	
	
table.standard tbody tr.alt td{
	background:#FFF;
	}

/* ______________________ brand table ______________________ */	
	
table.brandTable{
	width:100%;
	margin-bottom:25px;
	}

table.brandTable tbody td{
	padding:5px;
	border:0;
	border-bottom:#E2570E solid 3px;
	}	

table.brandTable tbody td.brandLogo{
	width:150px;
	
	}
	
table.brandTable tbody tr.alt td{
	background:#FFF;
	}
	
/* ______________________ dealer table ______________________ */	
	
table.dealer{
	width:100%;
	margin-bottom:25px;
	}
	
table.dealer thead td{
	padding:5px;
	border:0;
	background:#E2570E;
	color:#FFF;
	font-weight:bold;
	vertical-align:top;
	}	

table.dealer tbody td{
	padding:5px;
	border:0;
	font-size:12px;
	background:#FFF;
	vertical-align:top;
	}	

table.dealer tbody tr.alt td{
	background:#ECECEC;
	}

table.dealer tbody td.company, table.dealer tbody td.phone{
	font-weight:bold;
	}

table.dealer tbody td.web{
	text-align:right;
	}

table.dealer tbody td.web a{
	font-size:10px;
	font-weight:bold;
	background:#046AAD url(/images/navTile.png) repeat-x;
	padding:3px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#FFF;
	}


/* ______________________ focus form ______________________ */	

form.focus{
	background:#f5f5f5;
	border:#ECECEC solid 3px;
	padding:15px 50px;
	}

/* ______________________ News ______________________ */	
.newsItem{
	border-bottom:#CCC dotted 1px;
	margin:0px;
	padding:5px 0px;
	}

.newsItem h3{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#2e547e;
	float:left;
	}

.sortList{
	border:0;
	padding:5px;
	background:#CCC;
	color:#FFF;
	text-align:right;
	font-size:11px;
	margin:5px 0;
	clear:both;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	}
	
.sortList a{padding:2px 5px; text-decoration:none !important; color:#000; font-weight:bold; font-size:10px;}

.sortList a.current {
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	color:#E2570E;
	background:#FFF;
}

.date { float:right; }
.newscontent{ clear:both; padding:5px 0; }
