﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menus/mini-tabbed-pages.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


#tabs {
	text-align: center;
	
	margin: 0;
	position: relative;
	font: bold 11px verdana, arial, sans-serif;
	background-repeat: no-repeat;
}
#tabs ul {padding:0; margin:0; width:399px; list-style:none; position:relative;}
#tabs ul li.outer {
	float: left;
	display: inline;
	margin: 0 4px 3px 4px;
	width: 75px;
	height: 50px;
	border-bottom: 1px solid #9c9c9c;
	line-height: 50px;
	color: #664;
	padding: 0 0 0 50px;
	cursor: pointer;
}

#tabs ul li.one {
	background: url('../images/mini-bios-jackjr-long.jpg') no-repeat left
top;
}
#tabs ul li.two {
	background: url('../images/mini-bios-ryan-long.jpg') no-repeat left
top;
}
#tabs ul li.three {
	background: url('../images/mini-bios-charlotte-long.jpg') no-repeat left
top;
}
#tabs ul li.four {
	background: url('../images/mini-bios-steven-long.jpg') no-repeat left
top;
}
#tabs ul li.five {	background: url('icon/company_logo_mPRU.jpg') no-repeat left top;}
#tabs ul li.six {	background: url('icon/company_logo_ga.jpg') no-repeat left top; }
#tabs ul li.seven {
	background: url('icon/company_logo_alz.jpg') no-repeat left
top;
}
#tabs ul li.eight {
	background: url('icon/company_logo_medam.jpg') no-repeat left
top;
}

#tabs ul li div {display:none;}

#tabs ul li.click {
	border: medium solid #E4EFFA;
	padding-bottom: 225px;
	border-bottom: 1px solid #fff;
	color: #000;
	margin-bottom: 0;
}

#tabs ul li.click {color:#000; background-position:0 -222px; height:222px; cursor:default;}


#tabs ul li.click div {display:block; padding:5px; position:absolute; left:4px; top:222px; width:381px; height:118px; border-bottom:3px solid #fff;}

#tabs ul li.click div.tab_left
{
	background: #FFFFFF;
	clear: both;
	width: 892px;
	height: 217px;
}
#tabs ul li.click div.tab_center
{
	background: #FFFFCC;
}
#tabs ul li.click div.tab_right
{
	background: #FFFFCC;
}

.clear {clear:both; height:0; line-height:0; overflow:hidden;}

#tabs span.base {
	font-size: 10px;
	color: #FFFFFF;
	
	background-repeat: no-repeat;
	display: block;
	height: 35px;
}
#tabs div h5 {
	padding: 0px;
	font-size: 11px;
	margin: 0;
	float: left;
	text-align: left;
}
#tabs div p {
	font-weight: normal;
	text-align: left;
	color: #000;
	margin-top: 3px;
	line-height: 15px;
	clear: both;
}

#tabs div a img {border:0;}
#tabs div img.image {float:left; border:0; margin-right:5px; margin-top:-15px;}
#tabs div a.unlock {background:url(icon/unlock.gif); display:block; width:30px; height:30px; margin:0 auto;}
#tabs div a.unlock:hover {border:0;}
#tabs div a:hover.unlock img {visibility:hidden;}
#tabs p.bold {color:#069; padding-top:5px;}
#tabs form {margin-top:-10px; padding:0;}
#tabs form fieldset {padding:0;}
#tabs p.buttons {text-align:center;}
