@charset "utf-8";
/* ---------------------------------------------------------------------------

	CSS BASE STYLES: @2009 by Glenn McKeown
	for Blue Moon - Version 1.0

*/

/* ---------------------------------------------------------------------------
	LAYOUT
*/

#wrapper {
	margin:0 auto;
	overflow:hidden;
	padding:0 50px;
	width:900px;
	}
	
#header {
	overflow:hidden;
	padding-bottom:20px;
	}
	
.sep{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 2px;
	background-color: #7F7F7F;
	margin-bottom:15px;
	float:left;
	}
	
#container {
	float:left;
	overflow:hidden;
	}
	.col-narrow {
		float:left;
		padding:0 15px 3000px 15px; /* large padding-bottom used for equal height column trick */
		margin:30px 0 -3000px 0; /* large margin-bottom used for equal height column trick */
		width:195px;
		}
	.col-medium {
		float:left;
		padding:0 15px 3000px 15px; /* large padding-bottom used for equal height column trick */
		margin:30px 0 -3000px 0; /* large margin-bottom used for equal height column trick */
		width:420px;
		}
	.col-wide {
		float:left;
		padding:0 15px 3000px 15px; /* large padding-bottom used for equal height column trick */
		margin:30px 0 -3000px 0; /* large margin-bottom used for equal height column trick */
		width:645px;
		height:auto;
		}
		
	.highlight{
		border-bottom: 1px dotted #CCCCCC;
		width:630px;
		margin-top:20px;
		margin-bottom:20px;
		}
	
	.headerbox {
		width:640px;
		background-color:#94b9c9;
		height:40px;
		float:left;
		margin-top: 35px;
		margin-bottom:10px;
		}	
		
	.shadow{
		width:640px;
		overflow:hidden;
		border-top:1px dotted #7F7F7F;
		border-bottom:1px dotted #7F7F7F;
		padding-top:20px;
		padding-bottom:20px;
		background-color: #f4f2eb;
		margin-top:10px;
		}

	.shadowtxtuplt{
		float:left;
		width:450px;
		}

	.shadowtxtuplt p{
		color:#7F7F7F;
		padding-left:12px;
		padding-right:5px;
		}

	.shadowtxtuplt label{
		font-size:16px;
		line-height:27px;
		display:block;
		text-align:left;
		color:#1A2226;
		text-align: left;
		padding-left: 12px;
		font-weight: normal;
		letter-spacing:-1px;
		}
		
	.shadow2{
		width:270px;
		overflow:hidden;
		border:1px dotted #7F7F7F;
		margin-left:auto;
		margin-right:auto;
		background-color: #ffffff;
		}
	
	.shadow img{
		width:100px; 
		display:block;
		float:left;
		padding-left:10px;
		}
		
		
	#sub-data {
		float:right;
		height:369px;
		padding:40px 15px 20px 15px;
		width:195px;
		}
	
	.pure{
		width:640px;
		overflow:hidden;
		border-top:1px dotted #7F7F7F;
		border-bottom:1px dotted #7F7F7F;
		padding-top:20px;
		padding-bottom:20px;
		background-color: #f4f2eb;
		margin-top:10px;
		}
	
	.pure img {
		float:left;
		width:350px;
		height:361px;
		padding-left:20px;
		padding-right:35px;
		}
		
	.pure ul li {
		font-size: 11px;
		line-height: 20px;
		list-style: decimal;
		text-align:left;
		color:#7F7F7F;
		}
		
	.why{
		width:640px;
		height:150px;
		overflow:hidden;
		border-top:1px dotted #7F7F7F;
		border-bottom:1px dotted #7F7F7F;
		background-color: #f4f2eb;
		margin-top:10px;
		background-image:url(../img/ther.jpg);
		background-position:left;
		background-repeat:no-repeat;
		}
		
	.why ul li {
		font-size: 13px;
		line-height: 30px;
		list-style: none;
		text-align:left;
		color:#7F7F7F;
		padding-left:250px;
		}
		
	.relax{
		width:640px;
		height:180px;
		overflow:hidden;
		border-top:1px dotted #7F7F7F;
		border-bottom:1px dotted #7F7F7F;
		background-color: #f4f2eb;
		margin-top:10px;
		background-image:url(../img/dm.jpg);
		background-position:left;
		background-repeat:no-repeat;
		}
		
	.relax ul li {
		font-size: 13px;
		line-height: 30px;
		list-style: none;
		text-align:left;
		color:#7F7F7F;
		padding-left:250px;
		}
	
	.spacontain{
		width:640px;
		float:left;
		padding-bottom:20px;
		}
		
	.spagrid {
		width: 320px;
		overflow:hidden;
		margin-bottom:10px;
		float:left;
		}
		
	.spabox{
		width:300px;
		float:left;
		}
			
	.spatext{
		float:left;
		width:200px;
		}
		
	.spatext ul li {
		font-size: 12px;
		line-height:20px;
		list-style: none;
		text-align:left;
		color:#7F7F7F;
		font-style:italic;
		}
	
	.spatext span {
		font-size: 12px;
		font-weight:bold;
		line-height:20px;
		list-style: none;
		text-align:left;
		color:#7F7F7F;
		}

	.spatext p{
		color:#7F7F7F;
		padding-left:12px;
		padding-right:5px;
		}

	.spatext label{
		font-size:16px;
		line-height:27px;
		display:block;
		text-align:left;
		color:#1A2226;
		text-align: left;
		padding-left: 12px;
		}
		
		.spagrid img{
		width:100px; 
		display:block;
		float:left;
		}
		
