/*
Theme Name: ShadowBox
Theme URI: http://segueproject.org/wordpress/
Description: Easy to use highly flexible theme with options for setting the width
of the site and sidebars and setting colors of background, sidebars, text, links and more...
Version: 1.1.1
Author: Alex Chapin
Author URI: http://www.alexchapin.com
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options, fixed-width, flexible-width, custom-colors, custom-header, sticky-post, light, dark, white, black, yellow, blue, green, red, silver
*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
/*  background: #d5d6d7 url('images/kubrickbgcolor.jpg'); */
	color: #333333;
	background: #e5e5e5;
	margin-top: 10px;
	}

#page {
/*
	background-color: #FFFFFF;
	border: 1px solid #959596;
	text-align: left;

*/
	}

#header {
	/*background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom left;*/
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
/*	width: 800px;*/
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	
/*
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
*/
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}




h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

/*
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}
*/

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #0074bc;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/*
a, h2 a:hover, h3 a:hover {
	color: #0074bc;
	text-decoration: none;
	}

a:hover {
	color: #0074bc;
	text-decoration: underline;
	}
*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



#header {
	margin: 0px;
	padding: 0px;
        width:848px;
border-bottom:1px solid #000000;
float:left;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 800px;
float:left;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 5px;
	}

.post {
	margin: 0px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

/*
.widecolumn .postmetadata {
	margin: 30px 0;
	}
*/

.widecolumn .smallattachment {
	text-align: center;
	float: left;
/*	width: 128px;*/
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	text-align: left;

}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0px auto;	
width: 870px;
	clear: both;
text-align: center;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}



/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 20px;
	padding-left: 10px;
	margin: 0;
	text-align: left;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding-left: 4px;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	}

html>body .entry li {
	margin: 7px 0 5px 10px;

	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	/*list-style: decimal outside;*/
	list-style: none;
	}
	
.bottombar {
	margin-bottom: -20px;
	padding: 0px;
float:left;
width:848px;
position:relative;
}
.bottombar h2{display:none; margin:0px; padding:0px;}
.bottombar tr, .bottombar td{margin:0px; padding:0px;}

/*
#sidebar ul ul li, #sidebar ul ol li {
	background-color: #F9F9F9;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin: 3px 0 -4px;
	padding: 3px;
	}
*/

#sidebar a .cat-item {
	display: block;
	color: #999999;

	}


/*
#sidebar a:hover {
	background-color: #FFFFFF;
	color: #990000;
*/
/*
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
*/

	}
	
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	/*border-bottom: 1px solid #999999;*/
	padding: 0px 5px 0 5px;
/*	margin-left: 545px;*/
/*	width: 190px;*/
	}
	
#sidebar li {
/*	border-top: 1px solid #999999;*/
/*	border-bottom: 1px solid #999999;*/
/*
	background-color: #FFFFFF;
	margin: 2px 0 2px 2px;
	padding: 2px 0 0 2px;
*/
/*	margin-left: 545px;*/
/*	width: 190px;*/
	}
	
/*
#sidebar a:hover {
	text-decoration: none;
*/
/*
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #FFFFFF;
	margin: -2px 0 -2px -5px;
	padding: 2px 0 0 2px;
*/
/*	margin-left: 545px;*/
/*	width: 190px;*/
	}



#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* ShadowBox default options */

.sitewrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
position:relative;

}

.block_background .block_background_content {
    background-color: #F5F5F5;
    padding: 0px;
    text-align: left;
    margin: 0px;
}

.block_foreground {
	background-color: #FFFFFF;
}

.page_top {
	background: url('/wp-content/themes/shadowbox/images/default/850-top.png') no-repeat center;
	padding-top: 3px;
margin-top:10px;


}

.page_main {
	background: url('/wp-content/themes/shadowbox/images/default/850-main.png') repeat-y center;
	padding-top: 0px;
padding-right: 50px;
	padding-left: 52px;

}

/*.page_bottom {
background: url(/wp-content/themes/shadowbox/images/default/850-bottom.png)center no-repeat;
	height: 10px;
	padding-right: 50px;
	padding-left: 50px;
margin-bottom:10px;


}*/

.page_bottom {
background: url(/wp-content/uploads/2010/01/bottom-bar.png) center no-repeat;
	height: 8px;
	padding-right: 50px;
	padding-left: 50px;
margin-bottom:10px;

}

.centercontent {
	position:relative;
width: 100%;
padding-top:0px;
background:#dbe7f3 url(/wp-content/uploads/2010/01/blue-sky.jpg) top center no-repeat;
}


