/* Global --------------------------------------------------*/
html { height: 100%; }
body {
	background: #FFFFFF;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	height: 100%;
}
body, h4, h5, h6, ul, ol, dl, li, dd, dt, form, div, pre, code, fieldset, legend, input, textarea, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a span {
	display: none;
}
li {
	list-style: none;
}
object {
	outline: 0px;
}
fieldset, img {
	border: 0px;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
legend {
	color: #000000;
}
del, ins {
	text-decoration: none;
}
img {
	border: none;
}
.Clearer {
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
/*-----------------------------------------------------------*/

/* Wrapper --------------------------------------------------*/
.Wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -65px;	
}

.Push {
	height: 65px;		
	clear: both;
}
/*-----------------------------------------------------------*/

/* Content --------------------------------------------------*/
.PAG_Page {
	width: 980px;
	margin: 0px auto;
	padding: 0px 0px;
	background-color: #FFF;
}
/*-----------------------------------------------------------*/

/* Header --------------------------------------------------*/
.HDR_Header {
	background: url('../img/bg.header.gif') repeat-x;
	height: 80px;
	margin-bottom: 20px;	
}

.HDR_Container {
	width: 980px;
	margin: 0px auto;
	position: relative;	
}

.HDR_Home {
	width: 150px;
	height: 40px;
	padding: 30px 0 0 0;
	margin-left: 40px;
}

.HDR_Home a {
	background: url('../img/bg.logo.gif') no-repeat;
	width: 150px;
	height: 40px;
	display: block;	
}

.HDR_Nav {
	float: right;
	margin: 45px;
	display: inline;
}
.HDR_Nav li {
	float: left;
	list-style: none;
}
.HDR_Nav li a, .HDR_Nav li.HDR_Spacer div {
	height: 12px;
	display: block;
	background: url(../img/bg.nav.gif) no-repeat;
}
.HDR_Nav li.HDR_Spacer div {
	width: 21px;
	background-position: -34px 0;
}
.HDR_Nav li.HDR_Spacer div span {
	display: none;
}
.HDR_Nav li.HDR_Work a {
	width: 35px;
	background-position: 0px 0px;
}
.HDR_Nav li.HDR_Work a:hover, .HDR_Nav li.HDR_Work a.HDR_Current {
	background-position: 0px -12px;
}
.HDR_Nav li.HDR_About a {
	width: 41px;
	background-position: -55px 0px;
}
.HDR_Nav li.HDR_About a:hover, .HDR_Nav li.HDR_About a.HDR_Current {
	background-position: -55px -12px;
}
.HDR_Nav li.HDR_Services a {
	width: 56px;
	background-position: -116px 0px;
}
.HDR_Nav li.HDR_Services a:hover, .HDR_Nav li.HDR_Services a.HDR_Current {
	background-position: -116px -12px;
}
.HDR_Nav li.HDR_News a {
	width: 36px;
	background-position: -194px 0px;
}
.HDR_Nav li.HDR_News a:hover, .HDR_Nav li.HDR_News a.HDR_Current {
	background-position: -194px -12px;
}
.HDR_Nav li.HDR_Contact a {
	width: 51px;
	background-position: -256px 0px;
}
.HDR_Nav li.HDR_Contact a:hover, .HDR_Nav li.HDR_Contact a.HDR_Current {
	background-position: -256px -12px;
}
/*-----------------------------------------------------------*/

/* Content ---------------------------------------------------*/
.PAG_Content {
	font: normal 14px/20px Tahoma, Geneva, Sans-Serif;
	background-color: #FFF;
	width: 900px;
	padding: 0px 40px;
}
.CNT_SlideShow  {
	background-repeat: no-repeat;
	height: 280px;
	width: 900px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.CNT_Slide {
	position: absolute;
		top: 0px;
		left: 0px;
	display: none;
}	
.CNT_Text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
}
.PAG_Content .CTT_Text {
}
/*-----------------------------------------------------------*/

/* Contact --------------------------------------------------*/
.PAG_Contact {
	width: 950px;
	height: 490px;
	padding: 0px 0 20px 20px;
	color: #707070;
	font: normal 15px/20px Arial;
	position: relative;
}

.PAG_Contact .CNT_LeftColumn {
	width: 330px;
	float: left;	                
}

.PAG_Contact .CNT_RightColumn {
	float: left;             
	position: relative;
}

.PAG_Contact .FRM_Contact {
	background: url('../img/bg.contact_form.gif') no-repeat;
	width: 302px;
	height: 500px;
	position: relative;	
}

.PAG_Contact .FRM_Contact .FRM_Label {
	display: none;	
}

.PAG_Contact .FRM_Contact .FRM_TextInput {
	width: 215px;
	height: 23px;
	line-height: 23px;
	position: absolute;
		top: 10px;
		left: 75px;
	background: none;
	border: none;
}

.PAG_Contact .FRM_Contact .FRM_Email .FRM_TextInput {
	top: 44px;
}

.PAG_Contact .FRM_Contact .FRM_Phone .FRM_TextInput {
	top: 75px;
}

.PAG_Contact .FRM_Contact .FRM_Message .FRM_TextareaInput {
	position: absolute;
		top: 150px;
		left: 10px;
	width: 280px;
	height: 240px;
	background: none;
	border: none;
}

.PAG_Contact .FRM_Contact .FRM_RowSubmit {
	position: absolute;	
		top: 420px;
		left: 0px;
}

.PAG_Contact .FRM_Contact .FRM_InputError {
	border-bottom: 1px solid #FF6610;	
}

.PAG_Contact .FRM_Contact .FRM_Message .FRM_InputError {
	border: 1px solid #FF6610;
}

.PAG_Contact .CNT_EnvelopeBack {
	position: absolute;
		top: -50px;
		left: 0px;
}

.PAG_Contact .CNT_EnvelopeSprite, .PAG_Contact .CNT_EnvelopeOpen {
	background: url('../img/bg.envelope_sprite.gif') no-repeat;
	width: 604px;
	height: 490px;
	position: relative;
	overflow: hidden;
}

.PAG_Contact .CNT_EnvelopeOpen {
	background-position: -604px 0px;	
}

.CNT_EnvelopeSprite .CNT_EnvelopeFold {
	background: url('../img/bg.envelope_fold.png') no-repeat;
	width: 604px;
	height: 289px;
	position: absolute;
		top: 202px;
		left: 0px;
		z-index: 2;
	display: none;
}

.CNT_EnvelopeSprite .CNT_Paper {
	background: url('../img/bg.paper.png') no-repeat;
	width: 574px;
	height: 517px;	
	padding-right: 30px;
	position: absolute;
		top: 250px;
		left: 0px;
		z-index: 1;
	display: none;
}

.CNT_Paper .PPR_Sandbag {
	float: right; 
	width: 120px; 
	height: 30px; 
}
.CNT_Paper .PPR_Sandbag1 {
	clear: right; 
	width: 105px; 
	height: 30px;
}

.CNT_Paper .PPR_Sandbag2 {
	clear: right;
	float: right;
	width: 90px;
	height: 50px;
}

.CNT_Paper .PPR_Message {
	margin: 30px 30px 0 30px;
}

.CNT_Paper .PPR_Return {
	float: right;
	margin: 20px 0 0 30px;
	display: inline;
	text-align: right;
}                                        

.CNT_Paper .PPR_Return .PPR_ReturnCopy {
	text-align: left;	
}

.PAG_Contact .MSG_Message {
	background: #FFFFFF;              
	width: 520px;
	border: 1px solid #3E5865;
	padding: 10px;
	position: absolute;
		top: 340px;
		left: 385px;                     
		z-index: 10;                       
	cursor: pointer;    
	color: #FF0000;                                
}                                

.PAG_Contact .CNT_Success {
	background: url('../img/bg.envelope_front.jpg') no-repeat;
	width: 603px;
	height: 293px;	   
	position: absolute;
		top: 100px;
		left: 190px;        
	display: none;
}         

.CNT_Success .SCS_FromName, .CNT_Success .SCS_FromEmail, .CNT_Success .SCS_ToName, .CNT_Success .SCS_ToEmail {
	width: 180px;
	height: 20px;
	position: absolute;
		top: 25px;
		left: 65px;
	overflow: hidden;
}

.CNT_Success .SCS_FromEmail {
	width: 220px;
	top: 55px;
	left: 25px;	                                                         
}

.CNT_Success .SCS_ToName {
	top: 205px;
	left: 395px;                                                         
}

.CNT_Success .SCS_ToEmail {
	width: 220px;
	top: 235px;
	left: 395px;	                                              
}

.CNT_Success .CNT_SuccessClose {
	position: absolute;
	top: -40px;
	right: 10px;
	background-image: url('../img/bg.close_bt.gif');
	height: 30px;
	width: 90px;
	background-repeat: no-repeat;
}
/*-----------------------------------------------------------*/


/* Footer ---------------------------------------------------*/
.FTR_Footer {
	background: url('../img/bg.footer.gif') repeat-x;
}
.FTR_Container {
	width: 900px;
	height: 50px;
	margin: 0px auto;
	padding: 0px 40px;
	
}
.FTR_Footer .FTR_Copyright {
	height: 40px;                                           
	width: 600px;
	float: left;                            
	padding-top: 25px;
	text-align: left;
}
.FTR_Footer .FTR_Logo {
	background: url(../img/bg.footer_symbol.gif) no-repeat;
	width: 30px;
	height: 50px;
	float: left;
	margin-right:20px;
}
.FTR_Footer .FTR_facebook {
	background: url(../img/bg.facebook.gif) no-repeat;
	width: 80px;
	height: 50px;
	float: right;
}
/*-----------------------------------------------------------*/

/* IMage Block ---------------------------------------------------*/
.IMG_Block {
	width: 172px;
	height: 140px;
	margin-right: 4px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
}
.IMG_Map {
	float:right;
}
/*-----------------------------------------------------------*/

/* Form ---------------------------------------------------*/

.FRM_Textinput {
	background-color: #FFC;
	width: 327px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	height: 24px;
	border: 1px solid #CCC;
	vertical-align: middle;
}
.FRM_Textarea {
	background-color: #FFC;
	width: 180px;
	height: 100px;
	border: 1px solid #CCC;
}
.FRM_Submit {
	background:url(../img/BG_BTN_Submit-Off.gif);
	width:91px;
	height:35px;
	display: block;
}

.FRM_Submit:hover, .FRM_Submit:active {
	background:url(../img/BG_BTN_Submit-On.gif);
}
.question {
	text-align: right;
}
/*-----------------------------------------------------------*/

/* portfolio ------------------------------------------------*/
.PRJ_Detail {
	display: none;
}

.PRJ_Detail .PRJ_Snapshot {
	margin-bottom: 10px;
}

.PRJ_Detail .PRJ_Link {
	float: right;
}

.PRJ_ThumbWrapper {
	margin-top: 10px;
}

.PRJ_Thumbs {
	width: 900px;
	overflow: hidden;
}

.PRJ_Thumbs .PRJ_Thumb {
	float: left;
	margin: 0 10px 10px 0;
}

.PRJ_Thumbs .PRJ_ThumbRight {
	margin-right: 0px;
}

.PRJ_Thumbs .PRJ_ThumbRightMargin {
	margin-right: 10px;
}


.PRJ_ThumbPrevious {
	margin-right: 3px;
	padding-top: 35px;
	float: left;
	display: inline;
}

.PRJ_ThumbNext {
	padding-top: 35px;
	margin-left: 3px;
	float: right;
	display: inline;
}

.PRJ_ThumbPrevious a, .PRJ_ThumbNext a {
	background: url(../img/BG_Arrows.jpg) no-repeat;
	width: 12px;
	height: 20px;
	display: block;
}

.PRJ_ThumbPrevious a:hover {
	background-position: -12px 0px;
}

.PRJ_ThumbNext a {
	background-position: -12px -20px;
}

.PRJ_ThumbNext a:hover {
	background-position: 0px -20px;
}
/*-----------------------------------------------------------*/

/* 404 ------------------------------------------------------*/
.Error404 {
	background: url('../img/404.gif') no-repeat;
	width: 630px;
	height: 360px;
	margin: 0px auto;
}

.Error404 p {
	display: none;	
}
/*-----------------------------------------------------------*/

