@charset "utf-8";
/* CSS Document */

body
{
	padding:0px; 
	margin:0px;
	background: #e4e5e6 url(../images/back.png) ;
	background-repeat:no-repeat;
}
#wrapper
{
	width:960px;
	margin:0px auto;
}
.header
{
	height:90px;
	width:100%;
	margin:0px auto;
}
.logo
{
	float:left;
	
}
.menuss
{
	float:right;
}
ul {
	list-style: none;	
}

#navigation {
	font: bold 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #444;
}

#navigation:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#navigation ul {	
	float: left;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

#navigation li {
	float: left;
    border-color: #BABABA #BABABA #BABABA #FFF;
	box-shadow: 0 1px rgba(255,255,255,1) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,1) inset;
	background: #F7F7F7; /* Old browsers */
	background: -moz-linear-gradient(top, #F7F7F7 0%, #EDEDED 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#EDEDED)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* IE10+ */
	background: linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */	
}

#navigation li:hover, #navigation li.current {
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #34C3EB 0%, #2792B0 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #34C3EB 0%, #2792B0 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #34C3EB 0%, #2792B0 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #34C3EB), color-stop(1, #2792B0));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #34C3EB 0%, #2792B0 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #34C3EB 0%, #2792B0 100%);
}

#navigation a {
	display: block;
	padding: 10px 15px;
	color: #444;
	text-decoration: none;
	text-shadow: 0 1px #FFF;
}

#navigation a:hover, #navigation li.current a {
	color: #FFF;
	text-shadow: 0 1px #000;
}

#navigation li:first-child {
	border-left-color: #BABABA;
}

#navigation li:last-child {
}
.clear
{
	clear:both;
}
.slider
{
	width:100%;
	height:410px;
	margin:0px auto;
}
.content
{
	width:100%;
	margin:0px auto;
}
p
{
	text-align:justify;
	font-size:14px;
   font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	
   line-height:30px;
   margin-left:20px;
   margin-right:20px;
}
h2
{ 
  font-size:18px;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color:#000;
  padding:10px;
}
h3
{ 
  font-size:15px;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color:#000;
  padding:20px;
}	

.footer
{
	width:100%;
	height:60px;
	margin:0px auto;
	background-color:#044d6b;
	border-radius:5px;
}