@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: none;
	}

body{
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	}

p{
	margin-bottom: 20px;
	}

h2{
	color: #0092cf;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: normal;
	}

h4{
	color: #0092cf;
	}

ul{
	list-style: none;
	}

.cleared{
	clear: both;
	}
	
#wrap{
	width: 977px;
	margin: 0 auto;
	}

#header{
	height: 190px;
	position: relative;
	}
	
#feature{
	height: 406px;
	background: url(images/feature.png) repeat-x;
	position: relative;
	}

#headertag{
	position: absolute;
	right: 30px;
	top: 104px;
	}

#left{
	float: left;
	width: 354px;
	padding:  10px 25px 10px 25px;
	}
	
#right{
	float: right;
	width: 550px;
	padding: 10px;
	}

#logo{
	position: absolute;
	left: 42px;
	top: 26px;
	}
#phone{
	position: absolute;
	top: 48px;
	right: 48px;
	}

ul#nav{
	position: absolute;
	left: 622px;
	top: 132px;
	height: 57px;
	width: 340px;
	}

ul#nav li{
	display: block;
	background: #002b5f;
	height: 38px;
	float: left;
	margin: 0 1px;
	padding-top: 18px
	}

ul#nav li.first{
	padding-left: 20px;
	background:#002b5f url(images/first.png) left no-repeat;
	height: 38px;
	padding-top: 18px
	}
ul#nav li.last{
	padding-right: 20px;
	background:#002b5f url(images/last.png) right no-repeat;
	height: 38px;
	padding-top: 18px
	}

ul#nav a{
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 0 20px 0 20px;
	}

ul#nav li.first a{
	padding-left: 0;
	}
ul#nav li.last a{
	padding-right: 0;
	}

#credit{
	position: absolute;
	left: 570px;
	top: 185px;
	}

#conta{
	position: absolute;
	left: 570px;
	top: 185px;
	}

#feature2{
	height: 278px;
	background: url(images/feature.png) repeat-x;
	position: relative;
	}
