body {
	background-color: #898189;
	background-image: url(/images/layout/bg_page.gif);
	background-repeat: repeat-x;
}

.logo_top {
	padding-right: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2E3A42;
	font-weight: normal;
}

.skin_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;

	padding-left: 40px;
/*
	padding-bottom: 12px;
*/	
	color: #24445b;
}


.testimonials_side {
   border: 2px #cccccc outset;
	 padding: 10px;
	 background: #eeeeee;
}

.testimonials_side, .testimonials_side p {
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 10pt;
		font-weight: normal;
    color: #296792;
    line-height: 140%;
    text-align: center;
}



#topnavbar {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
		color: #000000;
		text-align: right;
		padding-right: 50px;
		vertical-align: top;
}

#topnavbar A:link {color: #000000; text-decoration:none;}
#topnavbar A:visited {color: #000000; text-decoration:none;}
#topnavbar A:active {color: #000000; text-decoration:none;}
#topnavbar A:hover {color: #539bd0;}

#topnavbar .on A:link {color: #539bd0; text-decoration:underline;}
#topnavbar .on A:visited {color: #539bd0; text-decoration:underline;}
#topnavbar .on A:active {color: #539bd0; text-decoration:underline;}
#topnavbar .on A:hover {color: #539bd0; text-decoration:underline;}



.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6F6F6F;
	vertical-align: bottom;
/*	padding-bottom: 10px; */
	font-weight: bold;
}

.copyright A:link {color:#6F6F6F; text-decoration:none;}
.copyright A:visited {color:#6F6F6F; text-decoration:none;}
.copyright A:active {color:#6F6F6F; text-decoration:none;}
.copyright A:hover {color:#6F6F6F; text-decoration:underline;}


.left_column {
	padding-top: 40px;
	color: #2E3A42;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* LEFT BUTTON DEFINITIONS */

a.rollover_specialties, a.rollover_specialties_on,
a.rollover_bamboo, a.rollover_bamboo_on, 
a.rollover_vinyl, a.rollover_vinyl_on, 
a.rollover_wood, a.rollover_wood_on,  
a.rollover_iron, a.rollover_iron_on,  
a.rollover_chainlink, a.rollover_chainlink_on {
    display: block;
    width: 181px;
    height: 82px;
    text-decoration: none;
}

a:hover.rollover_specialties, a:hover.rollover_bamboo,a:hover.rollover_vinyl, a:hover.rollover_wood, a:hover.rollover_iron, a:hover.rollover_chainlink {
    background-position: 0 0;
}

a.rollover_specialties {
    background: url("/images/layout/buttons/specialties.jpg") 0 -81px no-repeat;
}

a.rollover_bamboo {
    background: url("/images/layout/buttons/bamboo.jpg") 0 -81px no-repeat;
}			

a.rollover_vinyl {
    background: url("/images/layout/buttons/vinyl.jpg") 0 -81px no-repeat;
}		

a.rollover_wood {
    background: url("/images/layout/buttons/wood.jpg") 0 -81px no-repeat;
}		

a.rollover_iron {
    background: url("/images/layout/buttons/iron.jpg") 0 -81px no-repeat;
}		

a.rollover_chainlink {
    background: url("/images/layout/buttons/chainlink.jpg") 0 -81px no-repeat;
}		

/* ON variations, displayed when a page is selected */

a:hover.rollover_specialties_on, a:hover.rollover_bamboo_on,a:hover.rollover_vinyl_on, a:hover.rollover_wood_on, a:hover.rollover_iron_on, a:hover.rollover_chainlink_on {
    background-position: 0 -81px;
}

a.rollover_specialties_on {
    background: url("/images/layout/buttons/specialties.jpg") 0 0 no-repeat;
}	

a.rollover_bamboo_on {
    background: url("/images/layout/buttons/bamboo.jpg") 0 0 no-repeat;
}	  

a.rollover_vinyl_on {
    background: url("/images/layout/buttons/vinyl.jpg") 0 0 no-repeat;
}		

a.rollover_wood_on {
    background: url("/images/layout/buttons/wood.jpg") 0 0 no-repeat;
}		

a.rollover_iron_on {
    background: url("/images/layout/buttons/iron.jpg") 0 0 no-repeat;
}		

a.rollover_chainlink_on {
    background: url("/images/layout/buttons/chainlink.jpg") 0 0 no-repeat;
}		

