

body {
	font-family: 'Open Sans', Arial, sans-serif;
	color:#979797;
	
}

a {
	color:#5aadb8;
	text-decoration:none;
}

.wrapper {
	width:1024px;
	margin:0 auto;
}

#header {
margin-top:150px;
	
	height:160px;
	
}

	#header #info {
		top:17px;
		right:0;
	}

	#header #logo {
		top:60px;
		left:0;
		border:0px;
	}
	
	#header #nav {
		top:82px;
		font-size:36px;
		right:350px;
	}
	
	
		
	

h2 {
	font-size:18px;
	color:#5aadb8;
	padding:8px 0;
}


		
.line {
	margin:20px 0;
	border-bottom:1px #eaeaea solid;
}

	
	

/* Helpers */

.height-1 {
	padding:5px 0;
}

.relative {
	position:relative;
}

.absolute {
	position:absolute;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.text-uppercase {
	text-transform:uppercase;
}

.text-center {
	text-align:center;
}

.valign {
	vertical-align:middle;
}

.pointer {
	cursor:pointer;
}

.z-index-10 {
	z-index:10;
}	


/* Chrome fixes */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#small-search {
		top:188px;
		left:708px;
	}
	
	.input-select-text {
		font-size:13px;
		color:#959595;
		padding:0px 10px 0 10px;	
	}
}

/* IE fixes */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	#header #nav ul li ul {
		top:24px;
	}
}

