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

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
a { text-decoration: none; }
a:focus { outline: 0; }
#page-wrap { width: 820px; margin: 0px auto; background-color: #FFF; 
border-right:1px solid #FFF;
border-left:1px solid #FFF;
}

/* Specific to example two */

#tabs .list-wrap p {margin-bottom:15px;}

#tabs .list-wrap .spacer-top {height:25px;}
#tabs .list-wrap .spacer-bottom {height:50px;}

#tabs .list-wrap { background: #FFF; padding: 10px; margin: 0 0 0px 0;font-size:13px; }

#tabs ul { list-style: none; }
#tabs ul li a { display: block; border-bottom: 1px solid #FFE6A6; padding: 4px; color: #670300; }
#tabs ul li a:hover { background: #F7C527; color: #A0181C; }
#tabs ul li:last-child a { border: none; }

#tabs .nav { overflow: hidden; }
#tabs .nav li { width: 140px; float: left; margin: 0 10px 0 0; }
#tabs .nav li.last { margin-right: 0; }
#tabs .nav li a { display: block; padding: 5px; background: #FFE6A6; color: #A0181C; font-size: 13px; text-align: center; border: 0; }

#tabs li a.current,#tabs li a.current:hover { background-color: #FFF !important; color: black; }
#tabs .nav li a:hover, #tabs .nav li a:focus { background: #F7C527;}

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





