/* CSS Document */

body {
	background-image: url(images/background-grey.jpg);
	margin-top: 0;
}

.mytofino {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 300;
}
	
.mytofino a, 
a:link, 
a:visited {
	font-family: 'Open Sans', sans-serif;
	color: #044afc; 
	font-weight: 400;
	text-decoration: none;
}

.mytofino a:hover {
	color: #000; 
	font-weight: 400;
	text-decoration: none;
}

.mytofino2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.mytofino3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.mytofino4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
}
.mytofino5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}
.mytofino6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
.mytofino7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.mytofino8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
}
.mytofino9 {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-style: normal;
	color: #000;
}
.mytofino10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #000000;
}
	
.nav {
	background-color: #998675;		
}

.nav ul {
	list-style-type: none;
	margin: 0 auto;
	margin-left: 1px;
	padding: 0;
}

.nav li {
	float: left;
}

.nav a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 300;
	background-color: #333;
	display: block;
	width: 147px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #CCC;
	float: left;
	text-align: center;	
}

.nav a:focus,
.nav a:hover,
.nav a:active {
	font-family: 'Open Sans', sans-serif;
	color: #f2e4a1;
	background-color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: 300;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('..fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 28px;
	-webkit-font-smoothing: antialiased;
}
