 @font-face {
font-family: Lato-Regular;
src: url("../../Lato-Regular.eot")  /* EOT file for IE */
}
@font-face {
font-family: Lato-Regular;
src: url("../../Lato-Regular.ttf")  /* TTF file for CSS3 browsers */
}
.demolayout {
	width: 100%;
	margin: 20px 0 20px 0;
}
ul.demolayout {
	list-style-type: none;
	width: 100%;
	background: url(pixel.gif) bottom left repeat-x;
}
ul.demolayout li {
	text-align:left !important;
	margin-right:5px;
	float: left;
}
ul.demolayout a {
	display: block;
	font-size:15px !important;
	font-weight:normal !important;
	padding:10px 15px;
	text-transform:uppercase;
	border-radius:6px 6px 0 0;
	font-family:Lato;
	color: #000;
	background: #ebebeb;
	text-decoration: none;
}
ul.demolayout a:hover {
	background: #ab0808;
	border-bottom:1px #f2f2f2 solid !important;
	color:#fff;
}
ul.demolayout a.active {
	background: #ab0808;
	border-bottom:1px #f2f2f2 solid !important;
	color:#fff;
	cursor: default;
}
.tabs-container {
	clear: left;
	border: 1px solid #ccc;
	padding: 20px 12px 0 12px;
}
#demo h2 {
	font-size: 100%;
	margin: 0 0 20px 0;
}
