@charset "utf-8";
/* Plug ins */

/* Main Menu */
.lava-lamp {
	position: relative;
	height: 17px;
	width: 966px;
	background: #648985;
	padding: 12px;
	margin: 0 0 5px 0;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.lava-lamp li {
	float: left;
	list-style: none;
}
.lava-lamp li.back {
	background: url(../images/lava3.gif) no-repeat right -22px;
	width: 9px;
	height: 22px;
	z-index: 8;
	position: absolute;
}
.lava-lamp li.back .left {
	background: url(../images/lava3.gif) no-repeat top left;
	height: 22px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lava-lamp li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 2px;
	text-transform:capitalize;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 29px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
	border: none;
	text-decoration:none;
}

/*  Section Scrollable  */

/* root element for scrollable */ 
div.scrollable{ 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 665px; 
    width: 730px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}

/* single scrollable item */
.items div {
	border-bottom:1px solid #ddd;
	margin:10px 0;
	padding:15px;
	font-size:0.85em;
	height:180px;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:20px;
	height:180px;
	width:240px;
}

.items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:730px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.next-Page {
	float:right;
}

/* Left Menu Tabs */

/* root element for tabs  */
ul.left-menu-tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	background-color:#d3d3d3;
}

/* single tab */
ul.left-menu-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.left-menu-tabs a {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#648985;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 110px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius: 5px;

}

ul.left-menu-tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.left-menu-tabs a:hover {
	background-color:#f08100;
	color:#000000 !important;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.left-menu-tabs a.current, ul.left-menu-tabs a.current:hover, ul.left-menu-tabs li.current a {	
	cursor:default !important; 
	color:#ffffff !important;
	background-color:#505050;
	outline:none;
	
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;

}

div.panes div {
	padding:5px 4px;
}





