@charset "utf-8";

/* Global Stylesheet */
/* Developed by InMotion */


/* --------------------------------------- */
/* --( Style Sheet Import )-- */
/* --------------------------------------- */

@import url(nav.css);

/* --------------------------------------- */
/* --( Global Styles )-- */
/* --------------------------------------- */

html {
	font: 62.5%/1.25 arial, helvetica, sans-serif;
}
a {
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	background: #14164B url(../_img/page_bg.gif) repeat-x top center;
}
p {
	margin: 8px 0; 
}

/* --------------------------------------- */
/* --( Global Classes )-- */
/* --------------------------------------- */

	/* self clearing rules */
	.selfclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.selfclear { display: inline-block; _height: 1%; }
	/* Hides from IE-mac \*/
	.selfclear { display: block; }
	/* End hide from IE-mac */
	
	.nodisp {
		margin: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}
	
/* --------------------------------------- */
/* --( Main Container )-- */
/* --------------------------------------- */

	#wrap {
		background: url(../_img/wrap_bg.gif) repeat-y top center;
		width: 910px;
		margin: 0 auto;
	}
	#main_container {
		width: 910px;
		margin: 0 auto;
		background: url(../_img/content_bg2.gif) no-repeat top;
		min-height: 625px;
		height: auto !important;
		height: 600px;
	}
	
/* --------------------------------------- */
/* --( Header )-- */
/* --------------------------------------- */

	/* --( Logo )-- */
		#header h1 {
			margin: 10px 0 0 0px;
			padding: 4px 0 0 3px;
			float: left;
			
		}
		#header h1 a {
			display: block;
			width: 363px;
			height: 94px;
			text-indent: -3000px;
			background: url(../_img/head_logo.gif) no-repeat;
			
		}
	/* --( Slogan )-- */
		#slogan {
			float: right;
			margin: 0 1.5em 0 0;
			color: #414141;
			font-size: 1.5em;
			font-style: italic;
			font-weight: normal;
			padding-top: 20px;
		}
		
	/* --( Phone Number )-- */
		#header p {
			display: block;
			padding: 21px 17px 0 0;
			margin: 0;
			float: right;
			color: #414141;
			text-align: right;
			font: 1.5em Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
		}
		#header p span {
			color: #252989;
			letter-spacing: .13em;
		}
		
	/* --( Main Navigation )-- */
		#header ul,
		#header ul li {
			margin: 0;
			padding: 0;
		}
		#header ul {
			display: block;
			float: right;
			clear: right;
			padding: 0 19px 0 0;
			margin-top: 14px; /* Fixes an IE bug */
			width: 515px;
		}
		#header ul li {
			list-style: none;
			display: inline;
		}
		#header ul li a {
			display: block;
			float: left;
			width: 103px;
			text-align: center;
			padding: 13px 0 5px;
			color: #22267F;
			font: 1.2em Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			background-image: url(../_img/nav_bg.jpg);
			background-repeat: no-repeat;
			text-decoration: none;
		}
		#header ul li a:hover {
			background-position: -103px 0px;
		}
		
		/* --( Drop Down )-- */
			#header ul li ul {
				background: #FFFFFF;
				border: 1px solid #CCCCCC;
			}
			#header ul li ul li {
				border-bottom: 1px solid #CCCCCC;
			}
			#header ul li.dropdown ul {
				width: 100px; /* Define dropdown width */
			}
			#header ul li.dropdown ul li a {
				width: 92px; /* Subtract link padding L&R from dropdown width */
			}
			#header ul li ul li a {
				width: auto;
				text-align: left;
				padding: 4px;
				color: #00add8;
				font: 1em Verdana, Arial, Helvetica, sans-serif;
				font-weight: normal;
				background: transparent;
				text-decoration: none;
			}
			#header ul li ul li a:hover {
				background: #998d7a;
				color: #FFF;
			}
			#header ul li:hover ul, /* pure CSS hover is removed below */
			#header ul li.sfHover ul {
				top: 35px;
			}
		
