﻿/************************************************************************************/
/*		STYLING																		*/
body{
	background-color: #8E0D0D;
	background-image:url('../Images/Website/Background.jpg');
	background-repeat: repeat-x;
	font: 11px arial, sans-serif;
	color:#565656;
}
a { color:#6C0505; text-decoration:none;}
a:active{ color:#6C0505; text-decoration:underline;}
a:hover{ color:#6C0505;	text-decoration:underline;}
a:visited{ color:#6C0505; text-decoration:none;}
h1{
	color:#6C0505;
	font-weight:normal;
	font: 28px verdana, serif;
}
h2{
	color:#6C0505;
	font-weight:normal;
	font: 18px verdana, serif;
}
h3{
	color:#6C0505;
	font-weight:normal;	
}
img{
	border:none;
}
.WhiteContentGrayBorder{
	background-color:white;
	border-color:silver;
	border-style:solid;
	border-width:3px;
	margin-bottom:5px;
}
.OnePixelBorder{
	border-color:silver;
	border-style:solid;
	border-width:1px;
}
.DarkRed{
	color:#6C0505;
}
.CenteredImage{
	margin:auto;
}
.CenteredText{
	text-align:center;
}
.ScaledImageWithCaption{
	border-color:silver;
	border-style:solid;
	border-width:1px;
	text-align:center;
	width:210px;
	padding:4px;
	margin:2px;
}

.ScaledImageWithCaptionWidthFree{
	border-color:silver;
	border-style:solid;
	border-width:1px;
	text-align:center;	padding:4px;
	margin:2px;
}

.PaddedImage{
	padding:4px;
}
#SelectedLanguage{
	text-decoration:none;
	font-weight:bold;
}
#UnSelectedLanguage{
	text-decoration:underline;
	font-weight:normal;
}
.PhotogalleryImage{
	border-color:silver;
	border-style:solid;
	border-width:1px;
	text-align:center;
	width:210px;
	height:280px;
	padding:4px;
	margin:2px;
	float: left;
}
/************************************************************************************/
/*		LAYOUT																		*/
#CenteredContent{
	width:1000px;
	margin:auto;
	height:100%;
}
#TopBanner{
	width:100%;
	height:125px;

	padding-bottom:5px;
}
#Logo{
	width:272px;
	background-color:#CDCFCE;
	background-image:url("../../Site/Images/Website/LogoBackground.jpg");	
	background-repeat:repeat-x;
	float:left;
	height:123px;	
	position:relative;
		
	border-color:gray;
	border-style:solid;
	border-width:1px;	
	
	text-align:center;
}
#LogoDomaineThomson{
	font-size:28px;
}
#LogoContactDetails{
	margin-top:0px;
	width:272px;
}
#LogoContactDetailsAddress{
	float:left;
	width:35%;
	margin-left:-1px;
	
	border-right-color:#6C0505;
	border-right-style:solid;
	border-right-width:1px;
	padding-right:2px;
}
#LogoContactDetailsElectric{
	float:right;
	width:60%;
	text-align:left;
	margin-left:0px;
}
#Nav{
	width:715px;
	height:119px;
	float:right;
}
#NavUnorderedList{

	list-style:none;
	margin-left:0px;
	margin-top:1px;
	float:right;

	width:709px;
	
}
.NavUnorderedListItem{
	list-style:none;

	float:left;
	margin: 10px 25px 0px 0px; /*top right bottom left*/
	padding:0px;
}
.NavUnorderedListItem ul{
	list-style:none;

}
.NavCategoryHeader{
	text-decoration:underline;
	font-size:18px;
}
.NavCategoryHeader:active{ text-decoration:underline;}
.NavCategoryHeader:hover{ text-decoration:underline;}
.NavCategoryHeader:visited{ text-decoration:underline;}
.NavCategoryItem{
	margin-left:-40px;
	font-size:12px;
	
	padding-top:2px;
	padding-bottom:2px;

	border-bottom-color:silver;
	border-bottom-style:dotted;
	border-bottom-width:1px;

}
#MainSection{
	width:100%;
}
#LeftColumn{
	float:left;
	width:274px;	
}
#ContentArea{
	float:right;
	width:715px;
}
#ContentTitle{
	margin-left:10px;
	margin-right:10px;
}
#ContentContent{
	margin-left:10px;
	margin-right:10px;
}
#Footer{
	width:715px;
	float:right;
	text-align:center;
}
/* LIGHT BOX */
.LightBoxBlackOverlay{
	display: none;
	position: fixed;
	
	top:0%;
	left: 0%;

	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.LightBoxContent {
	display: none;
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left:-400px;
	width: 800px;
	height: 80%;
	padding: 16px;
	border: 16px solid silver;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
#CloseLightBoxElement{
	position:absolute;
	right:20px;
	top:5px;
	color:#6C0505;/*
	background-color:white;
	border: 2px solid #6C0505;*/ /*red*/
}
#LightBoxImage{
	margin-top:10px;
}
/*********************************************************************************** HOME PAGE*/
.individualsections{
	width:100%;
	display:block;
	margin:2px;
	clear:both;	
}
#topUnorderedlist{
	margin-left:20px;
}
#WelcomeMessageLink{
	width:430px;
	border-color:#8E0D0D;
	border-style:solid;
	border-width:3px;
	color:#6C0505;
	padding:5px;
	margin-bottom:10px;
	/*background-image:url("../../Site/Images/Website/LogoBackground.jpg");	
	background-repeat:repeat-x;*/
	float:right;
	font-size:xx-large;
}
#Availability{
	width:100%;
}
#AvailabilityLink{
	width:48%;
	float:left;
}
#AvailabilityDates{
	width:48%;
	float:left;
}
/*********************************************************************************** CYCLING PAGE */
.CyclingSplitBlock{
	/*display:inline-block;
	clear:both;*/
	width:100%;
}
.CyclingSplit{
	/*width:45%;*/
	float:left;
	padding-right:5px;
}
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
