@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body { 
    font: 11px Helvetica, Arial, sans-serif;
}

#wrapper {
    width:100%;
    margin:0px;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width:100%;
    margin:0 auto;
    position: relative;
	padding:0px auto;
	
}

.scroll {
	overflow: hidden;
	width:100%;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding:0px;
    width:100%;
	height:200px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	
}

.inside {
	padding:0px;
	border: 1px solid #999;
}



.scrollButtons {
	position: absolute;
	top: 42px;
	cursor: pointer;
	
}

.scrollButtons.left {
	left: -20px;
	margin:3px;
}

.scrollButtons.right {
	right: -23px;
	margin:3px;
	
}

.hide {
    display: none;
}



/*//-------------*/

/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
body { font: 12px Georgia, serif; }
html { overflow-y: scroll; }
a { text-decoration: none; }
a:focus { outline: 0; }
p { font-size: 15px; margin: 0 0 15px 0; }
#page-wrap { width:100%; margin:0px; }

/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }


/* Specific to example one */

#example-one { background-image:url(../images/site_use/heading_bg.jpg); background-repeat:repeat-x; padding: 10px; margin: 0 0 15px 0; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666; }

#example-one .nav { overflow: hidden; margin: 0 0 10px 0; }
#example-one .nav li { width: 97px; float: left; margin: 0 10px 0 0; }
#example-one .nav li.last { margin-right: 0; }
#example-one .nav li a { display: block; padding: 5px; background: #959290; color: white; font-size: 10px; text-align: center; border: 0; }
#example-one .nav li a:hover { background-color: #111; }

#example-one ul { list-style: none; }
#example-one ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#example-one ul li a:hover { background: #fe4902; color: white; }
#example-one ul li:last-child a { border: none; }

#example-one ul li.nav-one a.current, #example-one ul.featured li a:hover { background-color: #0C3; color: white; }
#example-one ul li.nav-two a.current, #example-one ul.core li a:hover { background-color: #d30000; color: white; }
#example-one ul li.nav-three a.current, #example-one ul.jquerytuts li a:hover { background-color: #8d01b0; color: white; }
#example-one ul li.nav-four a.current, #example-one ul.classics li a:hover { background-color: #FE4902; color: white; }



/* Specific to example two */

#example-two .list-wrap { background: #eee; padding: 5px; margin: 0 0 15px 0; }

#example-two ul { list-style: none; }
#example-two ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#example-two ul li a:hover { background: #333; color: white; }
#example-two ul li:last-child a { border: none; }

#example-two .nav { overflow: hidden; }
#example-two .nav li {
	width: 170px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}
#example-two .nav li.last { margin-right: 0; }
#example-two .nav li a { width:170px; display: block; padding: 5px; background-image:url(../images/site_use/center_3_bg2.png); background-repeat:repeat-x;   color: white; font-size: 10px; text-align: center; border: 0; }

#example-two li a.current,#example-two li a.current:hover { background-image: url(../images/site_use/heading_bg.jpg);   background-repeat:repeat-x;!important; color: black; }
#example-two .nav li a:hover, #example-two .nav li a:focus { background-image:url(../images/site_use/heading_bg.jpg); background-repeat:repeat-x;}