html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks ("") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

ul, ol, dl {position: relative; } 

body {
   font : 82.5%/1.285em Verdana, Arial, Helvetica, sans-serif;
	background : #fff;
	color: #111;
	background-position: right top;
	text-align: center;
	line-height: 1.6em;
}
#wrapper {
	width: 100%;
}
#header {
	height: 180px;
	margin: 0 auto;
	position: relative;
	background: url(images/header_bg.jpg) top center no-repeat;
	padding: 0;
	text-align: center;
}
#header img {
	width: 539px;
	height: 180px;
	display: block;
	margin: 0 auto;
}
#navwrap {
	width: 100%;
	background: #f3def5;
}
#main_nav {
	width: 960px;
	background: #f3def5;
	margin: 0 auto;
   position: relative;
	padding: 2px 0 2px 5px;
}
/* to stretch the container div to contain floated list */
#main_nav:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
font-size: 12px;
font-weight: bold;
float: right;
}

ul#navlist li
{
display: block;
float: left;
text-align: center;
margin: 0;
padding: 0;
}
ul#navlist li a
{
display: block;
/*width: 100%;*/
padding: 0.2em 9px;
border-width: 1px;
border-color: #fff #e571e3 #e571e3 #fff;
border-style: solid;
color: #bb22b6;
text-decoration: none;
}

#main_nav>ul#navlist li a { width: auto; }

ul#navlist li#active a#current
{
border-color: #fff #e571e3 #e571e3 #fff;
color: #fff;
cursor: default;
background: #f2b7f0;
}

ul#navlist li a:hover
{
color: #000;
background: #e77ee5;
border-color: #e157de #fff #fff #e157de;
}
#contentwrap {
	width: 100%;
	background: url(images/content_shadow_bg.jpg) repeat-x;
}
#content {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 25px 0 20px 0;
}
h2 {
	color: #bb22b6;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 0 5px 0;
	line-height: 1.3em;
}
h2.space {
	padding-bottom: 15px;
}
h2.prices {
	padding-top: 25px;
}
h2.special {
	font-size: 1.2em;
}
h3 {
	font-size: 1.2em;
	font-variant: small-caps;
	color: #bb22b6;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin-bottom: 0;
	line-height: 1.2em;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Palatino, Georgia, "Times New Roman";
	color: #999;
	line-height: 1.3em;
	padding: 5px 0;
}
h4.stickers {
	color: #111;
	border-top: 1px solid #c9cdd1;
	border-left: 1px solid #c9cdd1;
	border-right: 1px solid #c9cdd1;
	padding: 7px 10px 10px 10px;
	background: #f7d6f6;
}
h5 {
	font-size: 0.8em;
	text-align: right;
	float: right;
	margin: -7px 35px 10px 0;
	padding: 0;
	line-height: 1.3em;
}
#main h5.captiontext, #sub h5.captiontext {
	margin: 0 5px 10px 0;
} 
#sub h5.captiontext {
	margin-right: 35px;
}
h5.enlarge {
	float: left;
	display: block;
	margin: 0 35px 5px 0;
}

p {
	margin-bottom: 15px;
}
p span.highlight {
	font-weight: bold;
	background: #ff0;
	padding: 4px;
}
p.canvas {
	margin-bottom: 2px;
}
p.emphasis {
	font-size: 1.1em;
	font-weight: bold;
}
.members {
	padding: 10px 10px 0 10px;
	border: 1px solid #6600ff;
	margin-bottom: 15px;
	background: #f7f7f7;
}
.members p.emphasis {
	margin-bottom: 5px;
}
p.space {
	padding-bottom: 20px;
}
p span.note {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
}
img.space {
	margin-top: 20px;
}
blockquote, .video {
	background: url(images/quote_bg.gif) no-repeat 10px top;
	text-align: center;
	padding: 15px 10px 10px 15px;
	margin-bottom: 25px;
	font-size: 1.3em;
	line-height: 1.4em;
	letter-spacing: 0.06em;	
}

