body {
	background-color: #c4d799;
	background-image: url('../images/headerbkg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
}
#popupSearchHelp, #infoShoppingCart, #popupCVVHelp, #popupShippingEstimator, #popupAdditionalImage, #popupImage, #popupCouponHelp {
	background-color: #fff;
	background-image: none;
	margin:20px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
}
#calc {
	width:200px;
	padding:15px;
	background-color:#CCC;
}
h1 {
	height: 31px;
	width: 100%;
	background-image: url('../images/fp_header.gif');
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 17px;
	padding:40px 0 0 0;
	margin:0 0 0 0;
}
h1 a:visited{
	color:#fff;
	text-decoration:none;
}
h1 a:hover{
	color:#fff;
	text-decoration:none;
}
h1 a:link{
	color:#fff;
	text-decoration:none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin:15px 80px 15px 0px;
}
p {
	line-height: 140%;
	margin:15px 5px 15px 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#headerwrapper {
	width: 100%;
	float:left;
	margin-left:-100%;
}
#canopy_header {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 149px;
	background-image: url('../images/maintopbkg.gif');
	background-position: right top;
	position: relative;
	background-repeat: no-repeat;
}
#canopy_shop_logo {
	position: absolute;
	left: 22px;
	top: 32px;
	border:none;
}
#contentwrapper {
	background-color: #8E827D;
	width: 100%;
	float:left;
	margin-top:149px;
}
#maincontent {
	width: 934px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/innersitebkg.gif');
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	position: relative;
	height: auto;	
}
#innerlayout{
	width: 758px;
	float: right;
	margin: 0px;
	padding: 0px;
	min-height:370px;
	height:auto !important;
	height:370px;
}
#bodytext{
	width:660px;
	margin-left:17px;
}

#mainpageimage{
	float:right;
	margin-top:-36px;
}
.mainpagep { 
	margin-left:20px;
	margin-right:75px;
}
/* shopping cart */

#cartlabel {
	position: absolute;
	top:24px;
	left: 787px;
}
#cartitems {
	position: absolute;
	top:24px;
	left: 844px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
}
#cartoptions a {
	float: left;
	padding: 29px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:29px; /* for IE5/Win only */
}
#cartoptions { 
	position: absolute;
	top:63px;
	left: 787px;
	height: 29px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height: 29px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#cartview a  {
	width: 48px;
	background:url('../images/button_viewcart.gif') top left no-repeat;
}
#cartcheckout a  {
	width: 78px;
	background:url('../images/button_checkout.gif') top left no-repeat;
}

/* top menu */

#navlist { 
	position: absolute;
	height: 34px;
	left:22px;
	top: 113px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height: 34px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#navlist li, #cartoptions li {
	list-style: none;
	display: inline;
	padding:0 0 0 0;;
	font-size: 120%;
	font-family:"Century Gothic", Verdana, Arial, sans-serif;
	float: left;
}
#navlist a {
	float: left;
	padding: 34px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:34px; /* for IE5/Win only */
}
#navlist a:hover {
	background-position: 0 -34px;
}
#cartoptions a:hover {
	background-position: 0 -29px;
}
#navhome a  {
	width: 55px;
	background:url('../images/button_home.gif') top left no-repeat;
}
#navabout a  {
	width: 55px;
	background:url('../images/button_about.gif') top left no-repeat;
}
#navfaqs a  {
	width: 46px;
	background:url('../images/button_faqs.gif') top left no-repeat;
}
#navcalculator a  {
	width: 89px;
	background:url('../images/button_calculator.gif') top left no-repeat;
}
#navcontact a  {
	width: 69px;
	background:url('../images/button_contact.gif') top left no-repeat;
}

/* search box */
	
#searcharea {
	position: absolute;
	background-image: url('../images/search_bkg.gif');
	background-repeat: repeat-x;
	right: 16px;
	bottom: 2px;
	height: 42px;
	width: 194px;
}
#searcharea form{
	position: relative;
	width: 194px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	display:block;
}
#searcharea form input.seachbox{
	margin: 0;
	padding: 4px;
	position: absolute;
	width: 92px;
	height: 16px;
	top: 8px;
	left: 62px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#searcharea form input.searchbutt{
	position: absolute;
	top: -1px;
	right: -2px;
}

