/**
* HELLO! Thanks for taking the time out to look at the coding behind the site
* 
* As you can see this site is powered by Indexhibit and the CSS is very important as it gives its
* look and feel. However we have put allot of time and effort into making the site looks this way 
* and would really apprecaite it if you didn't 'borrow' to much from us. 
*
* @version 2.0
* @author Tom 
* @author http://www.productions.tjhole.com/
*
* A massive thumbs up to Vaska and Gregory Cadar the brains behind Indexhibit
* Check them out here -> http://www.indexhibit.org/
*
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11.5px;
	font-family:  Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; 	line-height: 140%;
	line-height: 140%;
	background: #fff;
	color: #222;
}

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

a:link { text-decoration: none; color: #7a7a7a;}
a:active { text-decoration: none;color: #7a7a7a; }
a:visited { text-decoration: none; color: #7a7a7a; }
a:hover { text-decoration: none;color: black; }

a img { border: none; }

 
#nav ul,  li {

margin: 0px 10px 5px 0;  
display: block;
list-style: none;
float:left;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", arial, sans-serif;
}

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

p {
    margin: 0 0 9px 0;
 }

h1,h2,h3,h4{
	text-transform: uppercase;
	letter-spacing: -2px;
	line-height: 100%;	
}
h1, h1 a:link, h1 a:visited, h1 a:hover, h1 nav  {text-align: left; font-weight: 100; font-family:  Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; text-transform: lowercase!important; font-size: 28px!important; color: #fff; text-decoration: none; letter-spacing:1px; margin-bottom: 12px; padding-top:10px;}
h2 { font-size: 24px; margin-bottom: 15px; color: #7b91a5;	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", arial, sans-serif; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }


#navWrapper {
	margin-top:40px;
	padding: 5px 30px;
	background:#7b91a5;
	color:white!important;
	width:100%;
	position:fixed;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	z-index:2
}

#footer1 {
	border-top: 1px dotted #f0f0f0;
	padding: 15px 10px;
	margin: 10px 0;
	color: grey;
	text-transform: lowercase;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", arial, sans-serif;
	font-size: 10px;
}
#footer2 {
	border-top: 1px dotted #f0f0f0;
	padding: 15px 10px;
	margin: 10px 0;
	color: grey;
	text-transform: lowercase;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", arial, sans-serif;
	font-size: 10px;
}
 
#nav {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	
}
 
#nav p, #nav, #nav a:link, #nav a:visited, #nav a:hover {	
	color:#FFF;
	text-decoration: none; 
	text-transform: uppercase	;
	font-size: 9.5px;
	}

#nav p a:hover {
	text-decoration:underline;
}
# nav p a:visited {
	text-decoration:line-through; }
	


#once { clear: left; }