#navbar{
padding: 10px;
line-height:20px;
background : #222222 url() repeat-x top center;
font : 1.5em Arial, "Lucida Grande", "Tahoma", sans-serif;
letter-spacing : 1pt;
text-align : center;
	line-height : 150%; 
border-radius: 6px;
-moz-border-radius:  6px;
-webkit-border-radius: 6px;
margin-bottom:20px;
}
#navbar a:link, #navbar a:visited, #navbar a:hover{
color:#434343;
font-weight:bold;
margin-right: auto;
margin-left: auto;
text-decoration:none;
padding: 10px;
margin:0px;
text-transform: uppercase;
border-radius: 6px;
-moz-border-radius:  6px;
-webkit-border-radius: 6px;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navbar ul li { 
	display: inline; 
}

#navbar ul li a {
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	background-color: #2B2B2B;
	color: #434343;
}

#navbar ul li a:hover {
	background-color: #353535;
	color: #90787C;
}
#current_page_item ul {
	list-style-type: none;
	background-color: #2F2F2F;
	color: #737373;
}
#featured {
 height:260px;
 padding:10px;
padding-top:2px;
color : #595558; 
text-align: left;
margin-top:11px;
font-weight:bold;
font : 11px/1.0 "Lucida Grande", "Tahoma", sans-serif;
letter-spacing : 1pt;
line-height : 10pt;
 }
 
#featured  p{
 margin:3px;
 padding:3px;
 }  
  
#featured img { 
 width:400px;
align:left;
margin-top:0px;
 height:100px;
          border-style:solid;
          border-width:5px;
          border-color: #593A3F;
          align: center;
border-radius: 6px;
-moz-border-radius:  6px;
-webkit-border-radius: 6px;
 }
 
#featured h2 {
 font-size:20px;
 margin:0;
 line-height:1.08em;
 padding:2px;
 font-size:normal;
align:center;
 font-family:"Arial Black",Georgia, "Times New Roman", Times, serif;
 }
 
#featured h2 a{
 color:#fff;
 }  
 
#featured a:hover {
 color:#eee;
 } 
 
.featured-container {
 padding-top:0px;
 }
 
  
/* Featured Slider */

.stepcarousel{
 position: relative; 
 overflow: scroll;
 width: 440px; 
 height: 250px; 
 margin:0;
 }

.stepcarousel .belt{
 position: absolute; 
 left: 0;
 top: 0;
 }

.stepcarousel .panel{
 float: left;
 overflow: hidden; 
 width: 440px; 
 margin:0;
 height:250px;
 }  
