@charset "iso-8859-2";
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	background-image: url(../img/top_bg.jpg);
	background-repeat: repeat-x;
	background-color: #dbdbdb;
	overflow: visible;
}
img {
	border:0;
}
a:link{
	color:#000000;
	text-decoration:none;
}
a:visited{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}
a:active{
	color:#000000;
	text-decoration:none;
}

#top{
	width:963px;
	height:308px;
	margin-top:0;
	position:relative;
	left:50%;
	margin-left:-450px;
}

#menu{
	width:963px;
	height:68px;
	position:relative;
	left:50%;
	z-index:1;
	margin-left:-450px;
	background:url('../img/menu_bg.png');
}
#menu a{
	color:#ffffff;
	text-decoration:none;
	text-shadow:1px 1px #2b6f98;
	
}
#menu a:hover{
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}

#middle-container{
	width:100%;
	height:auto;
	position:relative;
	overflow:visible;
}

#middle{
	width:963px;
	height:auto;
	left:50%;
	margin-left:-450px;
	position: relative;
	overflow: visible;
}

body-container{
	width:100%;
	height:auto;
	overflow:visible;
	background-color: #dbdbdb;

}
#footer-container{
	width:100%;
	height:109px;
	position:relative;
	background-image:url('../img/bottom_bg.jpg');
	background-repeat:repeat-x;
}
#footer{
	width:962px;
	height:109px;
	position:relative;
	left:50%;
	z-index:333;
	margin-left:-450px;
	color:#9e9e9e;
	background:url('../img/bottom_bg.png');
}

#footer a{
	color:#dbdbdb;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#contact_form{
	width:600px;
	float:right;
	margin-top:35px;
	margin-bottom:35px;

}

.input_text{
	font:11px Verdana, Tahoma, Helvetica, sans-serif;
	color:#555555;
	border:#A59BA9 solid 1px;
	background-color:#FFFFFF;	
	width:230px;
	height:23px;
	margin-top:13px;	
}

.input_textarea{
	font:11px Verdana, Tahoma, Helvetica, sans-serif;
	color:#555555;	
	border:#A59BA9 solid 1px;
	background-color:#FFFFFF;	
	width:332px;
	height:100px;
	margin-top:13px;
	margin-left:0px
}

.input_btn{
	font:11px Verdana, Tahoma, Helvetica, sans-serif;
	color:#FFFFFF;	
	border:#FFFFFF solid 1px;
	background-color:#1192fb;	
	width:70px;
	margin-top:10px;
	float:right;	
}

.noborder{
	border:none;
} 
