/*-----------------------------------------------------------------------------
author:    www.danielwriter.com
-----------------------------------------------------------------------------*/

/* =Technologies page
-----------------------------------------------------------------------------*/

#h2Tech {
	background:url(../img/h2Tech.jpg) no-repeat;
	position:absolute;
	height:30px;
	width:400px;
	}
	
.btnDiv {
	width:30px;
	height:257px;
	padding:136px 0 0 0;
	float:left;
	}
	
#slideShowFrame {
	width:812px;
	height:385px;
	padding:4px;
	background:#ffffff;
	margin:0 10px 29px 10px;
	float:left;
	}
	
#slideShowFrameInner {
	width:802px;
	height:375px;
	padding:4px;
	border:#000a13 solid 1px;
	background:#677f90;
	}
	
.techs {
	background:#08232c;
	margin:0 auto; 
	overflow: hidden;
	height:375px;
	width:802px;
	}
	
.techsInner {
	background:#08232c;
	padding:20px;
	width:762px;
	height:335px;
	}
	
.techsInner img {
	float:left;
	margin:0 20px 0 0;
	border:#000a13 solid 1px;
	}
	
.techsInner h1 {
	font-size:200%;
	text-align:center;
	font-weight:bold;
	border-bottom:#e6d369 solid 1px;
	margin:0 0 30px 0;
	border-top:none;
	background:none;
	padding:0;
	}
	