@import url('normalize.css');

/* General Demo Style */


body

{
	font-family: 'Lato', 'Myriad Pro','Trebuchet MS', sans-serif;
	background: #f9f9f9 url(../bg.jpg) repeat top left;
	font-weight: 300;
	font-size: 14px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
}
a{
	color: #555;
	text-decoration: none;
}
.container{
	width: 100%;
	position: relative;

}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.main{
	position: relative;
	margin-top: 10px;
}
.header{
	margin: 10px;
	padding: 20px 10px 10px 10px;
	position: relative;
	display: block;
    text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}
.header h1,
.header-special h1{
	font-size: 26px;
	line-height: 26px;
	margin: 0;
	position: relative;
	font-weight: 700;
	color: #000;
}
.header h2,
.header-special h2{
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	margin: 0;
	padding: 3px 5px;
	margin: 10px 0 5px;
	color: #000;
	display: inline-block;
}

/* Header Style */
.top{
	line-height: 24px;
	font-size: 16px;
	text-transform: uppercase;
	
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	margin-top: 8px;
}
.top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
}
.top a:hover{
	background: rgba(255,255,255,0.3);
}
.top span.right{
	float: right;
	margin: 0px;
	padding: 0px;
}
.top span.right a{
	float: left;
	display: block;
}

.info{
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
	line-height: 22px;
}
/* Demo Buttons Style */
.demos{
    text-align: center;
	display: block;
	line-height: 30px;
	padding: 5px 0px;
}
.demos a{
    display: inline-block;
	margin: 0px 10px;
	font-weight: bold;
	color: #333;
	line-height: 20px;	
	font-size: 12px;
	background: #fff;
	background: rgba(255,255,255,0.4);
	padding: 0 4px;
}
.demos a:hover{
	border-bottom: 2px solid #f7bb6d;
}
.demos a.current-demo,
.demos a.current-demo:hover{
	border-bottom: 2px solid #f7bb6d;
	color: #777;
}

.header-special{
	position: absolute;
	top: 80px;
	left: 0px;
	text-align: left;
}
.header-special h2{
	padding: 5px 20px 5px 10px;
	color: #fff;
	line-height: 26px;
	background: #000;
	background: rgba(0,0,0,0.8);
}
.header-special h1{
	background: #000;
	background: rgba(0,0,0,0.8);
	display: inline-block;
	font-size: 32px;
	line-height: 32px;
	padding: 20px;
	color: #fff;
	text-shadow: 0 0 1px #fff;
}
.header-special .demos{
	text-align: left;
}
.header-special .demos a{
	background: rgba(255,255,255,1);
}
.header-special .info{
	color: #fff;
	background: #000;
	background: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	padding: 5px 20px 5px 10px;
	line-height: 26px;
	margin-top: 30px;
	text-align: left;
}
#navbox {
	margin-left: 900px;
	margin-top: 50px;
}
	
#menu14 {
	width: 500px;
	margin: 10px;
	font-size: 20px;
	}
	
#menu14 li a {
	height: 46px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 46px;
	text-decoration: none;
	}	
	
#menu14 li a:link, #menu14 li a:visited {
	color: #333;
	display: block;

	padding: 8px 0 0 10px;
	}
	
#menu14 li a:hover {
	color: #FFF;

	padding: 8px 0 0 10px;
	}	
	
	ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 
#center {
	width: 700px;
	margin-top: 20px;
	margin-left: 270px;
	font-family: 'Lato', 'Myriad Pro', 'Trebuchet MS', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
}

.footer {
	height: 50px;
	width: 100%;
	font-family: 'Lato', 'Myriad Pro', 'Trebuchet MS', sans-serif;
	font-size: 13px;
	padding-left: 20px;

}.footer2 {
	height: 50px;
	width: 100%;
	font-family: 'Lato', 'Myriad Pro', 'Trebuchet MS', sans-serif;
	font-size: 13px;
	padding-left: 20px;
	color: #CCCCCC;
}