html {
	background: #ff6600 url(../images/bg_orange.gif) repeat-x left top;
	
}



.email_link {
	color: #ff6600;
}

/* @group Layout */

#header {
	background: url(../images/header_bg_orange.png) no-repeat left top;
}
/* @end */

/* @group header */


/* @end */

/* @group footer */

#footer_contact {
	color: #ff6600;
}

#left_btm_corner_container {
	position: relative;
	clear: both;
}

/* @end */

/* @group nav */

#body_samples #nav_samples {
	background: #ff6600;
}

#body_samples #nav_samples a {
	color: white;
}

/* @end */

/* @group content */

#body_help #content_container {
	position: relative;
	float: left;
	display: inline;
	width: 675px;
	z-index: 900;
}

#content_container p {
	position: relative;
	margin-bottom: 20px;
	font-size: 1.6em;
	line-height: 1.6em;
	z-index: 900;
	text-align: center;
	width: 675px;
}

/* @end */




/* @group portfolio */

#slider_container { 
	position: relative;
	float: left;
	display: inline; 
    height:  333px;  
    width:   400px;
    margin:  0 0 20px 125px;
	border: 1px solid #f79b68;  
    background-color: white;
} 

.slide {  
	position: absolute;
}

#slider_nav {
	position: absolute;
	top: 340px;
	left: 130px;
	width: 400px;
}

#next_slide {
	position: absolute;
	top: -225px;
	right: -75px;
	height: 100px;
	width: 50px;
	text-indent: -99.99em;
	background: url(../images/arrow_right.gif) no-repeat center center;
}

#prev_slide {
	position: absolute;
	top: -225px;
	left: -75px;
	height: 100px;
	width: 50px;
	text-indent: -99.9999em;
	background: url(../images/arrow_left.gif) no-repeat center center;
}



.slide_handle {
	cursor: pointer;
}

	


/* @end */
