/* BASE RESET */
@import url("base.css");

/* @group RESI */

html,body { font-family: Verdana,"Lucida Grande", Lucida, sans-serif; color: #fff; background-color: #333; margin: 0; padding: 0; width: 100%; }

a,a:link, a:active, a:visited { color: #ffc425; }

a:hover { color: #fff; }

.float_left {
	float: left;
}

.float_right {
	float: right;
}

#container {
	margin: 0 auto;
	width: 926px;
}

#header {
	width: 925px;
	height: 126px;
	overflow: hidden;
	background-image: url(../images/main/new-res/res-home.gif);
}

#header h1 {
	width: 500px;
	height: 80px;
	position: absolute;
}

#header h1 a,#header h1 a:link {
	width: 500px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}

#header #archeng {
	position: absolute;
	width: 160px;
	height: 25px;
	margin: 0 0 0 535px;
	}
	
#header #archeng a,#header #archeng a:link {
	width: 160px;
	height: 25px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#content_full {
	margin-bottom: 0px;
}

#home_top {
	width: 925px;
}
#res-home-full {
	position: relative;
	float: left;
	width: 925px;
	height: 458px;
	margin:25px 0;
}

#res-nav {
	position:relative;
	top:99px;
	margin:0 0 0 155px;
	padding:2px 0;
	width:525px;
	height:25px;
}
a.res,a:link.res, a:active.res, a:visited.res { color: #000; text-decoration:none; }
a:hover.res { color: #fff; }
#res-nav li {
	display:inline;
	font-weight:bold;
	font-size:1.8em;
	margin-right:30px;
	color:#000;
}


