/* UNIVERSAL STYLES
================================================================================*/

html, body{
	padding:0;
	margin:0;
	background-color:#494541;
	font:normal 12px "Trebuchet MS";
	color:#333;
	}
	
/*fixing firefox outline*/
a:active{
	outline:none;
	}
	
:focus{
	outline:none;
	}
	
img, form{
	padding:0;
	margin:0;
	border:none;
	}
	
img a{
	border:0;
	}
	
	

/* TEXT STYLES
================================================================================*/

h1{
	padding:0 0 18px 0;
	margin:0;
	font:normal 17px Century Gothic, Century, Tahoma;
	line-height:110%;
	color:#c50908;
	}
	
h2{
	padding:30px 0 25px 0;
	margin:0;
	font:bold 13px Century Gothic, Century, Tahoma;
	line-height:110%;
	color:#9a0f0d;
	}
	
h3{
	padding:11px 0 0 15px;
	margin:0;
	background:url(../images/rightbox_heading.jpg) no-repeat 0 0;
	width:205px;
	height:28px;
	font:normal 15px Century Gothic, Century, Tahoma;
	line-height:110%;
	color:#fff;
	}

 


/* NAVIGATION STYLES
================================================================================*/

#nav{
	width:955px;
	padding:12px 0 0 0;
	}
	
#nav ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	text-align:right;
	}
	
#nav ul li{
	margin:0 0 0 2px;
	font:normal 14px Century Gothic, Century, Tahoma;
	color:#fff;
	display:inline;
	}

#nav ul li a:link, #nav ul li a:visited{
	text-decoration:none;
	color:#fff;
	background:url(../images/nav_bg.jpg) repeat-x 0 0;
	height:25px;
	border:1px solid #282828;
	display:inline-block;
	text-align:center;
	padding:3px 20px 0 20px;
	-moz-border-radius:4px;
	}
	
#nav ul li a:hover{
	background:#000;
	border:1px solid #282828;
	height:25px;
	}

/*highlighting current page*/
#homepage #home a{
	background:#000;
	border:1px solid #282828;
	height:25px;
	}





/* LAYOUT STYLES
================================================================================*/
	
#toparea_outer{
	background-color:#494541;
	}
	
#topdiv{
	width:970px;
	height:30px;
	padding:10px 32px 0 0;
	text-align:right;
	font:bold 12px Century Gothic, Century, Tahoma;
	color:#ede4c4;
	margin:0 auto 0 auto;
	}
	
#topdiv a:link, #topdiv a:visited{
	font:normal 12px Century Gothic, Century, Tahoma;
	text-decoration:underline;
	color:#ede4c4;
	}
	
#topdiv a:hover{
	text-decoration:none;
	}
	
#content_area{
	background:#fff url(../images/bg.jpg) repeat-x 0 0;
	}
	
#container{
	padding:0;
	margin:0 auto 0 auto;
	width:1002px;
	}
	
#header{
	width:955px;
	height:128px;
	padding:12px 26px 0 21px;
	}
	
#header_upper{
	width:955px;
	overflow:hidden;
	}
	
#logo{
	float:left;
	width:316px;
	padding:11px 0 0 0;
	}
	
#header_right{
	float:right;
	width:325px;
	text-align:right;
	}

.ph_bold{
	font:bold 17px Century Gothic, Century, Tahoma;
	color:#494541;
	}
	
#ph{
	background:url(../images/ph.jpg) no-repeat top right;
	padding:10px 36px 9px 0;
	margin:0;
	font:normal 12px Century Gothic, Century, Tahoma;
	line-height:110%;
	color:#494541;
	}
	
#mail{
	margin:0;
	font:normal 15px Century Gothic, Century, Tahoma;
	line-height:110%;
	color:#494541;
	}

#mail a:link, #mail a:visited{
	background:url(../images/mail.jpg) no-repeat top right;
	padding:6px 37px 10px 0;
	text-decoration:none;
	color:#494541;
	display:block;
	}
	
#mail a:hover{
	text-decoration:underline;
	}

#bodyarea{
	width:1002px;
	overflow:hidden;
	}
	
