/*CSS for Cormatin.eu by Chris Wicks Web Design France*/
/*www.webdesignfrance.co.uk*/
/*Copyright Chris Wicks Web Design France */
/*Main style sheet*/

/* ----- Layout ----- */
/* Set the main fonts and main background colour */
.printonly {
	display: none;
}
html, body {
	background: #fff;
	color: #000;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: .625em;
}
/* ----- Display elements ----- */
/* Contains header, outercontent and footer  - allows for width to be set */
#wrapper {
	position: relative;/*allows absolute positioning within the element */
	width: 100%;/*pixel or % width */
	background: #fff;/* colour behind contentbox */
	height: auto !important;/* real browsers */
	height: 100%;/* IE6: treaded as min-height*/
	min-height: 100%;/* real browsers */
}
/* Top of page can contain horizontal menu and banner */
#header {
	position: relative;
	margin: 0;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 80px;
	background: #8ce url("../images/headergrad.gif") repeat-x;
	color: #000;
	text-align: left;
}
/* Positions the banner within the header */
#banner {
	top: 0;
	left: 0;
	position: absolute;
}
/* Contains the main content elements of the page excluding header and footer*/
#outercontent {
	position: relative;
	top: 0;
	left: 0;
	background: #fff;
	color: #000;
	padding-bottom: 5em;/*allows space for footer */
	padding-top: 0.6em;/*gap between header and subhead*/

}
/* Centre column with main content */
#content {
	position: relative;
	padding-right: 1em;/* allows space for rh content */
	padding-left: 15em;/* allows space for lh content */
	margin-top: 3em;/*  allows for menu/title etc space */
	background: #fff;
	min-height:40em;/*sets a minimum height*/

}

/* Fixed px width for content lh padding */
#nomenu #content {
	padding-left: 150px;
}
/* Femoves content lh padding */
#nocol #content {
	padding-left: 15px;
}
/* For full width place in wrapper, for part width place within appropiate div */
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 5px solid #794;
	display: block;
	width: 100%;
	height: 4em;
	z-index: 3;
	overflow: hidden;
}
/* Left column */
#left {
	position: absolute;
	left: 0em;
	top: 8.5em;
	width: 14em;
	height: 30em;
	margin: 0;
	background: #fff;
	color: #000;
	text-align:center;
}
#home #left {
	width: 140px;
	top: 5em;
}

/* Other positioned Elements */
#subhead {
	position: relative;
	margin: 0;
	top: 1.1em;
	left: 0px;
	display: block;
	width: 100%;
	height: 2em;
	background: #444;
	z-index: 3;
	color: #fff;
	border-top: 5px solid #c53;
}

/*flags and toplinks - not used yet*/
#flags {
	float: right;
	margin-right: 50px;
	margin-top: 2px;
}
#toplinks {
	position: absolute;
	top: 5px;
	right: 20px;
	z-index: 8;
}
/* ----- Text Attributes ----- */
/*Font style set in body*/
p {
	color: #000;
	margin: 0;
	padding-bottom: 10px;
	padding-right: 3px;
	text-align: left;
	background: inherit;
	font-size: 1.2em;
	line-height: 1.4;
}
.red {
	color: #600;
}
.little {
	font-size: 1em;
	padding-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif, sans-serif;
	font-style: normal;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 0.5em
}
h1 {
	
	font-size: 1.2em;
	font-weight: 500;
}
h2 {
	font-size: 2em;
	font-weight: 500;
}
h3 {
	font-size: 1.4em;
	font-weight: 600;
}
h4 {
	font-size: 1.2em;
	font-weight: 600;
}
h5 {
	font-size: 1.6em;
	font-weight: 500;
	color: #900;
}
h6 {
	font-size: 1em;
	font-weight: 600;
}


/*List fonts*/
ul{font-size: 1.2em;}
li{line-height: 2;}


/* Subhead paragraphs */
#subhead h1 {
	float: left;
	padding-left: 10px;
	color: #ddd;
	margin: 0;
	padding-bottom: 0;
	padding-right: 3px;
	text-align: left;
	background: inherit;
	font-size: 1.1em;
	line-height: 1.8;
}
/* Footer paragraphs */
#footer p {
	background: #fff;
	color: #333;
	text-align: center;
	font-size: 1em;
	padding-bottom: 0.2em;
	padding-top: 0.1em;
	padding-right: 0;
}

/*Quote Text*/
.quote{

width:60em;
margin:0 auto;
padding:20px;
}

.quote p{
font-size:1.1em;
font-style:italic;
}


/* ----- Navigation ----- */
/* Main link attributes */
a:link {
	font-weight: 500;
	color: #006;
	text-decoration: underline;
	background: inherit;
}
a:visited {
	font-weight: 500;
	color: #303;
	text-decoration: underline;
	background: inherit;
}
a:hover {
	font-weight: 500;
	color: #f00;
	text-decoration: underline;
	background: inherit;
}
a:active {
	font-weight: 500;
	color: #6c0;
	text-decoration: none;
	background: inherit;
}
/* Header navigation - not used yet*/
#toplinks a, #toplinks a:visited {
	text-decoration: none;
	font-weight: 600;
	color: #000;
	background: transparent;
	margin: 0px 5px;
}
#toplinks a:hover {
	text-decoration: underline;
}

