* {
	margin: 0;
	padding: 0;
}
#tabs {
	font-size: 90%;
	margin: 20px 0;
}
#tabs ul {
	float: left;
	background: #fff;
	
	padding-top: 0px;
	padding-bottom:0px;
}
#tabs li {
	margin-left: 8px;
	list-style: none;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
								


	float: left;
}

 #tabs li a:hover {
								
						   -webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:10px;
        

         -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:10px;
       

         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:10px;
      
		 background-color:#1284ef;
		 color:#FFF;

	float: left;
}
#tabs ul li.active {
							background-color:#0AA2CD;
						   -webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:10px;
       

         -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:10px;
         

         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:10px;
       
		 
	
}
#tabs ul li.active a {
	color: #FFF;
}
#tabs div {
	
	clear: both;
	padding: 15px;
	min-height: 200px;
	overflow:hidden;
	border: 2px solid #0AA2CD;	
					   -webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:10px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:10px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;
}
#tabs div h3 {
	margin-bottom: 12px;
}
#tabs div p {
	line-height: 150%;
}
#tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color: #000;
	font-weight: bold;
}
.thumbs {
	float:left;
	border:#000 solid 1px;
	margin-bottom:20px;
	margin-right:20px;
}

