* {
  margin: 0;
  padding: 0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url('../images/bg.gif') repeat-x;
	color: #9a9a9a;
	font-size: 0.7em;
	line-height: 1.6em;
}

#header{
	position:relative;
	height:177px;
	width:790px;
	padding-top:10px;
	text-align:center;
}

#menus {
	position:relative;
	width:790px;
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
}

#menus a,visited {
	height: 28px;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom:0em;
	line-height: 0em;
	overflow: hidden;
	color: #bbbbbb;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	text-decoration:none;
}

#menus a:hover {
	color: #aaaaaa;
	border-bottom: 1px solid #cccccc;
}

#cont{
	width:790px;
	padding-top:1em;
	padding-bottom:0em;
	text-align:justify;
}


#line{
	width:900px;
	border-top: 2px solid #9d9d9d;
	padding-bottom:0em;
}

#conf{
	height:410px;
	width:100%;
	background: url('../images/bg_conf.gif') repeat-x;
}

#footer{
	height:101px;
	width:100%;
	background: url('../images/bg_footer.gif') repeat-x;
}

#specialfooter{
	position:relative;
	text-align:center;
	width:100%;
}

#special{
	padding-top:1em;
	padding-bottom:0em;
	font-size:1em;
	color:#9d9d9d;
}
#thetext{
	text-align:justify;
	width:790px;
	font-size:1.1em;
}
#thetext a:link{
	text-decoration:none;
	color:#333333;	

}
#thetext a:visited{
	text-decoration:none;
	color:#333333;	
}
#thetext a:hover{
	border-bottom: 1px #333333 solid;
}
#systext{
	text-align:justify;
}
#label{
	position:absolute;
	text-align:center;
	width:85px;
	height:85px;
	padding-bottom:0em;
	background: url('../images/label.png');
}
#comp{
	position:absolute;
	width:160px;
	height:113px;
	background: url('../images/comp.png');
	margin-top:4em;
	margin-left:0em;
}
#labeltext{
	color: #ffffff;
	font-size: 1.5em;
	padding-top:1.8em;

}
#system{
	position:relative;
	padding-left:16em;
	padding-top:5em;
	line-height:1.2em;
	width:145px;
}
.point{
	color:#4bb748;
}
#btn{
	position:relative;
	padding-left:15em;
	padding-top:0.5em;
}
#btn a:hover{
	border:none;
}
#map{
	position:absolute;
	width:550px;
	right:10%;
	height:396px;
	padding-bottom:0em;
	background: url('../images/map.png');
}

label {
	display: none;
}
input, textarea {
	color: #909090;
	border: 1px solid #493C36;
	background-color: #ffffff;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0.4em;
	line-height: 1.8em;
	width: 250px;
}
input {
	height: 26px;
}
textarea {
	overflow: hidden;
	height: 150px;
}
input:hover, textarea:hover, input:focus, textarea:focus  {
	border: 1px solid #808080;
	color: #000000;
}
#vip{
	positio:absolute;
	margin-bottom:0px;
}