@charset "utf-8";
/* CSS Document */

/***********************************************/
/* Style Sheet                                 */
/* Author: WebCatch.co.uk 2009                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html,body {
	margin: 0;
	padding:0;
	border:0;
	height:100%;
}

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:90.5%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	background-color:#022b0d;
	color:#ffffff;
}

#wrapper{
	width:960px;
	margin: 0 auto;
	text-align:left;
	height:100%;
}


#content{
	margin-top:10px;
	font-size: 1.1em;
	line-height: 1.5em;
	width:460px;
	float:left;
}

#copy{
	width:90%;
}

#menu{
	text-align:left;
	font-size:1.2em;
	line-height:1.5em;
	margin-left:-20px;
}

#menu ul{
	list-style:none;
}

#menu ul a, #menu ul a:visited{
	color:#ffffff;
	text-decoration:none;
}

#menu ul a:hover{
	color: #c0c0c0;
	text-decoration:none;
}

#menu ul a.on{
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}

#homeImage{
	width:500px;
	float:left;
	background: #000000 url(../images/home-img.jpg) top right no-repeat;
	height:528px;
}

#contactImage{
	width:500px;
	float:left;
	background: #000000 url(../images/contact-img.jpg) top right no-repeat;
	height:528px;
}

#aboutImage{
	width:500px;
	float:left;
	background: #000000 url(../images/about-img.jpg) top right no-repeat;
    height:528px;
}

#galleryImage{
    width:500px;
    float:left;
    background: #000000 url(../images/gallery-img.jpg) top right no-repeat;
    height:528px;
}

#text{
	position:relative;
	top:350px;
	left:50px;
	width:450px;
	height:150px;
	background-color:#000000;
	-moz-opacity:0.5; 
	filter: alpha(opacity=50); 
	opacity:0.5; 
}

ul#fade{
	list-style:none;
	font-size:1.5em;
	margin-left:20px;
	padding:0px;
}
/***********************************************/
/* Header styles                               */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 1.1em;
 font-family:Arial, Helvetica, sans-serif;
 line-height:1.5em;
 color:#fff;
}

h2{
 font-size: 1.1em;
 font-family:Arial, Helvetica, sans-serif;
 line-height:1.5em;
 color:#c0c0c0;
}

.h2{
 font-size: 0.8em;
 letter-spacing:-1px;
 font-family:Arial, Helvetica, sans-serif;
 line-height:1.5em;
 color:#c0c0c0;
}

h3{
 font-size: 100%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Link styles                                 */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #cccccc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
    border:none;
}
/***********************************************/
/* Layout divs                                 */
/***********************************************/ 

.left{
	float:left;
}

.right{
	float:right;
}

/***********************************************/
/* Text styles                                 */
/***********************************************/ 

.copy{
	font-size:0.9em;
}

.copy a, .copy a:visited {
	color:#fff;
	text-decoration:none;
}

.copy a:hover{
	color:#fff;
	text-decoration:underline;
}

.small
{
    font-size:0.9em;
}

