﻿@charset "utf-8";
/* Author: Bamboo Solutions */
/* Email: info@bamboosolutions.co.uk */

@import url(http://fonts.googleapis.com/css?family=Quattrocento);

* {
	padding:0;
	margin:0;border:0;
}

body {
	font-family :Arial, Helvetica, sans-serif;
	background-color:#8c002f;
	color:#ffffff;
	font-size:12px;
	line-height:18px;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .clearfix {
	height: 1%;
}

p {
	margin-bottom:20px;
}

/*** HEADERS ***/

.headerContainer {
	width:100%;
	height:114px;
	background:url(/images/backgroundHeader.jpg) repeat-x;
}

.header {
	height:114px;
	width:886px;
	margin:auto;
}

.header h1 {
	display:block;
	float:left;
	height:114px;
	width:429px;
	background:url(/images/h1FinishingTouches.jpg);
}

.header h1 span {
	display:none;
}

.header span {
	display:block;
	float:right;
	margin-top:13px;
	height:65px;
	padding-top:15px;
	width:346px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	border:1px solid #cecece;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background: -moz-linear-gradient(top,  #ffffff,  #dddddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
	text-align:center;
	text-decoration:none;
	line-height:28px;
	color:#8c002f;
	font-family:Quattrocento;
	font-size:14px;
}

.header span strong {
	font-size:20px;
	line-height:15px;
	font-weight:normal;
	display:block;
}

/*** TOP NAV ***/

.navContainer {
	width:100%;
	height:58px;
	background:url(/images/backgroundNav.jpg) repeat-x;
}

.nav {
	width:886px;
	margin:auto;
}

.nav ul {
	display:block;
	width:100%;
}

.nav ul li {
	float: left;
	list-style-type: none;
	margin-right: 40px;
	padding-bottom:10px;
}

.nav ul li a, .nav ul li span {
	font-family: Quattrocento;
	font-size:16px;
	font-weight: normal;
	color:#fff;
	text-decoration: none;
	display:block;
	height:38px;
	margin-top:10px;
	padding:10px 10px 0 10px;
	cursor:pointer;
}

.nav ul li a:hover {
	text-decoration: underline;
}

.nav ul li span.active {
	background: #9f0d3e;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.nav ul li ul {
	position:absolute;
	width:230px;
	list-style-type: none;
	margin-right: 40px;
	padding-bottom:10px;
	background: #9f0d3e;
	display:none;
	border-right:2px solid #6c0a0b;
	border-bottom:2px solid #6c0a0b;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.nav ul li ul li a {
	padding:5px 10px 5px 10px;
	height:10px;
	margin-top:0px;
}


/*** TWITTER ***/

.navContainer .twitter {
	padding-top:18px; 
	float:right;
	width:160px;
	overflow: hidden;
}

.navContainer .facebook {
	float: right;
	padding-top:18px;
	padding-right:20px;
}

/*** MAIN CONTENT ***/

.mainContainer {
	width:100%;
}

.mainContainer#homepage	{
	background:url(/images/backgroundMainContainerHomepage.jpg) top repeat-x;
}

.mainContainer#homepage .main {
	background:url(/images/backgroundmainHomepage.jpg) top repeat-x;
}

.main {
	min-height:300px;
	width:886px;
	margin:auto;
}


.main h2 {
	font-family: Quattrocento;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	padding: 25px 0;
}

.main h3 {
	font-family: Quattrocento;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0 0 0;
	color: #f37aa3;
}

.main h4 {
	font-size: 18px;
	font-weight: normal;
	padding: 20px 0 0 0;
	color: #fff;
	text-align:center;
}

.main a {
	color:#fff;
	text-decoration: none;
}

.main a:hover {
	text-decoration: underline;
}

.footerContainer {
	width:100%;
	height:58px;
	background:url(/images/backgroundNav.jpg) repeat-x;
}

