/* This is the style of your browser text */

body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  background-color: #ccc;
  font-size: 11px;
  padding: 0;
  margin: 0;
  text-align: left;
  background-image: url(img/bg.gif);
}

.nav a:link {
  text-decoration: none;
  color: #808386;
  
}

.nav a:visited {
 text-decoration: none;
  color: #808386;
  }

.nav a:hover {
  text-decoration: none;
  color: #311b0f;
  }
  
 
.nav a:active {
  text-decoration: none;
  color: #ff3700;
  }
  


h1, h2, h3, h4, h5 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: -.05em;
  margin: 0;
  padding: 0;
}


h1 {
  text-align: left;
  font-size: 150px;
  padding: 20px 0 20px 0;
  margin: 0 20px 0 20px;
}

h1 a:link {
  text-decoration: none;
  color: #000;
  
}

h1 a:visited {
 text-decoration: none;
  color: #000;
  }

h1 a:hover {
  text-decoration: none;
  color: #ff3700;
  }
  
 
h1 a:active {
  text-decoration: none;
  color: #ff3700;
 
  }

h2 {
  font-size: 42px;
}

h3 {
  font-size: 20px;
}

h4 {
  color: #86888c;
  font-size: 10px;
  margin: 0;
}

h5 {
  font-size: 20px;
}

#container {
  max-width: 1004px;
  width: 1004px;
  margin: 0;
  height: 704px;
  background-color: #FFF;
  position:relative
}

#logo {
	
  margin: 0;
  position:absolute;
  top: 14px;
  left: 850px;
  
  }



#nav_contain {
	width:600px;
	padding-top: 20px;
	margin-left: 20px;
	background: #fff;
	}
	
#section_contain {
	width:600px;
	padding-top: 64px;
	margin-left: 15px;
	background: #fff;
	color:#000;
	line-height: -300px;
	}
	

#image_contain {
	font-size: 19px;
	text-transform:uppercase;
	color: #808386;
	height: 500px;
	width: 100%;
	position:absolute;
	bottom:0;
	left:0;
	
	}
	


	
	
	

	
.nav { 
	font-size: 19px;
	text-transform:uppercase;
	letter-spacing: 1.3em;
	color: #808386;
	}
	
.nav a:link {
  text-decoration: none;
  color: #999b9f;
  
}

.nav a:visited {
 text-decoration: none;
  color: #999b9f;
  }

.nav a:hover {
  text-decoration: none;
  color: #000;
  }
  
 
.nav a:active {
  text-decoration: none;
  color: #999b9f;
  }
	
	

.section { 
	font-size: 57px;
	text-transform:lowercase;
	letter-spacing: -3px;
	color: #311b0f;
	}
	
	
	



#port1 {
width:368px;
float: left;
padding-left: 20px;
margin-top:5px;

}

#port2 {
width:500px;
float: left;
padding-left:5px;
margin-top:5px;

}

.clear { clear: both;}



/* Easy Slider */


#slider {
	position:absolute;
	bottom:0;
	left:0;
	
	}
	


#slidetext {
	margin-left:20px;
	}

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:1000px;
		height:515px;
		overflow:hidden; 
		}
		
		
	span#prevBtn{}\	
	
	span#nextBtn{}		
				

/* // Easy Slider */


a:focus
{
  -moz-outline: none;
}