/*---------------------------------------------------------------------------------------------------------------------

*************** This Style Sheet is copyright*******************
Version:	1.3 Cairn Villa
Date:		march 2008
Author:		Patrick Viney
E-mail:		webmaster@successbydesign.co.uk
website:	www.successbydesign.co.uk
Copyright:	successbydesign 2008

---------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------------------------------

Main body styling

---------------------------------------------------------------------------------------------------------------------*/

* {margin: 0; padding: 0;}

body {
	font-family: arial; font-size: small; color: #0F3D83;
	background: #FFFFFF url(images/background.gif) repeat-x fixed;
	text-align: center;
    	margin-top: 10px;
}


H1 {font-size: medium; font-weight: bold; padding: 7px 0px 7px 0px; text-align: center;}
H2 {font-size: medium; text-align: left;}
H3 {font-size: small; font-weight: bold; clear: both;}
H4 {font-size: x-small; font-weight: bold;}
H5 {font-size: 10pt; font-weight: bold; text-align: center;}

.boldlarge {font-size: medium; font-weight: bold;}
.center {text-align: center;}
.bold {font-weight: bold;}
.centerbold {text-align: center; font-weight: bold; width: 100%;}
.right {float: right;}
.clear {clear: both;}
img {border: 0px;}

/*--------------------------------------------------------------------------------------------------------------------

Layout

---------------------------------------------------------------------------------------------------------------------*/


#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: center;
}

#logo {
	width: 750px;
	height: 326px;	background: #ffffff url(images/header2.jpg) no-repeat;
    border: 1px;
}
#logo p {line-height: 6px;}

#content	{
	clear: both;	
	padding: 10px;
	background: #ffffff url(images/contentbg.gif) repeat-y;
    text-align: left;
}

#content p, h2, h3, ul {padding: 7px;}
#content li {margin-left: 20px}

#content img.left{float: left; margin: 10px; border: 1px solid black;}
#content img.center{position: relative; left: 215px; border: 1px solid black;}
#content img.right{float: right; margin: 0px 0px 10px 10px; border: 1px solid black;}
#content img.leftnb{float: left; margin: 0px 0px 0px 10px; border: 0px;}
#content img.rightnb{float: right; margin: 0px 0px 10px 10px; border: 0px;}
#content img.floorplan{float: right; margin: 10px 120px 10px 10px; border: 0px;}
#content a {color: #0F3D83;}
#content a:hover {color: #000;}

#weather img{border: 0px; padding: 0px; margin: 10px; width: 468px; height: 60px; position: relative; left: 120px;}

/*------------------------------------------------------------

Tables
-------------------------------------------------------------- */


table.form {position: relative; left: 90px;}
td {padding: 3px; border: 1px solid #5FB5FF; background-color: #dff7ff;}
th {padding: 3px; border: 1px solid #5FB5FF; text-align: center; font-weight: bold; background-color: #5fb5ff;}
td.odd {padding: 3px; border: 0px; background-color: #ffffff;  margin-top: 15px;}
td.even {padding: 3px; border: 0px;  background-color: #ffffff; margin-top: 15px;}
td.thirty {width: 30%}
td.seventy {width: 70%}

table.disney_attractions {
        background-color: #fff;
		width: 100%;
		margin: 10px 0px 10px 0px;
		border: 0px;
		clear: both;
		position: relative;
}

table.disney_attractions td{padding: 3px; border: 0px; vertical-align: top; background-color: #ffffff;}
a.attlink {text-align: center; font-weight:bold;}
td.link {text-align: center; font-weight:bold;}

table.info  {
		background-color: #fff;
		width: 680px;
		margin: 10px 0px 10px 0px;
		border: 1px solid #5FB5FF;
		clear: both;
		position: relative;
		left: 25px;
}



table.pictures  {
        margin: 0 auto;
		background-color: #fff;
		border: 1px solid #5FB5FF;
		clear: both;
        text-align: center;
}

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;}
td.link a:hover {color: #fff;}
/*------------------------------------------------------------

rounded corner box
background-color: #ffeee1;solid #ffba61;solid #ffba61;
-------------------------------------------------------------- */

.box {
	float: right;
	width: 200px;
	background: url(images/bottom-left.gif) no-repeat left bottom;
	margin: 10px 0px 10px 10px;
}

.box-outer {
	background: url(images/bottom-right.gif) no-repeat right bottom;
	padding-bottom: 12px;
}

.box-inner {
	background: url(images/top-left.gif) no-repeat left top;
}

.box h2 {
	background: url(images/top-right.gif) no-repeat right top;  	padding-top: 12px;
}

.box h2, .box p {
	padding-left: 12px;
	padding-right: 12px;
}
/*--------------------------------------------------------------------------------------------------------------------
Main Navigation
---------------------------------------------------------------------------------------------------------------------*/

#navigation ul {

	padding: 0;
	list-style: none;	
	width: 750px;
	float: left;
	background: #faa819 url(images/bluenav.jpg) repeat-x;
	line-height: 30px;

}

#navigation ul a {
  display: block;
  padding: 0 1em;
  line-height: 30px;
  background: url(images/bluenavborder.gif) repeat-y right top;
  text-decoration: none;
  color: #fff;
}

#navigation ul li {float: left;}
#navigation ul a:hover {color: #0F3D83;}

/*--------------------------------------------------------------------------------------------------------------------
Bottom Navigation
---------------------------------------------------------------------------------------------------------------------*/

#bottomnav {
	width: 750px;
	line-height: 30px;
	background: url(images/bluenav.jpg) no-repeat;
	text-align: center;
	clear: both;
	color: #FFF;
}

#bottomnav a {color: #FFF; text-decoration:none;}
#bottomnav a:hover {color: #0F3D83;}

/*--------------------------------------------------------------------------------------------------------------------
Success by design link
---------------------------------------------------------------------------------------------------------------------*/

#sbd {text-align: center; padding: 0.5em;}
#sbd a{color:#0F3D83; font-size: x-small; text-decoration: none;}
#sbd a:hover {color: #000;}

/*--------------------------------------------------------------------------------------------------------------------
Validation
---------------------------------------------------------------------------------------------------------------------*/

.validator  {border: 0px; width: 88px; height: 31px}
   

