@charset "utf-8";
/* CSS Document */

html, body, h1, h2 {
	margin: 0;
	padding: 0;
}

h1 {
	text-shadow:#000;
	font-size: 60px;
	text-transform:capitalize;
	font-family:Arial;
	text-shadow: 4px 4px 4px #000;
	color: #000;
	text-align: center;
	
}

h1 img {
	display: inline;
}

img {
	border: 0;
	margin-left: 10px;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}

body {
	background: #ffffff;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 31px;
}

/* ID's */

#wrapper {
	margin: 0 auto;
	width: 1024px;
	position: relative;
	height:540px;
	text-align:left;
}

#header {
	position:static;
	height:100px;
	top:10px;
	text-align:center;
	margin-left:-110px;
	
}


#footer {
	background-repeat:no-repeat;
	position:absolute;
	bottom:0px;
	width:100%;
	height: 48px;
	color:#68686B;
	font-size:56px;
	top: 565px;
	margin-left: -100px;
}

/* Nav Classes */


/* Footer Classes */

.footer_txt {
	text-align:center;
	color:#FFF;
	font-size:30px;
	font-family:Mistral;
	padding-top:2px;
}


/* Rollover trial */
#nav{
	position:relative;
	top:180px;
	left:-115px;
}

#home
{
  display: block;
  width: 130px;
  height: 156px;
  background: url("images/l_home.png") no-repeat 0 0;

}

#home:hover
{ 
  background-position:0px -156px;
}

#home span
{
  display: none;
}


#services
{
  position:absolute;
  top:0px;
  left:247px;
  display: block;
  width: 113px;
  height: 156px;
  background: url("images/l_info.png") no-repeat 0 0;

}

#services:hover
{ 
  background-position:0px -156px;
}

#services span
{
  display: none;
}

#about
{
	position:absolute;
	top:0px;
	left:99px;
	display: block;
	width: 158px;
	height: 156px;
	background: url("images/l_world.png") no-repeat 0 0;
}

#about:hover
{ 
  background-position:0px -156px;
}

#about span
{
  display: none;
}

#contact
{
  position:absolute;
  top:0px;
  left:385px;
  display: block;
  width: 114px;
  height: 156px;
  background: url("images/l_mail.png") no-repeat 0 0;
}

#contact:hover
{ 
  background-position:0px -156px;
}

#contact span
{
  display: none;
}

#educate
{
  position:absolute;
  top:0px;
  left:495px;
  display: block;
  width: 202px;
  height: 156px;
  background: url("images/l_man.png") no-repeat 0 0;
}

#educate:hover
{ 
  background-position:0px -156px;
}

#educate span
{
  display: none;
}

#portfolio
{
  position:absolute;
  top:0px;
  left:687px;
  display: block;
  width: 148px;
  height: 156px;
  background: url("images/l_graph.png") no-repeat 0 0;
}

#portfolio:hover
{ 
  background-position:0px -156px;
}

#portfolio span
{
  display: none;
}

#client
{
  position:absolute;
  top:0px;
  left:845px;
  display: block;
  width: 122px;
  height: 156px;
  background: url("images/l_shop.png") no-repeat 0 0;
}

#client:hover
{ 
  background-position:0px -156px;
}

#client span
{
  display: none;
}

#salute
{
  position:absolute;
  top:0px;
  left:1000px;
  display: block;
  width: 100px;
  height: 161px;
  background: url("images/l_salute.png") no-repeat 0 0;
  }
 
#salute:hover
{ 
  background-position:0px -161px;
}

#salute span
{
  display: none;
}
