@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/pg-bkgd.jpg);
	background-color: #4f4b40;
	background-repeat: no-repeat;
}


#page-wrap {
	position:relative;
	width:960px;
	margin:0 auto;
}
#nav-wrap {
	position:relative;
	height:103px;
}
#nav {
	margin-left:407px;
	
}
.about {
	margin:0px;
}
.about a {
	display:block;
	width:111px;
	color:#464646;
	text-decoration:none;
	padding-top:15px;
	margin-left:0px;
	margin-top:23px;
	margin-right:0px;
	height:42px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
	color:#464646;
	float:left;
	background:url(../images/about-button.png) 0 0 no-repeat;
}
.about a:hover, a:focus {
	color:#333333;
	background-position: 0 -57px;
}
.about a:active {
	color:#ffffff;
	background-position: 0 -114px;
}
.work a {
	display:block;
	width:104px;
	color:#464646;
	text-decoration:none;
	padding-top:15px;
	margin-left:0px;
	margin-top:23px;
	margin-right:0px;
	height:42px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
	color:#464646;
	float:left;
	background:url(../images/work-button.png) 0 0 no-repeat;
}
.work a:hover, a:focus {
	color:#333333;
	background-position: 0 -57px;
}
.work a:active {
	color:#ffffff;
	background-position: 0 -114px;
}
.services a {
	display:block;
	width:132px;
	color:#464646;
	text-decoration:none;
	padding-top:15px;
	margin-left:0px;
	margin-top:23px;
	margin-right:0px;
	height:42px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
	color:#464646;
	float:left;
	background:url(../images/services-button.png) 0 0 no-repeat;
}
.services a:hover, a:focus {
	color:#333333;
	background-position: 0 -57px;
}
.services a:active {
	color:#ffffff;
	background-position: 0 -114px;
}
.contact a {
	display:block;
	width:126px;
	color:#464646;
	text-decoration:none;
	padding-top:15px;
	margin-left:0px;
	margin-top:23px;
	margin-right:0px;
	height:42px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
	color:#464646;
	float:left;
	background:url(../images/contact-button.png) 0 0 no-repeat;
}
.contact a:hover, a:focus {
	color:#333333;
	background-position: 0 -57px;
}
.contact a:active {
	color:#ffffff;
	background-position: 0 -114px;
}
.home a {
	display:block;
	width:80px;
	color:#464646;
	text-decoration:none;
	padding-top:15px;
	margin-left:0px;
	margin-top:23px;
	margin-right:0px;
	height:42px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
	color:#464646;
	float:left;
	background:url(../images/home-button.png) 0 0 no-repeat;
}
.home a:hover, a:focus {
	color:#333333;
	background-position: 0 -57px;
}
.home a:active {
	color:#ffffff;
	background-position: 0 -114px;
}
.clear {
	clear:both;
}

.line {
	height:2px;
	width:960px;
	background-image:url(../images/line.png);
	background-repeat:repeat-x;
}
.line-dark {
	height:2px;
	width:960px;
	background-image:url(../images/line-dark.png);
	background-repeat:repeat-x;
}
.line-dark-sml {
	height:2px;
	width:260px;
	margin-left:20px;
	background-image:url(../images/line-dark.png);
	background-repeat:repeat-x;
}

#footer {
	width:100%;
	height:410px;
	background-image:url(../images/ftr-bkgd.jpg);
	background-repeat:repeat-x;
}
#footer-wrap {
	position:relative;
	width:960px;
	margin:0 auto;
}
.footer-title {
	padding-top:20px;
	padding-bottom:15px;
	padding-left:40px;
	width:280px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	letter-spacing:2px;
	color:#d4bd90;
	float:left;
}
.footer-title a {
	text-decoration:none;
	color:#d4bd90;
}
.footer-more {
	padding-top:15px;
	padding-bottom:10px;
	padding-left:60px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	color:#d4bd90;
}
.footer-more a {
	text-decoration:none;
	color:#d4bd90;
}
.footer-more a:hover, a:focus{
	color:#ad3905;
}
.footer-title a:hover, a:focus {
	color:#ad3905;
}
#footer-blog {
	margin-top:15px;
	margin-bottom:15px;
	width:300px;
	float:left;
}
.blog-box {
	width:282px;
	height:112px;
	margin-top:-10px;
	margin-bottom:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*background-image:url(../images/blog-bkg.png);*/
	background-repeat:no-repeat;
}

