body{
	font-family:Helvetica, Arial, "geneva", sans-serif;
	background: #0078ae url('../../static/img/bg.gif') no-repeat top left;
	border-top:3px solid #00628e;
	color: #fff;
	text-shadow: #056996 1px 1px 1px;
	font-weight:normal;
}

a:link,
a:visited,
a:hover,
a:active{
	color: #49c6ef;
}

a:hover{
	text-decoration: none;
}

#wrap{
	width:734px;
	margin:15px auto;
	text-align:left;
}
img.browser{
	margin:10px 0 20px 0;
	height:400px;
	padding: 47px 17px 32px 17px ;
	background:url('../../static/img/bg_browser.gif');
}
img.shadow{
	margin:10px 0 20px 0;
	background:url('../../static/img/bg_shadow.gif') no-repeat bottom left;
	width:700px;
	padding: 0px 17px 30px 17px ;
	border:solid red 0px;	
}
#lead{
	background:transparent url('../../static/img/lead.png') no-repeat;
	height:230px;
	width:734px;
	padding:0px;
	margin:10px 0 10px 0;
	border:solid 0px red;
}
#lead h2{
	display:none;
}
#contact{
	height:235px;
	width:450px;
	padding:0 15px;
	margin:0 0 40px 0;
	background:transparent url('../../static/img/bg_contact.png') no-repeat right bottom;
}
#clients{
	width:200px;
	margin-left:17px;	
	border:solid 0px red;
}
p#logo{
	text-align:center;
}
/* BASIC TYPOGRAPHY -------------------------------------------------------*/

hr{
	background-color: #056996;
	height: 1px;
	width:700px;
	margin-left:17px;
	text-align:center;
	border:solid 0px red;
	}
p{
	text-align:left;
	color:#d8f7fd;
	line-height:20px;
}

h1.logo{
	background: url('../../static/img/logo.png');
	text-align:center;
}
h2{
	font-family:Georgia, Times, serif;
	font-weight:lighter;
}
h3{
	font-style:italic;
	font-family:Georgia, Times, serif;
	font-weight:normal;
	color:#003;
	line-height:30px;
	}
h3 span{
	background:#008bbb;
	padding:2px;
}
#content h3{
	color: #fff;
	margin-top:10px;
	padding-left:17px;
	line-height:22px;
}
#content h4{
font-family:Georgia, Times, serif;
	margin-left:17px;
	line-height:22px;
	color:#003;
	font-style:italic;
	font-weight:normal;
}
ul{
	margin:6px 0 0 6px;
}
ul li{
	padding-left:25px;
	margin:0 0 8px 0;
	list-style:none;
	background: url('../../static/img/bullit.gif')no-repeat;
}