/* Customized NSR Blitz Combine Series CSS */
#topNav {
	max-height:55px;
	border-bottom:3px solid #A3D55D;
	padding:0;
}

#topNav.translucent {
	background-color:#263645;
}

#bgmain {
	background:#EAEAEA no-repeat url(../images/bg_blitz.jpg);
	background-position:center top;
	padding-top: 100px;
}

body {
	background-color:#263645;
}

h1,h2,h3,h4 {
	font-family:'Vitesse-Bold',sans-serif;
	font-weight:700;
	margin:0 0 20px;
	letter-spacing: 0px;
}

h1,h2 {
	color:#346094;
	text-transform:uppercase;
}

h3,h4 {
	color:#263645;
}

h1 {
	line-height:45px;
}

h1 small {
	text-transform:none!important;
}

.nsrbg {
	background:#FFF url(../images/demo/wall5.jpg);
	padding-bottom:25px;
}

.accent {
	color:#A3D55D;
}

@media (max-width: 990px) {
	#bgmain {
		padding-top: 15px;
	}
}