html *{
	margin:0;
	padding: 0;
}

html{
	background-image: url(../images/new_bg_top.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

html, body{
	height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
}

img{ border: none;}

p{ line-height: 18px; padding-bottom: 15px;}


h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #2f4d12;
	letter-spacing: -1px;
	padding-bottom: 7px;
	margin-bottom: 12px;
	background: url(../images/dots.gif) bottom left repeat-x;
}
h3{ font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; line-height: 14px; color: #97b511; text-transform: uppercase; margin-bottom: 12px; }

/*///////////////// LINKS ///////////////////////*/
a{outline: none;}
	
a:link, a:visited{
	color: #669933;
	text-decoration: none;
}

a:hover { text-decoration: underline; }


/*///////////////// END LINKS ///////////////////////*/



/*///////////////// Clearing floats without extra markup ///////////////////////*/

.wrapper { display: inline-block; }

.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

* html .wrapper { height: 1%; }

.wrapper { display: block; }

/*/////////////////  End Clearing floats without extra markup  ///////////////////////*/


/*///////////////// LAYOUT HOMEPAGE ///////////////////////*/

#page-wrapper{
	width: 847px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -55px;
	margin-left: auto;
}
#header{
	height: 139px;
	background-image: url(../images/new_wood_header_smaller.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 956px;
}
#content{
	width: 847px;
	float: none;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}
#content-top{
	width: 847px;
	margin-bottom: 20px;
}
#about{ width: 264px; float: left;}
#push{ height: 55px;}
#footer{ height: 55px; background: url(../images/footer_bg.gif) repeat-x 0 0;}
#news, #services{ float: left; width: 262px; margin-right: 28px; overflow: hidden;}
#testimonials{float: left; width: 262px;}
#footer-wrapper{ width: 847px; margin: 0 auto; padding-top: 20px;}
#footer-wrapper p{color: #5e5d5d; float: left; padding-bottom: 0;}
/*/////////////////END LAYOUT HOMEPAGE ///////////////////////*/

/*///////////////// BEGIN SLIDER ///////////////////////*/

#slider {
	float: left;
	width: 545px;
	margin-right	: 28px;  /* important to be same as image width */
	height: 215px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	border: 5px solid #202020;
	margin-top: 30px;
} 

#sliderContent {
	width: 535px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage { float: left; position: relative;	display: none; }
.sliderImage span { position: absolute;	font: 10px/15px Arial, Helvetica, sans-serif; padding: 10px 13px; width: 535px; background-color: #181818; filter: alpha(opacity=70); opacity: 0.7; color: #fff;  display: none;}
.clear {	clear: both;}
.sliderImage span strong {  font-size: 14px;}
.top { top: 0; left: 0;
}
.bottom {bottom: 0; left: 0; }

/*///////////////// END SLIDER ///////////////////////*/

/*///////////////// HOMEPAGE NEWS ///////////////////////*/
.news-item{ width: 262px;}
.date{ font-family: Georgia, "Times New Roman", Times, serif; color: #6c6b6b; padding-bottom: 5px;}
.news-item img{ float: left; width: 70px; display: inline; border: 5px solid #202020; margin-right: 12px;}
.news-item div{ float: left; width: 170px;}
/*///////////////// END HOMEPAGE NEWS ///////////////////////*/

/*///////////////// HOMEPAGE SERVICES ///////////////////////*/

#services ul{list-style: none; margin-bottom: 45px; }
#services ul li{ padding-left: 27px; background: url(../images/services_arrow.gif) top left no-repeat; margin-bottom: 15px; }
p.more{ background: url(../images/double_dots.gif) top left repeat-x; width: 99%; font-size: 14px; padding: 4px;}
p.more a{ background: url(../images/more-arrow.gif) no-repeat 0 50%; padding-left: 20px; display: block}

/*///////////////// END HOMEPAGE SERVICES //////////////////*/


blockquote p.text{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; line-height: 20px; color:#6c6b6b; width: 99%; background: url(../images/quotes.gif) top left no-repeat; padding-top: 10px; padding-bottom: 5px; text-indent: 15px;}
blockquote p.text:first-letter{ font-size: 19px; font-weight: bold; padding-right: 1px; font-style: italic;}
blockquote p.name{text-align: right; font-weight: bold; color:#6c6b6b;}

/*///////////////// LOGO AND SEARCH ///////////////////////*/
#logo-container{ float: left; width: 232px; }
#logo-container small{ padding: 0; margin: 0;}
h1#logo {
	width: 232px;
	height: 50px;
	text-indent:-9000px;
	margin-top:45px;
	padding:0;
	background-image: url(../images/fpc_logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
h1 a { height:50px; display:block; text-decoration:none;}
h1 a:hover { text-decoration:none; background:transparent;}
#search{
	float: right;
	margin-top: 52px;
	margin-right: 10px;
	display: inline;
}
#search input{ width: 210px; padding: 3px 4px; background: #131313; border: 1px solid #444444; color: #716f6f;}
#search .btn{ width: 38px;  height: 23px; background: url(../images/search_btn.gif) no-repeat 0 0; border: none; cursor: pointer;}

/*///////////////// END LOGO AND SEARCH ///////////////////////*/


/*///////////////// NAVIGATION ///////////////////////*/

#navigation{
	height: 58px;
	padding-left: 0px;
	width: 580px;
	float: right;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 110px;
	margin-bottom: 0px;
}
#navigation ul{ }	
#navigation ul li{
	display: inline;
	height: 39px;
	font-size: 14px;
	text-transform: uppercase;
}
#navigation ul li a{
	float: left;
	display: block;
	line-height: 39px;
	color: #000000;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
#navigation ul li a:hover{
	background-color: #607f04;
	text-decoration: none;
}


/*///////////////// END NAVIGATION ///////////////////////*/

#about p.more-button{ height: 24px; padding: 0; }
#navigation a.activetab {
	background-color: #607f04;
}

#about p.more-button a{
	line-height: 24px;
	color: #669933;
	background-repeat: no-repeat;
	background-position: left top;
}


