* {
	margin:0;
	padding:0
}
#container {
	width:100%;
	font-family:"Open Sans";
}
#top {
	width:100%;
	margin-top:25px;
	height:60px;
	border:1px solid #BBB;
	padding:10px
}
#tutorialHead {
	width:100%;
	margin-top:25px;
	height:30px;
	border:1px solid #BBB;
	padding:10px
}
.tutorialTitle {
	width:800px;
	float:left
}
.tutorialLink {
	float:right
}
#wrapper {
	width:100%;
	padding-top:0;
}
.widget {
	background:none repeat scroll 0 0 #fff;
	margin:0;
	padding:0;
	width:100%
}
.widget a {
	color:#000;
	text-decoration:none
}
.widget a:hover {
	text-decoration:underline;
}
.tabnav li {
	display:inline;
	list-style:none;
	padding-right:5px
}
.tabnav li a {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700;
	padding:4px 6px;
	outline:none
}
.tabnav li a:hover, .tabnav li a:active, .selected {
	/*background:#dedbd1;*/
	text-decoration:none
}
.tabdiv li {
	margin-right:0
}
.tabdiv li a {
	color:#212121
}
.ui-tabs-hide {
	display:none
}
#fotter {
	clear:both;
	text-align:right;
	font-size:10px;
	color:#222;
	border:1px solid #BBB;
	padding:10px;
	width:100%;
	margin-top:25px
}
.tabnavTop {
	background:url(../images/header-bg-bottom.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	display:block;
	overflow:hidden;
	padding:0 0 0 15px
}
.tabnavTop li {
	display:inline;
	list-style:none;
	border-bottom:0 none;
	border-radius:2px 2px 0 0;
	float:left;
	list-style:none outside none;
	margin:0 9px -1px 0
}
.tabnavTop li a {
	float:left;
	border-radius:2px 2px 0 0;
	font-size:13px;
	padding:6px 13px 7px;
	text-decoration:none;
	color:#8d8d8d
}
.tabnavTop li a:hover, .tabnav li a:active, .selected {
	color:#000;
	text-decoration:none
}
.tabnavTop li a.selected {
	background:#fff;
	text-decoration:none;
	border:1px solid #e1e1e1;
	color:#1A1A1A;
	border-bottom:none
}
.tabdiv {
	background:#fff;
	border-top:1px solid #e1e1e1;
	margin-top:-1px;
	padding-top:12px;
}



@media only screen and (max-width: 1200px) {

#wrapper {
    padding-top: 0;
    width: 100%;
}
}

@media only screen and (max-width: 992px) {
	
#wrapper {
    padding-top: 0;
    width: 100%;
}
.tabnavTop { display:none}
}
@media only screen and (max-width: 768px) {
.tabnavTop {
    background: none repeat scroll 0 0 #f0f0f0;
    display: none;
    overflow: hidden;
    padding: 0 0 0 15px;
}
.tabnavTop li a {
    border-radius: 2px 2px 0 0;
    color: #8d8d8d;
    float: left;
    font-size: 13px;
    padding: 3px 9px;
    text-decoration: none;
}

.tabdiv {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #e1e1e1;
    margin-top: -1px;
    padding-top: 0;
}
#wrapper {
    padding-top: 0;
    width: 100%;
}
}