/* THEME */
body{
	background: url(../img/body_background.gif) repeat-x #f7f5ed;
}
body.internal{
	background: url(../img/body_background_rust.gif) repeat-x #f7f5ed;
}

#header{
	height: 140px;
	margin-bottom: 10px;
	position: relative;
}

body#home #page{
	padding-top: 25px;
	padding-bottom: 25px;
	background: url(../img/page_background.jpg) no-repeat #f7f5ed;
	position: relative;
}
body.internal #page{
	padding-top: 24px;
	padding-bottom: 25px;
	position: relative;
	background: url(../img/internal_page_background.jpg) no-repeat;
}
body#portfolio #page{
	background: none;
}

#footer{
	height: 110px;
	background: #010101;
	position: relative;
	color:#666666;
	padding:20px 0 0 0;
}
#footer p{
	margin:0 0 10px 0;
}
#footer strong{
	color:#ffffff;
}
#footer a:link,
#footer a:visited{
	color:#999999;
	text-decoration:none;
}
#footer a:hover,
#footer a:active{
	color:#999999;
	text-decoration:underline;
}

#slideshow{
	height: 296px;
	width: 958px;
	margin-bottom: 5px;
	background: #222222;
	position: relative;
	overflow: hidden;
	border: 1px solid #ffffff;
}
#messaging{
	padding-top: 40px;
	height: 156px;
	background: url(../img/rust_divider.gif) 620px -10px no-repeat;
	color: #eae6d6;
	font-size: 1.1em;
}
#messaging h2{
	font: normal 1.4em Verdana, Arial, sans-serif;
	color: #ffffff;
	margin: 0 0 1px 0;
}

#services_nav{
	background: #000000;
	height: 86px;
	position: relative;
}

/* ELEMS */

div#header h1{
	text-indent: -999999px;
	height: 140px;
	width: 240px;
	display: block;
	background: url(../img/exyst_logo.gif) no-repeat;
}
div#header h1 a:link,
div#header h1 a:visited,
div#header h1 a:hover,
div#header h1 a:active{
	height: 140px;
	width: 240px;
	display: block;
}

.testimonial{
	color: #322619;
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.5em;
}
.testimonial p{
	line-height: 1.5em;
}
.testimonial .credit{
	text-align: left;
	font-style: normal;
	color: #195578;
}
.internal .testimonial{
	background: #f3f3f3;
	border-top: medium double #cccccc;
	border-bottom: medium double #cccccc;
	padding: 10px;
}
.internal .testimonial p{
	margin-bottom: 10px;
}
.block{
	border-top: medium double #cccccc;
	padding-top: 10px;
}

.select_projects_th{}

.news_list{
	margin: 0;
	list-style: none;
}
.news_list li{
	margin: 0;
	padding: 0;
}
.news_list li a{
	display: block;
	padding: 5px 0;
}
.news_list li a span{
	display: block;
	color: #b0afa9;
}
.meta{
	border-top: 1px solid #e9dec6;
	padding-top: 1em;
	margin-top: 1em;
}
.info{
	color: #ffffff;
	background: #222222;
	padding: 5px;
	margin: 10px 0 20px 0;
}
.portfolio_entry{
	border-bottom: 1px solid #e9dec6;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.news_entry{
	border-bottom: 1px solid #e9dec6;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.news_entry .meta{
	background: #eae0c9;
	padding: 5px;
	border: none;
	border-top:1px solid #decda8;
	border-bottom:1px solid #decda8;
}

.paging{}
.disabled{
	display: inline;
}

/* Menus */
#header_nav{
	position: absolute;
	right: 0;
	bottom: 30px;
}
#header_nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#header_nav ul li{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
#header_nav ul li a{
	font-size: 1.2em;
	display: block;
	padding: 0 20px 0 12px;
	text-align: center;
	background: url(../img/header_nav_blt.gif) no-repeat left center;
}
#header_nav ul li a:link,
#header_nav ul li a:visited{
	color: #ffffff;
	text-decoration: none;
}
#header_nav ul li a:hover{
	color: #ffd910;
	text-decoration: none;	
}

body#portfolio a#header_nav_portfolio,
body#services a#header_nav_services,
body#contact a#header_nav_contact,
body#support a#header_nav_support,
body#news a#header_nav_news,
body#about a#header_nav_about{
	color:#ffd910;
}

#services_nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#services_nav ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	text-indent: -999999px;
}
#services_nav ul li a{
	width:240px;
	height: 86px;
	display: block;
}
#services_nav ul li a#services_nav_web{
	background: url(../img/serv_nav_sprite.gif) no-repeat 0 0;
}
#services_nav ul li a#services_nav_web:hover{
	background: url(../img/serv_nav_sprite.gif) no-repeat 0 -86px;
}
#services_nav ul li a#services_nav_bus{
	background: url(../img/serv_nav_sprite.gif) no-repeat -240px 0;
}
#services_nav ul li a#services_nav_bus:hover{
	background: url(../img/serv_nav_sprite.gif) no-repeat -240px -86px;
}
#services_nav ul li a#services_nav_mar{
	background: url(../img/serv_nav_sprite.gif) no-repeat -480px 0;
}
#services_nav ul li a#services_nav_mar:hover{
	background: url(../img/serv_nav_sprite.gif) no-repeat -480px -86px;
}
#services_nav ul li a#services_nav_gra{
	background: url(../img/serv_nav_sprite.gif) no-repeat -720px 0;
}
#services_nav ul li a#services_nav_gra:hover{
	background: url(../img/serv_nav_sprite.gif) no-repeat -720px -86px;
}

body.internal #services_nav{
	background: none;
	height:320px;
	padding-bottom:30px;
}
body.internal #services_nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
body.internal #services_nav ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	text-indent: -999999px;
}
body.internal #services_nav ul li a{
	width:220px;
	height: 86px;
	display: block;
	overflow: hidden;
	background: transparent;
}
body.internal #services_nav ul li a#services_nav_web{
	background: url(../img/serv_nav_internal_sprite.gif) no-repeat 0 0;
}
body.internal #services_nav ul li a#services_nav_web:hover{
	background: url(../img/serv_nav_internal_sprite.gif) no-repeat -220px 0;
}
body.internal #services_nav ul li a#services_nav_bus{
	background: url(../img/serv_nav_internal_sprite.gif) no-repeat 0 -80px;
}
body.internal #services_nav ul li a#services_nav_bus:hover{
	background: url(../img/serv_nav_internal_sprite.gif) no-repeat -220px -80px;
}
body.internal #services_nav ul li a#services_nav_mar{
	background: url(../img/serv_nav_internal_sprite.gif) no-repeat 0 -160px;
}
body.internal #services_nav ul li a#services_nav_mar:hover{
	background: url(../img/serv_nav_internal_sprite.gif) no-repeat -220px -160px;
}
body.internal #services_nav ul li a#services_nav_gra{
	background: url(../img/serv_nav_internal_sprite.gif) no-repeat 0 -240px;
}
body.internal #services_nav ul li a#services_nav_gra:hover{
	background: url(../img/serv_nav_internal_sprite.gif) no-repeat -220px -240px;
}

.location {
	width: 200px;
	float: left;
	margin-bottom: 30px;
}
