@import url('reset.css');
@import url('prototip.css');
body {
	text-align: center;
	padding: 0;
	margin: 0;
}

#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 1055px;
	text-align: left;
	height: 100%;
}
#wrapper.body_home{background: #fff url(../images/home_bkg.jpg) top left no-repeat;}
#wrapper.body_internets{background: #fff url(../images/internets_bkg.jpg) top left no-repeat;}
#wrapper.body_noninternets{background: #fff url(../images/non_internets_bkg.jpg) top left no-repeat;}
#wrapper.body_contact{background: #fff url(../images/contact_bkg.jpg) top left no-repeat;}
#wrapper.body_experience{background: #fff url(../images/experience_bkg.jpg) top left no-repeat;}

#feature1, #feature2, #feature3{
	z-index:1;
}

#feature1{
	background:transparent url(../images/home_recent_1_01.jpg) no-repeat scroll left top;
	height:159px;
	margin-left:182px;
	margin-top:-67px;
	width:446px
}

#feature1 img{
	position: relative; 
	width: 350px; 
	height: 130px; 
	z-index: 10; 
	top: 20px; 
	left: 25px;
}

#feature2{
	background: transparent url(../images/home_recent_1_02.jpg) top left no-repeat;
	width:446px;
	height:159px;
	margin-left:181px;
}

#feature2 img{
	z-index: 2; 
	position: relative; 
	width: 350px; 
	height: 110px; 
	top: 8px; 
	left: 48px;
}

#feature3{
	background: transparent url(../images/home_recent_1_03.jpg) top left no-repeat;
	width:446px;
	height:159px;
	margin-left:181px;
	margin-top:-50px;
}

#feature3 img{
	z-index: 1; 
	position: relative; 
	width: 350px; 
	top: 1px; 
	left: 72px; 
	height: 99px;
}

#headnav {
	position: relative;
	height: 150px;
}

#headnav a{
	display:block;
	overflow:hidden;
	position: absolute;
	
}

#imagehome{
	height:80px;
	position:absolute;
	right:100px;
	top:31px;
	width:425px;
}

#nav_internets{
	background:transparent url(../images/nav_internets.jpg) no-repeat scroll left top;
	height:26px;
	right: 306px;
	top: 106px;
	width:193px;
}

#nav_internets:hover{
	background: transparent url(../images/nav_internets.jpg) bottom left no-repeat;
}
#nav_internets.active{
	background: transparent url(../images/nav_internets.jpg) bottom left no-repeat;
}

#nav_non_internets{
	background:transparent url(../images/nav_non_internets.jpg) no-repeat scroll left top;
	height:28px;
	right: 106px;
	top: 111px;
	width:200px;
}

#nav_non_internets:hover{
	background: transparent url(../images/nav_non_internets.jpg) bottom left no-repeat;
}
#nav_non_internets.active{
	background: transparent url(../images/nav_non_internets.jpg) bottom left no-repeat;
}

#nav_contact{
	background:transparent url(../images/nav_contact.jpg) no-repeat scroll left top;
	height:20px;
	right:323px;
	top:130px;
	width:225px;
}

#nav_contact:hover{
	background: transparent url(../images/nav_contact.jpg) bottom left no-repeat;
}
#nav_contact.active{
	background: transparent url(../images/nav_contact.jpg) bottom left no-repeat;
}

#nav_experience{
	background: transparent url(../images/nav_experience.jpg) top left no-repeat;
	height: 19px;
	right:110px;
	top:137px;
	width: 215px;
}

#nav_experience:hover{
	background: transparent url(../images/nav_experience.jpg) bottom left no-repeat;
}
#nav_experience.active{
	background: transparent url(../images/nav_experience.jpg) bottom left no-repeat;
}

#pagecontent{
	padding-left:50px;
	padding-top:84px;
	height: 100%;
}

#internets, #noninternets{
	margin-left: 144px;
}

.nav {
	width: 192px;
	float: left;
	font-family: Arial;
	font-size:10px;
	text-transform:uppercase;
}

.nav ul {
	margin: 15px 0 0 30px;
}
ul#flash{
	margin-bottom: 39px;
}
ul#print{
	margin-bottom: 41px;
}
.nav li{
	list-style:none;
	margin: 5px 0px;
}
.nav a{
	background:transparent url(../images/link_bkg.png) no-repeat scroll right top;
	color:#CCCC99;
	display:block;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:1px 5px;
	text-decoration:none;
	width:151px;
}
.nav a:hover{
	color: #FFC;
}
.nav a.selected{
	color:yellow;
}
#home{
	margin-left:79px;
}
#loading {
	background:transparent url(../images/loading.gif) no-repeat scroll left top;
	float:right;
	height:18px;
	margin-top:-18px;
	width:33px;
}

#content {
	width: 669px;
	float:right;
	margin-top:17px;
	color: #CC9;
	font-family: Arial;
	font-size: 10px;
}

#content .project_head{	
	line-height:17px;
	padding:15px 10px 0 24px;
}

#content .project_head a{
	text-decoration: none;
	outline:none;
	color: #CC9;
	display: block;
}

#content .project_image{
	width: 100%;
	margin-bottom: 15px;
	border: none;
}

#content a{
	border: none;	
}

#contact {	
	height:382px;
	position: relative;
}
#contact #loading {
	background:transparent url(../images/loading.gif) no-repeat scroll left top;
	float:right;
	height:18px;
	margin-right:250px;
	margin-top:61px;
	width:33px;
}

#contact #emailform {
	position:absolute;
	right:392px;
	top:28px;
}

#contact input, #contact #message{
	font-family: Arial;
	font-size: 10px;
	color: #666;
	padding: 3px;
	border:none;
}

#contact #name{
	margin-right: 16px;
	height: 18px;
	width: 200px;
}

#contact #email{
	text-align:right;
	height: 18px;
	width: 200px;
}

#contact #message{
	margin-top:27px;
	width: 419px;
}

#contact #submitContact{
	background:transparent url(../images/contact_send_btn.jpg) no-repeat scroll left top;
	cursor:pointer;
	height:46px;
	overflow:hidden;
	position:absolute;
	right:-108px;
	top:59px;
	width:74px;
}

#contact #submitContact:hover{
	background:transparent url(../images/contact_send_btn.jpg) no-repeat scroll left bottom;
}

#contact #submitContact.sent{
	background:transparent url(../images/contact_sent_btn.jpg) no-repeat scroll left top;
}

#experience{
	margin-left:55px;
}

#experience ul{
	margin-left: 35px;	
}

td{
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
	color:#666666;
}

td a{
	color: #933;
	text-decoration: none;
}

td.text{
	width: 220px;
	padding-left:119px;
	text-align:justify;
	line-height:1.5;
}

td.links{
	width: 194px;
	font-size:10px;
	line-height:1.4;
}

td.links li{
	list-style: none;
	margin-bottom:6px;
}

.spacer{
	width: 25px;
	height: 200px;
}