/* ***************** */
/* General rules     */
/* ***************** */

* { border: 0 none; margin: 0; padding: 0; text-decoration: none;}

body { font-family: Helvetica, "Helvetica Neue", Arial, Sans-Serif; text-align:center;}

div.container { width:900px; margin-top:20; margin-left:auto; margin-right:auto; }

div.header { background: url("iphones.jpg") no-repeat; width:900px; height:411px; text-align:left;}

div.header div.header1 { padding-top: 140px; height: 190px; margin-left: 350px;}

div.header div.nav { margin-left: 350px;}

div.header div.nav a { float: left; width:102px; height: 80px; display:block; overflow:hidden;}

div.header div.nav a img { position: relative; top:-80px; }
div.header div.nav a:hover img { position: relative; top:0px; }

div.header div.nav a img#current { position: relative; top:0px; }
/*div.header div.nav a:hover img#current { position: relative; top:-80px; }*/

div.main { margin-top: 40px; width:900px; text-align:left; }



/* ***************** */
/* Clients section   */
/* ***************** */

div.main div.client { height: 240px; margin-bottom: 60px;}

div.main div.client div.client_desc { float: left; width: 550px; }

div.main div.client div.client_desc h2 { margin-bottom: 10px; }

div.main div.client div.client_desc div.desc { height: 120px; overflow: hidden; font-size: 0.9em; line-height:1.3em; text-align: justify; }

div.main div.client div.client_logo { float: left; width: 300px; margin-left: 50px;}

div.main div.client div.client_desc div.site { margin-top: 10px; margin-bottom: 10px; height: 20px;}

div.main div.client div.client_desc div.site a { color: #990000; font-weight: bold; font-size: 0.8em;}




/* ***************** */
/* Services section  */
/* ***************** */

div.main div.service { margin-bottom: 40px;  width: 900px; }

div.main div.service h2 { margin-bottom: 10px;}

div.main div.service p, div.main div.service ul { line-height: 1.5em; }
div.main div.service p { text-indent: 30px; text-align: justify;}

div.main div.service ul {  margin-left: 15px; }

div.main div.service li { list-style-type: disc; }

div.main div.service li.secondary { list-style-type: circle; margin-left: 30px }



/* ***************** */
/* About section     */
/* ***************** */

/*div.main div.about { width: 600px; }*/

div.main div.about p { text-indent: 30px; margin-bottom: 10px; line-height: 1.5em; text-align: justify;}

div.main div.about img { float:right; margin-left: 20px; margin-bottom: 20px;}



/* ***************** */
/* Contact section   */
/* ***************** */

div.main div.contact {text-align:center;}