@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	width: 560px;
	padding: 0px;
	border: none;
}
#slidingPanel{

	margin-left:0px;
	border-left:1px solid #EEEEEE;
	width:560px;
	
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 100000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent {
	float: left;
	width: 560px;
	overflow: hidden;
	margin:0px;
	padding-right:5px;
	padding-left:0px;
}


.SlidingPanelsAnimating * {
	overflow: hidden !important;
}


body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	margin-left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 20px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:auto;
	height:auto;
}


.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:auto;
	margin:0 2px;
}


.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:135px;
	height:55px;
	cursor:default;
	background-image: url(front1.jpg);
	
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width: 135px;
	height: 55px;
	background-position:135px;
	cursor:pointer;
	}
	
#front1 {
	background-image: url(front1.jpg);
}
#front2{
	background-image: url(front2.jpg);
}
#front3 {
	background-image: url(front3.jpg);
}
#front4 {
background-image:url(front4.jpg)
}

ul{

	padding-left:5px;
	margin-left:0px;
}

ul li{

	margin-left:5px;
	font-size:12px;
	color:#333;

	
}
h2 {
	font-size:12px;
	color:#444;
	color: #595959;
	margin-top:5px;
}
h3 {
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 100%;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
