@charset "UTF-8";
/* CSS Document for 3 column grid By www.raggededgedesign.com */
/* = Core styles Begin */
* {
	padding:0;
	margin:0;
	color: #666666;
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	line-height:16px;
}

body {
	background: url("/images/interface/backgroundLight.png")  center top;
	padding:0 25px;
}

/* =page layout */
#wrapper {
	width: 920px;
	margin: 0 auto; 
	text-align: left; 
	padding: 10px 10px 0px 10px;
	zoom:1;
}
#footer {
	display: block;
	overflow:hidden;
	height: 170px;
	width: 920px;
	padding: 0px 0px 25px 0px;
	background-image: url("/images/interface/sweetPeaFloralDesign.gif");
	background-repeat: no-repeat;
	background-attachment:inherit;
	background-position:0px 55px;
	clear:both;
	border-top: 1px solid #CCCCCC;
}
#pageContent {
	/*background-image: url("/images/interface/pageContentBackground.gif");
	background-repeat: repeat-y;
	background-position:right top;*/
	zoom:1;
}
#lhs, #rhs {
	/*border-top: 2px solid #da4a98;
	padding: 10px 0px;*/
}
#header { 
	/*padding:15px 0;
	/*border-top: 2px solid #da4a98;
	padding: 0px;*/
}
.flashWrapper {
	display:block;
	width: 920px;
	height: 410px;
	overflow:hidden;
}
p.copyright {
	padding-top: 10px;
	float:right;
}
a.raggedEdgeDesign {
	text-decoration: none;
}
.clearBoth, .clearBoth10, .clearBoth20 {
	clear:both;
	height: 1px;
	display:block;
	overflow:hidden;
}
.clearBoth10 {
	height: 10px;
}
.clearBoth20 {
	height: 20px;
}
a:hover, h1, h2, h3 {
	color:#da4a98;
}
a.logo {
	height:90px;
	overflow:hidden;
	line-height:1000px;
	color:#fff;
	font-size:0px;
	display:block;
	width: 300px;
	background-repeat: no-repeat;
	background-position:left top;
	margin-bottom:15px;
}
p {
	padding-bottom: 17px;
	padding-right: 5px;
	line-height: 19px;
}
p.intro, p.introLarge {
	padding-top: 10px;
	padding-bottom: 20px;
}
p.intro, p.intro a, p.intro strong {
	font-size: 14px; 
	line-height: 20px;
}

p.introLarge {
	font-size: 18px; 
	line-height: 28px;
}

p.intro strong {
	color: #da4a98;
	font-weight:normal;
}
#pageTitleWrapper {
	display:block;
	width: 695px;
	height:255px;
	overflow:hidden;
	padding-bottom: 12px;
	background-image: url("/images/flashPhotos/flowers4.jpg");
	background-repeat: no-repeat;
	background-position:left top;	
}
#pageTitleWrapper img {
	float:right;
}
#contactDetailsWrapper {
	display:block;
	width: 500px;
	overflow:hidden;
	padding:15px 0 0 0;
	float:right;
	text-align:right;
}
#contactDetailsWrapper p, #contactDetailsWrapper p a {
	padding: 0px;
	font-size:20px;
	line-height:25px;
}
#contactDetailsWrapper p {
	color:#999999;
}
/* = Page Titles */ 
h1, h2, p.heading {
	font-size:12px;
	font-weight: bold;
	line-height:16px;
	text-transform:uppercase;
	display:block;
	padding: 2px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
h3 {
	padding-bottom: 0px;
	font-weight:normal;
}
h3.newsItem a{
	text-decoration:none;
	color: #da4a98;
	display:block;
	padding: 5px 0;
	font-size:17px;
}
h3.subHead {
	font-size:12px;
	font-weight: bold;
	line-height:16px;
	display:block;
	padding: 2px 0px;
	border-bottom: 1px solid #cccccc;	
}

/* = Homepage Banners */
a.homeBanner1, a.homeBanner2, a.homeBanner3 {
	display:block;
	width: 298px;
	height:237px;
	line-height:1000px;
	font-size: 0px;
	overflow:hidden;
	background-image: url("/images/banners/homepageBanners4.jpg");
	background-repeat: no-repeat;
	background-position:0px 0px;
	border:1px solid #cccccc;	
} 
a.homeBanner2 {
	background-position:-298px 0px;
}
a.homeBanner3 {
	background-position:-596px 0px;
}

/* = Grid System Begin */
.lhs, .twoColumnLeft, .twoColumnRight {
	width: 610px;
}
.twoColumnLeftSolid  {
	width: 608px;
}
.rhs, .threeColumnLeft, .threeColumnRight {
	width:300px;
}
.sixColumnLeft, .sixColumnRight {
	width:145px;
}
.twoColumnLeft, .threeColumnLeft, .sixColumnLeft {
	float:left;
}
.twoColumnRight, .threeColumnRight, .sixColumnRight {
	float:right;
}
/* =Navigation */
ul.mainNav {
	font-weight: normal;
	list-style-type: none;
	text-transform:none;
	display:block;
	padding: 20px 0;
	float:left;
	text-align:left;
}
.mainNav li {
	display:inline;
	padding-left: 17px;
}
.mainNav li.last {
	padding: 0;
}
.mainNav li a {
	text-decoration: none;
	color: #da4a98;
	font-size: 18px;
	line-height:22px;	
}
.mainNav li a:hover, .mainNav li a.selected, .mainNav li a:active, .mainNav li a:focus, #footerNav li a.selected, #footerNav li a:hover {
	color: #666666;
	text-decoration:none;
}

