@font-face {
 font-family: 'MuseoSlab500';
 src: url('museo_slab_500-webfont.eot');
 src: local('☺'), url('museo_slab_500-webfont.woff') format('woff'), url('museo_slab_500-webfont.ttf') format('truetype'), url('museo_slab_500-webfont.svg#webfont5AGchfXb') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'MuseoSlab500Italic';
 src: url('museo_slab_500italic-webfont.eot');
 src: local('☺'), url('museo_slab_500italic-webfont.woff') format('woff'), url('museo_slab_500italic-webfont.ttf') format('truetype'), url('museo_slab_500italic-webfont.svg#webfontktFrJAXp') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	font-family:'MuseoSlab500', helvetica, arial, sans-serif;
	font-size-adjust: 0.51;
	text-align: center;
	background-color: #292929;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
p {
	font-family:'MuseoSlab500', helvetica, arial, sans-serif;
	color: #464646;
}
h1 {
	color: #f1f1f1;
	font-weight: normal;
	padding-top: 40px;
	margin-top: 0px;
	text-shadow:1px 1px 1px #767676
}
h2 {
	font-weight: normal;
	font-size: 1.4em;
}
a 
{
    text-decoration: none;
}
img 
{
    border: 0;
}
.image {
    -moz-border-radius: 4px 4px 4px 4px;
    margin: 5px;
}
.wrapper {
	margin: 40px auto;
	width: 1100px;
}
.logo {
	position: absolute;
	margin: -20px 0 0 20px;
	z-index: 3;
	float: right;
	width: 50px;
	height: 50px;
}

.address {
	position: absolute;
	z-index: 2;
	float: right;
	width: 350px;
	height: 36px;
	margin: 32px 0px 0px 600px;
	font-size: 12px;
	line-height: 18px;
	color: #aaa;
}
.header {
	background-image: url(../images/header-background2.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
	background: -moz-linear-gradient(center top, #434242 1px, #313131 35px) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left 70, color-stop(50%, #434242), to(#313131));
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.navigation {
	background: #292929;
	background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px);
	background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929));
	height: 53px;
	width: 100%;
	text-align: center;
}
.navwrap {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	margin-bottom:2em;
}
.navwrap ul {
	list-style:none;
	position:relative;
	left:50%;
	margin:0;
	padding:0;
}
.content {
	background-color: #FFF;
	background-image: url(../images/content-background.jpg);
	background-repeat: repeat-x;
	width: 1100px;
	position: static;
	min-height: 550px;
	background-position: top;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.home {
	background-image: url(../images/home-background.jpg);
	background-size: 100% 100%;
}
.contact {
	background-image: url(../images/contact-background.jpg);
}
.references p, .references li {
	font-size: 1em;
	text-align: left;
}
.references li {
	margin-top: 6px;
}
.references li p {
	margin-top: 2px;
}
.references td {
	width: 33.33%;
	vertical-align: top;
}
.references ul {
	padding-left: 18px;
}
.footer {
	position: relative;
	margin-top: -40px;
}
.footer p {
	color: #ababab;
	font-size: 0.75em;
}
.submenu li 
{
    list-style-type: none;
}
.submenu a {
	text-decoration: none;
	color: #bf7e00;
}
.submenu a:hover {
    text-decoration: underline;
}
/* MENU */

#nav {
	background: #e5e5e5;
	border-bottom: none;
}
#nav li a, #nav li {
	float: left;
}
#nav li {
	list-style: none;
	position: relative;
}
#nav li a {
	padding: 1.1em 1.3em;
	font-size: 0.95em;
	text-decoration: none;
	color: white;
	background: #292929;
	background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px);
	background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929));
	border-right: 1px solid #3c3c3c;
	border-left: 1px solid #292929;
	border-bottom: 1px solid #232323;
	border-top: 1px solid #545454;
}
#nav li #active {
	background: -moz-linear-gradient(top, black, #3e3e3e 1px, #323232 25px);
	background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3e3e3e), to(#323232));
	border-right: 1px solid #3e3e3e;
	border-left: 1px solid #323232;
	border-bottom: 1px solid #252525;
	border-top: 1px solid #555555;
}
#nav li a:hover, #nav li #active:hover {
	background: #ffb400;
	background: -moz-linear-gradient(top, #bf7e00, #ffb400);
	background: -webkit-gradient(linear, left top, left bottom, from(#bf7e00), to(#ffb400));
}
.contact-form {
	margin-left: 410px;
}