/*///////////////// FOOTER NAVIGATION ///////////////////////*/

#footer-nav{ float: right;}
#footer-nav li{list-style: none;font-size: 12px; float: left; padding-left: 12px; padding-right: 12px;	background: transparent url(../images/divider_nav_bottom.gif) no-repeat 0 50%;}
#footer-nav li.first{ background: none;}
#footer-nav a:link, #footer-nav a:visited{  text-decoration: none; font-weight: normal; }
#footer-nav a:hover{text-decoration: underline;}

/*///////////////// ABOUT PAGE ///////////////////////*/

#content-left{ float: left; width: 555px; margin-right	: 28px; display: inline;}
#content-right{ width: 264px; float: left;}
.about-single{ width: 99%; border-bottom: 1px solid #d1d1d1; margin-bottom: 15px;}
.photo img{ float: left; width: 70px; display: inline; border: 5px solid #202020; margin-right: 20px;}
.description{float: left; width: 80%;}
.role{ font-family: Georgia, "Times New Roman", Times, serif; color: #6c6b6b; padding-bottom: 5px;}
.role em{ color: #939292;}

/*///////////////// END ABOUT PAGE ///////////////////////*/


/*///////////////// SERVICES PAGE ///////////////////////*/

ul.service-client{list-style: none; margin-bottom: 25px; margin-left: 20px; }
ul.service-client li{
	padding-left: 27px;
	background: url(../images/services_arrow.gif) top left no-repeat;
	margin-bottom: 15px;
	color:#333333;
}

/*///////////////// END SERVICES PAGE ///////////////////////*/

/*///////////////// CONTACTS PAGE ///////////////////////*/

/*contact form */
fieldset{ border: none; width: 550px; margin-top: 10px; }

fieldset legend { display: none}


form p{ padding-bottom: 0;}
/* Label */
label
{ width: 140px; margin: 5px; text-align: left;}

.required{ color: #97b511;}

/* Input, Textarea */
input, textarea
{ border: 1px solid #dddddd; background: #eeeded; width: 300px; margin: 5px; padding: 3px;}

textarea{width: 400px; height: 150px; margin-bottom: 10px;}

input:focus, textarea:focus{ border: 1px solid #97b511;}

input.button{ background: url(../images/read_more.gif) no-repeat; width: 122px; height: 34px; padding-bottom: 15px; border: none; color: #d2eb5b; cursor: pointer; }
input.button:hover{ border: none;}
.notification_error{ padding: 5px; border: 1px solid #dddddd;
background: #eeeded; color: #a5041e;}

.notification_ok{padding: 5px; border: 1px solid #dddddd;
background: #eeeded; color: #7e9711; }
/* end contact form */

/*contact details*/
.contact-details p{
	color: #333333;
}

/*end contact details*/
/*///////////////// END CONTACTS PAGE ///////////////////////*/

/*///////////////// NEWS PAGE ///////////////////////*/
.news-single{ margin-bottom: 15px; border-bottom: 1px solid #d1d1d1;}
.news-single h3{ margin-bottom: 5px;}


/*///////////////// END NEWS PAGE ///////////////////////*/
#page-wrapper #header #ny-logo {
	float: right;
	height: 29px;
	width: 114px;
	background-repeat: no-repeat;
	display: block;
	background-image: url(../images/i_love_ny.png);
	clear: right;
	margin-top: 50px;
	margin-right: 110px;
}
#content .interior-content .portfolio-wrapper {
	float: left;
	width: 847px;
}
#page-wrapper #content .portfolio-wrapper {
	float: left;
	width: 847px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	display: block;
}
#page-wrapper #content .portfolio-wrapper li {
	width: 172px;
	float: left;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 3px solid #669933;
	height: 72px;
}
#page-wrapper #content .interior-content .portfolio-wrapper .thickbox img {
	border: 3px solid #669933;
}
