/*Navigation*/
#header {
	clear:both;
	z-index:20;
	position: relative;
	}
	
	#header-social {position: absolute;bottom: 0px;right: 0px;font-size: 14px;font-weight: 700;z-index: 999;}
#header-social a{color: #000;text-decoration: none;border: none;font-weight: 700;}
#header-social a:hover{color: #333;text-decoration: none;}
	
#top {
	height:150px;
	clear:both;
	width:1000px;
	padding-top:25px;
	padding-bottom:5px;
}

#logo {
	display:block;
	background-image:url(../graphics/logo.png);
	background-repeat:no-repeat;
	width:320px;
	height:150px;
	float:left;	
}

#top #top-right  {
	float:right;
	text-align:right;
	padding-right:10px;
	margin-top:15px;
}

#top-address {
	color: #333;
	font-size:12px;
	line-height:25px;
	}

#top-address {
	color: #666;
	font-size:11px;
	}
	
#top-address a {
	color: #666;
	font-size:11px;
	}

#top-address a:hover {
	color:#333;
	}

#top-contact {
	color: #333;
	font-size:34px;
	font-weight:bold;
	}

#top-howmany {
	color: #666;
	font-size:14px;
	font-weight:bold;
}

#top-howmany strong {
	color: #333;
	font-size:14px;
	font-weight:bold;
}

#navigation_wrap {
	width:1000px;
	padding:0 0 10px 0;
	/*background:url(../graphics/navigation-bg.png) top no-repeat;*/ 
}

#navigation {
	width:980px;
	margin-top:61px;
	}

#links {
	height:37px;
	margin:10px 0 0 10px;
	float:left;
	}

#links ul {
	list-style:none;
	margin:0;
	padding:0;
	}

#links li {
	list-style:none;
	float:left;
	margin:0px;
	}

#links li a {
	text-decoration:none;
	list-style:none;
	padding:8px 24px 10px 24px;
	color:#fff;
	display:block;
	background:url(../graphics/navigation-line.png) right top no-repeat;	
	}

#links li a:link,#links li a:visited {
	height:20px;
	font-size:16px;
	text-align:center;
	}

#links li a:hover {
	color:#000;
}

#links li .current {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	}

/* Drop Down */
#menu1 {
	position:absolute;
	left:103px;
	top:110px;
	width:125px;
	visibility:hidden;
	z-index:10;
	}

#menu1 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width:125px;
	}

#menu1 li {
	list-style-type: none;
	width:125px;
	}

#menu1 a {
	display: block;
	height:20px;
	padding:10px 0 0 0;
	width:135px;
	text-align: center;
	text-decoration: none;
	color:#fff;
	font-size:12px;
	font-weight: normal;
	background-color:#658ca9;
	border-top:#fff solid 1px;
	border-left:#fff solid 2px;
	border-right:#fff solid 2px;
	z-index:2000
	}

#menu1 a:hover {
	color: #000;
	text-decoration:none;
	}

