@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

/*------------------------------------------------*/
/*--------------------[STYLES]--------------------*/
/*------------------------------------------------*/

:focus {outline:none}
body,input,textarea,select{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #4c4c4c;
}
html{
	width:100%;
	height:100%;
}
body{
	background:#F9F9F9;
	width:100%;
	height:100%;
}
a{
	color: #2c2c2c;
	text-decoration:none;
}
#header{
	height:62px;
	width:100%;
	background:#FFF;
	box-shadow: 0 0 2px rgba(6,8,8,0.15);
}
#header a.logo{
	float:left;
	margin:5px 40px 5px 20px;
}
#header a.logo img{
	height:52px;
	width:auto;
}
#header ul{
	float:left;
	height:62px;
	font-size:14px;
}
#header ul.float_right{
	float:right;
}
#header ul li{
	float:left;
	height:62px;
	line-height:62px;
	padding:0 20px 0 0;
}
#header ul li a{
	float:left;
	height:62px;
	line-height:62px;
	padding:0 10px;
}
#header ul li.active a{
	background:#F9F9F9;
}
#header ul li a:hover{
	background:#F3F3F3;
}
#content{
	width:100%;
	padding-bottom:62px;
}
#footer{
	position:fixed;
	bottom:0;
	left:0;
	height:62px;
	width:100%;
	background:#FFF;
	box-shadow: 0 0 2px rgba(6,8,8,0.15);
}
#footer ul{
	float:right;
	height:62px;
	font-size:14px;
}
#footer ul li{
	float:left;
	height:62px;
	line-height:62px;
	padding:0 20px 0 0;
}
#footer ul li a{
	float:left;
	height:62px;
	line-height:62px;
	padding:0 10px;
}
#footer ul li a:hover{
	background:#F3F3F3;
}