@charset "utf-8";
/* CSS Document */


a {
	font-weight: bold;
	color: #336699;
}


h1, h2, h3, h4 {
	color: #1192cd;
	font-weight: bold;
}



.containerFront {
	
	width: 950px;
	height: 678px;
	margin: 0 auto;
	background:url(/media/_design/front_bg.jpg) repeat-x !important;
	padding: 0 !important;
	border: 1px solid #9dbfcf;
	vertical-align: top !important;
}

#frontIllustration {
	position: relative;
	top: -44px !important;
	left: -6px !important;
	z-index: 20;
	width: 602px;
	height: 613px;
	background: url(/media/_design/penknife_front.jpg) no-repeat;
}


.container {
	border: 1px solid #9dbfcf !important;
	position: relative;
	width: 950px;
	margin: 2px auto;
	padding: 0 !important;
}


#header {
	background: url(/media/_design/masthead2.jpg) no-repeat;
	width: 950px;
	height: 236px !important;
	margin: 0;
	padding: 0 !important;
}


#mainContentFront h1 {
	position: relative;
	z-index: -1 !important;
	left: 6px;
	width: 900px;
	font-size: 2.4em;
}



#header h1 {
	position: absolute;
	z-index: -1 !important;
	left: 386px !important;
	top: 20px;
	width: auto;
	font-size: 1.8em;
}



#header h1 span {
	font-weight: bold;
	font-size: 0.8em;
}



h2#straplineFront {
	font-size: 3.9em;
	line-height: 1.2em;
	text-align: right;
	font-weight: normal;
	color: #1192cd;
	margin: 90px 30px 0 0;
}


p#datesFront {
	width: 460px;
	font-size: 2em;
	color: #0c709d;
	position: relative;
	z-index: 20 !important;
	top: 26px;
	left: -78px;
}


#logosFront {
	position: relative;
	z-index: 20 !important;
	top: 0;
	left: 6px;	
}


#sfiFront {
	width: 258px;
	height: 65px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 20 !important;
	top: -14px;
	left: 96px;	
}


#logo {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	width: 950px;
	height: 236px !important;
}








#print_logo {
	display: none;
}





/* ----------- OPENING TIMES --------------*/


#openingTimes {
	color: #555555;
	font-size: 1.1em;
	position: absolute;
	top: 100px;
	left: 386px;
	z-index: -1;
	width: 700px;
}

#openingTimes h3 {
	text-transform:uppercase;
	padding: 0;
	font-size: 1em;
}

#openingTimes dl {
	padding: 0;
	font-size: 1em;
}

#openingTimes dt, dd {
	margin: 0 2px 0 0;
	padding: 0;
	display: inline;
}




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



#navigation {

	padding: 0 !important;	
	margin: 0 !important;
	position: absolute;
	text-align: center;
	overflow: visible;
	top: 198px;
}




#menu ul {
	position: relative;
	left: 82px;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
}


#menu ul li {
	display: block;
	float: left;
	width: 126px;
	height: 32px;
	text-align: center; 
	vertical-align: middle !important;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0 !important;
}



#menu ul li a {
	color: #9b7a02;
	line-height: 30px;
	font-weight: bold;
/*	border: 1px solid #edc01c;*/
	text-decoration: none;
}


#menu ul li a:link, #menu ul li a:visited {
	display: block;
	float: left;
	width: 126px;
	height: 32px;
	text-decoration: none;
	background: url(/media/_design/nav_bg_up.jpg) repeat-x;	
	margin: 0 !important;
	padding: 0 !important;
}


#menu ul li a:hover, #menu ul li a:active {
	width: 126px;
	height: 32px;
	background: url(/media/_design/nav_bg_over.jpg) repeat-x;
	margin: 0 !important;
	padding: 0 !important;
}



#menu ul ul {
	position: relative;
	left: -2px !important;
	top: 0;
}



#menu ul ul li a {
	border-top: 1px solid #d9e3ec;
	border-bottom: none !important;
	background: #45b0df !important;
	color: #ffffff;
	font-weight: normal;
}



#menu ul ul li a:hover {
	border-top: 1px solid #d9e3ec;
	background: #bf9f23 !important;
	color: #ffffff;
	font-weight: normal;
}



#btnsMain {
	position: relative;
	top: 2px;
	left: -3px;
}


#mainContentFront {
	width: 632px !important;
	height: 627px;
	margin-top: 1px;
	margin-left: 6px;
}




#mainContentAll {
	height: auto;
	min-height: 540px;
	margin-left: 16px;
	margin-top: 0;
}




#mainContentFront h2, #mainContentAll h2, #mainContentFront h3 {
	margin: 2px 0 8px 8px;
}

#mainContentAll h3, #mainContentAll h4 {
	margin: 18px 0 8px 8px;
}

#mainContentFront p {
	margin: 4px 8px !important;
	padding: 0 !important;
	text-indent: 0 !important;
}



#mainContentAll p {
	margin: 12px 8px !important;
	padding: 0 !important;
	text-indent: 0 !important;
}


#mainContentAll ul {
	margin-left: 22px;
}


hr {
	height: 1px;
	text-align: left;
	width: 96%;
	color: #1192cd;
	background-color: #1192cd;
	
}


.left {
	float: left;	
	margin: 4px 10px 4px 8px !important;
}


.right {
	float: right;
	margin: 4px 6px 4px 10px !important;
}


