/* Reset */
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset{margin:0;padding:0;line-height:1}
a img,:link img,:visited img{border:none}



/* Standard */
.hide, h1 {
	left: -9999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

body, input, textarea, button {
	font: 85% Arial, sans-serif;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover, #navMain>ul>li:hover>a {
	color: #de0a07 !important;
}



/* layout */
#header {
	position: absolute;
	top: 22px;
	height: 100px;
	width: 80%;
	padding: 15px 10% 0 10%;
	background: #fff;
	opacity: .7;
}

#logo a {outline:none}

#main {
	position: absolute;
	left: 10%;
	top: 200px;
	width: 330px;
}

#footer {
	position: absolute;
	right: 4%;
	top: 108px;
	width: 180px;
}



/* supersized plugin */
body {
	overflow:hidden;
}

#supersize img {
	height: 100%;
	width: 100%;
}




/* #main */
#main p {
	margin-bottom: 1em;
	padding: .5em;
	background: #000;
	color: #fff;
	opacity: .7;
	line-height: 1.3;
	min-height: 1px;
}

#main a {
	display: block;
	color: #fff;
}

* html #main p, * html #main a {height:1px}


/* #footer */
#footer {
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
}

#footer li {
	display: inline;
	line-height: 13px;
	padding-left: 5px;
	background: url(../imgs/homeSepPipe.gif) no-repeat 0 70%;
}

#footer li.first-child, #footer li:first-child {
	padding: 0;
	background: none;
}




/* #navMain */
#navMain {
	position: absolute;
	left: 10%;
	top: 85px;
	width: 900px;
}

#navMain li {
	position: relative;
	float: left;
	display: inline;
}

#navMain a {
	float: left;
	margin-right: 30px;
	padding-left: 25px;
	background: url(../imgs/homeArrow.gif) no-repeat 0 .3em;
	font: 2em "Franklin Gothic Medium", Arial, sans-serif;
	white-space: nowrap;
}

#navMain a.mateo20 {
	cursor: default;
}

/* level 2 */
#navMain li ul {
	position: absolute;
	left: 25px;
	top: 2.4em;
	border: 1px solid #fff;
}

#navMain li li {
	position: static;
	float: none;
	display: block;
}

#navMain li li a {
	display: block;
	float: none;
	width: 8em;
	margin: 0;
	padding: .2em .8em;
	border-top: 1px dashed #fff;
	background: #333;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	white-space: normal;
}

#navMain li li.first-child a {
	border-top: 0;
}

#navMain li li a:hover {
	background: #999;
	color: #fff !important;
}

/* hover */
#navMain li ul {
	display: none;
}

#navMain li:hover ul {
	display: block;
}

#navMain li.hover ul {
	display: block;
}