/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}


/*MAIN*/
body { 
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background-color: #000;
	background-image: url(/images/hovbg.png);
	background-attachment:fixed;
    background-repeat: repeat;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #000;	
	font-color: #000;
	a:link {
	  	color: #0087D7;
	}
	a:hover {
		color: #FFFFFF;
	}
	a:visited {
		color: #0087D7;
	}
	a:active {
		color: #0087D7;
	}
}

a {
	color: #8ec0f9;
	text-decoration: none;
}

img {
	width: 100%;
}

#logo{

	margin: 5px;
	float: left;
	width: 225px;
	height: 78px;
	background: url(/images/hov_logo_header_blk_24n.png) no-repeat center;
	display: block;

}

header {

	background: #000;
	width: 100%;
	height: 96px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 0px solid #000;
	z-index: 100;

}


footer {
	margin: 5x auto 5px;
	max-width: 980px;
	position: relative;
	padding: 5px;
}

.topnav {
  overflow: hidden;
  background-color: #215316;
}

.topnav a {
  float: left;
  display: block;
  color: #536DAC;
  text-color: #FFF;
  text-align: center;
  padding: 10px 14px;
  text-decoration: none;
  font-size: 13px;
}
nav {
	float: left;
	padding: 20px 0px;	
}

#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background: #000 url(/images/menu-icon_blk.png) center;
}

a:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}

.current {
	color: #fff;
	font-color: #fff;
	font-weight: bold;
	
}

.style1 {color: #cc9900; font-weight:bold; }

ul {
	list-style: none;
}

li {
	display: inline-block;
	float: left;
	padding: 10px;
}

div.col_450 {
    float: left;
	text-align: left;
    width: 450px;
}

div.col_300 {
    float: left;
	text-align: left;
    width: 300px;
}
div.col_75 {
    float: left;
	text-align: left;
    width: 75px;
}

/*  GRID OF TWO */
.span_1_of_2 {
	width: 49.2%;
	text-align: left;
}

.span_2_of_2 {
	width: 100%;
}

section {
	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px;
	background: #FFF url(/images/hov_contentbg.png) center; 
	background-repeat: no-repeat;
    background-attachment: fixed;
}

.section group {
	text-align: center;
	}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GRID OF FOUR   ============================================================================= */

.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
	text-align: center;
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
	text-align: center;

}

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

h1 {
	font-size: 3em;
	color: #cc9900;
	line-height: 2em;
	margin: 20px 0 ;
}

h2 {
  font-size: 1.875em;
  line-height: 1.0em;
  color: #45B613;
  font-weight: bold;
}

h3 {
  font-size: 1.2em;
  line-height: 2.0em;
  font-weight: normal;

}


.right {
  float: right;
  display:inline-block;line-height:32px;padding-right:20px; padding-top:20px;
}

/* REVIEWS PAGE */
.stylepressr {
	display: block; 
	font-size: 16px;
	font-weight: bold;
	color: #000000;
    text-align: right;
}


/*MEDIA QUERY*/
@media only screen and (max-width : 1200px) {

	header {
		position: fixed;
	}

	#menu-icon {
		display:inline-block;
	}

	nav ul, nav:active ul { 
		display: none;
		position: absolute;
		padding: 20px;
		background: #333;
		color: #000;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;
	}

	nav li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}

	nav:hover ul {
		display: block;
	}
}