html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	outline:none;
}
/* HTML5 display-role 	reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1;
	background:#f2f2f2;
	font-family: 'open_sansregular';
	font-size:14px;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}

table {
	border-spacing:1px;
	border-collapse:0;
}

input,textarea,radio,checkbox{
	outline:none;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular_0-webfont.eot');
    src: url('fonts/OpenSans-Regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular_0-webfont.woff2') format('woff2'),
         url('fonts/OpenSans-Regular_0-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular_0-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular_0-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/OpenSans-Semibold_0-webfont.eot');
    src: url('fonts/OpenSans-Semibold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold_0-webfont.woff2') format('woff2'),
         url('fonts/OpenSans-Semibold_0-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold_0-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold_0-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_probold';
    src: url('fonts/sourcesanspro-bold-webfont.eot');
    src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'source_sans_probold';
	font-size:36px;
	font-weight:normal;
}



.fl {
	float:left;
}
.fr {
	float:right;
}
.clr {
	clear:both;
}
a {
	text-decoration:none;
}
.main_wrapper{
	width:1100px;
	margin:0 auto;
}
.header{
	width:100%;
	position:relative;
}
.header h1{
	float:left;
	padding:20px 0 20px 0;
}
.header ul{
	float:right;
	margin:20px 0 0 0;
	padding:0;
}
.header li{
	color:#464646;
	font-size:16px;
	font-family: 'open_sanssemibold';
	margin:10px 0 0px 0px;
}
.header li a{
	color:#464646;
}
.header li span img{
	vertical-align:middle;
	margin:0 8px 0 0;
}
.header li a:hover{
	color:#ed1c25;
}

.menu{
	width:100%;
	background: #b80106; 
	background: -moz-linear-gradient(top, #b80106 0%, #bd040a 17%, #e1151e 74%, #ec1a23 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b80106), color-stop(17%,#bd040a), color-stop(74%,#e1151e), color-stop(100%,#ec1a23));
	background: -webkit-linear-gradient(top, #b80106 0%,#bd040a 17%,#e1151e 74%,#ec1a23 100%); 
	background: -o-linear-gradient(top, #b80106 0%,#bd040a 17%,#e1151e 74%,#ec1a23 100%);
	background: -ms-linear-gradient(top, #b80106 0%,#bd040a 17%,#e1151e 74%,#ec1a23 100%); 
	background: linear-gradient(to bottom, #b80106 0%,#bd040a 17%,#e1151e 74%,#ec1a23 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80106', endColorstr='#ec1a23',GradientType=0 ); 
}

.menu h3{
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	padding:10px 0 10px 10px;
}



.banner{
	width:100%;
	padding:8px 0 0 0;
}


.footer{
	width:100%;
	margin:20px 0 0 0;
	background:url(../images/footerbg.png) center top no-repeat;
	padding:0 0 20px 0;
}
.footer ul{
	padding:0;
	margin:0;
}
.footer li{
	color:#000;
	font-size:12px;
	text-align:center;
	line-height:14px;
	padding:30px 0 10px 0;
}
.footer li a{
	color:#000;
	padding:0 3px 0 0px;
}
.footer li a:hover,.footer li a.selected{
	color:#ed1c24;
}

.footer p{
	color:#000;
	font-size:12px;
	text-align:center;
	padding:10px 0 10px 0;
}
.footer p span{
	display:block;
	padding:20px 0 0 0;
}
.footer p span a{
	margin:0 10px 0 0;
}


.login_page{
	width:400px;
	margin:0 auto;
	padding:80px 0 80px 0;
}
.login_page p input[type="text"]{
	width:97%;
	border:1px solid #cecece;
	padding:10px 5px;
	background:url(../images/username.png) 98% 50% no-repeat;
	margin:10px 0 0 0;
}
.login_page p input[type="password"]{
	width:97%;
	border:1px solid #cecece;
	background:url(../images/password.png) 98% 50% no-repeat;
	padding:10px 5px;
	margin:10px 0 0 0;
}
.login_page p input[type="submit"]{
	color:#fff;
	width:100%;
	background:#ed1c24;
	font:bold 14px Arial, Helvetica, sans-serif;
	border:none;
	cursor:pointer;
	text-transform:uppercase;
	padding:12px 12px;
	margin:10px 0 10px 0;
	border-radius:4px;
}


