*{
	margin:0;
	padding:0;
}

body, html{
	background-color: #FFFFFF;

        
        font-size: 12px;
}

#feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
border-left:1px dotted #b6b6b6;
border-right:1px dotted #b6b6b6;

	}


a img{
	border:0;
}

h1{
	font-size:18px;
	border-bottom:1px solid #333333;
	color:#336699;
	padding-bottom:5px;
	margin-bottom:20px;

        font-weight:bold;
}

h2{
	font-size:14px;
	color:#336699;
	margin-bottom:10px;
        font-weight:bold;
}

h3{
	font-size:14px;
	color:#336699;
margin-bottom:12px;
}

em {
	font-style: normal;
	color: #FF6600;
}

p{
font-size:14px;        
margin-top:2px;
line-height: 18px;
	margin-bottom:12px;
}

a{
	color:#330099;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.orange{
	color:#f88728;
}

.clear{
	clear:both;
}

#header{
	height:160px;

}

#container{
	width:842px;
	border-left:4px solid #cccccc;
	border-right:4px solid #cccccc;
border-top:4px solid #cccccc;
border-bottom:4px solid #cccccc;
	margin-left:auto;
	margin-right:auto;
margin-top: 10px;
margin-bottom: 10px;
	background:#fff;
	font-family:Helvetica, Arial, sans-serif;
	color:#666;
	font-size:12px;
	overflow:hidden;
}

#logo{
	margin-top:27px;
	margin-left:20px;
	float:left;
}

#slogan{
	margin-top:35px;
	float:right;
	margin-right:20px;
}

#index{
	background:#333333;
	height:25px;
	line-height:25px;
	border-bottom:8px solid #f88728;
	font-size:15px;
}

li{
	float:left;
	list-style:none;
	margin-left:20px;

}

#content li{
	float:left;
	margin-left: 20px;
font-size:14px;
margin-top: 15px;
	list-style-image: none;
	list-style-type: none;
clear:both;

}

#index a{
	font-weight:bold;
	text-decoration:none;
}

#index a:hover{
	color:#EB640A;
}

#content{
	width:545px;
	padding:12px;
	float:left;
	margin-top:12px;
	padding-bottom:0;
	margin-right:4px;
	position:relative;
	overflow:hidden;
}

.foto{
	padding:10px;
	background:#eeeeee;
	border:1px solid #d1d1d1;
	margin-bottom:10px;
}

.item{
	overflow:hidden;
	margin-bottom:20px;
}

.item .foto{
	float:left;
	margin-right:10px;
}

#image{
	text-align:center;
	margin-bottom:20px;
}

#icons{
	width:108px;
	float:left;
	margin-top:20px;
}

#right{
	float:left;
	width:255px;
	margin-top:24px;
	margin-right:12px;
}

#right h1{
	font-size:14px;
	color:#336699;
border-bottom:0px solid #FFFFFF;
	padding-bottom:5px;
	margin-bottom:20px;
margin-top: 20px;

        font-weight:bold;
}

#contact{
	margin-bottom:30px;
}

#contact label{
	display:block;
	width:83px;
	float:left;
	font-size:12px;
}

#contact input, #contact textarea{
	width:169px;
	height:15px;
	border:0;
	background:#ddd9d9;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
}

#contact textarea{
	height:65px;
	overflow:auto;
}

#contact p{
	border-bottom:1px solid #858585;
	padding-bottom:5px;
	margin-bottom:5px;
}

#contact #butt {
	background:#000;
	color:#fff;
	float:right;
}

.floatright, .floatright a{
	color:#3b1813;
	font-size:12px;
	font-weight:bold;
}

#floatleft{
	margin-top:10px;
	float:left;
}

.floatright{
	float:left;
	margin-left:0px;
	margin-top:10px;
}

#home{
	padding-left:125px;
	margin-top:20px;
}

#footer{
	clear:both;
	padding-top:60px;
	font-size:10px;
	text-align:center;
	margin-bottom:20px;
}


		#form-cp{
			width:400px;
			text-align:left;
			padding-top:5px;
			margin-left:20px;
		}
		.message{
			font-weight:bold;	
			margin-bottom:8px;
		}
		.errors{
			color:#FF0000;
			font-weight:bold;	
			margin-bottom:8px;
		}
		.required{
			color:#FF0000;
			font-weight:bold;	
			padding-left:3px;
		}
		div.label label{
			font-weight:bold;	
		}
		div.label{
			margin-bottom:1px;
		}
		div.input{
			margin-bottom:6px;
		}
		div.input input{
			width:80%;
		}
		div.input textarea{
			width:80%;
			height:70px;
		}
		div.input select{
			width:80%;
		}
		div.submit{
		
		}
		div.submit input{
			border:none;
			background-color:#000000;
			color:#FFFFFF;

		}
		
		
#navi
{
width:100%;
height:20px;
background-color: #333366;
border-bottom:1px dotted #b6b6b6;

}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 2 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 13px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  display: block;
  padding: 0 9px;
  text-transform: lowercase;
  text-decoration: none;
}


.nav li a:hover {
  background: #ccc;
  color: #000;	



}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #EB640A;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
background-color:#FD6602;
  color: #FFFFFF;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #FFFFFF;
  color: #FD6602;	
}

.nav ul {
  background: #565656;
  font-size:10px;
  list-style: none;
  margin: 0;
 position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 14px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  padding-right: 20px;
  
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}