
/*---------------------------------------------------------------------------------------------------------------------

*************** This Style Sheet is copyright*******************
Version:	1.2
Date:		January 2007
Author:		Patrick Viney
E-mail:		webmaster@successbydesign.co.uk
website:	www.successbydesign.co.uk
Copyright:	successbydesign 2007

---------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------------

Main body styling

---------------------------------------------------------------------------------------------------------------------*/
* {margin: 0; padding: 0;}
p {margin: 10px;}

body {
	margin-top: 15px;
	font-family: arial; font-size: small; color: #0F3D83;
	background: #FFFFFF url(images/background.gif) repeat-x fixed;
	text-align: center;
}

H1 {font-size: medium; font-weight: bold; padding: 0px; margin: 10px;}
H2 {font-size: medium; text-align: center; margin: 10px;}
H3 {font-size: small; font-weight: bold; margin: 0;}
H4 {font-size: x-small; font-weight: bold; margin: 0;}
H5 {font-size: small; font-weight: bold; text-align: left; margin: 10px;}


.center {text-align: center;}
.bold {font-weight: bold;}
.centerbold {text-align: center; font-weight: bold;}
.clear {clear: both;}
.clearbold {clear: both; font-weight: bold; text-align: center;}

/*--------------------------------------------------------------------------------------------------------------------

Layout

---------------------------------------------------------------------------------------------------------------------*/

#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	color: #0F3D83;
	width: 750px;
	height: 100px;
	background: #ffffff url(images/logo.png) no-repeat;
	line-height: 90px;
	text-indent: 15px;
	clear: both;
}

/*--------------------------------------------------------------------------------------------------------------------

Top Navigation

---------------------------------------------------------------------------------------------------------------------*/
#navigation {
	width: 750px;
	margin: 0 auto;
	
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 750px;
	float: left;
}


#navigation ul li {
	float: left;
	background: url(images/tab-right.gif) no-repeat top right;
	margin: 0px 5px 0px 0px;
}

#navigation li a {
	display: block;
	padding: 0 1em;
	line-height: 1.5em;
	background: url(images/tab-left.gif) no-repeat top left;
	text-decoration: none;
	color: #ffffff;
	float: left;
	
}

#navigation ul li.selecttab {
	float: left;
	background: url(images/tab-right-selected.gif) no-repeat top right;
}

.inner {
	display: block;
	padding: 0 1em;
	line-height: 1.5em;
	background: url(images/tab-left-selected.gif) no-repeat top left;
	text-decoration: none;
	float: left;
	color: black;
}

#navigation ul a {color:#0F3D83; font-size: small;}
#navigation ul a:hover {color:#000000;}



/*--------------------------------------------------------------------------------------------------------------------

Content

---------------------------------------------------------------------------------------------------------------------*/
#content	{
	
	padding: 10px;
	background: #ffffff;
	line-height: 1.2em;
	
}

#content img{
	float: left;
	padding: 0px;
	border: 0px;
	
}

#content img.left{
	float: left;
	margin: 10px 10px 10px 10px;
	
}

#content img.right{
	float: right;
	padding: 0px 0px 10px 10px;
}

#content ul {margin: 10px;	padding: 0;}
#content li	{margin-left: 20px;}
#content a {color: #0F3D83; font-size: small;}
#content a:hover {color:#000;}

#weather img{border: 0px; padding: 0px; margin: 10px; width: 468px; height: 60px; position: relative; left: 120px;}

/*--------------------------------------------------------------------------------------------------------------------

Navigation

---------------------------------------------------------------------------------------------------------------------*/

#bottomnav {
	width: 750px;
	height: 47px;
	background: url(images/gradup.gif) repeat-x;
	text-align: center;
	line-height:47px;
	clear: both;
}
#bottomnav a {color: #0F3D83; font-size: small; text-decoration:none;}
#bottomnav a:hover {color:#ffffff;}

/*--------------------------------------------------------------------------------------------------------------------

Success by design

---------------------------------------------------------------------------------------------------------------------*/
#sbd { font-size: x-small; text-align: center; padding: 10px;}
#sbd a{color:#0F3D83; text-decoration:none; font-size: x-small;}
#sbd a:hover{color:#000000;}
.validator  {border: 0px; width: 88px; height: 31px}

/*--------------------------------------------------------------------------------------------------------------------

Contact form table

---------------------------------------------------------------------------------------------------------------------*/

table.form  {background-color: #fff; width: 500px; margin: 10px 125px 10px 125px; border: 1px solid #5FB5FF;}
table.booking  {background-color: #fff; width: 650px; margin: 10px 30px 10px 30px; border: 1px solid #5FB5FF;}
table.booking p {margin: 0px 0px 0px 10px;}
.form td {background-color: #dff7ff; padding: 3px; border: 1px solid #5FB5FF; }
.form th {padding: 3px; text-align: center; font-weight: bold; background-color: #5fb5ff;}
td.thirty {width: 30%;}
td.seventy {width: 70%;}
td.forty {width: 40%; text-align: center;}
td.sixty {width: 60%;}
/*--------------------------------------------------------------------------------------------------------------------
tables
---------------------------------------------------------------------------------------------------------------------*/

table.info  {
		background-color: #fff;
		width: 680px;
		margin: 10px 0px 10px 0px;
		border: 1px solid #5FB5FF;
		clear: both;
		position: relative;
		left: 25px;
}

td {padding: 3px; border: 1px solid #5FB5FF; background-color: #dff7ff;}
td.white {background-color: #ffffff;}
th {padding: 3px; border: 1px solid #5FB5FF; text-align: center; font-weight: bold; background-color: #5fb5ff;}

table.pictures  {
		background-color: #fff;
		border: 1px solid #5FB5FF;
		clear: both;
		position: relative;
		left: 107px;
}

td.pic {padding: 3px; border: 1px solid #5FB5FF; background-color: #fff; width: 160px;}
.pic img {border: 0px;}
td.link {padding: 3px; border: 1px solid #5FB5FF; background-color: #5fb5ff; line-height: 28px; text-align: center;}

a.homelink {
	display: block;
	background: #fff url(home/link.jpg) no-repeat left bottom;
	height: 94px;
	width:160px;	
}
a:hover.homelink {background-position: right bottom;}

a.bedlink {
	display: block;
	background: #fff url(bed/link.jpg) no-repeat left bottom;
	height: 94px;
	width:160px;	
}
a:hover.bedlink {background-position: right bottom;}

a.livinglink {
	display: block;
	background: #fff url(living/link.jpg) no-repeat left bottom;
	height: 94px;
	width:160px;	
}
a:hover.livinglink {background-position: right bottom;}
/*--------------------------------------------------------------------------------------------------------------------

Designer notes

---------------------------------------------------------------------------------------------------------------------*/
.notes {color: red; 	background: white}
h1.notes {color: red; clear:both; background: white;}