#left_edge{
	float:left;
	background:url(../images/left_edge.jpg) no-repeat 0 0;
	width:33px;
	height:402px;
	}
	
#middle_area{
	float:left;
	width:935px;
	border-top:1px solid #d5d5d3;
	background-color:#fff;
	padding:7px 0 0 0;
	}

#right_edge{
	float:left;
	background:url(../images/right_edge.jpg) no-repeat 0 0;
	width:34px;
	height:402px;
	}
	
#content{
	width:935px;
	overflow:hidden;
	padding:10px 0 0 0;
	}
	
#leftcol{
	float:left;
	width:702px;
	padding:6px 0 0 0;
	}
	
#crumb{
	width:702px;
	padding:0 0 18px 0;
	overflow:hidden;
	font:normal 12px "Trebuchet MS";
	color:#666;
	}
	
#crumb_left{
	float:left;
	width:600px;
	}
	
#crumb_left ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#crumb_left ul li{
	padding:0 2px 0 0;
	margin:0;
	display:inline;
	}
	
#crumb_right{
	float:right;
	width:100px;
	text-align:right;
	}
	
#crumb_right a:link, #crumb_right a:visited{
	text-decoration:underline;
	color:#666;
	}
	
#crumb_right a:hover{
	text-decoration:none;
	}
	
#leftcol p{
	margin:0;
	line-height:130%;
	}
	
#leftbox{
	width:702px;
	}
	
#leftbox_top{
	background:url(../images/left_content_top.jpg) no-repeat 0 0;
	width:702px;
	height:10px;
	font-size:0;
	}
	
#leftbox_middle{
	background:url(../images/left_content_bg.jpg) repeat-y 0 0;
	width:702px;
	overflow:hidden;
	}
	
.leftbox_cell1{
	float:left;
	width:158px;
	padding:0 20px 0 2px;
	}
	
.leftbox_cell2{
	float:left;
	width:158px;
	padding:0 2px 0 2px;
	}
	
.leftbox_cell_inside{
	background:url(../images/cell_bg.jpg) repeat-x 0 0;
	width:142px;
	padding:0 8px 0 8px;
	}
	
.leftbox_pic{
	width:140px;
	border:1px solid #acacac;
	}
	
.leftbox_title{
	width:142px;
	text-align:center;
	font:bold 14px Century Gothic, Century, Tahoma;
	line-height:110%;
	color:#c50908;
	padding:25px 0 10px 0;
	}
	
.leftbox_title a:link, .leftbox_title a:visited{
	text-decoration:none;
	color:#c50908;
	}
	
.leftbox_title a:hover{
	text-decoration:underline;
	}
	
#leftbox_bottom{
	background:url(../images/left_content_bottom.jpg) no-repeat 0 0;
	width:702px;
	height:10px;
	font-size:0;
	}
	
#rightcol{
	float:right;
	width:220px;
	}

.rightbox{
	width:220px;
	padding:0 0 13px 0;
	}
	
.rightbox_content{
	width:198px;
	border-left:1px solid #d8d8d6;
	border-right:1px solid #d8d8d6;
	background-color:#f3f4ef;
	padding:13px 10px 10px 10px;
	}
	
.rightbox_bottom{
	background:url(../images/rightbox_bottom.jpg) no-repeat 0 0;
	width:220px;
	height:7px;
	font-size:0;
	}
	
.rightbox_content form p{
	padding:0 0 5px 2px;
	margin:0;
	font:normal 12px Century Gothic, Century, Tahoma;
	line-height:110%;
	color:#242424;
	}
	
.txtbox{
	background:#fff;
	border:1px solid #b1b1b1;
	margin:0 0 12px 0;
	width:190px;
	height:20px;
	font:normal 12px "Trebuchet MS";
	color:#333;
	padding:3px 3px 1px 3px;
	}
	
.txtarea{
	background:#fff;
	border:1px solid #b1b1b1;
	margin:0 0 18px 0;
	width:190px;
	height:80px;
	font:normal 12px "Trebuchet MS";
	color:#333;
	overflow:auto;
	padding:3px 3px 1px 3px;
	}

