@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: tahoma, arial;
	font-size: 12px;
	background-color: #ccc;
	text-align: center;
}

#container {
	background: #fff url(../img/mohn_red_1.jpg) center top no-repeat;
	width: 702px;
	\width: 722px;
	w\idth: 702px;
	padding: 0px 10px;
	margin: 0 auto;
	background-color: #fff;
}

#main {
	text-align: left;
	padding-right: 7px;
	padding-bottom: 5px;
}

#login {
	padding-top: 20px;
	padding-right:0px;
	margin-left: 545px;
}

#login a {
	padding: 9px 10px 9px 35px;
	border: dotted 2px #fff;
	color: #fff;
	text-decoration: none;
	background: transparent url(../img/item_red.gif) 10px 50% no-repeat;	
}

#login a:hover {
	background: #390 url(../img/item_red.gif) 10px 50% no-repeat;	
}

#menu {
	float: left;
	background: #fff url(../img/bg_menu2.gif) 18px 0 no-repeat;
	width: 250px;
	margin: 117px 0 10px 0;
	padding: 0 0 100px 0;
	text-align: left;
}

#menu ul {
	margin: 0px 12px 16px 30px;
	border-top: solid 1px #ededed;
	text-align: left;
	list-style-type: none;
}

#menu ul a {
	padding: 9px 10px 9px 43px;
	background: #fff url(../img/item_red.gif) 20px 50% no-repeat;
	display: block;
	text-decoration: none;
	color: #000000;
	font-size: 110%;
	border-bottom: solid 1px #ededed;
	width: 151px;
	\width: 204px;
	w\idth: 151px;
}

#menu li a:hover, #menu li a.now, #menu li.now a {
	background: #f4f4f4 url(../img/item_red.gif) 20px 50% no-repeat;
}

#menu h1 {
	background: url(../img/logo_fuewanet_150.gif) 60px 50% no-repeat;	
}

#menu2 {
	float:right;
	width: 410px;
	line-height:100%;
	padding: 0 0 0 0;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #fff;
}

#menu2 p {
	display: block;
	font-size: 80%;
	color: #cc0000;	
	margin-bottom: 0px;
	padding: 0 0 0 0;
	border-top: dotted 2px #ccc;
}

#menu2 ul {
	margin-top:5px;
	line-height:50%;
	list-style-type: none;
	float: left;
}

#menu2 ul li {
	float: left;	
	width: 150px;
}

#menu2 ul a {
	background: transparent url(../img/item_small_red.gif) 10px no-repeat;
	font-size: 80%;
	padding: 3px 10px 3px 25px;
	color: #000;
	text-decoration: none;
	display:block;
}

#menu2 ul a:hover {
	background: transparent url(../img/item_small_grey.gif) 10px no-repeat;
	color: #666;
}

#menu2 li.now a {
	background: transparent url(../img/item_small_grey.gif) 10px no-repeat;
	color: #cc0000;
}

#address {
	margin-left: 46px;
	display: block;
	text-align: left;
	padding: 0;
	color: #888;
	font-size: 90%;
	width: 172px;
}

#address p {
	margin-left: 3px;
	padding-bottom: 10px;
}

#address a {
	text-decoration:none;
	color:#888;	
}

#address a:hover {
	text-decoration:none;
	color:#c00;	
}

#address table {
	padding: 0;
	margin: 0;
	color: #888;
	font-size: 90%;	
}

#content {
	width: 410px;
	float: right;
	text-align: left;
	line-height: 170%;
	padding: 66px 0px 40px 13px;
	
}

#content h1 {
	background-color: #c00;
	color: #fff;
	font-size: 200%;
	padding: 5px 5px 5px 5px;
	margin-bottom: 30px;
}

#content h2 a {
	color: #c00;
	text-decoration: none;		
	font-size: 80%;
}

#content h2 a:hover {
	color: #000;
	text-decoration: none;		
	font-size: 80%;
}

#content p {
	margin-bottom: 20px;
	
}

#content a {
	color: #c00;
	text-decoration: none;		
}

#content a:hover {
	color: #000;
	text-decoration: none;		
}

#footer {
	border-top: solid 1px #ededed;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	line-height:100%;
	height:35px;
	background-color:#fff;
	float:left;
}

#footer p {
	font-size: 90%;	
	padding: 13px 0 0 0;
}

#footer a {
	color: #000;
	text-decoration: none;	
}

#footer a:hover {
	color: #c00;
	text-decoration: none;	
}

.popup{
		padding:1px;
		background:#eee;
		border:1px solid #999;
		position:absolute;
		min-height:2em;
		min-width:2em;
		top: 0;
		left: 0;

	}
a.popuplink{
		font-weight:bold;
	}
.popup iframe{
		width:99%;
		height:99%;	
	}

.displayfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.displayfix {display:inline-block;}
/* Hide from IE Mac \*/
.displayfix {display:block;}
/* End hide from IE Mac */
