body {
	text-align: left;
	background-color:#f0e5cc;
	margin:0;
	padding:0;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
	letter-spacing: 3px;
	text-align: center;
	color: white;
}

ul{
	list-style-type: circle;
}

a{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-weight:bold;
	color: white;
}

a:hover{
	color: #84b2ea;
}

img {
	border: none;	
}

input {
	background-color: #fbf1d9;
}

textarea {
	background-color: #fbf1d9;
}

#bodyline {
	width:865px;
	margin:0 auto;
	text-align:center;
}

#header {
	height:157px;
	background-image: url(../images/headerbg.png);
	z-index:2;
	white-space:nowrap;
}

#content {
	background-color:#5A3D1C;
	color: #fbf1d9;
	z-index:1;
	margin:0;
	padding:3px 0 0 0;
	font-size:11pt;
}

#content h3, p{
	margin:0;
}

#content hr {
	color: #fbf1d9;
	width:90%;
}

#footer {
	z-index:2;
	margin:0 0 0 0;
	padding:0 20px 5px 20px;
	color: #fbf1d9;
	background-color:#5A3D1C;
	text-align:center;
}

#footer h1{
	z-index:2;
	letter-spacing: 0px;
	color: #fbf1d9;
	font-size:12pt;
}

#footer p{
	z-index:2;
	font-size:8pt;
	text-align: center;
}

.ralign {
	text-align: right;
}

/* shed.php and swingset.php */
#shedinfo {
	border-width: thin;
	border-style: solid;
	border-color: black;
	color: #5a3d1c;
	
}

#shedinfo h3 {
	color: #5a3d1c;
}

#shedinfo a {
	color: #5a3d1c;
	padding-bottom:5px;
}

#shedinfo a:hover {
	color: #84b5ec;
}

#inforow {
	background-color: #fee9aa;
	background-repeat: repeat-x;
	background-image: url(../images/bottom_gradient.png);
	text-align: left;
}

#inforow b {
	margin-left: -10px;
}

#backrow{
	
	background-color: #fde9aa;
	
}
/* kwicks submenu on sheds.php/swingset.php */
#kwicks_container {
	color: white;
	text-align: center;
	font-size: small;
	font-family: Tahoma;
	width: 445px;
}

#kwicks {
	float: right;
	list-style: none;
	text-align: center;
	position: relative;
	margin:0;
	padding:0:
	border:thin solid white;}

#kwicks li {
	float: right;
}

#kwicks .kwick {
	text-align: center;
	margin-right: 2px;
	float: left;
	display: block;
	width: 130px;
	height: 35px;
	overflow: hidden;
}

#kwicks .kwick a {
	color: white;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
 
#kwicks .kwick a:hover {
	color: white;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
 
#kwicks .kwick span {
	display: none;
}
 
#kwick_left { 
	height: 35px; 
	text-align: center; 
	background-position: left top; 
	background-image: url(../images/menubar_left.png); 
	background-repeat: repeat-x;
}
#kwick_center { 
	height: 35px; 
	text-align: center; 
	background-position: left top; 
	background-repeat: repeat-x; 
	background-image: url(../images/menubar_center.png);
}
#kwick_right { 
	height: 35px; 
	text-align: center; 
	background-position: right top; 
	background-repeat: repeat-x; 
	background-image: url(../images/menubar_right.png);
}

/* shed and swingset preview pages */
#samples a{
		text-decoration: none;
}

#samples img{
	border: #fafafa thin solid;
}

#samples img:hover{
		border:thin solid #92b1e9;
}

/* option page css */
.options{ }

.options tr td{
	border-spacing: 0px 20px;
	vertical-align: bottom;
}

.options tr td img{
	border-width: thin;
	border-style: solid;
	border-color: black;
}

/* pricing pages css */
#pricelist table {
	text-align: center;
	border-color: black;
	border-style: solid;
	border-width: thin;
	background-color: #fbf1d9;
	color: #5a3d1c;
}

#pricelist th {
	border-color: #5b2d02;
	border-style: solid;
	border-width: thin;
	background-color: #795326;
	color: #fbf1d9;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

