@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700|Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);

html
{
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	margin: 0px;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	
}


a
{
	text-decoration: none;
}

#bg_grad
{
	/*
	width: 100%;
	height: 328px;
	*/
	
	padding-top: 24px;
	
	min-width: 960px;
	min-height: 500px;
	width: 100%;
	height: 100%;
	background-image: url('../images/bg.png');
	background-position: center top;
	background-repeat: repeat-x;

}

/* layout sections */
.contentsection_container
{
	min-width: 960px;
}

.contentsection_content
{
	width: 960px;
	margin: 0px auto;
}

.contentsection_masthead_container
{
	background-image: url('../images/mast_bg2px.png');
	background-position: bottom center;
	background-repeat: repeat-x;
	min-width: 960px;
}

.contentsection_masthead_container_paint
{
	background-image: url('../images/mast_bgcenter.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}

.contentsection_masthead_content
{
	height: 237px;
}

.contentsection_worksamples_container
{
	background-image: url('../images/bluebg_2x2.png');
	background-position: top center;
	background-repeat: repeat-both;
	min-width: 960px;
}

.contentsection_worksamples_container_paint
{
	background-image: url('../images/worksamples_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

.contentsection_worksamples_content
{
	width: 960px;
}

.contentsection_footer_container
{
	background-color: #333333;
	overflow: hidden;
}

.contentsection_footer_content
{

}


.contentsection_divider
{
	background-image: url('../images/fadeline.png');
	background-position: top center;
	background-repeat: no-repeat;
	
	height: 1px;
	line-height: 1px;
}

/* parts */

.pi_masthead_logo
{
	background-image: url('../images/mastlogo.png');
	background-position: top left;
	background-repeat: no-repeat;
	
	width: 320px;
	height: 215px;
}

.work_samples_icon
{
	background-image: url('../images/briefcase.png');
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	
	margin-top: 22px;
	margin-right: 16px;
	
	width: 64px;
	height: 64px;
}

.imagebullet
{
	float: left;
	margin-right: 10px;
}

.mastheadlink_work
{
	background-image: url('../images/icon16_briefcase-up.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 20px;

	
	
	margin-right: 20px;
}

.mastheadlink_work:link 		{ background-image: url('../images/icon16_briefcase-up.png'); }
.mastheadlink_work:visited 	{ background-image: url('../images/icon16_briefcase-up.png'); }
.mastheadlink_work:hover 	{ background-image: url('../images/icon16_briefcase-over.png'); }
.mastheadlink_work:active	{ background-image: url('../images/icon16_briefcase-down.png'); }

.mastheadlink_contact
{
	background-image: url('../images/icon16_bubble-up.png');
	background-repeat: no-repeat;
	background-position:  0px 13px;
	padding-left: 20px;
	
}

.mastheadlink_contact:link 		{ background-image: url('../images/icon16_bubble-up.png'); }
.mastheadlink_contact:visited 	{ background-image: url('../images/icon16_bubble-up.png'); }
.mastheadlink_contact:hover 		{ background-image: url('../images/icon16_bubble-over.png'); }
.mastheadlink_contact:active	{ background-image: url('../images/icon16_bubble-down.png'); }

.contactjumptolink
{
	background-image: url('../images/icon23_downarrow-up.png');
	background-repeat: no-repeat;
	background-position:  0px 7px;
	padding-left: 33px;
}

.contactjumptolink:link 		{ background-image: url('../images/icon23_downarrow-up.png'); }
.contactjumptolink:visited 	{ background-image: url('../images/icon23_downarrow-up.png'); }
.contactjumptolink:hover 	{ background-image: url('../images/icon23_downarrow-over.png'); }
.contactjumptolink:active	{ background-image: url('../images/icon23_downarrow-down.png'); }

.contactlink_email
{
	background-image: url('../images/icon18_at-up.png');
	background-repeat: no-repeat;
	background-position:  0px 5px;
	padding-left: 30px;
	
}

.contactlink_email:link 		{ background-image: url('../images/icon18_at-up.png'); }
.contactlink_email:visited 	{ background-image: url('../images/icon18_at-up.png'); }
.contactlink_email:hover 	{ background-image: url('../images/icon18_at-over.png'); }
.contactlink_email:active	{ background-image: url('../images/icon18_at-down.png'); }

.contactlink_phone
{
	background-image: url('../images/icon_phone.png');
	background-repeat: no-repeat;
	background-position:  2px 7px;
	padding-left: 30px;
	
}

.worksamplecontainer
{
	background-image: url('../images/mon.png');
	background-repeat: no-repeat;
	background-position:  0px 0px;
	background-color: #FFFFFF;
	
	position: relative;
	
	padding: 24px 16px; 
}

.worksamplecontainer_screenimage_container
{
	position: relative;
	height: 148px;
	
	margin-bottom: 72px;

}

.worksamplecontainer_screenimage_container_screen
{
	margin-left: 8px;
	cursor: hand;
	cursor: pointer;
}
.worksamplecontainer_screenimage_container_screenoverlay
{
	background-image: url('../images/screen_overlay.png');
	background-repeat: no-repeat;
	background-position:  center center;
	
	display: none;
	
	width: 262px;
	height: 148px;
	
	cursor: hand;
	cursor: pointer;
	
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 8px;
}

.worksample_title
{
	margin-bottom: 16px;
}

/* form */

.form_inputcontainer
{
	background-color: #e6e6e6;
	border: 0px solid #b3b3b3;
	border-top: 2px solid #b3b3b3;
	
	padding: 10px 16px 12px 16px;
	margin-bottom: 10px;
	
	cursor:text;
}

.form_inputcontainer input, .form_inputcontainer textarea
{
	background-color: transparent;
	border: none;

	overflow: auto;
	
	resize: none;
	width: 100%;
	height: 100%;
}

.form_inputcontainer textarea
{
	height: 201px;
}

.form_input_inactive, 
	.form_input_inactive_ghost			{ background-color: #e6e6e6; border-top: 2px solid #b3b3b3; }
.form_input_inactive:hover, 
	.form_input_inactive_ghost:hover	{ background-color: #ededed; border-top: 2px solid #c4c4c4; }
.form_input_inactive 				.text_N		{ color: #0d3863; }
.form_input_inactive:hover 			.text_N 		{ color: #105194; }
.form_input_inactive_ghost 			.text_N		{ color: #b3b3b3; font-style: italics; }
.form_input_inactive_ghost:hover 	.text_N 		{ color: #c4c4c4; font-style: italics; }

.form_input_active						{ background-color: #1bb9e8; border-top: 2px solid #0b8db3; }
.form_input_active:hover 				{ background-color: #1dc7fa; border-top: 2px solid #1dc7fa; }
.form_input_active					.text_N		{ color: #FFFFFF; }
.form_input_active:hover 			.text_N 		{ color: #FFFFFF; }

.form_input_error, 
	.form_input_error_ghost				{ background-color: #ffdbe7; border-top: 2px solid #ff9ab2; }
.form_input_error:hover, 
	.form_input_error_ghost:hover		{ background-color: #ffe3ed; border-top: 2px solid #ffb2c4; }
.form_input_error 					.text_N		{ color: #FF2558; }
.form_input_error:hover 			 	.text_N		{ color: #FF4772; }
.form_input_error_ghost 				.text_N		{ color: #FF2558; font-style: italics; }
.form_input_error_ghost:hover  		.text_N		{ color: #FF4772; font-style: italics; }


.form_input_inactive
{
	background-color: #e6e6e6;
	border-top: 2px solid #b3b3b3;
}

.form_responsebox_container
{
	width: 320px;
	height: 100%;
	
}

.form_responsebox_content
{
	padding: 16px;
	position: relative;
	top: 0px;
	left: 0px;
	display: none;
}

.form_responsebox_content p
{
	position: relative;
	top: 0px;
	left: 0px;

}

.form_responsebox_content_success
{
	background-color: #c7fabb;
}

.form_responsebox_content_error
{
	background-color: #ffdbe7;
}


/* misc tools */

div.divider_960
{
	background-color: #DDDDDD;
	margin: 0px auto 29px auto;
	width: 900px;
	height: 1px;
}

div.cleardiv
{
	clear: both;
	height: 0px;
	line-height: 0px;
	width: 100%;
}

div.gemini_container
{
	margin-bottom: 29px;
	width: 100%;
}

div.fcol_a, div.fcol_b, div.fcol_c, div.fcol_d, 
div.fcol_e, div.fcol_f, div.fcol_g, div.fcol_h,
div.fcol_i,
div.fcol_ab_c, div.fcol_defg_h,
div.fcol_ghi, div.fcol_abcd_ef, div.fcol_abcdef, div.fcol_bcd, div.fcol_bcdefghi, div.fcol_bcdef, div.fcol_bcde
{
	float: left;
	width: 85px;
	margin-right: 0px;
}

div.fcol_a { width: 85px; }
div.fcol_b { width: 225px; }
div.fcol_c { width: 15px; }
div.fcol_d { width: 147px; }
div.fcol_e { width: 8px; }
div.fcol_f { width: 8px; }
div.fcol_g { width: 147px; }
div.fcol_h { width: 15px; }
div.fcol_i { width: 310px; }

div.fcol_ab_c 		{ width: 310px; margin-right: 15px; }
div.fcol_defg_h	 	{ width: 310px; margin-right: 15px; }
/*div.floatcol_i 	{ width: 310px; }*/

div.fcol_ghi			{ width: 472px; }
div.fcol_abcd_ef		{ width: 472px; margin-right: 16px; }
div.fcol_bcd			{ width: 387px; }
div.fcol_bcdefghi	{ width: 875px; }
div.fcol_bcdef		{ width: 403px; }
div.fcol_bcde		{ width: 395px; }
div.fcol_abcdef		{ width: 488px; }


ul
{
	list-style-type:disc;
	padding-left: 35px;
}

li
{
	font-family: 'Droid Sans', arial, sans-serif;

	font-size: 18px;
	color: #000000;
	line-height: 1.4em;
}


sup
{
	font-size: smaller;
	position: relative;
	top: -10px;
}


/* ################### */
/* sticky footer stuff */
/* ################### */

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 75px;}  /* must be same height as the footer */

#footer 
{
	position: relative;
	margin-top: -75px; /* negative value of footer height */
	height: 75px;
	clear:both;
	width: 984px;
	margin-left: auto;
	margin-right: auto;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* ####################### */
/* end sticky footer stuff */
/* ####################### */
div#maincontent
{
	position: absolute;
	top: 59px;
	left: 335px;
	width: 547px;
	height: 432px;
	text-align: justify;
}

div#contactinfo
{
	position: absolute;
	top: 259px;
	left: 59px;
	width: 276px;
	height: 232px;
	line-height: 17px;
	color: #FFFFFF;
}


/* Button Styles */
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 30px;
	
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}

.btn-2 {
	background: #ff6b00;
	color: #fff;
	box-shadow: 0 2px #8d3f07;
	/*
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	*/
}

.btn-2c {
	border-radius: 0px;
	background: #ff6b00;
	box-shadow: 0 2px #8d3f07;
	
	padding: 10px 30px;
	
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}

.btn-2c:hover {
	border-radius: 0px;
	background: #ffa200;
	box-shadow: 0 2px #c2750a;
	top: 2px;
	
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}

.btn-2c:active {
	border-radius: 0px;
	background: #ffb400;
	box-shadow: 0 0 #FFFFFF;
	top: 2px;
	
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.sendcontactformbtn
{
	margin: 0px;
	margin-bottom: 2px;
}


/* Text Styles */

.text_A
{
	font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
	font-size: 43px;
	color: #FFFFFF;
	
	font-weight: 300;
}

.text_B
{
	font-family: 'Open Sans', 'Arial Bold', sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	
	font-weight: 800;
}

.text_C
{
	font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
	font-size: 25px;
	color: #FFFFFF;
	
	font-weight: 300;
}

.text_C:link 		{ color: #FFFFFF; }	
.text_C:visited 		{ color: #FFFFFF; }
.text_C:hover 		{ color: #FCFFA3; }
.text_C:active 		{ color: #FFEE59; }

.text_D, .text_D_2, .text_D_3, .text_D_4, .text_D_5
{
	font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
	font-size: 43px;
	color: #70bf11;
	
	font-weight: 300;
}

.text_D_2 { color: #009bdb; }
.text_D_3 { color: #ff6b00; }
.text_D_4 { color: #FFFFFF; }
.text_D_5 { color: #ff6b00; }

.text_E
{
	font-family: 'Open Sans', 'Arial Bold', sans-serif;
	font-size: 16px;
	color: #000000;
	
	line-height: 29px;
	
	text-align: justify;
	
	font-weight: 400;
}

.text_F
{
	font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
	font-size: 18px;
	color: #000000;
	
	font-weight: 300;
}

.text_G
{
	font-family: 'Open Sans', 'Arial Bold', sans-serif;
	font-size: 25px;
	color: #ff6b00;
	
	font-weight: 600;
}

.text_G:link 		{ color: #ff6b00; }	
.text_G:visited 	{ color: #ff6b00; }
.text_G:hover 		{ color: #ffb70f; }
.text_G:active 	{ color: #ffcc33; }

.text_H
{
	font-family: 'Open Sans', 'Arial Bold', sans-serif;
	font-size: 22px;
	color: #000000;
	
	font-weight: 600;
}

.text_I
{
	font-family: 'Open Sans', 'Arial Bold', sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	
	position: relative;
	top: 0px;
	
	font-weight: 600;
}

.text_I:link 		{ color: #FFFFFF; top: 0px;}	
.text_I:visited 	{ color: #FFFFFF; top: 0px;}
.text_I:hover 		{ color: #FFFFFF; top: 0px;}
.text_I:active 	{ color: #FFFFFF; top: 2px;}

.text_J
{
	font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
	font-size: 27px;
	color: #000000;
	
	font-weight: 300;
}

.text_K
{
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 16px;
	color: #000000;
	
	font-style: italic;
	
	font-weight: 400;
}

.text_L
{
	font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
	font-size: 18px;
	color: #00a1ef;
	
	font-weight: 300;
}

.text_L:link 		{ color: #00a1ef; }	
.text_L:visited 	{ color: #00a1ef; }
.text_L:hover 		{ color: #42c1ff; }
.text_L:active 	{ color: #48d1ff; }

.text_M
{
	font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
	font-size: 24px;
	color: #00a1ef;
	
	font-style: none;
	
	font-weight: 300;
}

.text_N, .text_N_inactive, .text_N_active, .text_N_error,
.text_N_inactive_ghost, .text_N_error_ghost
{
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 16px;
	color: #0d3863;
	
	font-style: none;
	
	font-weight: 300;
}

.text_N_inactive_ghost 			{ color: #b3b3b3; font-style: italics; }
.text_N_inactive_ghost:hover 	{ color: #c4c4c4; font-style: italics; }
.text_N_inactive 				{ color: #0d3863; }
.text_N_inactive:hover 			{ color: #105194; }
.text_N_active		 			{ color: #FFFFFF; }
.text_N_active:hover 			{ color: #FFFFFF; }
.text_N_error_ghost		 		{ color: #FF2558; font-style: italics; }
.text_N_error_ghost:hover 		{ color: #FF4772; font-style: italics; }
.text_N_error	 				{ color: #FF2558; }
.text_N_error:hover 				{ color: #FF4772; }

.text_O, .text_O_2
{
	font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
	font-size: 18px;
	color: #26c900;
	
	font-style: italics;
	
	font-weight: 300;
}

.text_O_2 { color: #ff2558; }

.text_P
{
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 13px;
	color: #999999;
	
	font-weight: 400;
}

.text_Q
{
	font-family: 'Open Sans', 'Arial Bold', sans-serif;
	font-size: 14px;
	color: #000000;
	
	line-height: 2.0em;
	
	text-align: justify;
	
	font-weight: 400;
}
