/* Global Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, select, option, textarea, p, blockquote {  
	margin: 0; 
	padding: 0; 
}
ul, ol {
	margin: 0;
	padding: 0 0 0 16px;
}
a{
	outline: none;
}
/* Website Styles */
html, body {
    height: 100%;
}
body {
	background:url(ui/parkstreet-bg.gif) repeat-x top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #5a5959;
}

img { border:0 none }

h1{
	font-size: 28px;
	margin-bottom:20px !important;
}
h2{
	font-size: 17px;
}
h3{
	font-size: 17px;
}
h4{
	font-size: 12px;
}
h1, h2, h3 {
	color: #007A5E;
	font-weight:normal;
	margin-bottom:10px;
	letter-spacing:-0.5px;
	
}

p {
	margin:-6px 0 20px 0;
	font: 12px Arial, Helvetica, sans-serif !important;
	color: #5a5959 !important;
	line-height:18px !important;
}

p#breadcrumb { margin-bottom:10px }

a {
	color: #007A5E;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
#wrapper-outer {
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
}
#container {
	display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 920px;
	margin-top:35px;
}
#header {
	height: 165px;
	position:relative;
	margin-bottom:6px
}

#logo {
	background: url(ui/parkstreet-logo-sm.gif) no-repeat scroll -7px 0 transparent;
    display: block;
    height: 111px;
    overflow: hidden;
    width: 345px;
	text-indent:-999px;
}

#certs {
	background: url(ui/certs.gif) no-repeat scroll -7px 0 transparent;
    display: block;
    height: 80px;
    left: 445px;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    top: 9px;
    width: 175px;
}

#ctaction { 
	
    display: block;
    height: 100px;
	width:325px;
	text-align:right;
    overflow: hidden;
    position: absolute;
	bottom: 0;
    right: 0;
}

#ctaction p {
	
	color:#007A5E !important;
	font-size:25px !important;
	letter-spacing:-0.5px;
	margin:0 0 10px
	
}

#search {
	position:absolute;
	top:10px;
	right:0;
	width:230px;
	height:27px;
}
#search-field {
	padding: 2px;
	width: 180px;
	border: 1px solid #007A5E;
	background: none;
	color:#999;
	padding: 5px 5px 4px;
	margin-right:1px;
	float:left;
}
#search-btn {
	
	background:url(ui/go.gif) no-repeat top;
	display:block;
	overflow:hidden;
	float:right;
	width:37px;
	height:27px;
	text-indent:-999px;
	font-size:0;
	line-height:0;
	border:0 none;
}

#search-btn:hover {
	background:url(ui/go.gif) no-repeat bottom;
}

ul#dropdown{
	position:absolute;
	width: 920px;
	top:130px;
	background:#a3c24c !important;
	margin:0;
	padding:0;
	list-style-type: none;
	font-size:11px;
}

ul#dropdown li {
	position: relative;
	display: inline;
	float: left;
	line-height: 35px;
/*	text-indent: -900em; */
	list-style:none;
}

ul#dropdown li a:hover, #menu ul li:hover a {
	background-color: #a3c24c;
	color: #fff;
}
ul#dropdown li a{
	display: block;
	text-decoration: none;
	color: #007A5E;
	padding: 0 8px;
	font-weight:normal !important;
}
ul#dropdown li ul{
	left: 0;
	position: absolute;
	top: 1em;
	display: block;
	visibility: hidden;
	margin-left: 2px;
	padding:0;
	background: none repeat scroll 0 0 #FFFFFF;
}
ul#dropdown li ul li{
	display: list-item;
	float: none;
	line-height: 20px;
	text-indent: 0;
	z-index: 1000;
}
ul#dropdown li ul li a, ul#dropdown li ul li:hover a, ul#dropdown li ul li a:hover {
	background-color: #a3c24c !important;
	/*background: transparent url(ui/menu-bg.png) repeat scroll 0% !important;*/
	width: 140px !important;
}
ul#dropdown li ul li a {
	padding-left: 11px !important;
	margin-left: -2px;
	background-color: #a3c24c !important;
	display: block;
	width: 150px;
	color: #fff;
	text-decoration: none;
	padding: 1px 5px;
	font-size: 11px;
	border-bottom: 1px dotted #ebefe0;
}
ul#dropdown li ul li a:hover {
	background: #cfe888 !important;
	color: #000;
}
ul#dropdown li ul li ul{ 
	left: 159px;
	top: 0;
	margin-left: 0px;
}
ul#dropdown li.over ul, ul#dropdown li:hover ul{
	display: block;
	list-style-image: none;
}
#content {
	display:block;
	overflow:hidden;
	padding: 14px 14px 220px 10px;  /* match with footer height */
}
#content-left {
	float: left;
    margin-right: 20px;
    width: 636px;
}
#content a {
	color: #007A5E;
	text-decoration: none;
}
#content a:hover {
	color: #007A5E;
	text-decoration: underline;
}
#content ul {
	line-height: 17px;
	margin-bottom: 10px;
}

.image {
	border: 1px solid #008165;
	padding: 1px;
	float: right;
	margin: -7pxpx 0 0 15px;
}
.products {
	float: left;
	height:219px;
	width:307px;
	margin-bottom:16px;
	background:#e2eec6;
	position:relative;
	border: 1px solid #007A5C;
}

