html, body {
	margin: 0;
	padding: 0;
}
h1{
	font-family: 'Lato',sans-serif;
	text-transform: capitalize;
	font-weight:lighter;
	color: #fff;
	margin: 0;
}
h2{
	font-family: 'Lato',"Helvetica Neue", sans-serif;
	text-transform: capitalize;
	font-weight:lighter;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #444;	
	padding-bottom: 5px;
}
p, span, a{
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	outline: none;
}
p{
	margin-top: 0;
	margin-bottom: 10px;
}
ul li{
	list-style: none;
}
.clear{
	clear: both;
}
a img{
	border: none;
}
/*############################################ slogan ############################################*/
#jorinde{
    position:absolute;
    bottom:0;
    right: 10px;
    width:100%;
    height:20px;
    text-align:right;	
}
#jorinde a{
	color: #fff;
    font-size:12px;
	font-family: 'Lato',"Helvetica Neue", sans-serif;    
    font-weight: 100;
}
#slogan{
	position: absolute;
	right: 70px;
	bottom: 20%;
	display: none;
}
.slogan{
	overflow: hidden;
	text-align: right;
}
.slogan.first{
/*	background: url('pic/system/raster.png') 0 0 repeat;	*/
	border-bottom: 2px solid #ccc;
}
.slogan.first span{
	bottom: -50px;
} 
.slogan.last span{
	top: -60px;
}
#slogan span, .box1 h1 {
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
	font-size: 60px;
	padding: 5px 0 5px 0;
	color: #fff;
	position: relative;
	text-shadow: 1px 1px 1px #000;
}
/*############################################ nav main ############################################*/
#header_top{
	background: url('pic/system/bg_textbox.png') 0 0 repeat;
	height: 80px;
	overflow: hidden;
	z-index: 7;
	position: relative;
/*	top:-80px;	*/
}
.logo{
	position: absolute;
	top:15px;
	left: 5%;
}
#nav_main ul, #nav_main2 ul{
	margin: 0;
	padding: 0;
	float: right;	
}
#nav_main ul li{
	float: left;
	border-left: 1px dotted #999;
	height: 80px;	
}
#nav_main2 ul li {
	border: none;
	float: left;
} 
#nav_main ul li a{
	padding: 50px 0 0 15px;
	font-size: 16px;
	display: block;
	color: #eee;
	text-transform: capitalize;
	font-family: 'Lato',"Helvetica Neue", sans-serif;
	font-weight: 100;
	width: 120px;
}
#nav_main ul li a.active{
	color: #ff0000;	
}
 #nav_main2 ul li a{
	padding: 0px 0 0 15px;
	font-size: 12px;
	display: block;
	color: #999;
	text-transform: capitalize;
	font-family: Verdana;
	width: 120px;
	border-left: 1px dotted #999;	
 }
#nav_main ul li a:hover{
	color: #ee0000;	
}
#nav_main2 ul li a:hover{
	color: #fff;	
}
/*############################################ other pages ############################################*/
#wrapper{
	width: auto;
	float: right;
}
.textbox{
	height: 280px;
	background: url('pic/system/bg_textbox.png') 0 0;
	padding: 3px;
	position: absolute;
	bottom:5%;
	left: -1300px;	
	z-index: -1;
}
/*.box1, .box1a{
*/
.box1{
	width: 200px;
	height: 280px;
	float: left;
	margin-right: 10px;
}
.box1 a{
	display: block;
	color: #aaa;
	text-transform: capitalize;
	font-size: 12px;
	margin: 10px 0 10px 5px;
	padding-left: 12px;
	background: url('pic/system/arrow_right.png') 0 -16px no-repeat;
}
.box1 a:hover, .box1a a:hover{
	color: #fff;
}
.box1 a:hover{
	background: url('pic/system/arrow_right.png') 0 3px no-repeat;	
}
.box1 a:active{
	color: #aaa;
	background: url('pic/system/arrow_right.png') 2px 3px no-repeat;	
}
.box1 h1{
	background: url('pic/system/bg_h1.jpg') 0 0 no-repeat;
	padding: 0 5px;
	margin-bottom: 15px;
	font-size: 30px;
	text-shadow: none;	
}
.box1a{
	width: 270px;
	border-left: 1px solid #444;	
	padding-left: 10px;	
}
.box1a ul li{
	margin: 0;
	padding: 0;
	line-height: 16px;
}
.box1a a{
	color: #aaa;
	text-transform: capitalize;		
	display: block;
	margin-bottom: 3px;
}
.box2{
	width: 525px;
	height: 280px;
	float: left;
	padding:0 10px;
	border-left: 1px solid #444;	
}
.scrollbox{
	overflow:auto; 	
	width: 525px;
	height: 240px;
}
.textbox p{
	font-size: 12px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,sans-serif;
	line-height: 16px;
	color: #aaa;
}