#pricelist ul {
	list-style-type: circle;
	margin-left: 20%;
	text-align: left;
	margin-top: 5px;
	color: #fbf1d9;
}

#pricelist h1, h2 {
	margin-top: 1em;
	margin-bottom: 5px;
}

#pricelist .row1 {
	background-color: #fbf1d9;
}

#pricelist .row2 {
	background-color: #e6dcc6;
}

/* navigation tabs */
#nav a.tab {
	float:right;
	background:url(../images/tableft3.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
	cursor: default;
}

#nav a.tab span {
	float:left;
	display:block;
	background:url(../images/tabright3.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a.tab span {float:none;}
/* End IE5-Mac hack */

#nav a.tab:hover span {
	color:#FFF;
}

#nav a.tab:hover {
	background-position:0% -42px;
}

#nav a.tab:hover span {
	background-position:100% -42px;
}

#nav #current a {
	background-position:0% -42px;
}

#nav #current a span {
	background-position:100% -42px;
}

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
.yuimenu .yuimenu,.yuimenubar .yuimenu{position:absolute;visibility:hidden;}
.yuimenubar ul,.yuimenu ul{list-style-type:none;}
.yuimenubar ul,.yuimenu ul,.yuimenubar li,.yuimenu li,.yuimenu h6,.yuimenubar h6{margin:0;padding:0;}
.yuimenuitemlabel,.yuimenubaritemlabel{white-space:nowrap;}.yui-menu-shadow{position:absolute;}
.hide-scrollbars *{overflow:hidden;}
.hide-scrollbars select{display:none;}
.yuimenu.show-scrollbars{overflow:visible;}
.yuimenu.hide-scrollbars .yui-menu-shadow{overflow:hidden;}
.yuimenu.show-scrollbars .yui-menu-shadow{overflow:auto;}
.yui-skin-sam .yuimenubar{border:solid 1px #808080;background:url(../yui/build/assets/skin/sam/sprite.png) repeat-x 0 0;}
.yui-skin-sam .yuimenubar .bd,.yui-skin-sam .yuimenubar ul{*zoom:1;}
.yui-skin-sam .yuimenubar>.bd>ul:after{content:".";display:block;clear:both;visibility:hidden;height:0;line-height:0;}
.yui-skin-sam .yuimenubaritem{float:left;}
.yui-skin-sam .yuimenubarnav .yuimenubaritem{border-right:solid 1px #ccc;}
.yui-skin-sam .yuimenubaritemlabel{display:block;*display:inline-block;font-size:93%;line-height:2;*line-height:1.9;padding:0 10px;color:#000;text-decoration:none;outline:none;cursor:default;border-style:solid;border-color:#808080;border-width:1px 0;position:relative;margin:-1px 0;}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel{padding-right:20px;}
.yui-skin-sam .yuimenubaritemlabel .submenuindicator{width:1px;height:1px;top:0;left:0;}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel .submenuindicator{top:50%;right:8px;left:auto;margin-top:-3px;height:4px;width:7px;text-indent:8px;background-position:-16px -856px;}
.yui-skin-sam .yuimenubaritem a.selected{background:url(../yui/build/assets/skin/sam/sprite.png) repeat-x 0 -1700px;border-color:#7D98B8;}
.yui-skin-sam .yuimenubarnav .yuimenubaritem a.selected{border-left-width:1px;margin-left:-1px;*left:-1px;}
.yui-skin-sam .yuimenubar a.selected .submenuindicator{background:transparent;}
.yui-skin-sam .yuimenubarnav a.selected .submenuindicator{background:url(../yui/build/assets/skin/sam/sprite.png) repeat-x -16px -856px;}
.yui-skin-sam .yuimenubaritem a.disabled{cursor:default;color:#A6A6A6;}
.yui-skin-sam .yuimenubarnav .yuimenubaritem a.disabled .submenuindicator{background-position:-16px -881px;}
.yui-skin-sam .yuimenu .bd{color: white; position:relative;top:0;left:0;border:solid 1px #808080;background-color: #5a3d1c;z-index:1;}
.yui-skin-sam .yuimenu .bd a{ font-size: 10pt; font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif; color: white;background-color: #5a3d1c;}
.yui-skin-sam .yuimenu ul{padding:3px 0;border-width:1px 0 0 0;border-color:#ccc;border-style:solid;}
.yui-skin-sam .yuimenu ul.first-of-type{border-width:0;}
.yui-skin-sam .yuimenu h6{font-size:93%;font-weight:bold;line-height:1.5;*line-height:1.45;border-style:solid;border-color:#ccc;border-width:1px 0 0 0;color:#a4a4a4;padding:3px 10px 0 10px;}
.yui-skin-sam .yuimenu ul.hastitle,.yui-skin-sam .yuimenu h6.first-of-type{border-width:0;}
.yui-skin-sam .yuimenu .topscrollbar,.yui-skin-sam .yuimenu .bottomscrollbar{color: white; position:relative;height:16px;border:solid 1px #808080;background:#5a3d1c url(../yui/build/assets/skin/sam/sprite.png) no-repeat 0 0;}
.yui-skin-sam .yuimenu .topscrollbar{z-index:2;border-bottom-color:#ccc;margin-bottom:-1px;background-position:center -950px;}
.yui-skin-sam .yuimenu .topscrollbar_disabled{background-position:center -975px;}
.yui-skin-sam .yuimenu .bottomscrollbar{z-index:3;border-top-color:#ccc;margin-top:-1px;background-position:center -850px;}
.yui-skin-sam .yuimenu .bottomscrollbar_disabled{background-position:center -875px;}
.yui-skin-sam .yuimenuitemlabel{font-size:93%;line-height:1.5;*line-height:1.45;padding:0 20px;display:block;color:#000;text-decoration:none;outline:none;position:relative;cursor:default;}
.yui-skin-sam .yuimenuitemlabel .helptext{color: white; font-style:normal;margin:0 0 0 40px;}
.yui-skin-sam .yuimenuitemlabel .submenuindicator,.yui-skin-sam .yuimenuitemlabel .checkedindicator,.yui-skin-sam .yuimenubaritemlabel .submenuindicator{color: white; position:absolute;overflow:hidden;background:url(../yui/build/assets/skin/sam/sprite.png) no-repeat;}
.yui-skin-sam .yuimenuitemlabel .submenuindicator{top:50%;right:8px;margin-top:-3px;height:7px;width:4px;text-indent:5px;background-position:0 -906px;}
.yui-skin-sam .yuimenuitemlabel .checkedindicator{top:50%;left:8px;margin-top:-3px;height:7px;width:7px;text-indent:8px;background-position:0 -1006px;}
.yui-skin-sam .yui-menu-shadow-visible{top:2px;right:-3px;left:-3px;bottom:-3px;background-color:#000;opacity:.12;*filter:alpha(opacity=12);visibility:visible;}
.yui-skin-sam .visible .bd,.yui-skin-sam .visible .yuimenuitem{_zoom:1;}
.yui-skin-sam .visible .yuimenuitemlabel{*zoom:1;}
.yui-skin-sam .visible .yuimenuitemlabel .helptext{float:right;width:100%;text-align:right;margin:-1.5em 0 0 0;*margin:-1.45em 0 0 0;}
.yui-skin-sam .yuimenuitem a.selected{color: white; background:#06429a;}
.yui-skin-sam .yuimenubar .yuimenuitem a.selected .submenuindicator{color: white; background:url(../yui/build/assets/skin/sam/sprite.png) no-repeat 0 -906px;}
.yui-skin-sam .yuimenubarnav .yuimenuitem a.selected{border-width:0;margin:0;*left:0;}
.yui-skin-sam .yuimenuitem a.disabled{cursor:default;color:#A6A6A6;}
.yui-skin-sam .yuimenuitem a.disabled .submenuindicator{background-position:0 -931px;}
.yui-skin-sam .yuimenuitem a.disabled .checkedindicator{background-position:0 -1031px;}
