/* CSS Document */

/*-----------------------------------------------------------------------------
Global Style Sheet (for Castle by the Sea - Life in colour http://www.castlebythesea.co.uk)

version:   1.0
author:    Infotex
email:     enqs@infotex.co.uk
website:   http://www.infotex.co.uk/


/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}


/* Class for clearing floats */
.clear {
	clear:both;
	height: 10px;
}

/* Remove border around linked images */
img a {
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/

body {
	font: normal 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #000 url(../img/bg.jpg) no-repeat fixed top;
	margin: 0 0 8px 0;
}

/* =Headings and Fonts
-----------------------------------------------------------------------------*/
p {
	color: #333;
	font-size: 1.3em;
	margin: 1em;
}

h1, h2, h3, h4 {
	font-weight: Bold; 		
}
h1 {
	margin: 0px;
	position: relative;
	top: 5px;
	left: 40px;
	width: 220px;
	height: 112px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9000px;
}
h1 a {
	margin: 0px;
	display: block;
	height: 112px;
	background: url(../img/logo.gif) no-repeat;
}
h2 {
	margin: 0 1em ;
	font-size: 1.8em;
	color: #000;
	font-family: "Trebuchet MS", Arial, Tahoma, "Times New Roman";
}
h3 {

}
h4 {

}

/* =Links
-----------------------------------------------------------------------------*/

a, a:visited {
	
	color: #000; 
}
a:hover {
	color: #cc0000;
}

/* =Images
-----------------------------------------------------------------------------*/

img.float-right {
	float: right;
	margin: 0 5px 0 10px;
	padding: 3px;
	border: solid 2px #997e52;
}
img.float-left {
	float: left;
	margin: 0 0 0 10px;
	padding: 3px;
	border: solid 2px #997e52;
}
img.no-float {
	margin: 0;
	padding: 3px;
	border: solid 2px #997e52;
}



/* =Page Layout
-----------------------------------------------------------------------------*/
#outercontainer {
	margin: 0 auto;
	width: 867px;
	padding: 0px 8px;
	background: #fff;
}
	
#container {
	margin: 0px auto;
	width: 867px;
}
#header {
	height: 183px;
	background: #fff url(../img/head-bg.jpg) no-repeat;
}

#logo {
	float: left;
}



#footer {
	background: #000;
	padding: 12px 0px;
	color: #fff;
	font-size: 1.1em;
	text-align:center;
	clear:both;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #ffff66;
}

/* =Content
-----------------------------------------------------------------------------*/
#contentcontainer {
	clear: both;
	margin: 8px 0px;
}
#homemovie {
	float: left;
	width: 441px;
	border: solid 2px #5b5243;
	height: 297px;
}
#featurebox {
	float: left;
	width: 199px;
	height: 297px;
	border: solid 2px #5b5243;
	background: #f2efc2;
	margin: 0 0 0 8px;
	text-align: left;
}
#featurebox p {
	font-size: 1.1em;
	text-align: left
}
#featurebox h2 {
	font-size: 1.4em;
	margin: 5px;
	padding: 0px;
	text-align: center;
}
#content {
	clear: both;
	margin: 8px 0px;
	background: #fff url(../img/content-bg.gif) repeat-y center 8px;
}
#maincontent {
	float: left;
	width: 412px;
}
#maincontent h2 {
	margin: 0px 12px;
}
#secondarycontent {
	float: right;
	width: 412px;
}
#secondarycontent ul li{
	margin: 0 1em;
	font-size: 1.2em;
}
#secondarycontent h2 {
	margin: 0px 12px;
}


/* =Navigation Menu
-----------------------------------------------------------------------------*/
#subnav {
	float: left;
	width: 199px;
	height: 297px;
	border: solid 2px #5b5243;
	background: #f2efc2;
	margin: 0 8px 0 0;
}
#subnav h2 {
	font-size: 1.4em;
	color: #000;
	margin: 1em;
	border-bottom: dashed 1px #997e52;
}
	
#subnav ul {
	padding: 1em;
	margin: 0 1em;
	list-style:none;
}

#subnav li {
	background: transparent url(../img/castle-bullet.gif) no-repeat left 5px;
	margin: 0px;
	line-height: 24px;
	padding: 0px
}

#offer {
	background: transparent url(../img/special.gif) no-repeat left 5px;
	margin: 0px;
	line-height: 24px;
	padding: 0px
}

#subnav a {
	display: block;
	padding-left: 20px;
	font-weight: bold;
	font-size: 1.3em;
	color: #000;
	text-transform:uppercase;
	font-family: "Trebuchet MS", Arial, Tahoma, "Times New Roman";
	text-decoration:none;
	
}

#subnav a:hover {
	color: #fff;
	background-color: #987e52;
	text-decoration:none;
}
/* =Navigation Menu Top
-----------------------------------------------------------------------------*/
#menu {
	clear: left;
	position: relative;
	float: left;
	top: 40px;
	left: 40px;
	width: 820px;
	font-weight: bold;
}
#menu ul {
	margin: 0px;
	padding: 0px; 
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	padding: 3px 20px;
	color: #fff;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
	font-size: 1.2em;
}
.end {
	border-right: none;

}


#menu ul li a:hover {
	color: #fff;
	background-color: #000;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footerheader {
	clear: both;
	background: #997e52;
	padding: 8px;
	border: solid 2px #5b5243;
}
#footer {
	clear: both;
	background: #fff;
	height: 80px;
	color: #333;
}
#footer a {
	color: #333;
}
#footer a:hover {
	color: #cc0000;
}
#footerleft {
	float: left;
	width: 400px;
	text-align: left;
}
#footerright {
	float: right;
	width: 400px;
	text-align: right;
}

/* =Form Elements
-----------------------------------------------------------------------------*/


/* =Misc
-----------------------------------------------------------------------------*/
#map {
	margin: 0 0 0 20px;
}

/* =Footer text added by First Search Consultancy Ltd
-----------------------------------------------------------------------------*/
.FSCtext {
	clear: both;
	font-size: 9px;
	color: #999999;
}

#TA_selfservprop433 {
	width: 260px;
	float: left;
	clear: right;
	margin-left: 30px;
}

#special-offer {
	width: 350px;
	margin: 0 auto;
	border: 1px solid #963;
	background-color: #CC9;
}

.no-background {
	background-color: #F2EFC2;
}
