
/*---------------------------------------------------------------------------------------------------------------------

*************** This Style Sheet is copyright*******************
Version:	1.01
Date:		December 2006
Author:		Patrick Viney
E-mail:		webmaster@successbydesign.co.uk
website:	www.successbydesign.co.uk
Copyright:	successbydesign 2006

---------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------------------------------

Main body styling

---------------------------------------------------------------------------------------------------------------------*/

body {
	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 0px 10px 0px; margin: 0px;}
H2 {font-size: medium; text-align: center; margin: 0; padding: 0px 0px 10px 0px;}
H3 {font-size: small; font-weight: bold; margin: 0;}
H4 {font-size: x-small; font-weight: bold; margin: 0;}
H5 {font-size: 10pt; font-weight: bold; text-align: center; margin: 0;}


.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;
}

#navigation {
	width: 750px;
	margin: 0 auto;
	
}

#logo {
	width: 750px;
	height: 100px;
	background: #ffffff url(images/logo.png) no-repeat;
	line-height: 90px;
	text-indent: 15px;
	clear: both;
}

#content	{
	
	padding: 10px;
	background: #ffffff;
font-family: arial;
line-height: 1.2em;
	
}

#content img{
	float: left;
	padding: 0px;
	
}

#content img.centered{
	float: none;
	padding: 0px 112px 10px 112px;
    margin: 0px
	
}
         
#content img.left{
	float: left;
	padding: 0px 10px 10px 0px;
	
}
#content img.right{
	float: right;
	padding: 0px 0px 10px 10px;
}

#content ul {margin: 0;	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;}
#mainpic img{border: 0px; padding: 0px; margin: 10px; width: 550px; height: 304px; position: relative; left: 80px;}
#composition img{border: 0px; padding: 0px; margin: 10px;}
/*--------------------------------------------------------------------------------------------------------------------

Navigation

---------------------------------------------------------------------------------------------------------------------*/

#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;}

#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;}


#sbd {text-align: center; margin: 10px 0px 10px 0px;}
#sbd a{color:#0F3D83; font-size: x-small; text-decoration:none;}
#sbd a:hover{color:#000000;}

/*--------------------------------------------------------------------------------------------------------------------
tables
---------------------------------------------------------------------------------------------------------------------*/
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.form {position: relative; left: 90px;}
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;}
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;
}



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;}


/*--------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------*/

