
@font-face {
    font-family: 'webfontbold';
    src: url('nevis-webfont.eot');
    src: url('nevis-webfont.eot?#iefix') format('embedded-opentype'),
         url('nevis-webfont.woff') format('woff'),
         url('nevis-webfont.ttf') format('truetype'),
         url('nevis-webfont.svg#webfontbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


*{
padding: 0;
margin: 0;
}

.clear{clear:both;}

img {border: none; }
a{text-decoration:none;}
a:link {text-decoration:none; }
a:visited { color: #09619C; }
a:focus{color: #fff;background:transparent; outline:none;}
a:hover {color: #000; }
a:active{color: #cc0000;}
input[type=text] { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;padding:6px; margin:10px 0 0 0; width:100%; border:none; }
h1{font: 36px/37px 'webfontbold', arial, sans-serif;  color:#9fc9e4;padding:20px 0; }	
h2{font: 24px/37px 'webfontbold', arial, sans-serif;  color:#9fc9e4;}	
h3{}	
h4{}	
h5{}



/* ***************** layout*************** */


body{
background:#2a4659 url(../../img/bg.jpg) no-repeat center top;
}	

#content{
width:940px; 
padding:10px;
margin:0 auto;

}


#footer{margin:60px 0 0 0; border-top:3px double #45657b; clear:both; float:left; width:100%; padding:20px 0; text-align:center; }
#footer p{font:11px/22px 'lucida sans unicode', arial, sans-serif; color:#4b718a;}

/* ***************** header *************** */

.logo{margin:40px 0 0 0;}



/* ***************** intro and image *************** */

.intro{width:550px; float:left; margin:80px 0 0 0;}
.intro p{color:#fff; font:14px/22px 'lucida sans unicode', arial, sans-serif;}
.intro img {margin:20px 0 0 0;float:left;}


.iphone_ss{float:right; margin:66px 0 0 0;}

/* ***************** 3 boxes *************** */

.box{width:300px;float:left; margin:70px 20px 0 0;}
.box.last{margin:70px 0 0 0;}
.box img{float:left; margin:0 10px 0 0;}
.box p{color:#fff; font:12px/22px 'lucida sans unicode', arial, sans-serif;clear:both;padding:10px 0 0 0;}