/*CSS for Cormatin.eu by Chris Wicks*/
/*www.chriswicksdesign.co.uk*/
/*PRINT STYLE*/
/* ----- Layout ----- */
/* Set the main fonts and main background colour */
.screenonly {
	display: none;
}
html, body {
	background: #fff;
	color: #000;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	font-family: Tahoma, Arial, Helvetica, Sans-serif, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
}
/* ----- Display elements ----- */
/* Contains everything on the page - 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 */
#contentbox {
	position: relative;
	top: 0;
	left: 0;
	background: #fff;
	color: #000;
	padding-bottom: 5em;
/*allows space for footer */
	padding-top: .6em;
}
/* Centre column with main content */
#content {
	position: relative;
	padding-right: 15px;
/* allows space for rh content */
	padding-left: 15px;
/* allows space for lh content */
	margin-top: 3em;
/*  allows for menu/title etc space */
	background: #fff;
}
/* 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 and right columns */
#left {
	display: none;
}
#home #left {
	width: 140px;
	top: 5em;
}
#right {
	position: relative;
	float: right;
	right: 0;
	top: 0.5em;
	width: 14em;
	height: 300px;
	color: #000;
	z-index: 4;
	background: #fff;
	border: 1px solid #c53;
	overflow: auto;
}
/* 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 {
	display: none;
}
#toplinks {
	display: none;
}
/* ----- 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;
}
.little {
	font-size: 80%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, Sans-serif, sans-serif;
	font-style: normal;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 0.5em
}
h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 2.4em;
	font-weight: 500;
}
h2 {
	font-size: 2em;
	font-weight: 500;
}
h3 {
	font-size: 1.8em;
	font-weight: 500;
}
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;
}
/* Breadcrumb paragraphs */
#subhead p {
	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;
}
/* ----- 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*/
#toplinks a, #toplinks a:visited {
	text-decoration: none;
	font-weight: 600;
	color: #000;
	background: transparent;
	margin: 0px 5px;
}
#toplinks a:hover {
	text-decoration: underline;
}
/* Main menu */
#menuouter {
	display: none
}
#menu {
	display: none
}
#menu a, .chosen, .section {
	display: none
}
/* Breadcrumb links*/
#subhead a {
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	background: inherit;
}
#subhead a:hover {
	text-decoration: underline;
}
/* Vertical menu */
#vmenu {
	display: none;
}
#vmenu a, .vchosen {
	display: none
}
/* Footer navigation */
#footer a {
	color: #000;
	text-decoration: none;
}
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;
}
/* ----- Images ----- */
img {
	border: 0;
	margin: 0;
}
#left img {
	margin: 0 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;
}
/* ----- 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 */
/* Sets a minimum height for the content */
.prop {
	display: inline;
	height: 40em;
/* increase this if extra menu/navigation items are added */
	float: right;
	width: 1px;
}
/* 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;
}
/* not used -#search {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 10px;
}
*/
.gads {
	position: relative;
	top: 1em;
	left: 0;
	width: 120px;
	margin: 0 auto;
	background: #fff;
}
div.directions {
	width: 30em;
	font-size: 1.1em;
	margin-right: 20px;
}
table {
	font-size: 1.2em;
	border-collapse: collapse;
	border: 1px solid #c53;
}
td {
	margin: 0;
	padding: 4px;
	border: 1px solid #c53;
}
/*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 0 2px 0
}
.formpara {
	background: #eee;
}
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;
}
a span {
	display: none;
}
.rule {
	border-top: 1px solid #000;
	width: 100%;
	color: #000;
	background-color: #000;
	margin-bottom: 2.4em;
}
