 
@charset "utf-8";
/* CSS Document */
html{
	font-family:Verdana, Geneva, sans-serif;
}

body{
    margin:0;
    padding:0;
	_background-image:url(../images/topimage_fil.jpg);
	_background-repeat:no-repeat;
	_background-position-x:420px;
   
}

ul{
    margin:0;
    padding:0;
}

h1{
    font-size:11px;
    font-weight:normal;
}


h2{
	font-size:17px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:30px;
	border-bottom:1px #000000 solid;
}

ul{
    list-style:none;
}

#wrapper{
    width:1100px;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    top:0;
	float:left;
}

/* -----bgimage----- */

#bgimage{
    width:100%;
    height:100%;
    float:right;
    overflow:hidden;
    position:fixed;
    margin-left:350px;
    top:0px;
	_display:none;
	_width:600px;
}

/* -----menu----- */

#menu{
    width:350px;
    height:100%;
    margin:120px 0 0 40px;
    float:left;
    position:fixed;
}

ul.menu_title{
    font-family:didot;
    margin-top:45px;
}

ul.menu_title li{
    margin-bottom:20px;
}

/* -----main-----*/

#main{
    width:600px;
    margin:173px 0 0 400px;
	padding-left:10px;
    position:absolute;
    font-size:12px;
	_margin:0 0 0 500px;
	_float:left;
	_top:175px;
}

.text{
    color:#000000;
    margin-bottom:60px;
    line-height:50px;
}

/* -----copyright----- */

#copyright{
	margin-left:40px;
	position:fixed;
	bottom:0px;
	font-size:10px;
	height:30px;
	margin-bottom:5px;
	_padding-left:40px;
}

/* -----footer----- */


*#copyright{

position:fixed;
_position:absolute;
z-index:3;
right:0px;
left:0px;
bottom:0px;

}

/* -----contact----- */

p.contact {
	border: none;
	font-size: 12px;
	padding-bottom: 10px;
}

table.contact {
	border: none;
	padding-top: 10px;
}

th.contact {
	width: 110px;
	vertical-align: baseline;
	text-align: left;
	font-size: 12px;
}

td.contact {
	padding-bottom:10px;
	border: none;
	line-height: 1.2em;
}

textarea.txt_box365{
	width: 365px;
	border: 1px #666666 solid;
	background-color:transparent;
}

.inp{
	border: 1px #666666 solid;
	background-color:transparent;
}

.message{
	padding-top:15px;
}

.red {
	color: #FF0000;
}

div.ta_center {
	width: 510px;
	margin-top: 10px;
	text-align: center;
}

/* -----form----- */


.form{
	margin-left:100px;
	text-align:left;
	line-height:30px;
}

.center{
	text-align:center;
}