/* --------------------------------------- */
/* --( Content )-- */
/* --------------------------------------- */

	#content {
		width: 620px;
		float: right;
		padding: 15px 17px 0 0;
	}
	#content .img {
		margin: 0;
	}
	#content h2 {
		font: 1.8em "Times New Roman", Times, serif;
		font-weight: normal;
		color: #282D96;
		margin: 5px 0 0 5px;
	}
	#content h3 {
		font: 1.5em "Times New Roman", Times, serif;
		color: #5988b8;
		font-weight: normal;
	}
	#content h4 {
		font: 1.3em "Times New Roman", Times, serif;
		font-weight: bold;
		margin: 0;
		color: #444;
	}
	#content p {
		line-height: 1.5em;
		margin: 5px 0 0 7px;
	}
	#content .sep {
		display: block;
		height: 21px;
		margin: 10px 0;
		background: url(../_img/para_sep.gif) no-repeat center;
	}
	#content .exterior-services {
		width: 250px;
		float: left;
	}
	#content .interior-services {
		width: 250px;
		float: left;
		margin-left: 20px;
	}
	#content address {
		float: left;
		font-style: normal;
		margin-left:7px;
	}
	#content .contact_numbers {
		float: left;
		margin-left: 2em;
	}
	#content .contact_numbers strong {
		margin-right: 1em;
	}
	/* -- ( Gallery Styles )-- */
		#content .gallery {
			display: block;
			float: left;
			width: 150px;
		}
		#content .gallery dt {
			text-align: center;
		}
		#content .gallery dt img {
			border: 1px solid #999;
			padding: 5px;
		}
		#content .gallery dd ul {
			display: none;
		}
	/* -- (Get a Quote Page ) -- */
		#getquoteform fieldset {
			width: 100%;
			border: none;
			float: none;
			padding: 0 0 1.5em 0;
			margin: 1em 0;
			border-bottom: 1px dotted #E0E0E0;
			height: auto;
		}
		#getquoteform fieldset.trade {
			border: none;
			height: auto;
			margin-right: 0;
			float: left;
			width: 33%;
		}
		#getquoteform fieldset.second {
		}
		#getquoteform fieldset.third {
		}
		#getquoteform div {
			float: left;
			width: 290px;
		}
		#getquoteform legend {
			font-weight: bold;
			color: #282D96;
			margin: 0 0 .5em;
		}
		#getquoteform label {
			width: 100px;
			float: left;
			margin: .25em 1.25em .25em 0;
			text-align: right;
			display: block;
		}
		#getquoteform fieldset.trade label {
			width: 100px;
			margin-right: .5em;
			float: left;
			text-align: left;
		}
		#getquoteform input, #getquoteform select {
			float: left;
			width: 150px;
			display: block;
			margin: .25em 0 0 0;
		}
		#getquoteform label.textarea {
			float: none;
			width: 100px;
			margin: .25em 1.25em .25em .5em;
			text-align: left;
			clear: both;
		}
		#getquoteform textarea {	
			width: 88% /*256px*/;
			clear: left;
			/*margin-left: .5em;*/
		}
		#getquoteform fieldset.trade input, #getquoteform fieldset.trade select {
			float: left;
		}
		#getquoteform input.hidden {
			display: none;
		}
		#getquoteform #submitbtn2 {
			display: block;
			width: 116px;
			text-align: center;
			background: url(../_img/btn_submit.gif) no-repeat center;
			color: #FAFAFA;
			border: none;
			margin: 0 auto;
			font-family: "Times New Roman", Times, serif;
			font-weight: bold;
			font-size: 14px;
			letter-spacing: .13em;
			padding: 2px 0;
			float: none;
			clear: both;
		}
		#getquoteform label.error {
			clear:both;
			color:#FF0000;
			display:block;
			float: left;
			font-size:11px;
			font-style:italic;
			margin-right:30px;
			width: 260px;
		}
		#getquoteform input.error, #getquoteform select.error { background-color: #FFC0CB; }
		#getquoteform label span { color: #FF0000; }
		* html #getquoteform label.error {
			display: block;
			float: none;
			width: 90%;
		}
		#getquoteform input.dp-applied {
			width: 150px;
			float: left;
			margin-right: 0;
		}
		/* 
		Form Validator Styles
		#ClientValidationSummary { background-color: #FF0000; padding: 5px; color: white; width: 600px; margin: 1em auto 1em; }
		#getquoteform input.validation-failed { background-color: #ffc0cb; }
		#ClientValidationSummary a { color: #FFF; }
		#getquoteform #ClientValidationSummary ul { font-size: 12px; }
		*/