.homelogo{
	float:right;
	width:245px;
	padding-left:10px;
}

.bestlogo{
	width:150px;
	height:65px;
	padding-left:10px;
}	
		
#footer {
	clear:both;
	float:left;
	margin:30px 0;
	overflow:hidden;
	width:100%;
	}

/* ---------------------------------------------------------------------------
	NAVIGATION STYLES
*/

#home .home a, #about-us .about-us a, #services .services a, #portfolio .portfolio a, #contact-us .contact-us a, #spas .spas a, #news .news a, #about .about a{
	font-weight:bold;
	}
#nav {
	float:right;
	margin:58px 0 10px 0;
	padding:0; /* reset padding-bottom:22px from ul tag */
	}
	#nav li {
		background:url(../img/bg-seperator-nav.jpg) top left no-repeat;
		display:inline;
		float:left;
		height:40px;
		padding:5px 0 5px 15px;
		width:80px;
		}
		#nav li:first-child {
			background:none;
			}
		#nav li a {
			display:block;
			font-family: Verdana, Arial, sans-serif;
			font-size:13px;
			letter-spacing:-1px;
			position:relative;
			z-index:90;
			}
			#nav li a:hover {
				font-weight:bold;
				text-decoration:none;
				}
			#nav li span {
				display:block;
				font-family: Verdana, Arial, sans-serif;
				font-size:9px;
				letter-spacing:-1px;
				margin:-20px 0 0 0;
				z-index:80;
				}
#sub-nav {
	float:right;
	height:429px;
	line-height:40px;
	padding:0 15px;
	width:195px;
	}
	#sub-nav li {
		display:block;
		list-style:none;
		padding:0 0 0 10px;
		}
	#sub-nav .title {
		border:none;
		font-size:16px;
		font-weight:bold;
		padding:30px 0 0 0;
		}

/* ---------------------------------------------------------------------------
	TYPOGRAPHY STYLES
*/

body {

	}
	
h1, h2, h3, h4, h5, h6, h7, h8, h9{
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	letter-spacing:-1px;
	}
h1 {
	font-size:26px;
	line-height:36px;
	padding:40px 0 20px 20px;
	}
