/*-----------------------Generals & Globals----------------------------*/
* {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

script {
	border: 1px solid pink;
	overflow: hidden;
	display: none;
}

a:focus {
	-moz-outline-style: none;
}

a {
color: #aaa;
}

.cat_link a {
	color: #fff;
}

a:hover, body.references-links a:hover {
	color: #903f24;
}

.cat_link a:hover {
	color: #903f24;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #555555;
	color: #fff;
}




p {
	margin: 10px 0px 10px 0px;
}

h1 {
	font-size: 12px;
}
/* color: #787575; */
.grey {
	color: #aaa;
}

.red,.grey:hover {
	color: #903f24;
}

/*----------------------Template RAW-----------------------------*/
#outerwrapper {
	width: 940px;
	height: 680px;
	margin: 40px auto;
}

#innerwrapper {
	background-color: #4c4c4c;
	width: 940px;
	height: 680px;
	display: table;
}

#contentwrapper {
	width: 860px;
	height: 600px;
	margin: 40px auto;
	position:relative;
}

#navigation {
	height: 600px;
	width: 160px;
	position:relative;
	margin-left: 695px;
	margin-top:0px;
}

#content {
	height: 600px;
	width: 690px;
	position:absolute;
	left:0;
}

body.portfolio #content {
	margin-top: -40px;
	height: 680px;
}

#content_real {
	bottom: 0;
	position: absolute;
}

/*-------------------------------Navigation-------------------------------*/
#portfolio , #bottom_nav {
	list-style-type: none;
	position: absolute;
	margin: -5px 0px 0px 38px;
	width: 120px;
	text-align: right;
	
	
}

.nav_top {
	display: block;
	font-size: 13px; 
	/* font-weight: bold; */
	text-decoration: none;
	padding: 8px 0px 5px 8px;
	color: #fff;
}

.nav_top:hover {
	color: #903f24;
}

.nav_sub {
	display: block;
	width: 120px;
	height: 15px;
}

.subnavigation {
	list-style-type: none;
	overflow: hidden;
	margin-top: 0px;
}

#bottom_nav {
bottom:-10px;
}



#bottom_nav li a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 9px 0px 9px 0px;
	_padding:0;
}

/*-------------------------------Contents-------------------------------*/

body.about .content_row {
	margin-top:10px;
	display:table;
	line-height:17px;
}

body.about .content_de {
	float: left;
	width: 299px;
	margin-left: 50px;
}

body.about .content_en {
	float: left;
	width: 299px;
	margin-bottom: 0;
}


body.copyrights .content_table {
	margin:0px;
	padding:0px;
	position:relative;
	display:table;
}

body.copyrights  .content_row {
	
	margin-top:10px;
	line-height:17px;
}

body.copyrights  .content_de {
	width: 300px;
	valign:top;
	padding-left:50px;
	padding-top:10px;
}

body.copyrights  .content_en {
	width: 300px;
	padding-top:10px;
}

.cat_link {
	width: 230px;
	float: left;
	line-height:18px;
}

/*-------------------------------Portfolio-------------------------------*/
	/*------------Image Full Size--------------*/
#image {
	height: 600px;
	width: 500px;
	position: absolute;

}

#image_full_1,#image_full_2 {
	position: absolute;
}

#image_txt {
	position: absolute;
	margin-top: 642px;
	font-size: 9px;
	color: #787575;
}

/*------------scroller--------------*/
#scroller {
	position: absolute;
	margin: 0px 0px 0px 620px;
	height: 680px;
	width: 50px;
	clear: both;
}

#scroller_wrapper {
	width: 60px;
	height: 590px;
	overflow: hidden;
	margin-top:10px;
}

#scroller_content {
	text-align: center;
	width: 60px;
}

#scroller_top {
	width: 50px;
	height: 40px;
	background-position: 16px 15px;
	background-repeat: no-repeat;
}

#scroller_bottom {
	width: 50px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 16px 16px;
}

.scroll_top {
	background-image: url(../img/scroller_top.gif);
	cursor: pointer;
}

.scroll_top:hover {
	background-image: url(../img/scroller_top_hover.gif);
}


.scroll_bottom {
	background-image: url(../img/scroller_bottom.gif);
	cursor: pointer;
}

.scroll_bottom:hover {
	background-image: url(../img/scroller_bottom_hover.gif);
}


/*------------Thumbnails--------------*/
.img_thumb {
	margin-bottom: 10px; 
	*margin-bottom: 8px;
	border: none;
	filter: alpha(opacity = 30);	
}

/*-------------------------------Divers-------------------------------*/

#copyright {
margin-top:0px;
display:block;
}

.noscript {
width:100%;
height:800px;
background-color:red;
position:absolute;
z-index:30;
top:0;
background-color: #555555;
}

.noscript .text {
width:350px;
height:300px;
background-color: #4c4c4c;
text-align:center;
margin:150px auto;
padding-left:50px;
}

.noscript .text .head {
	padding-top: 20px;
	width:300px;
}

.noscript .text .txt {
	padding-top:10px;
	width:300px;
	border-top:1px solid #bbbbbb;
}

.noscript .text .cont {
	width:300px;
	padding-top:10px;
	border-top:1px solid #bbbbbb;
}

/*-------------------------------fuman Stuff-------------------------------*/
	/*---------------Main Menu---------------*/
#fumanmainmenu {
	width: 250px;
	top: 60px;
	left: 10px;
}

#ancatanMenu {
	z-index:10;
	position: absolute;
	top: 100px;
	left: 10px;
	width: 250px;
	/*overflow: hidden;*/
	position: absolute;
	border: 1px solid #80a732;
	background-color:#FFFFFF;
}

#ancatanMenu h1 {
	color: #FFFFFF;
	background-color: #80a732;
	padding: 2px 0px 2px 2px;
}

#ancatanMenu a {
	color: #4c4c4c;
}

#ancatanMenu  .fumanmenu_border {
border:none;
}

#ancatanMenu  .fumanmenucontent {
color: #4c4c4c;
padding-left:5px;
}

#ancatanMenu .fumanmenucontainer {
margin:0px;
padding:0px;
}

#cat_title {
font-size:10px;
}

#submenu {
width:250px;
display:Table;
height:150px;
}

.tab {
display:table;
margin:0px;
padding:0px;
position:absolute;
background-color:white;
width:250px;
border: 1px solid #80a732;
margin-left:-1px;
}

#ancatanMenu .fumanmenu {
font-size:10px;
border-bottom:1px solid #80a732;
}

a.menu_link {
    position:relative;
    z-index:24;
    
 }

a.menu_link:hover{z-index:25;}

a.menu_link span{display: none}

a.menu_link:hover span{ 
    display:block;
    position:absolute;
    top:-30px; left:10px; width:180px;
    border:1px solid #80a732;
    background-color:#f3f9f3; 
    color: #4c4c4c;
    text-align: center;
    }
    
#loader {
	position:absolute;
	margin:7px 0px 0px 708px;	
	z-index:10;
	visibility:visible;
}
    