* {padding:0; margin:0;}

/*/////////////////////////////////////// GENERAL //////////////////////////////////////*/

html, body{
	background-color: #a6c2ac;
	height: 100%;
}

#container{
	width: 898px;
	min-height: 100%;
	position: relative;    
	margin: auto;
	background-image: url('images/bg.png');
}

#header{
	background-color: #000000;
	width: 800px;
	height: 190px;
	position: relative;    
	margin: auto;	
}

#titleBar{
	background-image: url('images/titleBar.png');
	width: 800px;
	height: 30px;
	position: relative;    
	margin: auto;	
}



#transBox {
	width:220px;
	height:180px;
  	background-color: #000000;
  	filter: alpha (opacity=80);
  	z-index: 0;
  	float: right;
  	margin-top: 100px;
}

#footer {
	clear: both;
	width: 800px;
	height: 40px;
	position: relative;
	margin: auto;	
	bottom: 0;
	background-color: #000000;
}

.line1{
	position: relative;    
	margin: auto;	
	width: 800px;
	height: 2px;	
	background-color: #000000;	
}

a img {
	border: none; 
} 
a:link, a:visited, a:active, a:hover {
	color: #589d67;
	text-decoration: none;
}

.space{
	display: block;
	position: relative;
	width: 200px;
	height: 30px;
}

/*////////////////////////////////////// NAVIGATION ////////////////////////////////////*/


ul#navigation { 
	text-align: left; 
	list-style-type: none;
	float: right;
	padding: 35px 10px 0px 10px; 	
}

ul#navigation li { 
	display: inline;
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a { 
	color: #FFFFFF; 
	position: relative;
	padding-top: 5px; 	
}

ul#navigation li a { 
	padding: 5px 10px; 
	color: #B3B3B3; 
	text-decoration: none;
}

ul#navigation a:hover { 
	color: #3c614e; 
} 



/*///////////////////////////////////////  FONTS  //////////////////////////////////////*/

ul#navigation, h1.title, p.home, a.home, ul.pdf, h1.projectAll, p.projectAll, label,
p.feature, a.feature, h1.column, ul.column, h2.project, #contact-area input, #contact-area textarea  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}

h1.title{
	color: #3c614e;
	padding: 6px 5px 0px 30px;
}

h1.home, h1.feature, h1.project{
	font-family: Cambria, serif;
	font-size: 34px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1em;
	color: #000000;
}

h1.home{
	padding: 20px 20px 5px 30px;
}

p.home{
	text-transform: none;
	padding: 10px 20px 5px 30px;
}

a.home{
	text-transform: none;
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px 2px 0px 2px;	
}

a.home:hover{
	text-transform: none;
	background-color: #CCFF00;
	color: #000000;
	padding: 2px 2px 0px 2px;	
}

ul.pdf{	
	list-style-position: inside;
	padding:  3px 0px 0px 25px;
}

h1.projectAll{
	font-size: 15px;
	color: #0000000;
	margin: 0px 8px 0px 8px;
	padding: 8px 5px 0px 5px;
	line-height: 0.8em;
}

p.projectAll{
	font-size: 12px;
	margin-left: 13px;
	line-height: 1.6em;
	text-transform: none;
	color: #000000;	
}

h1.feature{
	padding: 15px 20px 5px 20px;
	font-size: 18px;
	color: #3c614e;	
  	z-index: 1;	
}

p.feature{
	padding: 10px 10px 10px 20px;
	color: #FFFFFF;	
	font-size: 12px;
	text-transform: none;
  	z-index: 1;	
}

a.feature{
	padding: 10px;
	color: #3c614e;	
	font-size: 12px;
	text-transform: none;
  	z-index: 1;	
  	line-height: 0.8em;	
  	margin-left: 10px;
}

a.feature:hover{
	text-decoration: underline;
	line-height: 0.8em;
}

h1.column{
	font-size: 12px;
	color: #000000;		
	margin: 10px 30px 3px 30px;
}

h1.project{
	font-size: 24px;
	margin-left: 30px;	
}
h2.project{
	color: #1e1e1e;
	padding: 7px 5px 0px 30px;
}
ul.column{
	list-style: none;
	list-style-position: inside;
	text-transform: none;
	color: #111111;		
	font-size: 12px;
	padding: 0px 25px 0px 42px;
	text-indent: -0.9em;
}



/*//////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////   GRID  //////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

/*/   Header   /*/
.space1{
	width: 800px;
	height: 120px;
}
.grid1{
	margin: auto;
	width: 800px;
}
.grid1-m1{
	float: left;
	width: 30px;
	height: 5px;
}

.grid1-c1{
	float: left;
	width: 70px;
	height: 55px;
}

.grid1-m2{
	float: left;
	width: 425px;
	height: 5px;
}

.grid1-c2{
	float: left;
	width: 275px;
	height: 55px;
}


/*/   Home   /*/

.grid2{
	margin: auto;
	width: 800px;
}
.grid2-c1{
	float: left;
	width: 550px;
	height: 30px;
	background-color: #000000;	
}

.grid2-c1b{
	float: left;
	width: 550px;
	height: 30px;
	background-color: #000000;	
	margin-bottom: 10px;
}

.grid2-c1c{
	float: left;
	width: 500px;
	height: 30px;
	background-color: #000000;	
}

.grid2-m1{
	float: left;
	width: 30px;
	height: 10px;
}

.grid2-m1b{
	float: left;
	width: 80px;
	height: 10px;
}

.grid2-c2{
	float: left;
	width: 220px;
	height: 30px;
	background-color: #000000;		
}

.grid2-c2b{
	float: left;
	width: 220px;
	height: 30px;
	background-color: #a6c2ac;		
}

.grid3{
	margin: auto;
	width: 800px;
}
.grid3-c1{
	float: left;
	width: 550px;
}


.grid3-m1{
	float: left;
	width: 30px;
	height: 10px;
}

.grid3-c2{
	float: left;
	width: 220px;
	background-color: #a6c2ac;	
}


.line2{
	position: relative;    
	margin: auto;	
	width: 220px;
	height: 2px;	
	background-color: #818181;	
}



/*/   CONTACT    /*/
.contact-image{
	position: relative;    
	margin: auto;	
	width: 800px;
	height: 300px;	
	background-image: url('contact/contact.jpg');
}

#contact-area {
	width: 500px;
	margin: 25px 0px 0px 5px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 350px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	text-transform: none;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #CCFF00;
}

#contact-area input.submit-button {
	width: 100px;
	margin-right: 23px;
	float: right;
	text-transform: uppercase;
	
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}
