/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important;
	padding:11px 0px 20px 0px;	
	height:46px;
}

body.home ul.tabs { 
	list-style:none; 
	margin:0 !important;
	padding:11px 30px 0px 30px;	
	height:30px;
}



/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image: none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	color: #c8c8c8;
	font-size:14px;
	display:block;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	padding: 3px 15px;
	margin:0px;	
	margin-right: 10px;
	position:relative;
	top:1px;
	background: #363636;
	border-radius: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 10px;
}

#content ul.tabs a{
	color: #c8c8c8;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
#content ul.tabs a:hover { background: #000000;  color: #fff; }

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current,
#content ul.tabs a.current:hover,
ul.tabs li.current a {	
	cursor:default !important; 
	color:#363636 !important;
	display: block;
	background: #ffd800;
}

/* initially all panes are hidden */ 
.panes .pane {
	display:none;	
}

.panes>div {
    display: none;
    min-height: 200px;
   
}

/* HOME TABS THUMBS ---------------------------------------------------------*/

.panes .blocks-thumbs{
	overflow: hidden;
	padding-top: 30px;
}

.panes .blocks-thumbs li{
	display: block;
	overflow: hidden;
	float: left;
	width: 282px;
	height: 315px;
	margin: 0px 0px 30px 30px;
	background: url(../img/shadow-1-3.png) no-repeat 0px 150px;
}

#content .panes .blocks-thumbs li .header{
	font-size: 20px;
	margin-bottom: 20px;
	text-decoration: none;
	color: #696969;
}

.panes .blocks-thumbs li a.thumb{
	display: block;
	overflow: hidden;
	width: 282px;
	height: 150px;
	margin-bottom: 20px;
	background: url(../img/plus-sign.png) no-repeat center center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.panes .blocks-thumbs li a{ display: block; text-decoration: none; }

/* HOME TABS GALLERY ---------------------------------------------------------*/

.panes{
	margin-top: 30px;
	background: url(../img/front-divider.png) no-repeat top center;
}

.panes .plain-text{
	padding: 30px 30px;
}

.panes .plain-text a{
	text-decoration: none;
}
