/* Default Classes
*****************************/
* { padding:0; margin:0; }
body {
	background-color:#3274b9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
.wrap { width:900px; margin:auto; position:relative; }
.relative { position:relative; }
.clear { clear:both; }
.red { color:#F00; }
.green { color:#0F3; }
#top {
	background:url(../images/top_bg.jpg) repeat-x;
	height:150px; overflow:hidden;
}
#logo {
	background:url(../images/logo.png) no-repeat;
	width:355px; height:121px; display:block;
	margin:20px 0 0 40px; float:left;
}
#topText {
	background:url(../images/topText.png) no-repeat;
	width:388px; height:56px; display:block;
	margin:45px 0 0 80px; float:left;
}
#menu {
	background-color:#efecec;
	height:34px; 
	border-top:2px solid #555555; border-bottom:2px solid #555555;
	box-shadow: 0px 5px 14px -5px #000;
}
#menu ul { padding-left:77px; }
#menu li {
	list-style:none;
	margin:-2px 0 0 -2px;
	float:left;
}
#menu li a {
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat; 
	display:block;
	width:167px; height:38px;
}
#home { background-position:0px 0px; }
#home:hover { background-position:0px -36px; }
#homePage #home { background-position:0px -72px; }
#about { background-position:-165px 0px; }
#about:hover { background-position:-165px -36px; }
#aboutPage #about { background-position:-165px -72px; }
#services { background-position:-330px 0px; }
#services:hover { background-position:-330px -36px; }
#servicesPage #services { background-position:-330px -72px; }
#links { background-position:-495px 0px; }
#links:hover { background-position:-495px -36px; }
#linksPage #links { background-position:-495px -72px; }
#contact { background-position:-660px 0px; }
#contact:hover { background-position:-660px -36px; }
#contactPage #contact { background-position:-660px -72px; }
/* Content
**************************/
.hidden {
	display:none;
}


/* Footer
**************************/
#footer {
	background: #fff url(../images/footerBg.jpg) repeat-x; background-size: contain;
	height:100px; margin-top:45px; padding-top:13px;
}
#footer p {
	color:#787777; text-align:center;
	margin-bottom:10px;
}


