@charset "UTF-8";
/* CSS Document */

/*structure*/
body{
background-color:#3a2e22;
font-family:Trebuchet MS;
color:#d4d1cf;
font-size: 62.5%;
margin:0 0 0 0;
}

#undercon {
position: absolute;
left: 0;
top: 0;
display: block;
height: 125px;
width: 125px;
background: url(images/undercon.png) no-repeat;
text-indent: -999em;
z-index:2;}


img{border:0;}
a{text-decoration:none;color:#c79d58;}
a:hover{color:#faf7df;}

h1{font-size:1.3em;margin:0;font-weight:normal;line-height:1em;color:white;}


#container{
position:absolute;
left:50%;
width:826px;
margin-left:-413px;
background:url(images/main_bg.png) top left no-repeat;
font-size:1.1em;
line-height:1.3em;
}

#header{
position:relative;
width:100%;
height:134px;
}

#footer{
position:relative;
width:100%-10px;
height:20px;
background-color:#736357;
border-top:#000000 solid 5px;
clear:both;
margin-top:20px;
padding:3px 5px 0 5px;
font-size:9px;
color:#c7c1bc;
}

#index_pic{
position:relative;
margin-top:20px;
width:100%;
height:244px;
}

#index_beyond{
position:relative;
margin-top:14px;
width:384px;
height:320px;
float:left;
}

#index_simple{
position:relative;
float:right;
margin-top:14px;
width:419px;
height:320px;
}

#pages_pic{
margin-top:20px;
width:100%;
height:212px;
}

#contact_left{
padding-left:2px;
width:220px;
float:left;
margin:20px 0 20px 0;
}

#contact_right{
width:550px;
padding-left:20px;
border-left:#6a5c53 solid 1px;
margin:20px 0 20px 0;
float:right;
}

#flashcontent{
margin-top:5px;
width:100%;
height:550px;
}

#works_left{
width:500px;
float:left;
margin:20px 0 20px 0;
}

#works_right{
width:280px;
padding-left:20px;
float:right;
margin:20px 0 20px 0;
border-left:#6a5c53 solid 1px;
}

#services_main{
width:100%;
margin:20px 0 20px 0;
}

#services_list{
width:100%;
height:282px;
background:url(images/services_bg.png) top left no-repeat;
}

#services_list ul{
list-style-image: url("images/arrow.png");
margin-top:10px;
margin-bottom:14px;
padding:0 0 0 0px;
color:#000000;
font-size:1.1em;
line-height:2em;
list-style-position:inside;
}

#services_list li:hover{
background-image:url(images/brownybg.png);
}

#services_list a{color:#000000;cursor:help;}
/*end of structure*/


/*navi begins*/

#navi{
float:right;
}


#navi_home{
width:42px;
height:20px;
padding-top:2px;
display:block;
text-align:center;
float:left;
}

#navi_personal{
width:83px;
height:20px;
padding-top:2px;
display:block;
text-align:center;
float:left;
margin-left:30px;
}

#navi_service{
width:80px;
height:20px;
padding-top:2px;
display:block;
text-align:center;
float:left;
margin-left:30px;
}

#navi_work{
width:67px;
height:20px;
padding-top:2px;
display:block;
text-align:center;
float:left;
margin-left:30px;
}

#navi_contact{
width:69px;
height:20px;
padding-top:2px;
display:block;
text-align:center;
float:left;
margin-left:30px;
}

#navi_home:hover,#navi_personal:hover,#navi_service:hover,#navi_work:hover,#navi_contact:hover{background-color:#998675;
}


/*tooltip*/
#tooltip{
	position:absolute;
	border:1px solid #333;
	background-image:url(images/trans.png);
	padding:4px 10px;
	color:#000;
	display:none;
	font-size:1.1em;
	width:200px;
	}