.headermeta {     
    margin-top: 10px;
}

.headermeta_left {
	width: 50%;	
	text-align: left;
	margin-left: 30px;
}

.headermeta_right {
	width: 850px;
	text-align: right;
	float: right;
	clear: left;
	margin-right: 50px;
}

.footermeta_left {
         display:none;
	width: 50%;	
	text-align: left;
	margin-left: 30px;
}

.footermeta_right {
	text-align: center;
	margin: 8px 0;
}


.block_header {	
	background: #F9F9F9;
	height: 70px;
}

.topbar {padding:0px;
float:left;
}


div .hr {
	color: #999999;
	background-color: #999999;
	height: 1px;
	margin-right: -1px;
	margin-left: -1px;
}


.headertext a {
	display: block;
	padding-top: 15px;
	padding-left: 10px;
	color: #003366;
	font-size: 20px;
	font-weight: bold;			
}

.block_header .description {
	display: block;
	padding-left: 15px;
	color: #999999;
	font-size: 10px;
}


#sidebar ul ul li, #sidebar ul ol li {

	margin: 3px 0 -4px;
	padding: 3px;
	}


.sidebarleft {
	width: 0px;
	visibility: hidden;
}

.sidebarleftcolor {
	background: #F9F9F9;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.sidebarleft h2 {
	color: #999999;
}

.sidebarright {
	width: 138px;
	visibility: visible;
}

.sidebarrightcolor {
	background:  #F9F9F9;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;;
}

.sidebarright h2 {
	color: #999999;
}

.entry p a:visited {
	color: #0074bc;		
}

.postlink {
	color: #999999;
	border: 1px dotted #999999;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
}

.postlink a {
	display: block;
	color: #003366;
	text-decoration: none;
}

.postlink a:hover {
	text-decoration: none;

}

.postlink:hover {
	border: 1px solid #999999;
}

.editlink {
	border: 1px dotted #999999;
	text-align: center;
	padding: 1px;
	margin-top: 1px;
	margin-bottom: 10px;
}

.editlink a {
	display: block;
}

.editlink a:hover {
	text-decoration: none;

}

.editlink:hover {
	border: 1px solid #999999;
}

.bgtextcolor {
	color: #CCCCCC;
}

.bgtextcolor a {
	color: #999999;
}

.bgtextcolor a:hover {
	color: #999999;
}

.headercolor {
	background: #F9F9F9;
	border-bottom: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;			
	padding: 0px 0px 0px 0px;
}

.headertext a {
	padding-left: 10px;
	color: #003366;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
}

#syndication{
	width: 100%; 
	text-align: right;
	padding: 5px 0 0 0;
	white-space:nowrap;
}

#syndication span {
	padding: 5px 10px 0 23px;
	background: url(images/feed.png) no-repeat 0 1px;
}


#syndication a.feed{
	padding: 5px 10px 0 23px;
	background: url(images/feed.png) no-repeat 0 1px;
}

