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

BODY {
	color: #FFFFFF;
	background-color:#3a3a3a;
	margin: 0px;	
    font-family:Verdana, Arial, Helvetica, sans-serif; 
  	font-size:10px;
	background-image:url(../images/design/bg.png);
	background-repeat:repeat-x;
	background-position:top left;
}

#div_container_bg, #div_container_bg1, #div_container_bg2, #div_container_bg3, #div_container_bg4, #div_container_bg5, #div_container_menu{
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:700px;
	border:0px solid #FFFFFF;
	z-index:1;
	display:none;
}
#div_container_bg1, #div_container_bg2, #div_container_bg3, #div_container_bg4, #div_container_bg5{
top:14px;
top:0px;
display:none;
}
#div_container_bg{
	background-image:url(../images/design/drawing.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#div_container_bg1{
	background-image:url(../images/design/bg/drawing1.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:274px;
	height:291px;
}
#div_container_bg2{
	background-image:url(../images/design/bg/drawing2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:438px;
	height:210px;
}
#div_container_bg3{
	background-image:url(../images/design/bg/drawing3.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:300px;
	height:402px;
}
#div_container_bg4{
	background-image:url(../images/design/bg/drawing4.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:292px;
	height:214px;
}
#div_container_bg5{
	background-image:url(../images/design/bg/drawing5.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:158px;
	height:246px;
}

#div_container{
	position:absolute;
	left:0px;
	top:0px;
	width:695px;
	height:230px;
	background-color:#000000;
	z-index:1;
	display:none;
	overflow:hidden;
}
#div_container_credits{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:20px;
	z-index:501;
	overflow:hidden;
}

#div_container_shade{
	position:absolute;
	left:0px;
	top:0px;
	width:1px;
	height:1px;
	border:0px solid #FFFFFF;
	background-color:#B933A5;
	z-index:0;
	display:none;
}

#menu_container{
	width:500px;
	height:30px;
	position:absolute;
	left:280px;
	top:-1px;
	overflow:hidden;
	border-bottom:0px solid #333333;
	border-left:0px solid #333333;
	z-index:12;
	overflow:hidden;
}
div.sub_menu_container{
	width:500px;
	height:25px;
	position:absolute;
	left:280px;
	top:25px;
	overflow:hidden;
	border-left:0px solid #333333;
	border-bottom:0px solid #333333;
	z-index:500;
	overflow:hidden;
	display:none;
}
#sub_menu_container_3{
	position:absolute;
	left:444px;
}

div.navigation_btn, div.sub_navigation_btn{
	width:76px;
	height:22px;
	position:relative;
	left:0px;
	top:-60px;
	cursor:pointer;
	overflow:hidden;
	text-align:center;
	float:left;
	border:1px solid #333333;
	border-color: #333333;
	font-weight:bold;
	font-size:10px;
	line-height:20px;
	text-decoration:none;
	color:#666666;
	margin-left:4px;
}

div.sub_navigation_btn{
	top:0px;
	width:117px;
}

div.navigation_btn_anim{
	width:77px;
	height:22px;
	position:absolute;
	left:435px;
	top:1px;
	float:left;
	background-color:#2c6fae;
}


a.contact, a.contact:visited{
	color:#cb64af;
	text-decoration:none;
}
a.contact:hover{
	color:#c1214b;
	text-decoration:none;
}
a.menu_link1,a.menu_link1:visited,a.menu_link2,a.menu_link2:visited,a.menu_link3,a.menu_link3:visited,a.menu_link4,a.menu_link4:visited,a.menu_link5,a.menu_link5:visited,a.sub_menu_link4,a.sub_menu_link4:visited{
	font-weight:bold;
	font-size:10px;
	line-height:20px;
	text-decoration:none;
}

a.menu_link1{
	color:#2c6fae;
}

a.menu_link2{
	color:#6f845d;
}

a.menu_link3{
	color:#be8e30;
}

a.menu_link4, a.sub_menu_link4{
	color:#cb64af;
}

a.menu_link5{
	color:#c1214b;
}

a.menu_link1.active, a.menu_link2.active, a.menu_link3.active, a.menu_link4.active, a.menu_link5.active{
	color:#000000;
}
a.sub_menu_link4:hover{
	color:#c1214b;
}
a.sub_menu_link4.active{
	color:#be8e30;
}
/*a.menu_link2:hover{
	color:#6f845d;
}
a.menu_link3:hover{
	color:#be8e30;
}
a.menu_link4:hover{
	color:#cb64af;
}
a.menu_link5:hover{
	color:#c1214b;
}
*/

/*menu*/
#menu1{
}
#menu2{
}
#menu3{
}
#menu4{
}
#menu5{
}

#gallery{
	position:absolute;
	left:0px;
	top:0px;
	width:230px;
	height:230px;
	overflow:hidden;
	z-index:1;
	border:0px solid #FFFFFF;
}

#progress {
	position:absolute;
	left:5px;
	top:100px;
	width: 200px;
	height: 15px;
	padding: 2px;
	border: 1px solid #333333;
	display:none;
	z-index:2;
}
 
#progress .bar {
	width: 0px;
	text-align: center;
	font-size: 10px;
	height: 15px;
	background: #B933A5;
	color: #fff;
	font-weight:normal;
}

#div_content{
	z-index:10;
	position:relative;
	left:50px;
	top:30px;
	width:640px;
	height:485px;
	border:0px solid #333333;
	overflow:hidden;
}
div.content_txt{
	z-index:10;
	position:absolute;
	left:234px;
	width:404px;
	height:190px;
	overflow:hidden;
}

table.content_table{
	text-align:left;
	width:400px;
}

#div_content_1{
	border:0px solid #333333;
	display:none;
}
#div_content_2{
	border:1px solid #333333;
	display:none;
	height:270px;
}
#div_content_3{
position:absolute;
top:22px;
left:1px;
}
#div_content_4{
	border:1px solid #333333;
	display:none;
	height:285px;
}
#div_content_5{
	border:1px solid #333333;
	display:none;
	height:270px;
}
#scrollcontent{
	position:absolute;
	left:5px;
	top:5px;
	width:350px;
	height:260px;
	border:0px solid #333333;
	overflow:hidden;
	text-align:left;
}
#scrollnavigation{
	position:absolute;
	float:left;
	left:380px;
	top:225px;
	width:18px;
	height:40px;
	border:0px solid #333333;
	overflow:hidden;
}

IMG.middle {
	text-align:center;
	vertical-align:middle;
	border:0px solid #333333;
	max-width:100px;
	max-height:100px;
}

td{
	vertical-align:top;
}
td.td_form {
	vertical-align:top;
	padding:3px;
	text-align:left;
	width:75px;
}
td.td_form_input {
	vertical-align:top;
	padding:3px;
	text-align:right;
}

td.td_form_button {
	vertical-align:top;
	padding:3px;
	text-align:right;
}

td.td_form_result{
	vertical-align:top;
	padding:3px;
	text-align:center;
}

input.inputfield, textarea.inputfield{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
  	border-left: #333333 8px solid; 
	padding-left: 5px; 
	border-top: #333333 1px solid; 
	border-right: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	font-size: 11px; 
	color: #000000;
	background-color:#ffffff; 
	width:150px;
}