/*Navigation*/
#header {
	clear:both;
	z-index:20;
	position: relative;
	}
	
#top {
	height:145px;
	width:1000px;
}

#header-social {position: absolute;top: 110px;right: 0px;font-size: 14px;font-weight: 700;z-index: 999;}
#header-social a{color: #39a751;text-decoration: none;border: none;font-weight: 700;}
#header-social a:hover{color: #333;text-decoration: none;}

#logo {
	display:block;
	background-image:url(../graphics/logo.jpg);
	background-repeat:no-repeat;
	width:320px;
	height:100px;
	float:left;
	margin-top:30px;
}

#top #top-right  {
	float:right;
	padding-top:35px;
	text-align:right;
}

#top-address {
	color:#3fac48;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
	}

#top-links {
	color: #999;
	font-size:11px;
	}
	
#top-links a {
	color:#999;
	font-size:11px;
	}

#top-links a:hover {
	color:#333;
	}

#top-contact {
	color:#cc0a14;
	font-size:16px;
	font-weight:bold;
	}

#navigation_wrap {
	width:1000px;
	height:70px;
	padding:40px 0 10px 0;
	background:url(../graphics/navigation-bg.png) top no-repeat; 
}

#navigation {
	float:left;
	width:980px;
	height:37px;
	margin-top:21px;
	}

#links {
	height:15px;
	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 12px 10px 6px;
	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:14px;
	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:70px;
	top:256px;
	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 10px;
	width:125px;
	text-align:left;
	text-decoration: none;
	color:#fff;
	font-size:11px;
	font-weight: normal;
	background-color:#cc0a14;
	border-top:#fff solid 1px;
	z-index:2000
	}

#menu1 a:hover {
	color: #000;
	text-decoration:none;
	}