.footer {
	height:58px;
	padding-top:20px;
	width:886px;
	margin:40px auto;
	font-family: Quattrocento;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}


.footer a {
	display: block;
	float:left; 
	padding: 30px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style: normal;
	color:#e288a6;
	text-decoration: none;
	
}

.leftContent {
	width:480px;
	float:left;
	min-height:530px;
	height:auto;
}

/*.leftContent a {
	float:left;
	width:80px;
	height:106px;
	display:block;
	margin:0 16px 16px 0;
}
*/

.leftContent img {
	border:#a12e55 1px solid;
	float:left;
	margin:0 13px 13px 0;
}

.rightContent {
	float:right;
	width:396px;
	min-height:530px;
	height:auto;
}

.rightContent img {
	margin:0 0 0 21px;
	border:#a12e55 1px solid;
}

#description {
	height:115px;
}

.button {
	display:block; 
	float:left; 
	width:201px; 
	height:174px; 
	background:url(/images/balloonArt.jpg); 
	margin-right:26px;
	text-decoration: none;	
}

.last {
	margin-right: 0px;
}


.button span {
	display:block;
	position:relative;
	width:191px;
	padding-left:10px;
	height:30px;
	padding-top:10px;
	top:134px;
	left:0px;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ede8e5), to(#b4617d));
	background: -moz-linear-gradient(#ede8e5, #b4617d);
	background: -o-linear-gradient(#ede8e5, #b4617d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ede8e5), to(#b4617d)); /* older webkit syntax */
	background: -webkit-linear-gradient(#ede8e5, #b4617d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ede8e5', endColorstr='#b4617d');
	color:#8c002f;
	font-family:Quattrocento;
	font-size:16px;
}

/*** CONTACT PAGE ***/

#enquiryForm {
	margin-top: 10px;
	margin-bottom: 30px;
	width:440px;
	height:394px;
	border: 1px solid #9f0d3e;
	background: #9f0d3e;
}

#enquiryForm label {
	display: block;
	float: left;
	clear: left;
	width: 120px;
	padding-right:20px;
	padding-top: 5px;
	text-align: right;
	margin-top: 10px;
}

#enquiryForm .text {
	display: block;
	float:left;
	width:240px;
	height:25px;
	margin-top:10px;
	border: 1px solid #a13358;
}

#enquiryForm textarea.text {
	height: 220px;
}

#enquiryForm .formButton {
	display: block;
	float: left;
	clear: both;
	margin: 10px 0 20px 140px;
	width: 100px;
	height:22px;
	padding-top:3px;
	text-align: center;
	border: 1px solid #c3668b;
	background:#a13358;
	color: #fff;
	cursor: pointer;
}

/*** TESTIMONIALS ***/

.testimonial {
	width:500px;
	float:left;
	clear:left;
	padding-bottom:20px;
}

.testimonial p {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	border:2px solid #c3668b;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#8c002f), to(#a13358));
	background: -moz-linear-gradient(top,  #8c002f,  #a13358);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c002f', endColorstr='#a13358');
	padding:20px;
	font-size:13px;
	margin-bottom: 5px;
}

.testimonial span {
	float:right;
	padding-right:10px;
	display:block;
	text-align: right;
	font-style: italic;
	font-size:13px;
}

.rightAligned {
	float:right;
}

#map {
	display:block;
	width: 394px;
	height: 394px;
	margin-top: 10px;
	margin-bottom: 30px;
	border: 1px solid #a13358;
}


/*** FOOTER ***/

#footer {
	float:left;
	font-family:Quattrocento;
	font-size:18px;
	font-weight: normal;
	color:#fff;
	text-align: center;
	text-decoration: none;
	height:42px;
	padding-top:20px;
	width:886px;
	border-top: 2px solid #a13358;
	border-bottom: 2px solid #a13358;
	display:block;
	margin:22px 0 0 0;
}

#footer strong {
	font-weight: normal;
	font-size:24px;
}