/* Breadcrumb links - not used yet*/
#subhead a {
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	background: inherit;
}
#subhead a:hover {
	text-decoration: underline;
}
/* Vertical menu */
#vmenu {
	position: relative;
	left: 0em;
	top: 0em;
	width: 12em;
	background: #fff;
	color: #000;
	z-index: 6;
	padding-top: .1em;
	margin: 0 auto;
}
#vmenu a:link, #vmenu a:visited, .vchosen {
	display: block;
	background: #bc7;
	margin: 0 auto .2em auto;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	color: #000;
	font-weight: 500;
	padding: .5em .1em;
	border-bottom: .1em solid #666;
	border-right: .1em solid #666;
	border-top: .1em solid #ccc;
	border-left: .1em solid #ccc;
}
.vchosen {
	background: #fff;
	color: #000;
	cursor: default;
}
#vmenu a:hover {
	background: #ded;
	color: #000;
}


/* Footer navigation */
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
a.mail:link, a.mail:visited {
	font-weight: 600;
	color: #369;
	background: inherit;
}

/* ----- Floats ----- */
.lfloat {
	float: left;
	padding-right: 3px;
	padding-bottom: 3px;
}
.rfloat {
	float: right;
	padding-left: 3px;
	padding-bottom: 3px;
}
.footlfloat {
	float: left;
	padding-left: 10px;
}
.footrfloat {
	float: right;
	padding-right: 10px;
}
.photocol {
	border: 1px solid #000;
	float: left;
	width: 46em;
	margin-right: 3px;
}
.lcol {
	float: left;
	padding-right: .3em;
	width: 20em;
}
.rcol {
	float: left;
	padding-right: .3em;
	width: 38em;
}


/* ----- Images ----- */
img {
	border: 0;
	margin: 0;
}
#left img {
	margin:  10px;
}
img.flag {
	margin-right: 5px;
	width: 3em;
	height: 1.6em;
}

/* ----- Clears ----- */
hr {
	clear: both;
	border: 0;
	height: 1px;
	color: #000;
	background-color: #111;
}
.clr {
	clear: both;
}
/* ----- Forms ----- */
#contact {
	width: 300px;
	background: #eee;
	padding: 10px;
	border: 2px solid #c53;
}
.req {
	color: #f00;
	font-weight: 600;
}
.mssge {
	width: 300px;
	border: 2px solid #def;
	margin-top: 3px;
	padding: 5px;
}
.note {
	font-size: 1em;
	font-weight: 500;
}

/*Booking Form*/
#formone {
	width: 50em;
	background: #ffe;
	padding: 10px;
	border: 1px solid #bc7;
	margin: 5px;
}
#setone {
	position: relative;
	width: 40em;
	background: #ffe;
	border: 2px solid #c53;
	margin: 5px;
	padding: 5px;
}
#settwo {
	position: relative;
	width: 40em;
	background: #ffe;
	border: 2px solid #c53;
	margin: 5px;
	padding: 5px;
}
#setthree {
	position: relative;
	width: 40em;
	background: #ffe;
	border: 2px solid #c53;
	margin: 5px;
	padding: 5px;
}
.arrdate {
	border: 1px solid #999;
	padding: 2px; 
}
.formpara {
	background: #eee;
}
#bookdetfoot {
	border-top: 1px solid #ccc;
	color: #000;
	text-align: center;
	padding: 3px
}
a:hover span.popup {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 30em;
	padding: 3px;
	margin: 0;
	color: #000;
	background: #eee;
	border: 1px solid #f00;
	font-size: 1em;
	z-index: 100;
}

/* ----- Site Map ----- */
#sitemap {
	font-size: 1.2em;
}
#sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
#sitemap li {
	margin: 3px 0 3px 30px;
}
#sitemap li img {
	padding-right: 5px;
}
#sitemap a:link {
	font-weight: 500;
	color: #000;
	text-decoration: none;
	background: inherit;
}
#sitemap a:visited {
	color: #555;
	font-weight: 500;
	text-decoration: none;
	background: inherit;
}
#sitemap a:hover {
	text-decoration: underline;
}
/* Miscelleneous Items */

/* Mimicks p attributes to allow noscript to validate*/
.info {
	color: #000;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding-right: 3px;
	text-align: left;
	background: inherit;
	font-size: 1.2em;
	line-height: 1.4;
}


div.directions {
	width: 28em;
	font-size: 1.1em;
	margin-right: 20px;
}

.smaller{
font-size:1.1em;
}
/*Tables*/
table {
	font-size: 1.2em;
	border-collapse: collapse;
	border: 1px solid #c53;
	margin-bottom:10px;
}
td {
	margin: 0;
	padding: 4px 8px;
	border: 1px solid #c53;
}


.rule {
	border-top: 1px solid #000;
	width: 100%;
	margin-bottom: 1em;
}
.ok {
	font-style: italic;
	font-weight: 600;
}
.address {
	font-size: 1em;
	font-weight: 500;
	margin-top: 3em;
}
.low {
	background: #cff;
}
.mid {
	background: #cfc;
}
.high {
	background: #ffc;
}
.valid {
	float: left;
	margin-top: 4px;
	margin-left: 4px;
}
 

.popup{
text-align: center;
padding-top:10px;
}

/*Google map*/
#gmap iframe{
border: 1px solid #ccc;
padding:4px;
margin:5px;
margin-left:0;

}

#map{
margin-top:15px;
}

.news{
background:#efe;
border:1px solid #ccc;
margin-bottom:5px;
padding:5px;
width:50em; }

.nextnews{
width: 50em;

text-align:center;
padding:5px;

}

.admin a{
float:right;
color: #333;
text-decoration: none;

}