h2 {
	font-size:18px;
	line-height:27px;
	}
h3 {
	font-size:16px;
	line-height:24px;
	}
h4 {
	font-size:14px;
	line-height:21px;
	}
h5 {
	font-size:12px;
	line-height:18px;
	}
h6 {
	font-size:10px;
	line-height:15px;
	}

h8 {
	font-size:26px;
	line-height:36px;
	padding-left:20px;
	color:#FFFFFF;
	}

h9 {
	font-size:22px;
	line-height:50px;
	color:#1A2226;
	}
	
p, a, b, strong, i, em, address, abbr, acronym, small, big, q, blockquote, cite, caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	padding:0 0 18px 0;
	}
a:link {
	text-decoration:none;
	}
a:visited {
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
a:active {
	text-decoration:underline;
	}
a:focus {
	outline:none;
	}
b, strong {
	font-weight:bold;
	}
i, em {
	font-style:italic;
	}
	em.contact-details {
		display:block;
		font-size:11px;
		padding:0;
		}
		em.contact-details a {
			font-size:11px;
			}
address {
	font-size:11px;
	font-style:italic;
	}
small {
	font-size:10px;
	}
big {
	font-size:14px;
	}
	blockquote {
	padding:0; /* reset padding-bottom:18px from above */
	}
q, blockquote p {
	display:block;
	font-style:italic;
	line-height:20px;
	}
blockquote p {
	background:url(../img/quotation.jpg) top left no-repeat;
	padding:0 0 18px 35px;
	}
cite {
	display:block;
	font-weight:bold;
	margin:-10px 0 0 0;
	}
.sub-head-major, .sub-head-minor {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;
	line-height:18px;
	padding:0 0 18px 0;
	}
.sub-head-major {
	font-size:14px;
}

/* ---------------------------------------------------------------------------
	LISTS STYLES
*/

ul, ol, dl {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	padding:0 0 22px 10px;
	}
ul li {
	list-style:inside disc;
	}
ol li {
	list-style:inside decimal;
	}		
#usp {
	overflow:hidden;
	padding:0; /* reset inherited pading-right:10px from ul tag */
	width:900px;
	}
	#usp li {
		float:left;
		list-style:none;
		margin:15px 0;
		width:225px;
		}
		
		#usp li a {
		}
		#usp li a:hover{
			text-decoration:underline;
			}
		#usp li h2 {
			font-size:15px;
			line-height:20px;
			text-align:center;
			}
		#usp li p {
			line-height:16px;
			padding:0 15px 0 55px;
			}
			
.showcase {
	padding:0 0 22px 0;
	width:645px;
	}
	.showcase li {
		float:left;
		list-style:none;
		margin:0 0 30px 0;
		padding:0 0 5px 0;
		width:195px;
		}
	.showcase li img {
		height:130px;
		width:195px;
		}
	.showcase li strong, .showcase li p {
		padding:0 0 0 10px;
		}
	.showcase li.centre{
		margin:0 30px;
		}
.img-thumbs {
	display:block;
	margin:0 0 18px 0;
	overflow:hidden;
	padding:0; /* reset inherited pading-right:10px from ul tag */
	}
	.img-thumbs li {
		float:left;
		list-style:none;
		padding:17px;
		}
	.img-thumbs li img {
		height:65px;
		width:95px;
		}
#our-services {
	margin:20px 0;
	}
	#our-services li {
		display:block;
		float:left;
		list-style:none;
		margin:0 0 30px 0;
		padding:0 10px 0 70px;
		width:230px;
		}
		#our-services li.service-1 {
			background:url(../img/Chart_4.png) top left no-repeat;
			}
		#our-services li.service-2 {
			background:url(../img/Glass.png) top left no-repeat;
			}
		#our-services li.service-3 {
			background:url(../img/Help.png) top left no-repeat;
			}
		#our-services li.service-4 {
			background:url(../img/Monitor.png) top left no-repeat;
			}