/* side menu */

#storenav{
	width: 176px;
	float: left;
}
#sections {
	width: 176px;
	background-color: #c4d799;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 115%;
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#sections li {
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #7D746D;
	padding:5px 10px 5px 20px;
}
#sections li a {
	color: #49473B;
}

#sections li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#canopyshop {
	margin-left:23px;
	margin-top:15px;
}

/* footer */

#footer {
	background-image: url('../images/footer_bkg.gif');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 73px;
	width: 100%;
	text-align:center;
	clear:both;
}
#footertext {
	font-size: 80%;
	color: #35342B;
	text-align:center;
	padding-top: 8px;
	margin:0 0 0 0;
}
#footertext a {
	color: #35342B;
	text-decoration:none;
}
#footertext a:hover {
	color: #35342B;
	text-decoration:underline;
}
/* additional worpdress specific styling  */
.post {	border-width:0px; margin-bottom:40px; }
.postmetadata { clear:both; }
.alignleft, .alignright { margin-left:0px; margin-top:20px; }
.archive{ list-style:disc; } 
.post img { float:left; margin:0px 20px 20px 0px; }
#newsbox img { float:left; margin:0px 20px 20px 0px; }
.rss_icon { float:right; margin-right:10px; }




.sectionholder{
	background-image: url('../images/sectionbkg.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 87px;
	width: 204px;
	margin-right: 12px;
	margin-bottom: 12px;
	position: relative;
	float: left;
}
#sectiondescription{
	width: 650px;
	text-align:left;
	margin-left:18px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.sectionholder a{
color: inherit;
}
.sectionicon {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 81px;
	text-align:center;
}
.sectiontopname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 18px;
	padding-left: 16px;
	color: #FFFFFF;
}
#productcontent{
	width: 343px;
	padding: 18px;
	min-height:114px;
	height:auto !important;
 	height:114px;
	font-size: 12px;
}
#proddetails{
	width: 689px;
	min-height:151px;
	height:auto !important;
 	height:151px;
	background-color: #7D746D;
}
#sizearea{
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	color: #FFFFFF;
	text-indent: 106px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/sizebkg.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.dottedline {
	width: 358px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	margin: 5px;
	height: 17px;
	clear: both;
}#attributeholder {
	width: 220px;
	float: left;
	padding-left: 26px;
}
#attributeholder select{
	float: left;
	width: 150px;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#attributeholder img{
	float: left;
	padding-right: 10px;
}
#productimageholder{
	position: absolute;
	left: 563px;
	top: 52px;
	width: 341px;
	z-index: 4;
}
#productimageholder a{
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#measure{
	width: 96px;
	float: left;
	height: 58px;
	background-image: url('../images/measure_bkg.gif');
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 75px;
	padding-top: 12px;
}
#pdf{
	width: 78px;
	float: left;
	height: 58px;
	background-image: url('../images/PDF_bkg.gif');
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 22px;
	padding-right: 70px;
	padding-top: 12px;
}
#prodenlarge{
	position: absolute;
	left: 869px;
	top: 52px;
	z-index: 5;
}
#imagebutts{
	position: absolute;
	left: 904px;
	top: 73px;
	width: 46px;
	z-index: 6;
}

/* faq pagges */

.faqholder{
	margin-top: 15px;
	margin-left: 20px;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99BDB8;
	border-right-color: #99BDB8;
	border-bottom-color: #99BDB8;
	border-left-color: #99BDB8;
}
.faqtitle {
	width: 634px;
	height: 22px;
	background-color: #7D746D; 
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding:8px;
	}
.faqtext ul{
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.faqtext ul li{
	padding-left: 10px;
	list-style-image: url('../images/canopy_bullet.gif');
}
.faqtext ul li.maptop{
	padding-left: 10px;
	list-style-image: none;	
}
.faqtext {
	size: 12px;
	color: #49473B;
	padding: 12px;
}.bespokequestions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	float: left;
	width: 300px;
	padding-right: 50px;
	padding-top: 10px;
}
.bespokeoptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	float: left;
	width: 200px;
	padding-top: 10px;
}
.bespokeoptions p {
	margin: 0px;
	padding: 0px;
}
.bespokeclear {
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #94B8B3;
	height: 10px;
}