@charset "utf-8";
/*
	Author: Alexei Sawyer, www.xeisaw.co.uk
*/

/*LAYOUT CONTAINERS
-------------------------------------------------------------------------------------------*/	

body {
	background: transparent url(../img/main_bg.jpg) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
}



.main #container {
	width: 825px;  /* this will create a container 825px of the browser width */
	min-height: 1000px;
	height: auto !important;
	height: 100%;
	background: transparent;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	position: relative;

}
.main #mainContent {
	height: 508px;
	width: 825px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	color: #FFFFFF;
}

h1 {
	font-size: 1.3em;	
	}

em {
	color: #757fab;
	font-style: italic;
	}
p {
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	color: #757fab;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	font-style: italic;
	background-color: #757fab;
}

a:active {}

/*LOGO
-------------------------------------------------------------------------------------------*/	

a#logo	{
	width: 237px;
	height: 100px;
	text-indent: -9999px;
	background: transparent url('../img/logo.jpg') no-repeat 0 0;
	background-position: 0 -100px;
	display: block;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
a#logo:hover {
	background-position: 0 0px;
	}
	
/*=NAVIGATION PRIMARY - BASE STYLES
-------------------------------------------------------------------------------------------*/
#navigation_primary {
	height: 35px;
	position: absolute;
	top: 65px;
	right: 0px;
	}

#navigation_primary ul {
	list-style:none;
	padding: 0;
	margin: 0;
	}
	
#navigation_primary li {
	float:left;
	display:block;
	height: 35px;
	width: 100px;
	background: #fff url(../img/navigation_primary.jpg) 0px 0px no-repeat;
	}

/*=NAVIGATION PRIMARY - LIST ITEM - BACKGROUND POSITIONS
-------------------------------------------------------------------------------------------*/	
#navigation_primary li.home      			   { background-position: 0 0;	}
#navigation_primary li.portfolio   		       { background-position: -100px 0; }
#navigation_primary li.about				   { background-position: -200px 0; }
#navigation_primary li.green     			   { background-position: -300px 0; }	
#navigation_primary li.contact   			   { background-position: -400px 0;	}

#navigation_primary a {
display: block;
height: 35px;
width: 100px;
text-indent: -9999px;
background: #fff url(../img/navigation_primary.jpg) 0 -70px no-repeat;
}


	
/*=NAVIGATION PRIMARY - ANCHOR - DEFAULT BACKGROUND POSITIONS
-------------------------------------------------------------------------------------------*/
#navigation_primary li.home a 				   { background-position: 0 -70px;	}
#navigation_primary li.portfolio a 			   { background-position: -100px -70px; }
#navigation_primary li.about a 				   { background-position: -200px -70px; }
#navigation_primary li.green a 				   { background-position: -300px -70px; }
#navigation_primary li.contact a 			   { background-position: -400px -70px; }
		
/*=NAVIGATION PRIMARY - ANCHOR - HOVER BACKGROUND POSITIONS
-------------------------------------------------------------------------------------------*/
#navigation_primary li.home.hover a:hover 	   	{ background-position: 0 0; }
#navigation_primary li.portfolio.hover a:hover  { background-position: -100px 0; }
#navigation_primary li.about.hover a:hover 		{ background-position: -200px 0;	}
#navigation_primary li.green.hover a:hover 	   	{ background-position: -300px 0;	}
#navigation_primary li.contact.hover a:hover   	{ background-position: -400px 0; }

/*=NAVIGATION PRIMARY - ANCHOR - CURRENT PAGE BACKGROUND POSITIONS
-------------------------------------------------------------------------------------------*/	
#home #navigation_primary li.home a 		   	{ background-position: 0 -35px; }
#portfolio #navigation_primary li.portfolio a 	   	{ background-position: -100px -35px; }
#about #navigation_primary li.about a		{ background-position: -200px -35px; }
#green #navigation_primary li.green a 		   	{ background-position: -300px -35px; }
#contact #navigation_primary li.contact a 	   	{ background-position: -400px -35px; }



/*HOME PAGE
-------------------------------------------------------------------------------------------*/	

#homeText {
	height: 100px;
	width: 480px;
	position: absolute;
	left: 30px;
	line-height: 1.7em;
	z-index: 6;
	text-align: justify;
	top: 30px;
	}