.blog-title {
	padding-top:25px;
	padding-left:25px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:.5px;
	color:#ad3905;
}
.blog-title a {
	text-decoration:none;
	color:#ad3905;
}
.blog-title a:hover, a:focus {
	text-decoration:underline;
	color:#ad3905;
}
.blog-text {
	padding-top:10px;
	padding-left:35px;
	width:240px;
	font-size:12px;
	line-height:14px;
	color:#ffffff;
}
.blog-more {
	padding-top:5px;
	padding-right:30px;
	text-align:right;
	font-size:10px;
	color:#d4bd90;
}
.blog-more a {
	text-decoration:none;
	color:#d4bd90;
}
.blog-more a:hover a:focus {
	font-weight:bold;
	color:#ad3905;
}
#footer-img-box {
	margin-top:30px;
	padding-left: 0;
	margin-bottom:24px;
	width:300px;
	
	float:left;
}
.ftr-img {
	margin:7px;
	height:76px;
	width:76px;
	float:left;	
	border: solid 1px #d4bd90;
	padding: 4px;	
}
.ftr-img:hover {
	border-color:#ad3905;
}
.ftr-img-more {
	margin-left:-15px;
	margin-top:18px;
}
#footer-info-box {
	position:relative;
	margin-top:30px;
	padding-left:50px;
	margin-bottom:24px;
	height:240px;

	width:280px;
	float:left;
	background-image:url(../images/consear-3d.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.info-logo {
	width:243px;
	height:46px;
	background-image:url(../images/logo-footer.png);
	background-repeat:no-repeat;
}
.info-address {
	padding-left:60px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1.5px;
	text-align:left;
	color:#ffffff;
}
.info-address ul {
	list-style:none;
}
.info-address ul li {
	padding-top:5px;
	padding-bottom:5px;
}
.info-address ul li a {
	color:#d4bd90;
	text-decoration:none;
}
.info-address ul li a:hover, a:focus {
	color:#ad3905;
	text-decoration:none;
}
.info-links-box {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1.5px;
	text-align:left;
	color:#ffffff;
}
.links-text {
	padding-left:5px;
	padding-top:33px;
	padding-bottom:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	letter-spacing:1px;
	text-align:left;
	color:#ffffff;
}

/*Footer ICON SPRITES - START*/
#icons {
	height:44px;
	width:232px;
}
#icons li {
	list-style:none;
	float:left;
	margin-right:15px;
}
#icons li a {
	display:block;
	width:43px;
	height:44px;
}
#icons li a:hover, a:focus {
	background-position: 0 -44px;
}
#icons li a:active {
	background-position: 0 -88px;
}
.fb a {
	margin:0px;
	background:url(../images/icon-facebook-spr.png) 0 0 no-repeat;
}
.in a {
	margin:0px;
	background:url(../images/icon-linkedin-spr.png) 0 0 no-repeat;
}
.da a {
	margin:0px;
	background:url(../images/icon-deviant-art-spr.png) 0 0 no-repeat;
}
.be a {
	margin:0px;
	background:url(../images/icon-behance-spr.png) 0 0 no-repeat;
}
/*Footer ICON SPRITES - STOP*/


#soon {
	position:absolute;
	left:30px;
	top:80px;
	width:200px;
	height:200px;
	background-image:url(../images/avail-soon.png);
	background-repeat:no-repeat;
	z-index:100;
}
#footer-links-wrap {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0px;
	color:#d4bd90;
	padding-top:5px;
	margin-bottom:0px;
	position:relative;
	width:960px;
}
#footer-links-wrap ul {
	list-style:none;
}
#footer-links-wrap ul li {	

	display:inline;
}
#footer-links-wrap ul li a {
	color:#d4bd90;
	text-decoration:none;
}
#footer-links-wrap ul li a:hover, a:focus {
	color:#ad3905;
	text-decoration:none;
}
.tan {
	color:#d4bd90;
}
.orange {
	color:#ad3905;
}
.ftr-tag {
	line-height:20px;

}


	
