*{
margin:0;
padding:0;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}


/*
*  General Style Info
*/


h2,h3{
font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
font-size:28px;
font-weight:normal;
}

em {
 font-size: 12px;
}

li em {
 font-size: 10px;
}

h2{
margin:0.5em 0;
color:black;
}
/*
li {
list-style-image: url("images/arrow.gif");
}
*/
/*
*  Layout
*/

#container {
	background: no-repeat 2px 6px;
	position:relative;
	width:979px;
	margin:0 auto;
	padding-top:0px;
}

/*
 * panels stuff
 */

.tab-container{
	margin:0 0px;
}

body.jss .tab-container{
	position:relative;
	padding-top:32px;
	overflow:hidden;
	width: 985px;
}

.tabs{
	height:30px;
	width:100%;
	line-height:50px;
	padding-left:40px;
	position:absolute;
	top:5px;
	left:0px;
	background:#fff url(images/tabs_bar_bg1.png) no-repeat;
}

.tabs li{
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	float:left;
	display:block;
	margin-top:-10px;
}

.tabs a{
	font-size:110%;
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:block;
	float:left;
	width:180px;
}

.tabs li a:hover{
	color:#fff;
	background:transparent url(images/tab_hover.png) no-repeat center; 
}

.tabs li.active a{
	color:#003d4c;
	background:transparent url(images/tab_active2.png) no-repeat center; 
	margin-top:0px;

}

.tabs a.previous, .tabs a.next{
	text-indent:-5000px;
	position:absolute;
	left:0;
	top:-9px;
	display:block;
	width:50px;
	height:50px;
	background:url(images/tab_arrows1.png) no-repeat left; 
}

.tabs a.next{
	left:925px;
	background:url(images/tab_arrows1.png) no-repeat right; 
}

body.jss .panels{
	position:relative;
	width:9000px;
	left:-3px;
}

.panel{
	font-size: 14px;
	line-height: 20px;
	padding:13px 10px 0 1px;
	position:relative;
	border-bottom:1px solid #eee;
}

body.jss .panel{
	width:975px;
	float:left;
	height:350px;
	border:none;
	background:url(images/panel_bg.png) no-repeat center; 
}


.panel .image{
	position:absolute;
	left:5px;
	top:10px;
	padding:6px;
}

.panel .actions{
	position:absolute;
	left:560px;
	top:15px;
	list-style-type:none;
}

.panel li {
	margin: 0px 0;
}


