/* Home - #981F36 */

#content { border-color: #B28B0A; background-color: #B28B0A; }

#content div.box { border-color: #B28B0A; }

#content #intro div.left p { color: #333; }

#content #intro li a { color: #B28B0A; }

#content #intro h1 { font-size: 1.2em; color: #B28B0A; margin-top: 10px; margin-bottom: 5px; }
#content #intro h2 { font-size: 1.1em; color: #B28B0A; margin-top: 10px; margin-bottom: 5px; border-bottom: 1px solid #bbb; padding-bottom: 5px; margin-bottom: 10px; }
#content #intro h2 span { color: #555; }

div.case-study { border-bottom: 1px solid #e4e4e4; padding-bottom: 10px; }
div.case-study .text { width: 350px; float: left; }
div.case-study .text p { color: #555; font-size: 0.72em; width: 335px; text-align: justify; }
div.case-study .text a { color: #B28B0A; }
div.case-study .images { float: right; width: 360px; background-color: white; }
div.case-study .images a.pane { float: left; margin-left: 5px; }
div.case-study .images a.pane img { width: 175px; }
div.case-study .tabs { float: right; clear: right; } 
div.case-study .tabs a { -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; padding: 2px 10px;padding-top: 6px; font-size: 0.8em; background-color: #B28B0A; color: #000; text-decoration: none; }
div.case-study .tabs a.current {  color: #fff; font-weight: bold; }

.simple_overlay { 
    /* must be initially hidden */ 
    display:none; 
    /* place overlay on top of other elements */ 
    z-index:10000; 
    /* styling */ 
    background-color:#333; 
    border:1px solid #666; 
    position: absolute;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
.simple_overlay .close {
	background-image: url(/templates/common/images/close.png);
	cursor: pointer;
	height: 35px;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 35px;
}
.simple_overlay .next, .simple_overlay .prev {
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	background-color:#555;
}

.simple_overlay .prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.simple_overlay .next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.simple_overlay .next:hover, .simple_overlay .prev:hover {
	text-decoration:underline;
	background-color:#000;
}
.simple_overlay .disabled {
	visibility:hidden;		
}

.simple_overlay .progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}