/* --------------------------------------- */
/* --( Testimonials )-- */
/* --------------------------------------- */

	#quote {
		width: 235px;
		float: left;
		background-image: url(../_img/testimonial_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 3px;
		min-height: 295px;
		height: auto !important;
		height: 295px;
		padding: 3px 11px 0;
		margin-left: 7px;
	}
	#quote h3 {
		display: block;
		margin: 0;
		padding: 5px 0 15px;
		font-family: "Times New Roman", Times, serif;
		font-weight: normal;
		color: #FAFAFA;
		text-align: center;
		font-size: 2.5em;
		letter-spacing: .04em;
	}
	#quote p {
		padding: 0 17px;
		line-height: 1.5em;
	}
	#quote p.name {
		text-align: right;
		font-size: .9em;
	}
	* html #quote {
		margin-left: 3px;
		background-position: 1px 4px;
	}
	/* --( Get a Quote Form )-- */
	#quoteform fieldset {
		border: none;
		padding: 7px 0;
	}
	#quoteform legend {
		font-weight: bold;
		color: #21257B;
		padding: 0;
	}
	#quoteform label {
		font-size: 11px;
		font-weight: normal;
		color: 666;
	}
	#quoteform #contact_info label {
		display: block;
		float: none;
		width: 9em;
		margin-right: 1em;
		text-align: left;
	}
	* html #quoteform #contact_info label {
		position: relative;
	}
	#quoteform input {
		border: 1px solid #648BBB;
		background-color: #F9F9F9;
		display: block;
	}
	#quoteform #contact_info input {
		width: 16em;
		margin-bottom: .5em;
		float: left;
	}
	#quoteform input.hidden {
		display: none;
	}
	#quoteform #state {
		float: left;
		width: 75px;
		display: block;
	}
	#quoteform #startestimate {
		float: left;
		width: 124px;
		display: block;
		margin-right: 1em;
	}
	#quoteform #duration {
		float: left;
		margin-left: .5em;
		width: 50px;
	}
	#quoteform .zip {
		padding-left: 4em;
	}
	#quoteform #submitbtn {
		display: block;
		width: 116px;
		text-align: center;
		background: url(../_img/btn_submit.gif) no-repeat center;
		color: #FAFAFA;
		border: none;
		margin: 0 auto;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		font-size: 14px;
		letter-spacing: .13em;
		padding: 2px 0;
	}
	#quoteform .projecttype {
		float: none;
		text-align: left;
		width: 8em;
	}
	#quoteform #projecttype {
		width: 212px;
		margin-bottom: 1em;
	}
	#quoteform .startestimate {
		float: left;
		width: 130px;
		display: block;
		clear: both;
		margin-right: 1em;
	}
	#quoteform .state {
		float: left;
		width: 50px;
		display: block;
		margin-right: 1em;
	}
	#quoteform .duration {
		float: left;
		width: 50px;
		display: block;
	}
	#quoteform .skills {
		clear: both;
		display: block;
		padding-top: 6px;
	}
	#quoteform #skills {
		width: 212px;
	}
	
/* --------------------------------------- */
/* --( Feature )-- */
/* --------------------------------------- */

	#feature {
		width: 248px;
		float: left;
		clear: left;
		padding: 7px 0 0;
		background-image: url(../_img/feat_bg2.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		background-color: #D9D9D9;
		margin-left: 7px;
	}
	#feature h3 {
		display: block;
		text-align: center;
		font: 1.7em "Times New Roman", Times, serif;
		color: #FFF;
		font-weight: normal;
		margin: 0 0 8px 0 !important;
		padding: 0;
	}
	#feature p {
		padding: 0 20px;
		line-height: 1.5em;
	}
	
	* html #feature {
		margin-left: 3px;
	}
	span.foot {
		float: left;
		clear: left;
		display: block;
		text-indent: -3000px;
		background: url(../_img/feature_bg2_foot.gif) no-repeat top left;
		height: 8px;
		width: 248px;
		padding: 7px 0 0;
		margin-left: 7px;
	}
	* html span.foot {
		margin: 0 0 0 3px;
	}
	/* Client Login Area */
		#feature div form {
			margin-top: 1em;
		}
	/* Homepage News Area */
		#keydata {
			padding: 0 20px;
		}
	
/* --------------------------------------- */
/* --( Footer )-- */
/* --------------------------------------- */

	#footer {
		clear: both;
		display: inline-block;
		width: 100%;
		background-color: #14164B;
		background-image: url(../_img/footer_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px 0 -2px;
		padding: 36px 0 0 0;
	}
	#footer p {
		text-align: center;
		font-weight: bold;
		color: #6163A2;
		font-size: .95em;
		margin: 0;
		padding: 8px 0 0;
	}
	#footer p a {
		color: #6163A2;
		text-transform: uppercase;
		text-decoration: none;
	}
	#footer p a:hover {
		text-decoration: underline;
		color: #6B6DA9;
	}
	#footer p.credit a {
		color: #4B4D8A;
		text-decoration: underline;
		text-transform: none;
	}
	
	.formtab {
	margin-left:7px;
	}
	.contenttitle {
	color: #FFFFFF;
	font-weight: bold;
	}
#request {
		width: 235px;
		display: block;
		background-image: url(../_img/testimonial_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 3px;
		min-height: 295px;
		height: auto !important;
		height: 295px;
		padding: 3px 11px 0;
		margin-left: 7px;
		clear: left;
	}
	#request h3 {
		display: block;
		margin: 0;
		padding: 5px 0 15px;
		font-family: "Times New Roman", Times, serif;
		font-weight: normal;
		color: #FAFAFA;
		text-align: center;
		font-size: 2.5em;
		letter-spacing: .04em;
	}
	#request p {
		padding: 0 17px;
		line-height: 1.5em;
	}
	#request p.name {
		text-align: right;
		font-size: .9em;
	}
	* html #request {
		margin-left: 3px;
		background-position: 1px 4px;
	}
	.dropdown {
		width:214px;
	}
textarea.wide {
	width:210px;
}