/* Typography */

a { color:; }
	#footer a { color: #ff9a00; }
p { line-height: 1.6em; margin:; padding:; }
	#home_specials p { float: left; font-size: .9em; line-height: 1.2em; margin: 5px 0px; width: 375px; } 
	#leftcol p { font-size: .9em; }
	#free_estimate p { float: left; line-height: 1.2em; width: 110px; }
	.product_entry p { margin-bottom: 0px; }
h1 { color: #ff9a00; font-weight: lighter; font-stretch: narrower; font-size: 2.6em; font-style: italic; margin-top: 0px; }
h2 { color: #ff9a00; font-weight: lighter; font-stretch: narrower; font-size: 1.8em; }
	.product_entry h2 { font-size: 1.8em; margin-bottom: 0px; }
h3 { font-size: 1.4em; margin-top: 0px; }
	#home_specials h3 { margin-bottom: 5px; } 
h4 { font-size: 21px; }
	.product_entry h4 { margin: 0px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
	.product_entry h6 { font-size: 1em; margin: 0px; padding: 0px; }


/* END OF Typography */

/* Images */

a img { border: none; }

/* END OF Images */

/* Classes */

#footer .small { font-size: .85em; }
.clear { clear: both; }
.right { float: right; }
.m_sixty { margin-top: 60px; }
.p_sixty { padding-top: 60px; }
.specials_border { border-bottom: 1px solid #48391d; }

/* End of Classes */

/* Floats */

#float_freeestimate { display: block; float: left; height: 65px; margin: 20px 0 0 20px; width: 70px; }
#float_specials { display: block; height: 40px; margin: 0 0 0 600px; width: 75px; }
#float_photos { display: block; height: 35px; margin: 0 0 0 450px; width: 175px; }
#float_calculate { display: block; height: 35px; margin: 0 0 0 30px; width: 175px; }

/* Layout */

body { background: #87c80a; color: #000000; font: normal 14px Arial, Helvetica, sans-serif; margin: 0px; padding: 0px; text-align: left; }

#navigation { display: none; }
	div.navigation_contact { background: url(images/top_content_bg.png) top left no-repeat; clear: both; color: WHITE; height: 50px; padding-left: 20px; text-align: left; width: 940px; }
		span.large { font-size: 1.8em; font-weight: bold; letter-spacing: .1em; }
		span.little { font-size: .8em; }
	#navigation ul { clear: both; margin: 0px; padding: 60px 0 0 0; text-align: right; }
	#navigation li { display: inline; font-size: .9em; margin-left: 15px; }
	/* or
	#navigation li { float: left; list-style: none; margin: 0 0 0 0; }
	*/
		#navigation li a { color: WHITE; text-decoration: none; }
		#navigation li a:hover { color: WHITE; text-decoration: none; }

#header { display: none; }

#content { background: none; overflow: auto; }		
#leftcol { display: none; }
	#leftcol ul { color: WHITE; list-style: none; margin: 10px 0; padding: 0px; }
	#leftcol li { font-size: 1.2em; margin-bottom: 5px; }
		#leftcol li a { color: WHITE; }
	#free_estimate { background: url(images/free_estimate_bg.png) top center no-repeat; height: 111px; padding: 50px 0 0 10px; width: 230px; }
	

#rightcol { }

	#home_specials { background: url(images/home_specials_bg.png) top center no-repeat; color: WHITE; height: 146px; padding: 15px 0 0 13px; width: 687px; margin-bottom: 20px; }
		#home_specials span { float: left; font-size: 2.7em; font-weight: bold; margin: 5px 0 0 85px; text-align: center; width: 200px; } 
	#home_photos { background: url(images/home_photos_bg.png) top center no-repeat; height: 45px; width: 700px; margin-bottom: 20px; padding-top: 117px }
	#home_calculate { background: url(images/home_calculate_bg.png) top center no-repeat; height: 45px; width: 700px; margin-bottom: 20px; padding-top: 117px; }

#footer { background: none; display: none; }
	#footer ul { list-style: none; margin: 0px; padding: 10px 0 0 0; }
	#footer ul.footnav { margin: 0px 0 10px 0; padding: 40px 0 0 0; text-align: right; }
	#footer ul.footnav li { display: inline; margin-left: 7px; }
	/* or
	#footer li { float: left; list-style: none; margin: 0 0 0 0; }
	*/
		#footer ul.footnav li a { text-decoration: none; }
		
/* END OF Layout */

/* Products */

ul.product_nav { margin: 0px; padding: 0px; }
ul.product_nav li { float: left; list-style: none; }
div.product_entry { background: url(images/product_divideline.png) bottom center no-repeat; clear: both; margin-bottom: 20px; padding: 0 0px 60px 0px; }
div.product_image_border img { border: 10px solid #48391d; clear: left; float: right; height: 200px; width: 246px; }

/* Newsletter Form */

form.mp-form input { margin-bottom: 10px; padding: 4px 3px; }
form.mp-form input.MailPressFormSubmit { width: 183px; }

/* Specials Box */

#specials_box { border: 10px solid #48391d; overflow: auto; text-align: center; }
div.specials_item_box { border: 2px solid #48391d; float: left; padding: 3px; margin: 5px; width: 220px; }
	div.specials_item_box h2 { font-size: 1.3em; margin: 0px 0px 1px 0px; }
	div.specials_item_box h3 { color: #ff9a00; font-size: 3em; margin: 5px 0px; }
	div.specials_item_box h4 { font-size: 1.2em; margin: 0px; }
	div.specials_item_box h5 { font-size: .7em; margin: 0px 0px 5px 0px; }