.float_left{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #666;
}	
/*############################################ bio pages ############################################*/
.box2 .scrollbox{
	height: 225px;
}

/*############################################ reference pages ############################################*/
.textbox.references{
	height: 400px;
}
.textbox.references .box2, .textbox.references .box2 .scrollbox{
	width: 820px;
	height: 400px;
}
.ref_box{
	width: 150px;
	height: 100px;
	float: left;
	margin: 0 10px 10px 0px;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	cursor: pointer;
	/*
	-moz-box-shadow: 	5px 5px 5px #999;	
	-webkit-box-shadow: 5px 5px 5px #999;	
	box-shadow: 		5px 5px 5px #999;	
	*/
}
.ref_content{
	top:100px;
	background: url('pic/system/bg_ref.png') 0 0 repeat;
	width: 150px;
	height: 100px;
	position: absolute;
	cursor: cell;
}
.ref_content h2{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	margin: 0;
	padding: 15px 0 2px 10px;
	text-align: left;
	border-bottom: none;
	color: #fff;
	width: 150px;
}
.ref_content span{
	color: #ccc;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 12px;
	background: url('pic/system/square.png') 0 4px no-repeat;
	line-height: 18px;
	font-family: Arial;
}
/*############################################ resume pages ############################################*/
#resume .box1a{
	width: 280px;
	height: 280px;
	float: left;
	margin-right: 10px;
}	
.box1a ul li a{
	width: 270px;
}	
#resume .box2,{
	width: 600px;
	height: 280px;
}
#resume .box2 .scrollbox{
	width: 525px;
	height: 280px; 
 }
.ui-state-active a{
 	color: #fff;
 }
#resume .box2 hs2{
	border: none;
	font-family: Verdana;
	font-size: 13px;
}
#resume .box2 p{
	border: none;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 18px;
	background: url('pic/system/arrow2.png') no-repeat -1px 4px; 
}
/*############################################ services pages ############################################*/
.box2.services{
	width: 400px;
}
.box2.services p{
	line-height: 20px; 
}
.serviceImg{
	/*	93 x 128	*/
	width: 93px;
	border: 2px solid #ccc;
	margin: 0 10px 2px 0;
	float: left;
}
.moreImg{
	padding: 3px 17px 3px 3px;
	color: #000;
	text-transform: uppercase;
	font-size: 8px;
	float: right;
	background: url("pic/system/arrow_right.png") no-repeat 62px -38px #666;
}
.moreImg:hover{
	background: url("pic/system/arrow_right.png") no-repeat 62px 4px #666;	
}
/*############################################ press pages ############################################*/
.pressbox{
	float: left;
	margin-right: 10px;
}
.pressbox img{
	width: 150px;
}
#press .box2 p{
	padding-left: 8px;
	background: url('pic/system/arrow2.png') no-repeat -1px 4px; 	
}
/*############################################ photo pages ############################################*/
#photos.textbox{
	height: 250px;
}
#photos .box1a{
	width: 280px;
	height: 250px;
	float: left;
	margin-right: 10px;
}		
#photos .box2{
	width: 600px;
	height: 250px;
}

#photos #gallery.box2 .scrollbox{
	width: 590px;
	height: 247px; 
 }
.photos{
	width: 136px;
	height: 89px;
	display: block;
	background: red;
	float: left;
	overflow: hidden;
	border: 2px solid #ccc;
	margin: 0 5px 5px 0;
}
.photos:hover{
	border: 2px solid #fff;	
}
/*############################################ contact pages ############################################*/
.contact span{
	color: #999;
}
.submit{
	padding: 3px 3px 3px 3px;
	background: #666;
	margin-right: 5px;
	color: #000;
	text-transform: uppercase;
	font-size: 8px;
	float: right;
/*	background: url("pic/system/arrow_right.png") no-repeat 41px -37px #666;	*/
	border: none !important;
	cursor: pointer;
}
.submit:hover{
	background: url("pic/system/arrow_right.png") no-repeat 41px 5px #666;	
}
/*############################################ no java pages ############################################*/
#nojavascript{
	width: 300px;
	margin: 200px auto;
}
#nojavascript span{
	color: #cc0000;
}
#nojavascript p{
	color: #555;
}	