* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
a {
	text-decoration: none;
}
a:focus {
	outline: 0 none;
}
.hide {
	left: -9999px;
	position: absolute;
	top: -9999px;
}
#example-two {
	margin: 25px 0 0 0;
}
#example-two .list-wrap {
	background: none repeat scroll 0 0 transparent;
	color: #333;
	font-size: 14px;
	margin: 0 0 15px;
	padding: 10px;
}
#example-two ul {
	list-style: none outside none;
}
#example-two ul li a {
	border-bottom: 1px solid #666666;
	color: #000000;
	display: block;
	padding: 4px;
	cursor: pointer;
}
#example-two ul li a:hover {
	background: none repeat scroll 0 0 #40414d;
	color: #cdbf61;
}
#example-two ul li:last-child a {
	border: medium none;
}
#example-two .nav {
	overflow: hidden;
}
#example-two .nav li {
	float: left;
	margin: 0 10px 10px 0;
}
#example-two .nav li.last {
	margin-right: 0;
}
#example-two .nav li a {
	background: none repeat scroll 0 0 #333333;
	border: 0 none;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 5px 8px;
	text-align: center;
	border-radius: 3px;
}
#example-two li a.current, #example-two li a.current:hover {
	background-color: #7a0101 !important;
	color: #FFFFFF;
}
#example-two .nav li a:hover, #example-two .nav li a:focus {
	background: none repeat scroll 0 0 #7a0101;
	color: #fff;
}
.menuheader {
	color: #241410;
	font-family: 'latobold';
	text-transform: uppercase;
	font-size: 22px;
	font-weight: normal;
	padding: 0 0 15px 5px;
}
.menuheader small {
	font-size: 15px !important;
	font-style: italic;
	color: #666;
}
.menusubheader {
	color: #e41414;
	font-size: 18px !important;
	font-family: 'latobold';
	line-height: 28px;
}
.caption {
	font-style: italic;
}
.menutext {
	color: #000;
	font-size: 13px;
	line-height: 28px;
}
.tabletext {
	padding: 0 0 10px 10px;
}
.table {
	font-size: 13px;
}
.table td, .table th {
	padding: 10px 15px !important;
}
.nav-tabs {
	border: none !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover {
	border: none !important;
	background-color: #e41414 !important;
	color: #ffffff !important;
	line-height: 15px !important;
	border-radius: 3px;
}
.nav-tabs > li {
	margin-bottom: 8px!important;
	font-family: 'latobold';
	font-size: 15px;
	text-transform: uppercase;
}
.nav-tabs > li > a {
	background: #009246;
	line-height: 15px !important;
	border-radius: 3px !important;
	color: #fff !important;
	border: none !important;
}
.tab-content {
	margin: 25px 0 0 0 !important;
}
