/*---------------------------------------------------------------------------------------------------------------------

*************** This Style Sheet is copyright*******************
Version:	1.0 Magical Tickets
Date:		May 2009
Author:		Patrick Viney
E-mail:		webmaster@successbydesign.co.uk
website:	www.successbydesign.co.uk
Copyright:	successbydesign 2009

---------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------------------------------

Main body styling

---------------------------------------------------------------------------------------------------------------------*/

* {margin: 0; padding: 0;}

body {
	font-family: arial, helvetica, sans-serif; font-size: small; color: #646464;
	background: #c5c5c5 url(images/background.gif) repeat-x fixed;
	text-align: center;
	margin-top: 10px;
}


H1 {font-size: large; font-weight: bold; text-align: center;  color: #000;}
H2 {font-size: large; text-align: center; color: #000; text-transform: capitalize; clear: both;}
H3 {font-size: medium; font-weight: bold;  color: #000;}
H4 {font-size: x-small; font-weight: bold;}
H5 {font-size: 10pt; font-weight: bold; text-align: center;}

.caps {text-transform:capitalize; }
.center {text-align: center;}
.bold {font-weight: bold;}
.centerbold {text-align: center; font-weight: bold; width: 100%;}
.centerboldblack {text-align: center; font-weight: bold; width: 100%; color:#000000;}
.clear {clear: both;}
.clearbold {clear:both; font-weight:bold; }
.offer {float: right; text-align:left;  color:red; font-weight: bold;}
.special {color:red; font-weight: bold;}
.small {font-size:x-small; text-align:center; }
.smallr {font-size:x-small; }
.strike {text-decoration:line-through; }
.legoland_logo, .discovery_cove_logo, .gatorland_logo {padding: 10px; }
img.border {padding: 0px; margin: 10px; border: 1px solid #000000; }
/*--------------------------------------------------------------------------------------------------------------------

Layout

---------------------------------------------------------------------------------------------------------------------*/

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	width: 950px;
	height: 150px;	background: #000000 url(images/starburststars.png) no-repeat;
}

#content	{
	clear: both;	
	background: #ffffff url(images/contentbg.gif) repeat-y;
}

#content p, h1, h2, h3, ul {padding: 10px;}


#content img.left{float: left; margin: 0px 10px 10px 0px; border: 0px;}
#content img.center{position: relative; left: 215px; border: 0px;}
#content img.right{float: right; margin: 0px 7px 10px 0px; border: 0px;}
#content hr {border: 0px; text-align: center; width: 95%; height: 1px; color:#646464; background-color:#646464; } 
#content a {color: #000;  text-decoration:none; font-weight:bold;}
#content a:hover {color: #ffa500;}
.pagelink {text-align:right; }
#content li {list-style:none; background: url(images/bullet.png) no-repeat; padding-left: 20px;}

/*------------------------------------------------------------
Tables
-------------------------------------------------------------- */

table.form  {width: 700px; margin: 10px 125px 10px 125px;}
.red {font-size:medium; font-weight:bold; color: red; text-align:center;}

.form td {color: #000; background-color: #fff2bb; padding: 3px; border: 1px solid #000; }
.form th {color: #000; padding: 3px; border: 1px solid #000; text-align: center; font-weight: bold; background-color: #ffa500;}

table.prices {margin: 7px; width: 80%;}
.prices td {color: #000; background-color: #fff2bb; padding: 3px; border: 1px solid #000; text-align: left; }
.prices th {color: #000; padding: 3px; border: 1px solid #000; text-align: center; font-weight: bold; background-color: #ffa500;}
td.price  {text-align: center;}


table.division  {width: 940px;}
table.division  td{width: 50%; vertical-align:text-top;}
td.right  {border-left: 1px dashed #646464; padding: 0px 10px 0px 10px;}

td.thirty {width: 30%}
td.seventy {width: 70%}


/*--------------------------------------------------------------------------------------------------------------------

Contact form table

---------------------------------------------------------------------------------------------------------------------*/





/*--------------------------------------------------------------------------------------------------------------------
Main Navigation
---------------------------------------------------------------------------------------------------------------------*/

#navigation ul {
    font-weight: normal;
	margin: 0;
	padding: 0;
	list-style: none;	
	width: 950px;
	float: left;
	background: #ffcc00 url(images/navorange.gif) repeat-x;
	line-height: 30px;
    font-size: 13px;

}

#navigation ul a {
  display: block;
  padding: 0 1.16em;
  line-height: 30px;
  background: url(images/mainNavBorder.gif) repeat-y right top;
  text-decoration: none;
  color: #000;
}

#navigation ul li {float: left;}
#navigation ul a:hover {color: #fff;}

/*--------------------------------------------------------------------------------------------------------------------
Bottom Navigation
---------------------------------------------------------------------------------------------------------------------*/

#bottomnav {
	width: 950px;
	line-height: 30px;
	background: #ffcc00 url(images/navorange.gif) no-repeat;
	text-align: center;
	clear: both;
	color: #000;
    font-size: 13px;
    }

#bottomnav a {color: #000; text-decoration:none;}
#bottomnav a:hover {color: #fff;}

/*--------------------------------------------------------------------------------------------------------------------
Success by design link
---------------------------------------------------------------------------------------------------------------------*/

#sbd {text-align: center; padding: 0.5em;}
#sbd a{color:#000; font-size: x-small; text-decoration: none;}
#sbd a:hover {color: #fff;}

/*--------------------------------------------------------------------------------------------------------------------
Validation
---------------------------------------------------------------------------------------------------------------------*/

.validator  {border: 0px; width: 88px; height: 31px}
   


