@charset "utf-8";

body, html {
	height:100%;
	}
body {
	margin: 0px;
	padding: 0px;
	background-color: #555658;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#center_wrapper {
	height:100%;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#center_wrapper #logo_placement {
	position: absolute;
	left:-80px;
	height: 472px;
	width: 472px;
	background-image: url(../images/logo_fire.jpg);
	background-repeat: no-repeat;
	bottom: -50px;
}
#top_bar #xeoen-name {
	background-image: url(../images/xeoen-title.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 245px;
	position: absolute;
	left: 60px;
	top: 45px;
}


h2 {
	color: #FCAF17;
	font-weight: normal;
	background-image: url(../images/h2-bkg.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 39px;
	font-size: 16px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p {
	margin: 0px;
	margin-bottom:15px;
	padding: 0px;
	font-size: 0.9em;
	line-height: 1.5em;
}

.scrollbar-vert{
	height: 300px;
	width: 13px;
	float:left;
	border: 1px solid #FFFFFF;
}
.handle-vert{
	height: 46px;
	width: 13px;
	background: url(../images/handle.jpg) no-repeat;
}
.clearFloat{clear:both;}




#fancymenu {
	position: relative;
	height: 29px;
	width: 100%;
	margin: 10px 0;
}


#fancymenu ul{
	padding: 0;
	margin: 0;
}

/* Don't apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor */
#fancymenu ul li{
	float: left;
	list-style: none;
}

#fancymenu ul li a {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	background-position:center center;
	background-repeat:no-repeat;
}

#menu_home a {
	width: 59px;
	background-image: url('../images/menu/menu_home.png') !important;	
}

#menu_services a {
	width: 77px;
	background-image: url('../images/menu/menu_services.png') !important;	
}

#menu_portfolio a {
	width: 89px;
	background-image: url('../images/menu/menu_portfolio.png') !important;	
}

#menu_contact a {
	width: 77px;
	background-image: url('../images/menu/menu_contact.png') !important;	
}
#menu_blog a {
	width: 59px;
	background-image: url('../images/menu/menu_blog.png') !important;	
}

#fancymenu li.background {
	background: url('../images/menu/bg_menu_right.png') no-repeat top right !important;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	background: url('../images/menu/bg_menu.png') no-repeat top left !important;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#top_bar #link_bar {
	width: 365px;
	position: absolute;
	right: 0px;
	top:15px;
}
