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

* { margin: 0; padding: 0; }
body { font-size: 15px; font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif; line-height:20px;}
html { overflow-y: scroll; }
a { text-decoration: none; }
a:focus { outline: 0; }
p { font-size: 15px; margin: 0 0 20px 0; }
#page-wrap { width: 556px; background-color:#f7f6e9; padding:10px; font:Georgia 12px; color: #333333; line-height:20px;}
h1 {color:#000000; font-size:40px; line-height:50px; font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;}
h2 {color:#ed184b; font-size:29px; line-height:40px; font-family:Arial, "Helvetica Neue", Gotham, Helvetica, sans-serif;}
li.detail {list-style-type:disc; margin-left:20px; font-size:13px; line-height: 16px;}
div.padding {padding:5px 15px; margin-top }
em {font-style:italic; font-weight:normal;}
a:link, a:active, a:visited {color: #333632; font-weight: normal; text-decoration: none; font-size:13px;}


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


/* Specific to example one */

#example-one { background: #ffffff; padding: 10px; margin: 0 0 10px 0; border: #ed184b solid 1px}

#example-one .nav { overflow: hidden; margin: 0 0 10px 0; }
#example-one .nav li { width: 178px; float: left; margin: 0px; }
#example-one .nav li.last { margin-right: 0; }
#example-one .nav li a { display: block; padding: 10px 5px; background: #ebbbc7; color: white; font-size: 16px; text-align: center; border: 0; }
#example-one .nav li a:hover { background-color: #ec3c66; text-decoration:none;} /*#ec3c66*/

#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: #ec3c66; color: white; } /*#fe4902*/
#example-one ul li:last-child a { border: none; }

#example-one ul li.nav-one a.current, #example-one ul.level-1 li a:hover { background-color: #ed184b; color: white; }
#example-one ul li.nav-two a.current, #example-one ul.level-2 li a:hover { background-color: #ed184b; color: white; }
#example-one ul li.nav-three a.current, #example-one ul.level-3 li a:hover { background-color: #ed184b; color: white; }