* {
	font-family: Verdana, Arial, Helvetica, Tw Cen MT;
	font-size: 8pt;
	color: #000000;
}

#layer_site {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 180px;
}

#header_contact {
	margin-left: 700px;
	margin-top: 22px;
	width:90px;
	height:13px;
}

#header_contact a {
	display:block;
	text-indent: -99999px;
	height:13px;
	width:90px;
	background:url(/assets/templates/fnw/images/contact.png) bottom;
}

#header_contact a:hover {
	background-position: 0 0;
}

#menu {
	float: left;
	width: 200px;
}

#menu ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	padding-left:40px; 
	margin-top:10px;
/*	padding-bottom:1px;*/
	position:relative;
}

#menu ul li:hover {
/*	border-bottom:1px solid #888;
	padding-bottom:0px;*/
}



#menu ul li a {
	text-decoration:none;
	border:0;
	color:#9A005A;
}

#menu ul li a:hover{
	color:#888;
	text-decoration:underline;
}

#menu ul li.parent .active {
/*	border-bottom:0px;
	padding-bottom:1px;*/
}

#menu ul li.current {
/*	border-bottom:1px solid #888;
	padding-bottom:0px;*/
}

#menu ul li.current a {
	color:#888;
}

#menu ul li ul li {

}

#menu ul li.current ul li a {
	color:#9A005A;
}


#content {
	border-top: 1px solid #9A005A;
	border-left: 1px solid #9A005A;
	margin-left: 200px;
	padding-left:10px;
	padding-bottom:20px;
	min-height:200px;
}

table.table_border  {
	border:1px solid #ddd;
	border-collapse:collapse;
}

table.table_border tr td{
	border:1px solid #ddd;
	vertical-align:top;	
}

a img {
	border:0;
}


#footer {
	padding-top: 10px;
	margin-top:0px;
	padding-right: 40px;
	border-left: 1px solid #9A005A;
	margin-left: 200px;
	text-align: right;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	color:#9A005A;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color:#9A005A;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color:#9A005A;	
}

h4 {
	font-size: 6pt;
	font-weight: normal;
}

a:link {
	color: #9A005A;
	text-decoration: none;
}

a:visited {
	color: #808080;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #808080;
}

input {
	border: #9A005A;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
}

textarea {
	border: #9A005A;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
}