ul#footerNav {
	list-style-type: none;
	display:block;
	padding: 10px 0 0 0;
	margin:0;
	float:left;
}
#footerNav li {
	display:inline;
	padding:0 15px 0 0;
	margin:0;
}
#footerNav li a {
	text-decoration:none;	
	color: #da4a98;
}
ul.rightNav {
	list-style-type: none;
	padding: 0px 0 0 0px;
}
ul.rightNav li {
	display:block;
	border-bottom: 1px solid #ccc;
	padding: 5px 5px;
}
ul.rightNav li a{
	text-decoration: none;
	
}
ul.gallery {
	list-style-type: none;
	display:inline;
	padding: 15px 0 0 0;
	margin:0;
	float:left;
}
ul.gallery li{
	display:block;
	width: 147px;
	height: 147px;
	padding-right: 5px;
	padding-bottom: 5px;
	float:left;
}
ul.gallery li.last{
	padding-right: 0;
}

ul.gallery li a img, p.quote img, .pageSectionWrapper img, .pageSectionWrapperHidden img{
	border:1px solid #CCCCCC;
}
.galleryHolder {
	width:610px;
	float:left;
	padding-top:14px;
	zoom:1;
}
.galleryHolder img {
	padding:0;
	margin:0;
	border:1px solid #CCCCCC;
	display:block;
}
ul.thumbsList {
	list-style-type: none;
	padding: 5px 0;
	margin:0;
}
ul.thumbsList li {
	display:inline;
	width:75px;
	height:75px;
	overflow:hidden;
	padding-right: 5px;
}
ul.thumbsList li.last {
	padding: 0;
}
ul.thumbsList li a img{
	border:1px solid #CCCCCC;
}
p.quote {
	padding: 5px 0;
}
p.quote img {
	float:left;
	margin: 0 10px 0px 0;
}
.pageSectionWrapper img, .pageSectionWrapperHidden img {
	float:left;
	margin: 0 10px 0px 0px;
}
.pageSectionWrapper p, .pageSectionWrapperHidden p {
	display: block;
	width: 447px; 
	float:right;
}
p.source {
	font-style:italic;
	color: #da4a98;
	font-size: 11px;
}
em {
	color: #da4a98;
	font-style: normal;
}

a.pageLink {
  background-image:url(/images/interface/underlineDot.gif);
  background-position:left bottom;
  background-repeat:repeat-x;
  padding-bottom: 0;
  text-decoration:none;
  color: #da4a98;
}
a.pageLink:hover {
  color: #c12479;
  /*padding-bottom: 0;*/
  text-decoration:none;
}
ul.smpList {
	padding-left:20px;
}
ul.smpList li {
	padding-bottom:7px;
}
/* =Enquiry Form */
input.enquiryForm, input.enquiryFormTopPad, textarea.enquiryFormMultiLine, input.newsletterForm, select.genericPulldown {
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF !important;
	padding: 4px;
	border: 1px solid #999;
	width:270px;
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}
input.enquiryFormTopPad {
	margin-top:2px;
}
select.genericPulldown {
	width:280px !important;
	height: 25px;
	padding: 2px 4px;
}
input.newsletterForm {
	width:135px;
}

.enquiryFormButton {
	border: 1px solid #CCCCCC;
}
textarea.enquiryFormMultiLine {
	height: 115px !important;
	width: 270px;
}
p.form {
	padding-bottom: 5px;
	padding-right: 0;
}
.warning {
	background-color:#cb4a4a;
	color: #fff;
	padding: 0px 2px;
	font-size: 11px;
}
.bookingSummary {
	display: block;
	width:560px;
	border:1px solid #da4a98;
	background-color: #f9d8e9;
	padding: 25px 25px 10px 25px;
}
.bookingSummary p, .bookingSummary p strong {
	font-size: 15px;
	line-height: 26px;
}
.bookingSummary p strong {
	border-top:1px solid #da4a98;
	padding-top:5px;
	margin-top:10px;
	width:560px;
	display:block;
}
.bookingSummary p.title {
	border-bottom:1px solid #da4a98;
	padding-bottom:5px;
	margin-bottom:10px;
	font-weight:bold;
}
button#backButton {
  background: none;
  border: none;
  float: left;
  display: inline;
}

.backButton  {
	background: none;
	width:280px;
	height:25px;
	overflow:hidden;
	background-image:url(/images/interface/amendOrderButton.gif) !important;
  	background-position:left top !important ;
  	background-repeat:no-repeat !important ;
	display:block;
	border:none;
	font-size: 0px;
	text-align:right;
	color: #f487c1;
}

.rightImages {
	display:block;
	padding: 0px 0 0 0;
	
}
.rightImages a img{
	border:1px solid #CCCCCC;
}

p.otherServices {
	display:block;
	padding: 10px 0;
	border-top: 1px solid #cccccc !important;
	border-bottom: 1px solid #cccccc !important;
	margin-top:10px;
	clear:both;
	}
p.otherServices strong, p.otherServices a, p.otherServices {
	font-size:13px;
	}
/*#alternateContent {
	display: block;
	width: 920px;
	height: 400px;
	background-image:url(/images/interface/alternateImage.png);
  	background-position:left top;
  	background-repeat:no-repeat;
	overflow:hidden;
	line-height:1000px;
}*/

.headerSocial {float:right;border-bottom:1px solid #CCCCCC;display:block;width:920px;}
.headerSocial div {float:right;padding-bottom:3px;}
.headerSocial img {border:none;}
.footerSocial {float:left;border-bottom:1px solid #CCCCCC;display:block;width:920px;}
.footerSocial div {float:left;}
.footerSocial p {color:#DA4A98;font-weight:bold;}
.socialWithPad {padding-right:10px;}
