@charset "UTF-8";
/* CSS Document */
@font-face {font-family: "vantagefont"; src: url("vantagefont.woff") format("woff");}
@font-face {font-family: "demifont"; src: url("demi.otf"); }
h1,h3,h4,h6 { font-family: 'vantagefont', sans-serif;font-weight: normal; text-shadow: 0 0 1px rgba(0,0,0,0.3);}
h2,h3,h4{text-transform:uppercase;}
h2,h5,p { 
	font-family: 'vantagefont', sans-serif;
	font-weight: lighter;
	color: #EEE; 
	font-size:14px;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
	padding:14px 100px 0 20px;
}
h5{font-size:15px;}

h2{	
	color: #FFF;
	padding:10px 100px 0 20px;
	font-size:20px;
}
body {
	color: #FFF;
	font-family: 'vantagefont', Helvetica, Arial, sans-serif; 
	background-color:#5F6062;
}

a {text-decoration:none;}

.whitelinks {text-decoration:none;color:#FFF;}
#container {
	background-color:#5F6062;
	position:relative;
	width:1280px;
	height:720px;
	margin:45px auto 10px auto;
}

#logoHeader {
	position:relative;
	height:80px;
}

.menu {
	position:relative;
	text-align:center;
	width:145px;
	margin:0 26px 0 20px;
	border-top:3px solid #FFF;
	border-bottom:3px solid #FFF;
	float:left;
}
.menu h3{
	color:#FFF;
	font-size: 12px;
	font-weight:lighter;
	cursor:pointer;
	margin:2px 0 -1px 0;
}
.menuCatagory{
	height:20px;
	padding:4px 0 0 0;
	border-bottom:1px solid #858689;
	-webkit-transition: max-height 1s ease-out;
    -moz-transition: max-height 1s ease-out;
    -ms-transition: max-height 1s ease-out;
    -o-transition: max-height 1s ease-out;
	transition: max-height 1s ease-out;
	overflow:hidden;
}

.brandsCatagory{
	height:auto;
	max-height:170px;
}
.projectsCatagory{
	height:auto;
	max-height:93px;
}
.closed{max-height:20px;}
.menu .selected{
	padding: 3px 0 3px 0;
	background-clip:content-box;
	background-color:#444245;
}
.menu .selected h3, .menu .selected h4{color:#7E7C7F;}

.menu ul {
	list-style-type: none;
	padding:2px 0 5px 0;
}
.menu li {padding:2px 0 1px 0;}
.menu h4 {
	color: #AAA;
	font-size: 12px;
}

.menu .last{border-bottom:none;}

#vantagecontents {
	position:relative;
	width:1085px;
	height:600px;
	overflow:hidden;
	border-top:3px solid #FFF;
	border-bottom:3px solid #FFF;
	float:right;
}

#contentsLeft{
	width:485px;
	height:600px;
	overflow:hidden;
}
#contentsLeft #contentHeader{
	background-color:#9A9C9F;
	height:44px;
}

#contentsRight{
	position:absolute;
	top:0;
	right:0;
	width:600px;
	height:600px;
}
#contentFooter{
	position:absolute;
	bottom:12px;
}

#footer{ 
	position:absolute;
	right:30px;
	bottom:0;
	clear:both;
}
#footer h6 {
	color:#FFF; 
	font-size:10px;
	letter-spacing:1px;
}

.lean-slider { 
    position: relative; 
    *zoom: 1;
}
.lean-slider:before,.lean-slider:after {
    content: " ";
    display: table;
}
.lean-slider:after {clear: both;}

.lean-slider-slide { 
    float: left;
    width: 100%;
    margin-right: -100%;
	display: block;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -ms-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
}
.lean-slider-slide.current { display: block; opacity: 1;}
.lean-slider-slide img { 
    display: block;
    width: 100%; 
}
#slider-direction-nav {
    position: absolute;
    left: 0;
    top: 47%;
    width: 100%;
}
#slider-direction-nav a {
    position:absolute;
	left:14px;
    display: block;
    width: 38px;
    height: 73px;
    background: url(images/arrows.png) no-repeat 0px 0px;
    text-indent: -9999px;
}
#slider-direction-nav .lean-slider-next {
    left:645px;
    background-position:0px -74px;
}
#slider-direction-nav .lean-slider-next:hover {
    background-position:-38px -74px;
}
#slider-direction-nav .lean-slider-prev:hover {
    background-position:-38px 0px;
}
#slider-control-nav {
	display:none;
    position: absolute;
    right: 405px;
    bottom: 6px;
    text-align: center;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.3;
}
.slider-wrapper:hover #slider-control-nav { opacity: 1; }
#slider-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(images/bullets.png) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 3px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#slider-control-nav a.active { background-position: 100% 0; }

