@import url('reset.css');

/* ------------------------------- IMPORT FONTS ------------------------------- */

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

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?iefix') format('eot'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#webfont2wKyads1') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('../fonts/proximanova-semibold-webfont.eot');
    src: url('../fonts/proximanova-semibold-webfont.eot?iefix') format('eot'),
         url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-semibold-webfont.svg#webfontNhksnq9V') format('svg');
    font-weight: normal;
    font-style: normal;
}





body{
	font-size:14px;
	background:#333;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../image/bk2.jpg);
}
.header{ 
	text-align:center;
	width:100%;
	position:absolute;
	height:200px;
	clear:both;
	margin-bottom:20px;

	/*border-bottom:7px solid #333; */

}
.header > h1{
	font-size:40px;
	font-weight:normal;
	text-shadow:0px 0px 1px #fff;
	font-family: 'Raleway', arial, serif;
	/*border-bottom:1px dotted #444; */
	padding:10px 20px;
	color: #FFFFFF;
	left: 100%;
	right: 100%;

}
.header > h6{
	font-size:47px;
	font-weight:normal;
	text-shadow:0px 0px 1px #fff;
	font-family: 'Raleway', arial, serif;
	/*border-bottom:1px dotted #444; */
	padding:10px 20px;
	color: #FFFFFF;
	left: 100%;
	right: 100%;

}
.header > h3{

	font-size:23px;
	color:#FF3399;
	font-weight:700;
	padding:10px 20px;
	font-family: 'Raleway', arial, serif;
	letter-spacing: 0.2px;
	left: 100%;
	right: 100%;


}
.titnota {color: #3399CC; 
	font-family: 'ProximaNovaBold';
	font-size: 17px; 
	line-height:19px; }
h1 {color: #333333; 
	font-family: 'ProximaNovaRegular';
	font-size: 14px; 
	line-height:18px; }
.header a{
	color:#00CCFF;
	text-shadow:1px 1px 1px #000;
	padding-right:20px;
}
.header a:hover{
	color:#fff;
}
.containerg {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
.left{
	float:left;
	margin-left:10px;
}
.back{
	position:absolute;
	right:10px;
	top:0px;
}
.content > h1{
	font-size:44px;
	font-weight:normal;
	text-shadow:0px 0px 1px #fff;
	font-family: 'Raleway', arial, serif;
	border-bottom:1px dotted #444;
	padding:10px 20px;
}
.content > h3{
	font-size:22px;
	color:#FF3399;
	font-weight:normal;
	padding:10px 20px;
	font-family: 'Raleway', arial, serif;
	letter-spacing: 0.2px;
}
h3 a{
	font-size:14px;
	padding-left:20px;
}
a{
	color:#777;
	text-decoration:none;
}
a:hover{
	color:#fff;
}
.content {
	margin:0 auto;
	padding:0px 0px 58px 0px; /* Footer Padding */
}
.footer {
	position:absolute;
	width:100%;
	height:50px;
	line-height:normal;
	bottom:6px; /* stick to bottom */
	background:#000 url(../images/stripe.gif) repeat top left;
	border-top:7px solid #222;
	text-align:center;
	color:#666666;
	background:#000 url(../images/stripe.gif) repeat top left;
	left: 11px;
	z-index: 400;
}
.footer a{
	color:#aaa;
	padding:0px 10px;
	text-shadow:1px 1px 1px #000;
}
.footer a:hover{
	color:#fff;
	text-shadow:0px 0px 1px #fff;
}
h5 {color: #333333; 
	font-family: 'ProximaNovaRegular';
	font-size: 13px; 
	line-height:15px; }