.centred {
	text-align:center;
	margin: 4px auto;
}


#rightContentFront {
	margin: 2px 0 0 0 !important;
	background: none;
}


#rightContentMain {
	margin: 0 !important;
	width: 380px;
	height: auto;
	float: right;
}




.inlineBtns {
	margin: 0 !important;
	padding: 0 !important;
}


.rightBtns {
	float: right;	
	margin: 4px 6px 4px 0;
}


.rightBtns img {
	margin: 8px 10px 0 6px;	
	float: right;
}





#footer {
	background: none;
	width: 950px;
	text-align: center;
}


#footer p {
	color: #1192cd;
	font-weight: bold;
	font-size: 1.2em;
	margin: 50px 0 16px 0 !important;
}
	

.clear {
	clear: both;	
}


p#skip {
	position: absolute;
	text-indent: -9999px;
}


#breadcrumb {
	margin-left: 10px;
	margin-bottom: 20px;
}


#breadcrumb a {
	font-weight: normal;	
}


#newsPanel {
	background: url(/media/_design/latest_news.jpg) no-repeat;
	width: 355px;
	height: 186px;
	float: right;
	margin: 2px 0 12px 0;
}

#newsPanel h3 {
	position: relative;
	z-index: -1;
	margin: 12px 0 6px 8px;
}

#newsPanel p {
	text-indent: 0 !important;
	margin: 4px 0 10px 0;
}


#headlines {
	width: 310px;
	height: 118px;
	overflow: auto;
	position: relative;
	top: 22px;
	left: 22px;
}



#headlines ul {
	font-size: 0.9em;
	list-style: none;
	margin-left: 4px;
	width: 90%;
}


#headlines ul li {
	background:url(/media/_design/arrow.gif) no-repeat 0 4px;
	padding-left: 16px;
	margin: 4px 0;
}


.news-data {
	margin-left: 10px !important;
	font-weight: bold;
	color: #356596;
}


p.backtotop {
	background: url(/media/_design/back_to_top.gif) no-repeat;
	width: 550px;
	height: 40px;
	text-align: right;
}



p.backtotop a {
	margin-right: 50px;
	font-size: 1.2em;
	line-height: 2.6em;
}

blockquote {
	color: #1192cd;
}

/* table structure */



table Summary, table Caption {
	width: 28em;
	text-align:left;
	margin: 1em 0.5em;
	font-weight: bold;
	color: #094c90;
        font-size: 1.1em;
}




.tableStyle {
	width: 96%;
	margin: 0.5em 0 0.5em 0.5em;
	/*border: solid #555555;*/
	/*border-width: 1px 0 0 1px;*/
	border-collapse: collapse;
	text-align:left;
	border: 1px solid #1192cd;
}


.tableStyle caption {
	background-color: #888888;
	width: 96%;
}

.tableStyle th {
	background-color: #eeeeee;
}


.tableStyle th, .tableStyle td {
	border-bottom: 1px solid #1192cd;
}


.tableStyle th {
	text-align:left;
	padding: 4px 2px 4px 10px;
	vertical-align: top;
	color:#555555;
        font-size:1em;
	font-weight:bold;
}


.tableStyle td {
	border-width: 0 0px 1px 0;
	text-align:left;
	padding: 4px 2px 4px 10px;
	vertical-align: top;
	color: #555555;
}


.tableStyle th.company {
	width: 26%;
}


.tableStyle th.stand {
	width: 16%;
}


.tableStyle th.deal {
	width: 58%;
}


.tableStyle th.time {
	width: 16%;
}



/*  for hotel details table  */



.tableStyle th.stars {
	width: 5%;
}



.tableStyle th.hotelName {
	width: 25%;
}



.tableStyle th.rates {
	width: 15%;
}



.tableStyle th.meals {
	width: 20%;
}



.tableStyle th.tube {
	width: 20%;
}


.tableStyle td.noBorder {
	border: none;
}


.pdf {
	background-image: url(/media/_design/acrobat_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 60% 0 40%;
	padding: 3px 0 3px 25px;
	margin: .4em 0;
}


div.outerDiv {
	margin-bottom:20px;
	clear:both;
	overflow: hidden;
	width: 100%;
 }

  



div.outerDiv-border {
	border-bottom:dotted 1px #ccc;
	margin-bottom:20px;
 }


div.leftDiv{
	float:left;
	padding:10px 0 10px 10px;
	width:250px;
}


div.leftDiv img {
	padding:0;
}


div.rightDiv {
	float:right;
	padding:10px 0 10px 0;
	width:250px;
}
 

div.rightDiv img {
	padding:0;
}

div#contacts ul {
	margin:0;
	padding:3px;
	list-style:none;
}

div#contacts ul li {
	width:165px;
	height: 140px;
	display:inline;
	float:left;
	margin: 8px 5px;
	font-size: 0.9em;
	text-align: center;
}

div#partners ul {
	margin:0;
	padding:3px;
	list-style:none;
}


div#partners ul li {
	display: block;
	float: left;
	width: 155px;
	height: 180px;
	border: 1px solid #f6da4a;
	margin: 4px;
	font-size: 0.9em;
	text-align: center;
	padding: 18px 2px 0 4px;
	vertical-align: middle;
}

ul#dropdownNavigation ul { display: none; }


#previewBtn {
	position: relative;
	right: 11px;
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
