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

html {
	height:100%;
	}
body {
	margin:0;
	padding:0;
	background:url(images/bg_body_02.gif) top repeat-x;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#504f4f;
	height:100%;
	behavior:url('csshover.htc');
	}
h1 {
	margin-top: 0;
	padding-top: 0;
}
a img {
	border:none;
	}
a {
	color:#504f4f;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
#bg {
	background:url(images/bg.jpg) top center no-repeat;
	height:100%;
	}
#wrapper {
	width:668px;
	margin:0 auto;
	}
#left, #left2 {
	width:314px;
	float:left;
	padding-left:20px;
	padding-top:30px;
	text-align:justify;
	}
#left2 {
	width:444px;
	}
#right, #right2 {
	float:right;
	width:313px;
	padding-right:11px;
	padding-top:15px;
	}
#right2 {
	width:178px;
	}
#form2 {
	background:url(images/bg_form2_03.jpg) no-repeat;
	height:622px;
	}
#form1 form, #form2 form {
	margin:0;
	padding:0;
	padding:45px 15px 0 15px;
	font-weight:bold;
	}
a.big {
	font:20px helvetica;
	font-weight:bold;
	text-decoration:underline;
	color:#5f5f5f;
	}
a.big:hover {
	text-decoration:none;
	}
.alignCenter {
	text-align:center;
	}
.inp {
	width:120px;
	}
#nav ul li {
	display:inline;
	float:left;
	position:relative;
	}
#nav ul li div {
	position:absolute;
	top:36px;
	left:0px;
	display:none;
	margin:0; 
	padding:0;
	}
#nav ul {
	margin:0; padding:0; list-style-type:none; zoom:100%;
	}
#nav ul li:hover div {
	display:block;
	}
#drop {
	background:url(images/bg_drop_03.jpg) no-repeat;
	width:163px;
	height:91px;
	}
#drop a {
	color:#000000;
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	padding-left:10px;
	background:url(images/bull_03.gif) left no-repeat;
	margin-left:10px;
	line-height:30px;
	}
#drop a:hover {
	text-decoration:underline;
	}
