@charset "UTF-8";
/* CSS Document */

/* CSS Reset */
* { margin:0; padding:0;}

body {
	background:#59d3fa url(img/bg_body.jpg) repeat-x 0 0;
}

a:link {color: #59d3fa; text-decoration: underline; }
a:active {color: #59d3fa; text-decoration: underline; }
a:visited {color: #59d3fa; text-decoration: underline; }
a:hover {color: #59d3fa; text-decoration: none; }

#container{
	width:1024px;
	margin:0 auto;
}

#header{
	height:125px;
	widows:960px;
	margin:90px auto 0 auto;
}

 #header h1 {
    display:block;
    float:left;
    width:320px;
    height:125px;
    background:url(img/logo.jpg)  no-repeat 0 0;
    text-indent:-10000px;
  }
  
#header h1 a {
	display:block;
	width:100%;
	height:100%;
}

#header h1 a:hover {
	background:url(img/logo.jpg) no-repeat 0 -125px;
}

#header ul {
    display:block;
    float:right;
    width:640px;
    height:125px;
    background:url(img/menu.jpg) no-repeat 0 0;
    list-style:none;
  }
  
#header ul li {
    display:block;
    float:left;
    height:125px;
    text-indent:-10000px;
  }
 
#home {
    width:160px;
  }
#about {
    width:137px;
  }
#work {
    width:129px;
  }
#contact {
    width:210px;
  }
  
#header ul li a {
    display:block;
    width:100%;
    height:100%;
  }
#home a:hover {
    background:url(img/menu.jpg) no-repeat 0 -125px;
  }
#about a:hover {
    background:url(img/menu.jpg) no-repeat -160px -125px;
  }
#work a:hover {
    background:url(img/menu.jpg) no-repeat -297px -125px;
  }
#contact a:hover {
    background:url(img/menu.jpg) no-repeat -426px -125px;
  }
  
  span.logoHover {
    display:block;
    width:100%;
    height:100%;
    background:#ccc url(img/logo.jpg) no-repeat 0 -125px;
  }
    span.logoHover a {
    display:block;
    width:100%;
    height:100%;
  }
  
#featuredText {
    display:block;
    position:relative;
    float:left;
	margin-left:44px;
    height:700px;
	width:940px;
    background:url(img/pg_page.jpg) no-repeat 0 0;
    
  }
  
  #featuredText h1 {
    font:bold 24px/24px  Verdana, Geneva,  sans-serif;
    color:#59d3fa;
	margin-top:30px;
	margin-left:40px;
	margin:35px 350 0 40px;
  }
   #featuredText h2 {
    font:bold 20px/24px  Verdana, Geneva,  sans-serif;
	color:#59d3fa;
	margin-top:30px;
	margin-left:40px;
	margin:35px 350 0 40px;
  }
  #featuredText p {
    font:normal 14px/20px Arial, Helvetica, sans-serif;
    color:#666666;
    margin-top:30px;
	margin:0 350px 0 40px;
  }
  
   #footer {
    clear:both;
	float:left;
	margin-left:42px;
    width:940px;
    border-top:1px  dashed #094e64;
	background:url(img/phone.jpg) right no-repeat;
  }
  #footer p {
    margin:15px 0;
    font:bold 12px  Arial, Helvetica, sans-serif;
    color:#094e64;
  }

