#tab-box {
	position:relative;
	width:100%;
	background:#FFF;
	-moz-border-radius: 4px;
	border-radius: 4px;
    behavior: url('css/PIE.htc'); /* CSS3 Support for IE */
}

#tab-box:before,
#tab-box:after {
    content:"";
    position:absolute; 
    z-index:-2;
}

#tab-box:before {
    top:50%;
    bottom:0;
    left:30px;
    right:30px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    box-shadow:0 0 15px rgba(0,0,0,0.4);
     -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
    behavior: url('css/PIE.htc'); /* CSS3 Support for IE */
}

#tab-box .background {
	background: #1790d1;
}

/* NAVIGATION */
#nav {
	width:auto;
	height:50px;
	overflow:hidden;
	display:none;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	float:left;
	
	width:189px;
	height:46px;
	line-height:50px;
	
	border-width:1px;
	border-style:solid;
	border-top-color:#FFF;
	border-right-color:#CDCCCC;
	border-bottom-color:#CDCCCC;
	border-left-color:#FFF;
}

#nav ul li a {
	display:block;
	
	color:#0e699a;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6ac6e6+0,b4ddf0+100 */
background: #6ac6e6; /* Old browsers */
background: -moz-linear-gradient(top,  #6ac6e6 0%, #b4ddf0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ac6e6), color-stop(100%,#b4ddf0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6ac6e6 0%,#b4ddf0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6ac6e6 0%,#b4ddf0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6ac6e6 0%,#b4ddf0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6ac6e6 0%,#b4ddf0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ac6e6', endColorstr='#b4ddf0',GradientType=0 ); /* IE6-9 */

}

#nav ul li:first-child {
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	behavior: url('css/PIE.htc'); /* CSS3 Support for IE */
}

#nav ul li:last-child {
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	border-right:none;
	behavior: url('css/PIE.htc'); /* CSS3 Support for IE */
}

#nav ul li a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1890d1+0,7bbfe4+100 */
	background: #1890d1; /* Old browsers */
	background: -moz-linear-gradient(top,  #1890d1 0%, #7bbfe4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1890d1), color-stop(100%,#7bbfe4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1890d1 0%,#7bbfe4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1890d1 0%,#7bbfe4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1890d1 0%,#7bbfe4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1890d1 0%,#7bbfe4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1890d1', endColorstr='#7bbfe4',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

#nav ul li.active {
	border-bottom-color:#FFF;
}

#nav ul li.active a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1890d1+0,7bbfe4+100 */
	background: #1890d1; /* Old browsers */
	background: -moz-linear-gradient(top,  #1890d1 0%, #7bbfe4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1890d1), color-stop(100%,#7bbfe4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1890d1 0%,#7bbfe4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1890d1 0%,#7bbfe4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1890d1 0%,#7bbfe4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1890d1 0%,#7bbfe4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1890d1', endColorstr='#7bbfe4',GradientType=0 ); /* IE6-9 */

	color:#fff;
}

/* CONTENT */

#tabcontainer {
	padding:30px;
}

#tabcontainer h3 {
	color:#fff;
	font-size: 26px;
	margin-bottom: 30px;
}

#tabcontainer .wline {
	width: 100%;
	border-bottom: 1px solid #fff;
	height: 1px;
	margin: 20px 0;
}

#tabcontainer p {
	color:#fff;
	margin: 10px 0;
	width: 80%;
}