
#Page{
	background: url(../img/home/page.gif) repeat-x #6c774e;
	margin:0;
	padding:20px 0;
}
#Page .container{
	padding:0;
}

#Footer{
	background:none;
	padding:inherit;
}

#Intro{
	height: 220px;
	margin:0;
	padding: 50px 0 90px 0;
} 
#Intro a{
	padding:2px;
}
#Intro .info{
	width:470px;
	float:left;
	line-height:2em;
	z-index:2;
	position:relative;
	background:none;
}
.info a{
	text-transform:uppercase;
	font-weight:bold;
}

.newproject{
	position:absolute;
	right:0px;
	top:40px;
	width:490px;
	height:220px;
	background:url(../img/home/newproject.gif) no-repeat;
	z-index:0;
}
a#download{
	display:block;
	width:210px;
	height:40px;
	background:url(../img/home/newproject_sprite.gif) 0 0;
	text-indent:-999999px;
	position:absolute;
	left:50px;
	bottom:20px;
	padding:0;
}
a#download:hover{
	background:url(../img/home/newproject_sprite.gif) 0 -40px;
}
a#contact{
	display:block;
	width:210px;
	height:40px;
	background:url(../img/home/newproject_sprite.gif) -210px 0;
	text-indent:-999999px;
	position:absolute;
	right:10px;
	bottom:20px;
	padding:0;
}
a#contact:hover{
	background:url(../img/home/newproject_sprite.gif) -210px -40px;
}

.col_4{
	float:left;
	width:220px;
	padding:10px;
}
.col_12{
	float:left;
	width:720px;
	padding:10px 0;
	position:relative;
}

#Page h2{
	color:#f0f2df;
	font-size:1.3em;
	font-weight:normal;
	margin:0 0 1em 0;
	letter-spacing:.05em;
	line-height:1.5em;
	-moz-text-shadow: 1px 1px 1px #222222;
	-webkit-text-shadow: 1px 1px 1px #222222;
	text-shadow: 1px 1px 1px #222222;
}
#Page h2 a:link,
#Page h2 a:visited{
	color:#f0f2df;
	text-decoration:underline;
}
#Page h2 a:hover,
#Page h2 a:active{
	text-decoration:none;
	background:#f0f2df;
	color:#383a33;
}
#Page p{
	color: #f0f2df;
	line-height:2em;
}

h1{
	text-indent:-999999px;
	background:url(../img/home/tagline.gif) no-repeat;
	height:90px;
	width:470px;
}
/* Recent blog entries list */
.recent_blog_entries_list{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}
.recent_blog_entries_list li{
	display: inline;
	padding:0;
	margin:0;
}
.recent_blog_entries_list li a{
	display:block;
	padding:4px 4px 4px 4px;
	color:#f0f2df;
	margin:0 0 1em 0;
	-moz-text-shadow: 1px 1px 1px #444;
	-webkit-text-shadow: 1px 1px 1px #444;
	text-shadow: 1px 1px 1px #444;
	background-color:#6c774e;
	-webkit-transition: background-color 0.15s linear; /* fade effect, webkit only */
}
.recent_blog_entries_list li a span{
	font-weight:bold;
	color:#ffffff;
	font-size:1em;
}
.recent_blog_entries_list li a:link,
.recent_blog_entries_list li a:visited{
	text-decoration:none;
	color:#f0f2df;
}
.recent_blog_entries_list li a:hover,
.recent_blog_entries_list li a:active{
	text-decoration:none;
	background:#606a45;
	color:#f0f2df;
}


.work_img{
	width:710px;
	padding:0;
	overflow:hidden;
	height:310px;
	-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.8);
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,.8);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position:relative;
}
.work_img img{
	padding: 5px;
	background: #000000;
}
.work_img a{
	padding:0;
	margin:0;
	background:none;
	text-decoration:none;
	border:none;
}
.work_img ul{
	list-style:none;
	margin:0;
	padding:0;
}
.work_img li{
	list-style:none;
	margin:0;
	padding:0;
	height:310px;
}
.slider_prevBtn, .slider_nextBtn{ 
	display:block;
	width:30px;
	height:60px;
	position:absolute;
	left:0;
	top:170px;
	}	
.slider_nextBtn{ 
	left:680px;
	}
.slider_prevBtn a{
	display:block;
	width:30px;
	height:60px;
	background:url(../img/btn_prev.png) no-repeat 0 0;	
	text-indent:-999999px;
}
.slider_nextBtn a{ 
	display:block;
	width:30px;
	height:60px;
	background:url(../img/btn_next.png) no-repeat 0 0;
	text-indent:-999999px;
}



.work{}
.work a.lightbox{
	padding:0;
	margin:0;
}
.work strong{
	color:#ffffff;
}

/* Sliding boxes and captions */
.boxgrid{ 
	width: 220px; 
	height: 200px; 
	float:left; 
	background:#161613; 
	border:3px solid #45502b;
	overflow: hidden; 
	position: relative; 
	cursor: pointer;
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid h2{
	padding-left: 10px;
	padding-right: 10px;
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .9; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.captionfull .boxcaption {
	top: 220px;
	left: 0;
}
.caption .boxcaption {
	top: 110px;
	left: 0;
}

/* the overlayed element */ 
.message_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#f0f2df; 
     
    width:480px;     
    min-height:560px; 
	border:2px solid #ca7503;
     
    /* CSS3 styling for latest browsers */ 
    box-shadow:0 0 90px 5px #000;
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;  
	
} 
.message_details{
	padding:10px;
}
/* close button positioned on upper right corner */ 
.message_overlay .close { 
    background-image:url(../img/overlay/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}