/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important;
	padding: 20px;	
	height: 32px;
	background:  url(../../img/tabs-divider.png) no-repeat center;
}

body.home .tabs { 
	padding: 0px 30px;

}

.tabs1 { 
	list-style:none; 
	margin-left:-30px; !important;	
	margin-top: 10px
}

body.home .tabs { 
	padding: 0px 30px;

}

/* single tab */
ul.tabs li { 
	display: block;
	float:left;	 
	text-indent:0;
	padding:0;
	margin: 9px 5px 0px 0px !important;
	list-style-image: none !important; 
	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	display:block;
	font-size:14px;
	font-weight:400;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	padding: 0px 0px 0px 10px;	
	position:relative;
	top:0px;
	background:  url(../../img/tabs1.png) no-repeat;
}

ul.tabs a span{ 
	display:block;
	height: 100%;
	padding-right: 10px;
	background:  url(../../img/tabs1.png) no-repeat right -40px;
}

#content ul.tabs a{
	color: #252525;
}

ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
#content ul.tabs a:hover { 
	background-position: 0px -80px;
}

#content ul.tabs a:hover span,
#content ul.tabs a.current span{ 
	background-position: right -120px;
}

/* 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:#dcdcdc !important;
	display: block;
	background-position: 0px -80px;
}


/* initially all panes are hidden */ 
.panes .pane {
	display:none;	
}

.panes>div {
    display: none;
    min-height: 200px;
   
}

/* HOME TABS THUMBS ---------------------------------------------------------*/


.panes {
	position: absolute;
	overflow: hidden;
	top: 20px;
	left: 45px;
	width: 890px;
	height: 350px;

}

.panes .slide-box{
	width: 898px;
	height: 200px;
	padding-left: 10px;
	padding-right: 10px;
}

.panes .slide-box .box-container1{
	overflow: hidden;
	float: left;
	width: 860px;
	margin: 0px 10px;
}

.panes .slide-box .box-divider{
	clear: both;
	border-bottom: 1px solid #555555;
	padding-bottom: 5px;
	margin-bottom: 10px;
}




h1{ font-size: 32px; }/* black heading in the golden window*/
h2{ font-size: 28px; }/* black-bold heading*/
h3{ font-size: 26px; }/* quote text*/
h4{ font-size: 14px; }/* copy*/
h7{ font-size: 14px; }/* remark*/

h1{
	margin-bottom: 0px;
	line-height: 21px;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2em;
	color:#000000;
	text-decoration: none;
}

h2{
	margin-bottom: 0px;
	margin-left: 40px;
	line-height: 21px;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2em;
	color:#252525;
	text-decoration: none;
}

h3{
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 21px;
	font-family: Georgia, 'Droid Serif', serif;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2em;
	color:#252525;
	text-decoration: none;
}

h4{
	
	font-family: Georgia, 'Droid Serif', serif;
	margin-left: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4em;
	color: #252525;
	text-decoration: none;
}

h7{
	font-family: Georgia, 'Droid Serif', serif;
	margin-left: 10px;
	font-weight: 400;
	line-height: 1.3em;
	color: #252525;
	text-decoration: none;
}



/* HOME TABS GALLERY ---------------------------------------------------------*/

.panes{
	margin-top: 50px;
	margin-left: 0px;
}
