@charset "UTF-8";
/* CSS Document */

/* CSS Reset */
* { margin:0; padding:0;}

body {
	background:#59d3fa url(img/bg_body.jpg) repeat-x 0 0;
}

#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%;
  }
  
p#featuredText {
    display:block;
    position:relative;
    float:left;
    width:100%;
    height:375px;
    background:url(img/featured_bg.jpg) no-repeat 0 0;
    text-indent:-10000px;
  }


a#servicesButton {
    display:block;
    width:280px;
    height:60px;
    background:url(img/services.jpg) no-repeat 0 0;
    margin:200px 0 0 132px;
  }
  a:hover#servicesButton {
    background-position:0 -60px;
  }
#monitor {
  position: absolute;
  top:0;
  right:0;
}

 .box {
    width:320px;
    height:185px;
    float:left;
  }
  .box h2 {
    font:bold 20px  Verdana, Geneva, sans-serif;
    color:#0f83bc;
    text-transform:uppercase;
    margin:35px 0 0  140px;
  }
  .box p {
    font:normal 12px/18px Verdana, Geneva, sans-serif;
    color:#0c3b4a;
    margin:0 30px 0  140px;
  }
  .client {
    background:url(img/box1.jpg)  no-repeat 0 0;
  }
  .work {
    background:url(img/box2.jpg)  no-repeat 0 0;
	
  }
  .book {
    background:url(img/box3.jpg)  no-repeat 0 0;
	
  }
 
  #leftCol {
    width:960px;
	height:183px;
    float:left;
	padding:0 0 0 0px;
	margin:10px 0 0 0px;
	background:url(img/irave.jpg);
  }
  #leftCol h2 {
    font:bold 20px/24px  Verdana, Geneva,  sans-serif;
    color:#094e64;
	margin-top:30px;
	margin-left:40px;
	margin:35px 350 0 40px;
  }
  #leftCol p {
    font:normal 14px/20px Arial, Helvetica, sans-serif;
    color:#094e64;
    margin-top:30px;
	margin:0 350px 0 40px;
  }
  
  #footer {
    clear:both;
    width:940px;
	height:50px;
	background:url(img/phone.jpg) right no-repeat;
	margin:auto;
  }
  #footer p {
    margin:15px 0;
    font:bold 12px  Arial, Helvetica, sans-serif;
    color:#094e64;
  }
   
#video{
margin:auto;
width:720px;
height:425px;

} 

#featuredNew {
	float:left;
	width:1024px;
	height:620px;
}
 #featuredNew h2 {
	font:bold 30px/34px  Verdana, Geneva,  sans-serif;
	color:#fff;
	margin-top:30px;
	margin-left:152px;
	margin:35px 350 0 152px;
  }
  #featuredNew p {
    font:normal 20px/20px Arial, Helvetica, sans-serif;
    color:#fff;
    margin-top:30px;
	margin:5px 350px 0 152px;
  }


a#servicesButtonNew {
    display:block;
    width:280px;
    height:60px;
    background:url(img/services.jpg) no-repeat 0 0;
    margin:auto;
  }
  a:hover#servicesButtonNew {
    background-position:0 -60px;
  }
  
