/**
* CSS
* 
* @theme_1 v.1.0
* @author adam_towle@hotmail.com 
* @A+U Studio - info@austudio.co.uk
*/


/* LOGO */

#logo {
	position: absolute;
	overflow: hidden;
	z-index:100;
	top: 0px;
    left: 40px;
}


	
#wrapper { 
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 10px;
	left:0;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	line-height: 130%;
    color:#666666
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link  { text-decoration: none; color: #69a55a; }
a:active { background-color:#69a55a; color:#FFFFFF; text-decoration:none; }
a:visited { color: #69a55a; text-decoration:none; }
a:hover { background-color:#69a55a; color:#FFFFFF; text-decoration:none; }

#menu {
	background-color:#FFF;
	float:left;
	margin:200px 25px 0 40px;
	width:200px;
	text-align: left;
    position: absolute;
	padding-top:10px;
}

#menu ul {
	list-style: none; width:186px;
    border-bottom: 2px solid;
    margin: 0 0 5px;
    padding-bottom:5px;
	font-weight: bold;
	cursor:pointer;
}

#menu ul li.section-title { font-weight: bold;
                            padding-bottom:5px
}
 
#menu ul li.active a {background-color:#69a55a; color:#FFFFFF; text-decoration:none;}

#menu ul.built {
			margin-bottom: 0;
            font-style: italic;
            font-family: Georgia;
}
.builtish { padding-top: 10px; }

#content {
    margin: 0px 0 0 220px;
    top: 0;
}

.container {
    padding: 5px 5px 5px 5px;
}

#content p { width: 280px; margin-bottom: 9px; }

p {
    margin: 0 0 0 0;
}

h1 { font-size: 32px; color: #69a55a;line-height: 70%;}
h2 { font-size: 20px; color: #666666;line-height: 120%;}
h3 { font-size: 20px; color: #69a55a;line-height: 120%;}
h4 { font-size: 16px; color: #666666;line-height: 120%;}
h5 { font-size: 16px; color: #69a55a;}
h6 { font-size: 11px; font-style:italic;}
h7 { font-size: 20px; color: #666666;line-height: 120%; margin-left: 125px; }

#img-container	{ position:absolute; margin: 0; padding: 0; padding-left: 300px; top:15px; z-index:-1;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0;}

#once { clear: left; }

/* SLIDE SHOW - Navigation */
	
	p.nav a {
		background-color: #EBECEC;
		padding-top: 3px;
		padding-right: 9px;
		padding-bottom: 3px;
		padding-left: 9px;
		font-size: 11px;
		font-family: Arial, Helvetica, Sans-Serif;
		font-style: italic;
		color: #69a55a;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
	}
	
	p.nav a:hover {
		color: #ffffff;
		background-color: #69a55a;
		border-bottom-style: none;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 11px;
		font-style: italic;
		padding-left: 20px;
		
	}