a, a:link, a:visited, a:hover{color:#0072bc; text-decoration:none;}
a:hover{text-decoration:underline;}

.bgtextcolor a, .bgtextcolor a:link, .bgtextcolor a:visited, .bgtextcolor a:hover {
color:#999999;
}

/*------------mine--------------*/
#home-flash{width:848px; height:680px; position:relative; background:url(/wp-content/uploads/home-images/home-bkg.jpg) top left no-repeat; z-index:1000; font-family:arial;}
.masthead{width:848px; height:70px; background:url(/wp-content/uploads/images/PNL-header.jpg) top left no-repeat; position:relative;}
.finance-call{color:#ffffff; font-size:14px; line-height:16px; position:absolute; left:25px; top:440px; z-index:2000;}
.catalog-call{color:#ffffff; font-size:16px; font-weight:bold; line-height:16px; position:absolute; left:25px; top:490px; z-index:2000;}
.finance-call a, .finance-call a:link, .catalog-call a, .catalog-call a:link{color:#ffffff;}
.home-bottomcopy{width:530px; color:#ffffff; font-size:13px; line-height:15px; position:absolute; left:25px; top:520px; z-index:2000;}
.home-bottomcopy h1{color:#fff661; font-size:25px; line-height:27px; padding:0px; margin:0px;}
.home-bottomcopy p{padding:0px; margin:0px;}
.home-bottomcopy a, .home-bottomcopy a:link{color:#fff661;}
.home-call1{position:absolute; top:0px; right:0px; width:266px; height:209px; z-index:2000;}
.home-call2{position:absolute; top:209px; right:0px; width:266px; height:215px; z-index:2000;}
.home-call3{position:absolute; top:424px; right:0px; width:266px; height:221px; z-index:2000;}
.home-call4{position:absolute; top:0px; left:0px; width:196px; height:147px; z-index:2000;}

.breadcrumb{float:left; margin:0px; font-size:10px; background:#000000; padding:3px 0px 3px 30px; width:818px; color:#cccccc;}
.breadcrumb a, .breadcrumb a:link{color:#cccccc; text-decoration:none;}
.breadcrumb a:hover{color:#ffffff; text-decoration:none;}

.logo-link a, .logo-link a:link {width:184px; height:70px; position:absolute; top:0px; left:0px;}
.backyard-link a, .backyard-link a:link{position:absolute; right:0px; top:0px; height:70px; width:180px;}

.topnav{float:left; width:848px; color:#000000; background:#c64617; margin:0px; padding:0px; text-align:center;}


.topnav a, .topnav a:link, .topnav a:active, .topnav a:visited{font-size:14px; color:#ffffff; padding:8px 14px; border-right:1px dotted #7a2609; float:left;}

.topnav a:hover{text-decoration:none; color:#000000; background:url(/wp-content/uploads/images/nav-rollover.jpg) top left no-repeat;}

.topnav a.last:hover{text-decoration:none; color:#000000; background:url(/wp-content/uploads/images/nav-rollover.jpg) top right no-repeat;}


.clearall{clear:both;}
.test {float:left; width:100px; height:100px; border:1px solid red;}

.swingleft {float:left; width:390px; height:auto;}
.swingright {float:left; width:370px; height:auto; padding-top:40px; margin-left:30px;}

.setwrap{
	background: #fff2ca;
	color: #761c10;
	display: block;
	float: left;
	font-size: 10px;
	height: auto !important;
	margin: 0 0px 10px 15px;
	height: 300px;
	min-height: 300px;
	padding: 3px 5px;
	width: 150px;
border:1px solid #761c10;
text-align:left;
}

.setwrap h2{font-size:16px; color:#761c10;}

.red{color:#b30c1e;}
.white{color:#ffffff;}
.gold{color:#f39a1e;}
.green{color:#349b36;}
.orange{color:#d94818;}
.darkgrey{color:#333333;}
.blue {color:#2e86d2;}
.text-center{width:778px; text-align:center;}

.orangerule{height:1px; width:100%; border-bottom:1px solid #d94818;}
.greyrule{height:1px; width:100%; border-bottom:1px solid #cccccc;}
.greyrulesmall{height:1px; width:80%; border-bottom:1px solid #cccccc; margin:10px auto;}

.footerlinks {text-align: center;}
.footerlinks a, .footerlinks a:link{font-size:12px; font-weight:bold; padding:0px 2px;}

.footerlinks .textlinks{line-height:34px; height:34px; float:left;}
.footerlinks .facebook{padding:0px; height:34px; float:right;}


.infopage{width:690px; margin:5px auto 50px 35px; background:#ffffff; border:1px solid #cccccc; padding:30px 40px; color:#333333; float:left;}
.formpage{width:690px; margin:5px auto 50px 35px; background:#ffffff; border:1px solid #cccccc; padding:10px 40px 30px 40px; color:#333333; float:left;}

.infopage h1 {color:#2e86d2; font-weight:bold; font-family:arial; font-size:23px; margin:0px; padding:0px;}
.infopage h2 {color:#2e86d2; font-weight:bold; font-family:arial; font-size:17px; margin:0px; padding:0px;}

.infopage p, .contact p, .formpage p {padding:5px 0px; color:#333333; font-size:12px; text-align:left;}
.infopage p, .formpage p{margin:0px;}
.contact {border-top:1px solid #d94818; width:100%; padding-top:10px; color:#333333;}

.cs {border-top:1px solid #d94818; width:750px; padding:10px 20px; color:#333333; text-align:left; font-size:12px;}
.cs p{padding-top:0px;}
.nobr{white-space:nowrap;}
.left{float:left;}
.right{float:right;}
.radiobtn{float:left; padding-right:5px;}
.small{font-size:10px;}
.center{width:auto; margin:0px auto;}
.right-border{border-right:1px solid #554242;}
.left-border{border-left:1px solid #554242;}
.bottom-border{border-bottom:1px solid #554242;}
.top-pad{padding-top:3px;}
.blackborder{border:1px solid #000000;}

.mulch {width:808px; padding:20px 10px 20px 30px; background:#ffffff url(/wp-content/uploads/images/mulch-bkg.jpg) top left no-repeat;}
.mulch-left {width:230px; float:left; padding-left:40px;}
.mulch-right {width:490px; float:left; padding:10px 0px 0px 10px; color:#333333; font-size:12px;}
.mulch h1 {color:#333333; font-weight:bold; font-family:arial; font-size:36px; margin:0px; padding:0px 0px 5px 0px;}
.mulch h3 {color:#333333; font-weight:bold; font-family:arial; font-size:18px; line-height:18px; margin:0px; padding:0px; float:left;}
.mulch h4 {color:#333333; font-weight:bold; font-family:arial; font-size:18px; margin:0px; padding:0px 0px 5px 0px;}
.mulch-left img{float:left; margin-bottom:10px;}

.commercial-play {width:848px; padding:0px; background:#ffffff url(/wp-content/uploads/images/commercial-bkg.jpg) top left no-repeat; font-size:14px;}
.commercial-main {width:773px; padding:0px 30px 20px 45px;}
.commercial-list li {list-style:url(/wp-content/uploads/images/orange-bull.gif); font-size:20px; padding:0px 0px 2px 14px; color:#666666;}

.gametables, .mainpages{width:848px; background:url(/wp-content/uploads/2010/01/green-bottom-swirls.gif) bottom center no-repeat; padding-bottom:24px;}

.pagewrap{font-size:12px; padding:0px 45px;}

.game-main-btns{width:800px; float:left; margin-left:35px;}

.game-main-btns img{float:left; margin:14px 8px 0px 0px;}

.imgheadline{float:left; padding-left:37px; margin-bottom:8px;}
.cta-header-container{float:left; position:relative; width:848px; height:103px;}
.cta-header{position:absolute; width:848px; height:103px; z-index:1000;}
.locations-btn{position:absolute; top:5px; left:31px; width:46px; height:61px; z-index:3000;}
.table-sale-btn{position:absolute; top:0px; right:41px; width:365px; height:129px; z-index:3000;}
/*------------gametables--------------*/

.widegrid{background:#ffffff; margin-left:37px; border:1px solid #c2b9ab; padding:20px 5px; font-family:arial; width:758px; float:left; border-top:1px solid #554242;}

.centergrid{margin:0px auto; width:540px;}

.setsgrid {background:#ffffff; margin-left:37px; float:left; border:1px solid #c2b9ab; font-family:arial; width:770px; position:relative; z-index:1000; margin-top:35px;}
.leftgrid{float:left; padding:30px 5px 20px 5px; font-family:arial; width:370px; position:relative; z-index:2000;}
.rightgrid{float:left; padding:30px 5px 20px 5px; width:374px; border-left:5px solid #c2b9ab; position:relative; z-index:2000;}

.leftgridt{float:left; padding:30px 3px 20px 5px; border-right:3px solid #c2b9ab; font-family:arial; width:370px; position:relative; z-index:2000;}
.rightgridt{float:left; padding:30px 5px 20px 5px; width:379px;  position:relative; z-index:2000;}

.set-item{margin:10px 0px; float:left; color:#554242; padding:8px 9px; font-family:arial; text-align:left;}

.woodplay-logo{position:absolute; z-index:3000; width:349px; height:122px; top:-40px; left:-40px;}
.playground-logo{position:absolute; z-index:3000; width:356px; height:121px; top:-40px; right:-40px;}

.alleyoop-logo{position:absolute; z-index:3000; width:268px; height:59px; top:-30px; left:-20px;}
.springfree-logo{position:absolute; z-index:3000; width:268px; height:59px; top:-30px; right:-20px;}

.game-item{background:#ffffff; margin:10px 0px; float:left; color:#554242; border-right:1px solid #c2b9ab; padding:8px 9px; font-family:arial; text-align:left;}

.brownborder{border:1px solid #554242;}

.games-menu{width:770px; margin:8px 0px 0px 37px; float:left;}

.othergames-menu{font-family:arial; float:left; border-top:1px solid #554242; width:540px; color:#c2b9ab; text-align:left; margin-top:12px; padding:5px 0px 4px 5px; background:#ffffff;}
.othergames-menu a, .othergames-menu a:link {color:#554242; font-size:12px; font-weight:bold; padding:0px 2px;}

.game-item-detail{background:#ffffff; margin-left:37px; float:left; color:#554242; border:1px solid #c2b9ab; padding:20px 0px 20px 25px; font-family:arial; width:743px; border-top:1px solid #554242; float:left;}

.view-details{float:left; display:block; width:88px; height:18px; margin-left:73px;}
.leftgrid .view-details, .leftgridt .view-details{width:97px; height:20px; margin-left:62px;}
.rightgrid .view-details, .rightgridt .view-details{margin-left:71px;}

.product-title{font-size:16px; font-weight:bold; float:left; padding-left:0px; clear:both; text-transform:uppercase;}
.item-sub{font-size:13px; font-weight:bold; float:left; padding-bottom:8px; clear:both;}
.product-price{font-size:16px; font-weight:bold; float:left; padding-top:14px;}

.price-call{font-size:12px;}
.small{font-size:9px; font-weight:bold;}
.accessory {background: #F4E8A6; padding: 10px; border: 1px solid #CC4013; color: #CC4013;}

.set-item .item-sub, .woodplay .item-sub{padding-bottom:0px;}
.item-pricesub{font-size:11px; font-weight:normal; text-decoration:line-through; padding-left:5px;}

.set-install{font-size:12px; font-weight:bold; padding:8px 0px 0px 5px;}

.googlecart-add-button{margin:8px auto 0px auto; }
.product-image{margin-bottom:0px; float:left; clear:both;}

.game-item-detail .product-title{font-size:26px; text-transform:uppercase;}
.game-item-detail .item-sub{font-size:18px;}
.game-item-detail .product-price{padding-top:10px; font-size:24px; font-weight:bold; float:left; padding:10px 0px 0px 0px;}
.product-price-two{font-size:14px; font-weight:bold; float:left; padding-top:4px;}

.woodplay p{font-size:12px; padding-right:20px;}
.smallerprice{float:left; font-size:13px; font-weight:normal; padding:20px 0px 0px 5px;}

.woodplay .entry ul {
	margin-top: 0px; padding-top: 0px;
	}
.woodplay .entry li {
	margin: 0px 0 5px 10px;
	}

.woodplay .greyrule{padding:10px 0px;}

.sect-title{float:left; margin-left:37px; height:40px; width:520px; overflow:hidden;}
.sect-title.swingsets-title{background:url(/wp-content/uploads/images/titles/swing-sets-title.gif) top left no-repeat;}
.sect-title.trampolines-title{background:url(/wp-content/uploads/images/titles/trampolines-title.gif) top left no-repeat;}
.sect-title.alleyoop-title{background:url(/wp-content/uploads/images/titles/alleyoop-title.gif) top left no-repeat;}
.sect-title.springfree-title{background:url(/wp-content/uploads/images/titles/springfree-title.gif) top left no-repeat;}
.sect-title.basketball-title{background:url(/wp-content/uploads/images/titles/basketball-title.gif) top left no-repeat;}
.sect-title.tables-title{background:url(/wp-content/uploads/images/titles/game-tables-title.gif) top left no-repeat;}
.sect-title.about-title{background:url(/wp-content/uploads/images/titles/about-title.gif) top left no-repeat;}
.sect-title.contact-title{background:url(/wp-content/uploads/images/titles/contact-title.gif) top left no-repeat;}
.sect-title.catalog-title{background:url(/wp-content/uploads/images/titles/catalog-title.gif) top left no-repeat;}
.sect-title.locations-title{background:url(/wp-content/uploads/images/titles/locations-title.gif) top left no-repeat;}
.sect-title.help-title{background:url(/wp-content/uploads/images/titles/help-title.gif) top left no-repeat;}
.sect-title.service-title{background:url(/wp-content/uploads/images/titles/service-title.gif) top left no-repeat;}
.sect-title.commercial-title{background:url(/wp-content/uploads/images/titles/commercial-title.gif) top left no-repeat;}
.sect-title.list-title{background:url(/wp-content/uploads/images/titles/mailing-list-title.gif) top left no-repeat;}
.sect-title.wp-acc-title{background:url(/wp-content/uploads/images/titles/woodplay-acc-title.gif) top left no-repeat;}
.no-border{border-right:none;}
.sect-title h1{padding:0px; margin:0px;}
.sect-title h1 a, .sect-title h1 a:link, .sect-title h1 a:visited{float:left; padding-top:41px;}
#tabs{margin:20px 30px 0px 0px;}

.sales-title{float:left; margin-left:37px; height:54px; width:332px; overflow:hidden; background:url(/wp-content/uploads/images/titles/sales-title.gif) top left no-repeat; z-index:5000; position:relative;}
.sales-title h1 a, .sales-title h1 a:link, .sales-title h1 a:visited{float:left; padding-top:60px;}

.sales-titles{float:left; margin-left:37px; height:54px; width:600px; overflow:hidden;}
.sales-titles h1 a, .sales-titles h1 a:link, .sales-titles h1 a:visited{float:left; padding-top:60px;}
.sales-titles.swingset-title{background:url(/wp-content/uploads/images/titles/swingset-sale-title.gif) top left no-repeat;}
.sales-titles.trampoline-title{background:url(/wp-content/uploads/images/titles/trampoline-sale-title.gif) top left no-repeat;}
.sales-titles.basketball-title{background:url(/wp-content/uploads/images/titles/basketball-sale-title.gif) top left no-repeat;}
.sales-titles.game-table-title{background:url(/wp-content/uploads/images/titles/table-sale-title.gif) top left no-repeat;}
.sales-titles.mulch-title{background:url(/wp-content/uploads/images/titles/mulch-sale-title.gif) top left no-repeat;}
.sales-titles.commercial-title{background:url(/wp-content/uploads/images/titles/commercial-sales-title.gif) top left no-repeat;}

.on-display-call{width:818px; height:28px; border-top:1px solid #000000; border-bottom:1px solid #000000; color:#ffffff; font-size:16px; line-height:28px; font-weight:bold; padding-left:30px; background:url(/wp-content/uploads/images/display-call-bkg.png) center no-repeat; margin-bottom:10px;}

.on-display-call a, .on-display-call a:link, .on-display-call a:visited, .on-display-call a:hover{color:#fbf7b7;}

.location-photos img {border:5px solid #0a6ab4;}
.location-photos .bottom-space{margin-bottom:10px;}

.cobrand{width:468px; height:70px; position:absolute; top:-104px; right:0px; z-index:5000;}

.additional-sales{background:#ffffff; color:#aa001a; font-weight:bold; font-size:16px; border:1px dotted #000000; padding:10px 20px; width:740px; margin: 10px 0px 20px 35px; float:left;}

table.bottom{width:840px;}
table.bottom h2, table.bottom, .bottom table, table.bottom tr{padding:0px; margin:0px;}
table.bottom h2 {display:none;}

.salespage{width:808px; padding:0px 20px; background:#ffffff url(/wp-content/uploads/images/commercial-bkg.jpg) top left no-repeat;}
.salespage .banner{width:800px; height:87px; background:url(/wp-content/uploads/images/sales/orange-bar.gif) top center no-repeat; text-align:center; color:#000000;}
.salespage .burst{width:338px; height:209px; background:url(/wp-content/uploads/images/sales/burst.jpg) center center no-repeat; text-align:center; color:#000000;}

.salespage .rightmain .right{width:450px; text-align:center; float:none;}
.salespage .leftmain .left{width:450px; text-align:center; float:none;}
.salespage .leftmain .right, .salespage .rightmain .left{width:330px; text-align:center; float:none;}

.salespage .leftmain .right p, 
.salespage .rightmain .left p, 
.salespage .leftmain .left p, 
.salespage .rightmain .right p{padding:10px;}
.border-right{border-right:1px solid #666666;}
.border-left{border-left:1px solid #666666;}

.salespage .small{font-size:14px; font-weight:bold;}
.medium{font-size:20px; font-weight:bold;}
.big{font-size:30px; font-weight:bold;}
.emphasis{font-size:15px;}
.centertext{text-align:center;}

.commercial-main p{padding-top:0px; margin-top:0px;}
.commercial-main h2{padding-bottom:0px; margin-bottom:0px;}

.blog{width:788px; padding:0px 30px 20px 30px; float:left;}
.onsale-main{width:95px; height:29px; padding:8px 0px 0px 3px; float:left;}
.onsale-thumb{width:95px; height:29px; padding:0px 0px 0px 2px; float:left; margin-top:-5px;}
.home-header-info{color:#ffffff; font-weight:bold; font-size:16px; padding-top:8px; float:left; margin-left:220px; font-family:arial;}
.home-header-info a, .home-header-info a:link, .home-header-info a:visited{color:#fff7ca;}

.errorpage{width:788px; padding:30px; float:left; text-align:center;}



.printonly, .hide{display:none;}

a:focus{border:none;}


.center{width:100%; text-align:center;}