@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;
	}
#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
		}
	#sub-data {
		float:right;
		height:273px;
		padding:40px 15px 20px 15px;
		width:195px;
	}
#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 {
	font-weight:bold;
	color:#761b3A;
	}
#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:100px;
			
		}
		#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;
				color:#2947b7;
				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 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	letter-spacing:-1px;
	
	}
h1 {
	font-size:26px;
	line-height:36px;
	padding:40px 0 20px 10px;
	
	}
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;
	}
	
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:18px;
	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 h2 {
			line-height:20px;
			padding:0 15px 5px 55px;
			}
		#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;
			width: 80%;
		}
		#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:13px;
	font-weight:bold;
	letter-spacing:-0.3px;
	text-align:left;
	padding:0 0 5px 10px;
	}
table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 0 18px 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;
	}
/* ---------------------------------------------------------------------------
	SLIDESHOW STYLES
*/

#slideshow {
	float:left; /* important! stops nasty bug in ie7 */
	height:333px;
	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:333px;
		position:relative;
		width:555px;
		}
	#slideshow .slide-desc {
		float:right;
		height:333px;
		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;
				}