* {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	-webkit-text-size-adjust:none;
	overflow-x: hidden;

}

html {
	width: 100%;
	height: 100%;
}

#wrapper{
	width:100%;
	margin: auto;
}

#wrapper h1{
	color:#FFF;
	text-align:center;
}

#tabs a{
	display:block;
	text-decoration:none;
}

#tabContainer{
	padding: 0 0 0 0;
	margin: auto;
	font-family: Helvetica, Arial, sans-serif;
	min-height: 100%;
	width: 100%;
}

#tabsin{
	height: 60px;
	overflow:hidden;
	background-image: linear-gradient(bottom, #192533 25%, #304763 75%);
	background-image: -o-linear-gradient(bottom, #192533 25%, #304763 75%);
	background-image: -moz-linear-gradient(bottom, #192533 25%, #304763 75%);
	background-image: -webkit-linear-gradient(bottom, #192533 25%, #304763 75%);
	background-image: -ms-linear-gradient(bottom, #192533 25%, #304763 75%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.25, #192533),
		color-stop(0.75, #304763)
	);
	background-repeat: repeat-x;
	background-position: fixed;
	width: 100%;
	top: 0px;
	position: fixed;
}


#tabs > ul{
	list-style:none;
	width:450px;
	text-align:center;
	margin: auto;
}

#tabs > ul > li{
	display:block;
	float:left;
	color:#FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

}

#tabs > ul > li:hover{
	background-image: linear-gradient(bottom, rgba(200,200,200,0.1) 25%, rgba(255,255,255,0.3) 75%);
	background-image: -o-linear-gradient(bottom, rgba(200,200,200,0.1) 25%, rgba(255,255,255,0.3) 75%);
	background-image: -moz-linear-gradient(bottom, rgba(200,200,200,0.1) 25%, rgba(255,255,255,0.3) 75%);
	background-image: -webkit-linear-gradient(bottom, rgba(200,200,200,0.1) 25%, rgba(255,255,255,0.3) 75%);
	background-image: -ms-linear-gradient(bottom, rgba(200,200,200,0.1) 25%, rgba(255,255,255,0.3) 75%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.25, rgba(200,200,200,0.1)),
		color-stop(0.75, rgba(255,255,255,0.3))
	);
	cursor:pointer;
	color: #333;
}

#tabs > ul > li.tabActiveHeader{
	background-image: linear-gradient(bottom, rgba(200,200,200,0.1) 25%, rgba(255,255,255,0.3) 75%);
	background-image: -o-linear-gradient(bottom, rgba(200,200,200,0.1) 25%, rgba(255,255,255,0.3) 75%);
	background-image: -moz-linear-gradient(bottom, rgba(200,200,200,0.1) 25%, rgba(255,255,255,0.3) 75%);
	background-image: -webkit-linear-gradient(bottom, rgba(200,200,200,0.1) 25%, rgba(255,255,255,0.3) 75%);
	background-image: -ms-linear-gradient(bottom, rgba(200,200,200,0.1) 25%, rgba(255,255,255,0.3) 75%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.25, rgba(200,200,200,0.1)),
		color-stop(0.75, rgba(255,255,255,0.3))
	);
	cursor:pointer;
	color: #333;
}


#tabscontent {
	top: 60px;
	bottom: 2px; 
	position: absolute;
	overflow:auto;
	width: 100%;
	//overflow: scroll;
	-webkit-overflow-scrolling: touch;
}


.tabpage {
    //padding-left:10px;
    //min-height:300px;
}


body {
	background-image: linear-gradient(bottom, #E6EBEF 75%, #CED1D7 25%);
	background-image: -o-linear-gradient(bottom, #E6EBEF 75%, #CED1D7 25%);
	background-image: -moz-linear-gradient(bottom, #E6EBEF 75%, #CED1D7 25%);
	background-image: -webkit-linear-gradient(bottom, #E6EBEF 75%, #CED1D7 25%);
	background-image: -ms-linear-gradient(bottom, #E6EBEF 75%, #CED1D7 25%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.75, #E6EBEF),
		color-stop(0.25, #CED1D7)
	);
	background-position: fixed;
	height: 100%;
	width: 100%;
	background-size: cover;
	-webkit-font-smoothing: subpixel-antialiased;

}

a:link, a:visited {
  text-decoration  : none  ;
  color            : #006666;
  font-weight: bold;
}

//iPHONE FORMATTING
@media screen and (max-device-width: 480px) {

#tabs img{
	width:64px;
}



#tabs > ul{
	list-style:none;
	width:320px;
	text-align:center;
	margin: auto;
}

#tabsin{
	height: 50px;
}

#tabscontent {
	top: 52px;
	bottom: 2px;
}

} //end of iphone