body {
	margin: 0px;
	color:#7f7f7f;
	font-size:13px;
	background-color: #fff;
	height: 100%;
	padding: 0px;
	    font: 14px/24px  'maison_monoregular';

}

.autoGrid-lightbox img {
    margin-top: 35px !important;
    max-width: 100%;
}

.autoGrid-nav {
    background: none repeat scroll 0 0 #1D1D1D;
    display: none !important;
    height: 57px;
    margin-top: -57px;
    width: 100%;
}

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.video-background video {
	min-height: 100%; 
	min-width:100%; 
}

#center{
  width: 400px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -200px;
}

#logo{
	width: 150px;
	height: 225px;
	margin: 0 auto;
}

#menu{
	height: 30px;
	width: 310px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}

#menu ul{
	list-style: none;
}

#menu li{
	display: block;
	float: left;
	margin: 0px 10px 0px 10px;
}


#menu a{
	color: white;
	text-decoration: none;
	font-size: 15px;
	font-family: 'maison_monobold';
}

#menu2 a{
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	font-family: 'maison_monobold';
}

a img{
	border: 0 none;
}

.active{
	color: white;
	font-size: 15px;
	font-family: 'maison_monobold';
	border-bottom: 1px solid #ffffff;
}

.active2{
	color: white;
	font-size: 15px;
	font-family: 'maison_monobold';
	border-bottom: 1px solid #000000;
}

#footer{
	height: 35px;
	background-color: #ffffff;
	width:100%;
	bottom: 0;
	position:absolute;
	z-index: 10;
}


#footerin{
	width: 1000px;
	height:35px;
	margin: 0 auto;

}

#footerleft{
	float: left;
	width: auto;
	height: 35px;
}

#footerright{
	float: right;
	width: auto;
	height: 35px;
}

#footerright li{
	display: block;
	float: left;
	margin: 10px 0px 0px 10px !important;
}
			
#footer ul{
	list-style: none;
	height: 35px;
	margin:0;
    padding:0;
}

#footer li{
	display: block;
	float: left;
	margin: 10px 10px 0px 0px;
}

#footer a{
	color: #666;
	text-decoration: none;
	font-size: 12px;
	font-family: 'maison_monoregular';
}


#footer2 ul{
	list-style: none;
	height: 35px;	
	margin:0;
    padding:0;
	}

#footer2 li{
	display: block;
	float: left;
	margin: 10px 10px 0px 0px;
}

#footer2 a{
	color: #666;
	text-decoration: none;
	font-size: 12px;
	font-family: 'maison_monoregular';
	
}

.footer2active{
	color: #0c4891 !important;
	text-decoration: none;
	font-size: 12px;
	font-family: 'maison_monoregular';
	
}

#footer2{
	height: 35px;
	background-color: #ffffff;
	width:100%;
	bottom: 0;
	z-index: 10;
}

#main{
	height: auto;
	min-height:500px;
	width: 1000px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 20px;
}

#main2{
	height: auto;
	min-height:500px;
	width: 1000px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 20px;
	text-align:  center;
	color: black;
}

#main2 h1{
	color: #0c4891;
	display: inline;
	font-size: 14px;
	line-height: 20px;
}

#main2 a{
	color: #0c4891;
	text-decoration: none;
}
		
#menu2{
	height: 30px;
	width: 310px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}

#menu2 ul{
	list-style: none;
}

#menu2 li{
	display: block;
	float: left;
	margin: 0px 10px 0px 10px;
}	


#content{
	height: auto;
	width: 1000px;
	margin-top: 30px;
	min-height:200px;
}

#contentleft{
	height: auto;
	width: 400px;
	float: left;
}

#contentright{
	height: auto;
	width: 500px;
	float: left;
	padding: 0px;
	background: #fff;
	min-height: 200px;
	font-family: 'maison_monolight';
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}

#contentrightout{
	height: auto;
	width: 500px;
	float: left;
	margin-left: 100px;
	min-height: 200px;
	font-family: 'maison_monolight';
}

#contentright ul li{
	color: black;
			line-height: 1.5;

}
	
#preview{
	width: 143px;
	height: auto;
	padding-top: 20px;
		float: left;

}

#preview2{
	width: 143px;
	height: auto;
	padding-top: 20px;
	float: left;
	margin-left: 35px;
}

#preview{
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#preview:hover{
	filter: alpha(opacity=100);
	opacity: 1;
}

#preview2{
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#preview2:hover{
	filter: alpha(opacity=100);
	opacity: 1;
}