#fprods h3 { 
	background:url(ui/featured-title-bg.gif) no-repeat left top #A3C24C;
	color:#007A5E;
	padding:5px 15px;
	margin-bottom:15px;
	letter-spacing:-0.1
}

.products h3 {
	background:#007a5e !important;
	display:block;
	overflow:hidden;
	padding:5px !important;
	margin:0;
	position:absolute;
	z-index:999;
	bottom:0;
	width:298px;
	margin:0 !important;
}
.products h3 a {
	display: block;
	overflow:hidden;
	color:#fff !important;
	text-decoration:none !important;
	text-align:right;
	
}

.products ul li img { 
	border: 1px solid #fff;
    height: 186px;
    width: 305px;
}

.products ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#fprods {
	
	display: block;
    overflow: hidden;
	margin:20px 0;

}
#footer {
	background:#007a5c;
	bottom: 0;
    height: 200px;
    position: absolute;
    width: 100%;
}
#footer p {
	width: 900px;
	margin: 0 auto;
	font-size: 10px;
	color: #fff !important;
	text-align: right;
	padding-top: 9px;
	line-height: 16px;	
}

#footer p a {
	color:#fff; text-decoration:underline
}
#contact label, #contact2 label{
	display: block;
	line-height: 20px;
}
#contact p, .required, .form_confirmation{
	color: #00755b;
	font-weight: bold;
}
.products-listing {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.products-listing li {
	margin: 10px 0 10px 0;
	padding: 0 !important;
}
.products-listing li p, .products-listing li h2 {
	margin: 0 !important;
	padding: 0 !important;
}
.products-listing li .image {
	border: 1px solid #008165;
	padding: 1px;
	float: left;
	margin: 3px 15px 0 0;
}
#site-map li {
	list-style: none;
	background: transparent url(ui/bullet.gif) no-repeat scroll 0 6px;
	padding-left: 14px;
	margin-left: -14px;
}
.green {
	color: #333333;
	font-weight: bold;
}
#mFormSubmit {
	height:30px;
	width:217px !important;
	background:url(ui/submit-bg.gif) center repeat-x;
	border:0;
	color:#fff;
	font-size:11px;
	font: 12px Arial,Helvetica,sans-serif;
    padding: 5px;
	margin-top:5px;
	cursor: pointer;
}

.transition-prev, .transition-slideshow, .transition-next, .transition-disabled {
	display: none !important;
}

#sidebar {
	width:240px;
	display:block;
	overflow:hidden;
	margin-top:5px;
}

#sidebar h3 {

	margin-bottom:15px;

}

#sidebar p {

	margin-bottom:0

}

#sidebar div {
	border:1px solid #a3c24c;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	padding:10px;
}

.row { padding:1px !important; border:0 !important; margin-bottom: 5px !important; }

input#signup-button { width:217px !important; height:30px; background:url(ui/submit-bg.gif) center repeat-x; border:0; color:#fff; font-size:11px; font-weight:bold; padding-top:4px; margin-top:5px }

form#contact2 .row input, form#contact2 .row textarea { padding:5px;  border:1px solid #A3C24C; color:#999; font: 12px Arial, Helvetica, sans-serif; width:280px; }

form#contact .row input, form#contact .row textarea, form#enews .row input { padding:5px;  border:1px solid #A3C24C; color:#999; font: 12px Arial, Helvetica, sans-serif; width:205px; }

input[type=submit] { color:#fff !important }

.fleft { display:block; overflow:hidden; float:left; margin-top:-7px }
.fright { display:block; overflow:hidden; float:right; margin-top:-7px }

#galleria{ width:370px; height:320px; float:right; margin-left:30px; margin-top: -6px; background:#fff !important }

.galleria-container notouch { background:#FFF !important }

.galleria-container { background:#fff; }

.galleria-stage { border:1px solid #007A5E; padding:5px; padding-top:30px }

.galleria-thumbnails-list { margin:0 28px }

#footermenu { display:block; margin:auto; width:920px; margin-top:20px; margin-bottom:50px; overflow:hidden; width:720px }

#footermenu h4 { margin-bottom:5px }

#footermenu div { display:block; float:left; margin:0 5px  }

#footermenu ul { display:block; overflow:hidden; list-style:none; padding:0; width:170px; height:75px }

#footermenu ul li { width:132px; float:left; }

#footermenu a { color:#fff; }

p.form_error_message, p.form_confirmation { 

	color:#F00 !important;
	margin-top: 5px;
    padding: 5px;

}

p.form_confirmation { 

padding:0;

}

form#contact2 { 
float:right; margin-right:20px; width:300px }

div#address { float:right;  margin-top:20px }

input#site_visit { 
	display: block;
    float: left;
    margin-right: 100px;
    overflow: hidden;
    width: 14px !important ;
	margin-top:3px;
	
}

form#contact2 #mFormSubmit {  
	margin-top: 20px;
    padding-top: 5px;
    width: 293px;
	height: 30px;
}

label#lblsite_visit { 
	float: left;
    width: 163px;
	
}

#pricematch p em { color:#F00 }
