/* ------------------------------------------------------------------------------ */
/* GLOBAL */
/* ------------------------------------------------------------------------------ */
body {
	color:#4a4444;
	background:#ededed url(../_img/bg-tile.png) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	margin:0;
	padding:0;	
}
img {border:0; display:block;}
h1,h2,h3,h4,h5,h6,p,ul,ol {margin:0;padding:0;list-style:none;}
a,a:active,a:focus {outline:0 none;}


/* ------------------------------------------------------------------------------ */
/* LAYOUT */
/* ------------------------------------------------------------------------------ */
#pageBG {
	width:100%;
	height:436px;
	position:absolute;
	top:0; left:0;	
	background:url(../_img/page-bg.jpg) top center no-repeat;
}
#container {
	width:960px;
	margin:0 auto;	
}

	/*header*/
	#header {
		width:100%;
		height:270px;
		overflow:hidden;
		position:relative;	
		background:url(../_img/header-bg.jpg) 0 0 no-repeat;
	}
	#header h1 {
		position:absolute;
		text-indent: -9999px;
		font-size: 1px;
		line-height: 1px;
		visibility:hidden;	
	}
	#header #contactus {
		display:block;
		position:absolute;
		top:0;
		right:15px;
		width:130px;
		height:40px;
		text-indent: -9999px;
		font-size: 1px;
		line-height: 1px;
		background: url(../_img/btn-contactus.png) 0 0 no-repeat;	
	}
	#header #contactus:hover {
		background-position:0 -40px;	
	}
	
	/*wrapperbody*/
	#wrapperBody {
		width:940px;
		margin:0 auto;
		position:relative;
		z-index:99;	
	}
	
		/*contact*/
		#contact {
			position:relative;
		}
		#contact a{
			display:block;
			position:absolute;
			top:10px;
			right:30px;
			width:130px;
			height:45px;
			text-indent: -9999px;
			font-size: 1px;
			line-height: 1px;
			background: none;
			z-index:999;
			background: #fff;
			background:url(../_img/blank.gif) 0 0 no-repeat;
		}
		#contact a:hover {
			background:url(../_img/btnEmailHover.gif) 0 0 no-repeat;		
		}
		
		/*footer*/
		#footer {
			position:relative;
			margin-bottom:20px;
		}
		#footer a {
			display:block;
			position:absolute;
			top:40px;
			right:0px;
			width:150px;
			height:40px;
			text-indent: -9999px;
			font-size: 1px;
			line-height: 1px;
			z-index:999;
			background:url(../_img/blank.gif) 0 0 no-repeat;
		}
