@import url(./css3.css);

body {
	margin:0px;
	background-color:#49423e;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/background.png);
}


/****************/
a.info {
   position:relative;
   color:black;
   text-decoration:none;
   border-bottom:1px gray dotted;
}
a.info span {
   display:none;
}
a.info:hover {
   background:none;
   z-index:500;
   cursor:help;
}
a.info:hover span {
   display:inline;
   position:absolute;
   white-space:nowrap;
   top:2em;
   left:2em;
   background:white;
   color:green;
   padding:3px;
   border:1px solid green;
   border-left:4px solid green;
}
/****************/


a:link {
	color:#00FF00;
}
a:visited {
	color:#00CC00;
}
a:hover {
	color:#00CC00;
}
a:active {
	color:#00FF00;
}


p {
	padding-left:30px;
	margin:0px 0px 40px 0px;
}

img {
	border:0px;
	position:relative;
	z-index:50;
}

#header {
	height:160px;
	background-image:url(../images/header_background.png);
	background-repeat:repeat-x;
}
	#header .c {
		height:160px;
		background-image:url(../images/header.png);
		background-repeat:no-repeat;
	}
		#header .c #pc_state {
			margin:3px 0px 0px 765px;
		}

#bar_b1 {
	height:20px;
	background-image:url(../images/bar_b1.png);
	background-repeat:repeat-x;
}

	#header .c, #bar_b2 .c {
		width:850px;
		margin:auto;
	}

#bar_b2 {
	height:50px;
	background-image:url(../images/bar_b2.png);
	background-repeat:repeat-x;
}

#bar_b2 .c table {
	width:100%;
	border:0px;
}

	#bar_b2 .c table tr td {
		padding:4px;
		margin-right:50px;

	}
		#bar_b2 .c table tr td div a {
			outline:none;
		}

		#bar_b2 .label {
			float:right;
			height:42px;
		}
		#bar_b2 .ind {
			width:11px;
			height:42px;
			float:right;
			background-image:url(../images/button.png);
			background-repeat:no-repeat;
		}



#bar_b3 {
	height:15px;
	background-image:url(../images/bar_b3.png);
	background-repeat:repeat-x;
}


#content {
	width:850px;
	margin:auto;
	padding:25px 10px 25px 10px;
	text-align:left;
}



h2 {
	width:790px;
	height:25px;
	font-size:16px;
	font-weight:bold;
	color:#E15624;
	background-image:url(../images/title.png);
	padding:25px 0px 0px 60px; 
}



.bar_rea {
	margin-top:2px;
	background-image:url(../images/bar_rea.png);
	width:243px;
	height:19px;
	color:#000000;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:12px;
	padding:4px 0px 0px 7px;
	position:relative;
	z-index:100;
}


.item {
	height:16px;
	margin:0px 0px 2px 50px;
}
.icon {
	background-image:url(../images/icons.png);
	background-repeat:no-repeat;
	margin-left:-20px;
	width:16px;
	height:16px;
	position:absolute;

}

table.sites {
	width:750px;
	border:0px;
}


ul {
	margin-top:-30px;
	margin-left:10px;
}



input[type=text], textarea, select {
	background-color:#F5F5F5;
	border:1px #DF5B20 solid;
}



#footer {
	width:100%;
	height:24px;
	color:#000000;
	font-size:10px;
	padding-top:10px;
	text-align:center;
	background-color:#928E89;
	background-image:url(../images/footer.png);
	background-repeat:repeat-x;
}


#hand {
	width:253px;
	height:301px;
	position:relative;
	background-image:url(../images/hand.png);
	background-repeat:no-repeat;
	margin-top:-335px;
	z-index:0;
}