.video {
	background: none;
}
blockquote p {
	font-family: Palatino, Georgia, "Times New Roman";
	font-size: 1.1em;
   padding: 0;
	margin: 0;
}
blockquote h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 10px 0 0;
	font-size: 0.7em;
	font-style: italic;
	color: #666;
   letter-spacing: 0.01em;	
	line-height: 1.2em;
	text-align: right;
}
#sub blockquote {
	margin: 0 auto;
	padding: 15px 10px 20px 15px;	
}
#sub blockquote p {
	font-size: 1.1em;
}
#sub blockquote h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 10px 25px 0;
	font-size: 0.7em;
	font-style: italic;
	color: #666;
   letter-spacing: 0.01em;	
	line-height: 1.2em;
	text-align: right;
}
#main table, #main table.eparty {
	width: 85%;
	background: #fff;
	border: 1px solid #c53995;
   border-collapse:collapse;
	margin: 0 0 10px 0;
}
#main table.eparty {
	margin-top: 20px; 
}
#main table th, #main table.eparty th {
   font-weight:normal;
   font-size:13px;
   font-style:italic;
	line-height: 1.2em;
   padding: 0.1em 10px;
   vertical-align:bottom;
	text-align: center;
}
#main thead th {
   background:#ddd;
   border-bottom:1px solid #c53995;
}
#main th, #main td {
   border:1px solid #c53995;
}
#main td {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	padding: 3px 0;
}
#main table.eparty td {
	font-weight: normal;
	font-size: 1em;
	padding: 5px 0;
	vertical-align: top;
}

.orderlink {
	width: 80%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#main ul.order, #main ul.order_final {
	width: 100px;
	margin: 0 auto;
	margin-bottom: 5px;
}
#main ul.order li, #main ul.order_final li {
	width: 100%;
	background: none;
}
#main ul.order_final {
	margin-bottom: 20px;
}
#main ul.order li a:link, #main ul.order li a:visited, #main ul.order_final li a:link, #main ul.order_final li a:visited {
	display: block;
	color: #909;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #ddd;
	padding: 5px;
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #8e8e8e;
	border-bottom: 1px solid #8e8e8e;
}
#main ul.order li a:hover, #main ul.order_final li a:hover {
	color: #000;
	font-weight: bold;
	background: #a5a5a5;
	border-top: 1px solid #7b7b7b;
	border-left: 1px solid #7b7b7b;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

#main blockquote {
   width: 350px;
	margin: 0 auto;
	margin-bottom: 20px;
}
span.name {
	font-size: 1.1em;
	font-style: italic;
	color: #bb22b6; 
	font-weight: bold;
}
span.stress, p span.stress {
	font-size: 1.1em;
	font-weight: bold;
}
#main {
	float: left; 
	width: 600px;
	background: url(images/content_bg.gif) 50% 30% no-repeat;
	padding: 15px 0;
}
#main h1 {
	color: #bb22b6;
	font-size: 1.7em;
	font-weight: normal;
	padding-bottom: 20px;
}
input, select, textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
#main ul {
	margin: -10px 20px 20px 50px;
}
#main ul li {
	background: url(images/bullet_pink.gif) no-repeat 0 7px;
	list-style: none;
	padding: 0 0 5px 18px;
}
#main ul.examples {
	margin-left: 10px;
}
#main ul.eparty {
	margin: 15px 20px 15px 20px;
}
#main ul.eparty li {
	padding-bottom: 15px;
}
#main ul.eparty li.final {
	padding-bottom: 10px;
}
#main ul.eparty ul {
	margin-bottom: 0;
}
#main ul.eparty ul li {
	list-style: circle;
	background: none;
	padding: 0 10px 10px 5px;
}
#main .img_rt, #main .box_rt {
	float: right;
	margin: 0 0 10px 15px;
}
#main .img_rt {
	width: 250px;
	position:relative;
}
#main .img_rt h5.captiontext, #main .img_rt img {
	display: block;
	float: right;
}
#main img.rt {
	float: right;
	margin-left: 15px;
	width: 200px;
}
#main img.rtlg {
	width: 288px;
}
#main img.rtnarrow {
	width: 165px;
	float: right;
	margin-left: 15px;
}
#main .img_rt h5 {
	width: 100%;
}
#main .img_rt h5.desc {
	margin-right: 0;
	margin-top: 0;
	padding-top: 5px;
	text-align: right;
}
#main .box_rt {
	border: 1px solid #cecece;
	border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -khtml-border-radius: 10px;
   background: #f7f7f7;
	padding: 5px 10px 0 10px;
	margin-left: 20px;
	width: 200px;
	text-align: center;
}
#main .box_rt p {
	line-height: 1.4em;
}
.feature, .feature_final {
	border-top: 1px solid #c9cdd1;
	padding: 10px 0;
	margin-bottom: 20px;
}
.feature_final {
	border-bottom: 1px solid #c9cdd1;
	padding-bottom: 20px;
}
.feature a.highslide img, .feature img.left {
	float: left;
	padding: 5px; 
}
.feature img.rtlg {
	width: 300px;
	float: right;
}
#main form {
	border: 1px solid #ea8ce8;
	width: 480px;
}
#main form#booking {
	border: 0;
}
fieldset {
	margin: 10px;
	padding: 10px;
	border: 1px solid #c9cdd1;
}
fieldset.booking {
	border: 0;
}
fieldset p, #sub form#eparty fieldset p {
	padding-left: 5px;
	font-size: 1em;
}
#sub form#eparty {
	text-align: left;
}
#sub form#eparty fieldset p {
	padding: 0;
	margin: 0;
}