.btn{
	text-align:center;
	}
	
.case_pic{
	width:196px;
	border:1px solid #b1b1b1;
	margin:0 0 18px 0;
	}

.rightbox_content p{
	padding:0 0 15px 0;
	margin:0;
	line-height:130%;
	}

.rightbox_content p.quick-contact-error
{
        padding:0 0 20px 0;
        font-size:10px;
        color:#990000;
}

.view{
	text-align:right;
	}
	
.view a:link, .view a:visited{
	text-decoration:underline;
	color:#ff0000;
	font:normal 12px Century Gothic, Century, Tahoma;
	line-height:110%;
	padding:0 5px 0 0;
	}

.view a:hover{
	text-decoration:none;
	}
	
#footer_outer{
	background:#494541 url(../images/footer_outer.jpg) repeat-x 0 0;
	}
	
#footer{
	margin:0 auto 0 auto;
	background:url(../images/footer_bg.jpg) no-repeat 0 0;
	width:937px;
	padding:68px 31px 0 34px;
	}
	
#footer_upper{
	width:941px;
	padding:0 0 9px 0;
	}
	
#footer_upper ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#footer_upper ul li{
	padding:0 14px 0 0;
	margin:0;
	display:inline;
	}
	
#footer_lower{
	width:941px;
	padding:9px 0 30px 0;
	}
	
#footer_lower ul{
	padding:0 0 10px 0;
	margin:0;
	line-height:100%;
	list-style:none;
	text-align:right;
	}
	
#footer_lower ul li{
	padding:0 0 0 10px;
	margin:0;
	display:inline;
	}
	
#footer_lower p{
	padding:0;
	margin:0;
	color:#999;
	line-height:130%;
	text-align:center;
	width:480px;
	margin:0 auto 0 auto;
	}




/* QUICK CONTACT FORM */
.contact-left
{
    float:left;
    width:400px;
    padding-right:20px;
    margin-top:30px;
}

.contact-right
{
    float:left;
    width:280px;
     margin-top:30px;
}
.main-contact-form
{

}

.main-contact-form .txtbox{
	background:#fff;
	border:1px solid #b1b1b1;
	margin:0 0 12px 0;
	width:250px;
	height:20px;
	font:normal 12px "Trebuchet MS";
	color:#333;
	padding:3px 3px 1px 3px;
	}

.main-contact-form .txtarea{
	background:#fff;
	border:1px solid #b1b1b1;
	margin:0 0 18px 0;
	width:390px;
	height:80px;
	font:normal 12px "Trebuchet MS";
	color:#333;
	overflow:auto;
	padding:3px 3px 1px 3px;
	}

        .main-contact-form p{
	padding:0 0 8px 0;
	margin:0;
	}

.main-contact-form p.contact-error
{
        padding:0 0 18px 0;
        font-size:10px;
        color:#990000;
}

.main-contact-form-submit
{
    background:url(../images/send_btn.jpg) no-repeat;
    margin:0;
    border:0;
    padding:0;
    cursor:pointer;
    width:122px;
    height:32px;
    margin-left:275px;
}


/* ENTRY PAGE */
.entry
{
    display:block;
    width:620px;
    margin:100px auto;
}

.entry-footer
{
	width:500px;
	padding:10px;
	background:#fff;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
    
}

.entry-footer ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}

.entry-footer ul li{
	padding:0 14px 0 0;
	margin:0;
	display:inline;
}



/* CASE STUDIES */
.case-study
{
    margin:20px 0;
}

.case-study-left
{
    float:left;
    width:178px;
    height:120px;
    border:1px solid #ccc;
}

.case-study-right
{
    float:left;
    width:300px;
    margin-left:40px;
}

.case-study-right h3
{
    font-family:"Century Gothic",Century,Times;
    font-size:13px;
    color:#9A0F0D;
    background:none;
    margin:0;
    padding:0;
    font-weight:bold;
}

.case-study-right p
{
    padding:5px 0;
}

.case-study-right a:link, .case-study-right a:visited
{
    padding:0;
    color:#333;
}

.case-study-right a:hover
{
    padding:0;
    color:#333;
}