
.folio #header h2 { 
	background-image: url(../../images/layout/title-folio.png);
}

.folio {
	background: #ab6a0c;
}

.folio #content-body {
	background: url(../../images/layout/folio-background.jpg) no-repeat 0 2px;
}

#opening-text {
    
    width: 740px;
    height: 434px;
    position: absolute;
    top: 18px;
    left: 0;
    background: url(../../images/layout/folio-text-background.png) #e1e5e6 repeat-y;
    z-index: 1001;

}

#opening-quote,
#closing-quote {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(../../images/layout/folio-quotes.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#opening-quote {
    top: 45px;
    left: 20px;
    background-position: -30px -25px;
}

#closing-quote {
    bottom: 70px;
    right: 48px;
    background-position: -80px -25px;
}

#opening-text .container {
    font-size: 1.1em;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #333;
    padding: 44px 40px 0 78px;
}

#opening-text .container p {
    margin-bottom: 1.3em;
}

#client-info-box {
	width: 730px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#client-info-box img {
	display: block;
	width: 354px;
	height: 269px;
	position: absolute;
	top: 76px;
	left: 54px;
}

*:first-child+html #client-info-box img, /* ie7 */
* html #client-info-box img { /* ie6 */
    z-index: -10;

}

#client-info-box #cover {
	display: block;
	width: 354px;
	height: 269px;
	position: absolute;
	top: 76px;
	left: 54px;
	background: url(../../images/layout/folio-container.png) no-repeat;
    z-index: 1000;
}

* html #client-info-box #cover {
	display: none;
}

#info {
	width: 230px;
	position: absolute;
	bottom: 140px;
	left: 430px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.4em;
}

#info h3 {
	color: #fff;
	margin-bottom: 1.3em;
	line-height: normal;
}


#services {
	display: block;
	color: #9d914e;
	font-size: 80%;
	margin-bottom: 1.3em;
}

#info p {
	font-size: 80%;
	line-height: 1.3em;
	margin-bottom: 1.3em;
}



#info p span {
	color: #ff9900;	
}

#site-link {
    display: block;
    width: 109px;
    height: 28px;
	position: absolute;
	bottom: 66px;
	left: 486px;
	background: url(../../images/layout/sprites.png) no-repeat 0 -37px;
	text-indent: -9999px;
	
}

#banner {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 80px;
    left: 252px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#banner.in-development {
    background-image: url(../../images/layout/in-develop.png);
}

#banner.no-longer-supported {
    background-image: url(../../images/layout/no-longer-supported.png);
}

#banner.award-winner {
    background-image: url(../../images/layout/award.png);
}


#banner.new-partner {
    background-image: url(../../images/layout/new.png);
}



#about {
    display: table;
	width: 245px;
	height: 100%;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
}

#about .container {
    display: table-cell;
    vertical-align: middle;
    padding-left: 1.5em;
}

#about p {
	margin-bottom: 1.2em;

}




#clients-menu {
	width: 270px;
	height: 433px;
	position: absolute;
	top: 19px;
	right: 0;
	background: #080909;
}

.slide-menu-cont {
 	display: block;
    width: 200px;
    height: 340px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -170px; 
	overflow: hidden;
}

#clients-menu ul {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	list-style: inside disc;
}

#clients-menu ul li {
	height: 22px;
	color: #ccc;
	font-size: 12px; /* they want font size forced in IE */
    line-height: normal;
    text-transform: uppercase;
    border: 0px solid red;

    vertical-align: middle;
}

#clients-menu ul li .info {
    display: none;
}

*:first-child+html #clients-menu ul li, /* ie7 */
* html #clients-menu ul li { /* ie6 */
    height: 19px;
    padding-top: 3px;
}

#clients-menu ul li.active a {
    color: #ff9900;
} 

#clients-menu ul li a {

	color: #ccc;
	text-decoration: none;
}

#clients-menu ul li a:hover {
	text-decoration: underline;
} 


#clients-menu .scroll {
	display: block;
	position: absolute;
	left: 20px;
	cursor: pointer;
	background-image: url(../../images/layout/sprites.png);
	background-repeat:  no-repeat;
	text-indent: -9999px;
}

.scroll-up {
    width: 20px;
    height: 20px;
	top: 20px;
	background-position: -5px 0;
}

.scroll-down {
    width: 50px;
    height: 20px;
	bottom: 20px;
	background-position: -27px 0;
}


.show-slide-menu {
    display: none;
    width: 104px;
    height: 14px;
	position: absolute;
	top: 2px;
	right: 155px;
	cursor: pointer;
	background: url(../../images/layout/sprites.png) no-repeat -4px -19px;
	text-indent: -9999px;
	z-index: 1000;
}

.hide-slide-menu {
    display: block;
    width: 36px;
    height: 14px;
	position: absolute;
	top: 2px;
	right: 5px;
	cursor: pointer;
	background: url(../../images/layout/sprites.png) no-repeat -78px -3px;
	text-indent: -9999px;
	z-index: 1000;

}
