@charset "UTF-8";
/* CSS Document */

.html { 
	background-image: url(images/bg-1-small.jpg); 
	background-repeat: repeat-x; 
	
	font-family:Century Gothic, Arial;
}

.header  { 
	background: url(images/header-small.jpg) no-repeat;  
	background-position: center 0; 
	margin-top: -8px; 
	padding: 0 0 70px; 
	width: 940px; 
}

.btns{	
	padding: 158px 0 0 0;		
}


.menu li {
	float:left;
	list-style-type:none;
	height:32px;
}

.menu a
{
  display:block;
  text-decoration:none;
  font-size:16px;
  text-align:center;
}

.items a{
	color:#CC3300;
	padding-top:0px;
	background: url(images/btn-1ed.jpg) repeat-x 0px 0px;  
	width: 140px; 
	height: 32px; 
	border:1px solid;
	border-top-color: #D4913E;
	border-left-color: #CD9B54;
	border-right-color: #C18030;
	border-bottom-color: #B0752A;
	margin-right: 1px;
}

.items a:hover{
	background-position: 0 -40px;
}

.items a p{
	margin-top:5px;
}