#footer ul {
	float:left;
	padding:10px;
	width:430px;
	}
	#footer ul li {
		display:inline;
		}

/* ---------------------------------------------------------------------------
	FORMS STYLES
*/

form p {
	padding-bottom:0; /* reset padding-bottom:18px from p tag */
	}

input, textarea, select  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin:5px 0 18px 0;
	padding:5px 10px;
	width:280px;
	}
input, select  {
	height:15px;
	}
textarea {
	height:150px;
	width:450px;
	}
#submit {
	height:40px;
	margin:10px 0 0 0;
	width:120px;
	}
label {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:11px;
	padding:0 0 0 8px;
	}	
/* ---------------------------------------------------------------------------
	TABLE STYLES
*/	

caption {
	font-size:18px;
	font-weight:bold;
	letter-spacing:-0.3px;
	text-align:left;
	padding:0 0 10px 10px;
	color:#1A2226;
	}
table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 0 20px 0;
	text-align:left;
	}
th {
	font-size:12px;
	padding:10px 15px;
	text-transform:capitalize;
	}
tr {
	}
td {
	padding:7px 15px;	
	}

	
/* ---------------------------------------------------------------------------
	OTHER STYLES
*/	

.logo {
	display:block;
	float:left;
	height:66px;
	margin:30px 0 0 0;
	padding-bottom:0; /* reset padding-bottom:18px from a tag */
	text-indent:-9999px;
	width:226px;
	}
.copyright {
	line-height:22px;
	display:inline;
	float:right;
	padding:10px;
	text-align:right;
	width:430px;
	}
.header-image {
	float:left;
	width:675px;
	height:333px;
	position:relative;
	}
.hide {
	display:none;
	}
.img-left {
	float:left;
	margin:5px 0 0 0;
	padding:0 8px 5px 0;
	}
.img-right {
	float:right;
	margin:5px 0 0 0;
	padding:0 0 5px 8px;
	}
	
.img-center {
	margin:0 0 20px 0;
	float:left;
	}
/* ---------------------------------------------------------------------------
	SLIDESHOW STYLES
*/

#slideshow {
	float:left; /* important! stops nasty bug in ie7 */
	height:250px;
	padding:0; /* reset inherited padding-bottom:22px from ul tag */
    position:relative;	
	width:900px;
	}
	#slideshow li {
	    height:333px;	
	    left:0;
		list-style:none;
	    opacity:0.0;	
	    position:absolute;
	    top:0;
	    width:900px;
	    z-index:8;
		}
	#slideshow li.active {
	    opacity:1.0;
	    z-index:10;
		}
	#slideshow li.last-active {
	    z-index:9;
		}
	#slideshow .slide-img {
		float:left;
		height:250px;
		position:relative;
		width:900px;
		}
	#slideshow .slide-desc {
		float:right;
		height:250px;
		position:relative;
		width:345px;
		}
		#slideshow .slide-desc .slide-meta {
			height:253px;
			padding:10px;
			}
				#slideshow .slide-desc .slide-meta h1 {
					padding:30px 0 20px 0;
					}
		#slideshow .slide-desc .slide-link {
			height:40px;
			padding:10px 20px 10px 10px;
			}
			.slide-button {
				display:block;
				float:right;
				height:25px;
				text-indent:-9999px;
				width:100px;
				}


/* ---------------------------------------------------------------------------
	ACCORDION STYLES
*/
#accordion {
	padding:0;
	}
	#accordion li {
		list-style:none;
		}
		#accordion li a {
			display: block;
			padding:0;  
			}
		.acc-header {
			cursor:pointer;
			height:18px;
			margin:8px 0;
			padding:3px 10px;
			position:relative;
			}			
			#accordion ul {
				padding:0;
				}
				#accordion li ul li { 
					font-weight:bold;
					padding:3px 0 3px 20px;
				}ƒ
				
				