fieldset p input {
	width: 90%;
}
fieldset p input#postcode {
	width: 30%;
}
fieldset legend {
	font-size: 1em;
	color: #bb22b6;
}
fieldset {
	margin: 15px 10px;
}
label {
	display: block;
	font-size: 0.9em;
}
label .radio {
	display: inline;
	margin-left: 50px;
} 
form#eparty label {
	letter-spacing: 0.05em;
}
input.text {
	display: inline;
	margin-bottom: 5px;
}
input:focus, textarea:focus {
	background: #f9effa;
}
.submitarea {
	margin: 0 0 10px 25px;
}
.submitarea p.conditions {
	font-size: 0.8em;
	margin-right: 10px;
}
#extra2 .submitarea {
	text-align: right;
	margin: 10px 25px;
}
form #block p {
	visibility: hidden;
	display: none;
}
span.indent {
	padding-left: 40px;
	font-size: 0.9em;
}
p.warning, span.warning {
	font-weight: bold;
	color: #6600ff;
	font-size: 1em;
}
p.error, span.error {
	font-weight: bold;
	color: #6600ff;
}
p.small {
	font-size: 0.8em;
	line-height: 1.3em;
}
#main h4.warning {
	color: #6600ff;
	font-weight: bold;
	padding-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.4em;
}
em {
	font-style: italic;
}

#sub {
	float: right;
	width: 300px;
	line-height: 1.4em;
}
#sub p {
	margin: 12px 0;
	font-size: 0.9em;
}
#sub p a, #main a:link, #main a:visited {
	color: #bb22b6;
}
#main a:link, #main a:visited {
	text-decoration: none;
} 
#main a:hover {
	text-decoration: underline;
}
#sub p a:hover, #main p a:hover {
	color: #0000ff;
}
#sub .boximage {
	text-align: center;
}
#sub .box, #sub .boxbg {
	border: 1px solid #bb22b6;
	padding: 0 12px;
	line-height: 1.3em;
	margin: 20px 0;
	text-align: center;
}
#sub .boxbg {
	background: #f7f7f7;
}
#sub .box p {
	margin-top: 7px;
	padding-top: 0;
}
#sub img.space {
	margin-bottom: 25px;
}
span.caps {
	font-variant: small-caps;
	font-size: 1.2em;
}
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}

.clear {
	clear: both;
}
#footer {
	width: 100%;
	background: #540e52;
	padding: 10px 5px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 0.9em;
	font-style: italic;
}
#footer p {
	margin-bottom: 0;
}
#footer p.mob span {
	font-size: 1.1em;
	font-weight: bold;
}
#design p {
	color: #b3b9be;
	padding: 10px 0;
}
#design a:link, #design a:visited {
   color: #b3b9be;
}
#design a:hover {
	color: #e571e3;
}