#homeImg {
	height: 401px;
	width: 607px;
	text-indent: -9999px;
	position: absolute;
	right: 0px;
	top: 57px;
	z-index: 0;
	background: transparent url(../img/home_img.jpg) no-repeat 0 0;
	display: block;
	}
	
#homeImg a {
	height: 401px;
	width: 607px;
	text-indent: -9999px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 0;
	background: transparent url(../img/home_img.jpg) no-repeat 0 -401px;
	display: block;
	}

#homeImg .hover a:hover {
	background-position: 0 0;
	}
	
/*ABOUT ME
-------------------------------------------------------------------------------------------*/	

#aboutText {
	height: 300px;
	width: 480px;
	position: absolute;
	line-height: 1.7em;
	z-index: 6;
	text-align: left;
	top: 70px;
	right: 30px;
	}
	
#aboutImg {
	text-indent: -9999px;
	z-index: 0;
	background: transparent url(../img/about_me_img.jpg) no-repeat 0 0;
	height: 508px;
	width: 825px;
	}

#homeImg a:hover {
	background-position: 0 0;
	}
	
/*PORTFOLIO
-------------------------------------------------------------------------------------------*/			

#portfolioContainer {
	z-index: 0;
	background: transparent url(../img/portfolio_bg.jpg) no-repeat 0 0;
	height: 508px;
	width: 825px;
	}

#portfolioWrapper {
	width: 825px;
	background: transparent url(../img/portfolio_bg.jpg) no-repeat 0 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
}

#intro {  padding-bottom: 10px;}

.slider {
	width: 825px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.scroll {  overflow: hidden;  width: 825px;  margin: 0 auto;  position: relative;}

.scrollContainer {  position: relative;}

.scrollContainer p {
	text-align: justify;
}

.scrollContainer div.panel {  padding: 10px;  width: 788px;  height: 400px;}

.left-shadow {  position: absolute;  top: 0;  left: 0;  width: 12px;  bottom: 0;  background: url(../images/leftshadow.png) repeat-y;}

.right-shadow {  position: absolute;  top: 0;  right: 0;  width: 12px;  bottom: 0;  background: url(../images/rightshadow.png) repeat-y;}

.inside {
	padding: 10px;
}

.inside img {
	display: block;
	margin: 0 0 10px 0;
	width: 768px;
}

.inside h3 {
	position: absolute;
	background-color: #666;
	bottom: 134px;
	padding: 5px;
	font-weight: bold;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}

.inside p {}

.scrollButtons {  position: absolute;  top: 127px;  cursor: pointer;}

.scrollButtons.left {  left: -45px;}

.scrollButtons.right {  right: -45px;}

.hide {  display: none;}

/*GREEN
-------------------------------------------------------------------------------------------*/		

#greenImg {
	text-indent: -9999px;
	z-index: 0;
	background: transparent url(../img/main_construction_bg.jpg) no-repeat 0 0;
	height: 508px;
	width: 1023px;
	position: absolute;
	left: -98px;
	top: 0px;
	}
	
#greenText {
	height: 300px;
	width: 650px;
	position: absolute;
	left: 50px;
	top: 200px;
	line-height: 1.7em;
	z-index: 6;
	text-align: left;
	}
	
#greenText em {
	color: #009900;	
	}

#greenText a {
	color: #009900;
	font-style: italic;
	text-decoration: none;
}

#greenText a:hover {
	color: #FFFFFF;
	font-style: italic;
	background-color: #009900;
}

/*CONTACT
-------------------------------------------------------------------------------------------*/		

#contactText {
	height: 300px;
	width: 725px;
	position: absolute;
	left: 50px;
	bottom: 50px;
	line-height: 1.7em;
	z-index: 6;
	text-align:center
	}

#contactText p {
	text-align: center;
}
	
/*FOOTER
-------------------------------------------------------------------------------------------*/		
#footer	{
	width: 100%;
	background: transparent no-repeat 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	height: 50px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #999999;
	}	
	
.clearBoth {
	clear: both;
	}
	
/*FORM
-------------------------------------------------------------------------------------------*/	
fieldset{
	border:1px solid #757fab;
	margin:1em auto;
	padding:2em;
	width: 600px;
	background: #2f2f2f;
}

legend{
font-family: "Trebuchet MS";
}

input, textarea{
	border:1px solid #757fab;
	/*	background-color:#ECF4CA;*/
	margin-bottom: 1em;
	margin-top: 0.3em;
}

#terms {
	color: #000000;	
	}


