@charset "UTF-8";

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */
.SlidingPanels {
	position: relative;
	width: 550px;
	height: 400px;
	padding: 0px;
	border: none;
}
.SlidingPanels2 {
	width:980px;
	height:339px;
	position: relative;
	padding: 0px;
	border: none;
}
.SlidingPanels3 {
	position: relative;
	width: 550px;
	height: 400px;
	padding: 0px;
	border: none;
	background-color: #FF9;
}
/* This is the selector for the container that holds all of the content panels
 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
 * positioned to create the slide animation. It is also what governs the layout of
 * the panels.
 *
 * By default, the width of the container is the same as its parent, the SlidingPanels
 * container.
 *
 * You can make the panels within the SlidingPanelsContentGroup container layout
 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
 * or larget than the sum of the widths of all of the content panels, and then floating
 * the content panels inside the SlidingPanelsContentGroup container so they all appear
 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
 * containers to insure that none of the content panels "leak" outside of the widget.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the container within the widget.
 *
 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContentGroup container.
 */
.SlidingPanelsContentGroup {
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height:0;
	border: none;
	
}
.SlidingPanelsContentGroup2 {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 10000px;

}

/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */
.SlidingPanelsContent {
	width: 956px;
	height: 298px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}
.SlidingPanelsContent2 {
	width: 956px;
	height: 298px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position:relative;
	float: left;
}

.SlidingPanelsContent3 {
	width: 580px;
	height: 400px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.leftcol ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.leftcol ul li { list-style: none; }
.leftcol ul li a {
	display: block;
	list-style: none;
}




/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}
#panel0 {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 12px;
}
#panel0 p img {
	text-align: right;
	padding: 8px;
	margin-left: 5px;
}

#panel1 {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 12px;
}
#panel2 {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 12px;
}
#panel3 {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 12px;
}
#panel4 {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 12px;
}


#panel5 {
	background-color: #FFF;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
}



#tab0 {
	background-image: url(../img/tab1.png);
	background-repeat: no-repeat;
	height:339px;
	width: 980px;	
}

#tab1 {
	background-image: url(../img/tab2.png);
	background-repeat: no-repeat;
	height:339px;
	width: 980px;	
}

#tab2 {
	background-image: url(../img/tab3.png);
	background-repeat: no-repeat;
	height:339px;
	width: 980px;	
}

#tab3{
		background-image: url(../img/tab4.png);
	background-repeat: no-repeat;
	height:339px;
	width: 980px;
}

#tab4 {
	background-image: url(../img/tab0.png);
	background-repeat: no-repeat;
	height:339px;
	width: 980px;	
}

.SlidingPanelsContentGroup2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 31px;
	color: #c0c2c4;
	font-weight: normal;
	letter-spacing: -1px; 
	font-weight:lighter;
	margin-bottom: 5px;
}
.SlidingPanelsContentGroup2 h2 span {
		font-size: 22px; 
}
.SlidingPanelsContentGroup2 p {
	color: #5d5d5d;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.SlidingPanelsContentGroup2 #tab0 h2 {
	padding-left:70px;
	margin-top:70px;
	line-height:0;
}
.SlidingPanelsContentGroup2 #tab0 img {
	padding: 7px 0px 0px 70px;
	border-style:none;
}
.SlidingPanelsContentGroup2 #tab1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 33px;
	color: #000;
	padding-bottom: 5px;
	margin: 0;
	border-style: none;

}
.SlidingPanelsContentGroup2 #tab1 img {
	padding-left: 420px;
	padding-top: 10px;
	border-style:none;
}

.SlidingPanelsContentGroup2 #tab1 h2 {
	padding-left:420px;
	line-height:0px;
	margin-top:52px;

}
.SlidingPanelsContentGroup2 #tab1 p {
	padding-left:420px;
	padding-right:20px;
	padding-bottom: 0px;
	margin-bottom: 2px;
	width: 470px; 

}
.SlidingPanelsContentGroup2 #tab2 h2 {
	padding-left:399px;
	line-height:0px;
	padding-top:12px;

}
.SlidingPanelsContentGroup2 #tab2 p {
	padding-left:400px;
	padding-right:20px;

}
.SlidingPanelsContentGroup2 #tab0 p {
	width:370px;
	padding-left:70px;
}
.SlidingPanelsContentGroup2 #tab3 p {
	width:513px;
	padding-left:40px;
	padding-top:0;
}
.SlidingPanelsContentGroup2 #tab3 h2 {
	padding-left:40px;
	margin-bottom:-7px;
}
.SlidingPanelsContentGroup2 #tab3 img {
	padding: 0px 0px 0px 40px;
	border-style:none;
}
.SlidingPanelsContentGroup2 #tab4 p {
	width:475px;
	padding-left:40px;
	padding-top:0;
}
.SlidingPanelsContentGroup2 #tab4 h2 {
	padding-left:40px;
	margin-bottom:-7px;
	margin-top:43px;
}
.SlidingPanelsContentGroup2 #tab4 img {
	padding: 0px 0px 0px 40px;
	border-style:none;
}
#tab5 {
	
}

#tab6 {

}
#tab0, #tab1, #tab2, #tab3, #tab4, #tab5 #tab6 link:a {
	color: #Fff;
	text-decoration: none;
}
#tab0, #tab1, #tab2, #tab3, #tab4, #tab5 #tab6 a:visited {
	text-decoration: none;
	color: #FFF;
}
#tab0, #tab1, #tab2, #tab3, #tab4, #tab5 #tab6 a:hover {
	text-decoration: underline;
	color: #FFF;
}
#tab0, #tab1, #tab2, #tab3, #tab4, #tab5 #tab6 a:active {
	text-decoration: none;
}
.SlidingPanelsContentGroup2 #tab2 img {
	padding-top: 10px;
	padding-left: 399px;
	border-style:none;
}
