
.widgets {
	width:330px;
    height: 293px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	background:transparent;
	border-radius:5px 5px 0 0 ; 
	-moz-border-radius:5px 5px 0 0 ; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.widgets a {
	color: #222;
	text-decoration: none;
	}
	
.widgets a:hover {
	color: #009;
	text-decoration: underline;
	}
	
ul.tabnav{

	padding:0px;
	height:22px;
	margin:0px 0px;
    background:transparent;
}	
	

.tabnav li {
	display: inline;
	list-style: none;
	float:left;
	text-align:center;
	border:1px solid #ccc;
    border-bottom: none;
	border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	}


.tabnav li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	padding: 3px 0px 0px;
	width:108px;
	line-height:18px;
	font-weight:bold;
	font-family:Century gothic, Arial, sans-serif;
	text-transform:uppercase;
    color: #ccc;
	text-decoration: none;
	display:block;
	border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background:#4B545B url(../images/catmen.jpg) repeat-x scroll 0 0;
	}
		
.tabnav li a:active, .tabnav li.ui-tabs-selected a {
	text-decoration:none;
	background: url(../images/catmenho.jpg) repeat-x;
	color: #262B2F;
	}

.tabnav li a:hover {
	text-decoration:none;
	background:#4B545B url(../images/subcatmenho.jpg) repeat-x scroll 0 0;
	color: #eee;
	}




.tabdiv {
	font-family:  Arial, sans-serif;
	background:#fff;
    border: 1px solid #ccc;
    border-top: none;
	border-radius:0 0 5px 5px; 
	-moz-border-radius:0 0 5px 5px; 
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
.tabdiv a:link,.tabdiv  a:visited {	
		color:#333;
	}
.tabdiv a:hover{
	color: #2676A1;
	}
.tabdiv ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
    width: 328px
		}
		
.tabdiv ul li{	
	height:27px;
	padding:0px 5px 0px;
	margin: 0px;
	color:#333;
	background: #fff url(../images/catmenho.jpg) repeat-x;	
	border-radius:0 0 5px 5px; 
	-moz-border-radius:0 0 5px 5px; 
	-webkit-border-radius:0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.tabdiv ul li:hover{
	color: #ddd;

}
.tabdiv li a:link,.tabdiv li a:visited{
	margin-left:5px;
	overflow:hidden;
    line-height:19px;
	padding:5px 5px 0px;
	margin:0px;
	color:#0578AD;
	font-size:13px;
    display: block;
    

		}

.tabdiv li a:hover {
	text-decoration:none;
	color:#333;
		}
.ui-tabs-hide {
	display: none;
		}

	
.form-item{
	padding-bottom:5px;

}








#contactarea {
	width:350px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px solid #333;
	background-color:#eee;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#inputbox {
	border: 1px solid #000;
	width: 274px;
	padding: 2px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#inputlabel {
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;

}

#textarea {
	border: 1px solid #000;
	padding: 2px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
	width:331px;
}

#submitbutton {
	border: 1px solid #000;
	background-color: #eee;

}

		