/* SITEWIDE STYLES */
 
#mainbuttons2 {
	position: absolute;
	top: 50px;
	right: 5px;
}

#ancillarylinks2 {
	position: absolute;
	top: 81px;
	right: 20px;
}

#searchinput {
	width: 120px;
	border: 1px solid #babbbb;
	font-size: 11px; 
	color: #878787; 
	padding: 2px;
	margin: 0;

}

#searchbutton {
	border: 1px solid #babbbb;
	background-color: #ffffff;
	font-size: 11px; 
	color: #878787; 
	padding: 2px 5px;
	margin: 0;
}

.site_credit {
	text-align: right;
}

.site_credit a {
	font-size: 10px;
	color: #878787;
	font-weight: normal;
	text-decoration: none;
}


/* HOMEPAGE STYLES */

#logo_home {
	position: absolute;
	top: 10px;
	left: 10px;
}

#text_home {
	position: absolute;
	width: 450px;
	top: 225px;
	left: 30px;
	padding: 0;
	margin: 0;
}

#ancillary_home {
	position: absolute;
	top: 10px;
	right: 35px;
}

#mainbuttons_home {
	position: absolute;
	top: 35px;
	right: 25px;
}

#search_home {
	position: absolute;
	top: 66px;
	right: 40px;
}


#photo_home {
	position: absolute;
	top: 110px;
	right: 38px;
}

#homemainbox {
	width:975px;
	margin:10px auto;
}

#home_container {
	width: 975px;
	height: 705px;
	background-image: url(../images/bg_home.gif); background-repeat: no-repeat; background-position: top left;
	padding: 0;
	margin: 0;
}

#home_top {
	height: 398px;
	margin: 0;
	padding: 0;
}

#home_bottom {
	margin: 0;
	padding: 0;
}

#home_bottom_left {
	width: 410px;
	float: left;
}

#home_learn {
	width: 207px;
	float: left;
	text-align: center;
}

#home_share {
	width: 203px;
	float: right;
	text-align: center;
}

#home_bottom_right {
	width: 565px;
	float: right;

}

#home_shop {
	width: 196px;
	float: left;
	text-align: center;
}

#home_news {
	width: 369px;
	float: right;
	text-align: left;
}

.home_news_style {
	margin: 70px 20px 20px 30px;
}

.home_news_style a {
	font-weight: normal; 
	color:#595858;
	text-decoration: none;
}

.home_news_style a:hover {
	text-decoration: underline;
}

.home_box_style {
	padding: 10px;
}

.home_box_style p {
	margin: 8px;
}


/* WORKSHOPS TABLE */

.wtbl td {
	padding: 5px;
}

.wtbl th {
	padding: 5px;
	text-align: left;
	color: white;
	background-color: #878787;

}

.oddrow {
	background-color: #F1F3F6;
}

.evenrow {
	background-color: #ffffff;
}


/*
	*** LOCATIONS MAP STYLES ************************
*/

/* #map_container {
	position: relative;
	width:700px;
	height: 448px;
} */

#map_container {
	position: relative;
	width:650px;
	height: 416px;
}

#nys_map {
	display: none;
	width: 700px;
	height: 448px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.detail_toolbar {
	background-color: #878787;
	color: white;
	text-align: right;
	width: 700px;
	height: 30px;
}

.detail_toolbar a {
	color: white;
	margin: 10px;
}

.loc_detail {
	display: none;
	z-index: 4;
}
.loc {
	z-index:2; 
}

.teaser {
	width: 670px;
	height: 260px;
	
	overflow: auto;
	position: absolute;
	top: 170px;
	left: 0px;
	z-index: 5;
	border: 1px solid #CAE3E7;
	background-image: url(../images/box_bg.gif); background-repeat: repeat-x; background-position: top left;
	padding: 10px;

}

.mousetrap {
	border: solid 1px #999; 
	font-size:10px;
	color: #675B50; 
	background-color: #fff;
	z-index:4;
	padding: 0px;
	visibility: hidden; 
	display: none;
	width: 180px;
}



.mt_toolbar {
	background-color: #999;
	color: white;
	padding: 2px;
	text-align: right;
	font-weight: bold;
}
	
.mt_content {
	padding: 6px;
}



/*
	GENERIC CLASSES
*/

p.message {
	font-size: 12px;
	border:1px solid #CCCCCC; 
 	background-color:#F1F3F6; 
 	padding:5px 10px; 
}


.form_desc {
	background-color:#F1F3F6; 
	padding:2px; 
}

.main_box {
	border: 1px solid #CAE3E7;
	background-image: url(../images/box_bg.gif); background-repeat: repeat-x; background-position: top left;
	padding: 5px;
}

/* NEW CATEGORIES (RY) */

a.viewcart {
    display: block;
    width: 226px;
    height: 44px;
    background: url("../images/shop/nav1.gif") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.viewcart {
    background-position: -226px 0;
    text-decoration: none;
}

a.checkout {
    display: block;
    width: 226px;
    height: 44px;
    background: url("../images/shop/nav2.gif") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.checkout {
    background-position: -226px 0;
    text-decoration: none;
}

span.shipping {
    display: block;
    width: 226px;
    height: 49px;
    background: url("../images/shop/nav3.gif") 0 0 no-repeat;
    text-decoration: none;
}

span:hover.shipping {
    background-position: -226px 0;
    text-decoration: none;
}

span.windkits {
    display: block;
    width: 226px;
    height: 42px;
    background: url("../images/shop/nav4.gif") 0 0 no-repeat;
    text-decoration: none;
}

span:hover.windkits {
    background-position: -226px 0;
    text-decoration: none;
}

a.fullkits {
    display: block;
    width: 226px;
    height: 34px;
    background: url("../images/shop/nav5.gif") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.fullkits {
    background-position: -226px 0;
    text-decoration: none;
}

a.parts {
    display: block;
    width: 226px;
    height: 34px;
    background: url("../images/shop/nav6.gif") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.parts {
    background-position: -226px 0;
    text-decoration: none;
}

a.meters {
    display: block;
    width: 226px;
    height: 35px;
    background: url("../images/shop/nav_wm.gif") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.meters {
    background-position: -226px 0;
    text-decoration: none;
}

a.solar {
    display: block;
    width: 226px;
    height: 36px;
    background: url("../images/shop/nav7.gif") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.solar {
    background-position: -226px 0;
    text-decoration: none;
}

a.fuelcell {
    display: block;
    width: 226px;
    height: 36px;
    background: url("../images/shop/nav8.gif") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.fuelcell {
    background-position: -226px 0;
    text-decoration: none;
}

a.compkit {
    display: block;
    width: 226px;
    height: 44px;
    background: url("../images/shop/nav9.gif") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.compkit {
    background-position: -226px 0;
    text-decoration: none;
}

a.books {
    display: block;
    width: 226px;
    height: 45px;
    background: url("../images/shop/nav10.gif") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.books {
    background-position: -226px 0;
    text-decoration: none;
}

a.apparel {
    display: block;
    width: 226px;
    height: 45px;
    background: url("../images/shop/nav11.gif") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.apparel {
    background-position: -226px 0;
    text-decoration: none;
}

span.comittments {
    display: block;
    width: 226px;
    height: 42px;
    background: url("../images/shop/nav12.gif") 0 0 no-repeat;
    text-decoration: none;
}

span:hover.comittments {
    background-position: -226px 0;
    text-decoration: none;
}

a.windforall {
    display: block;
    width: 226px;
    height: 37px;
    background: url("../images/shop/nav13.gif") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.windforall {
    background-position: -226px 0;
    text-decoration: none;
}

a.contactus {
    display: block;
    width: 226px;
    height: 36px;
    background: url("../images/shop/nav14.gif") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.contactus {
    background-position: -226px 0;
    text-decoration: none;
}

span.faq {
    display: block;
    width: 226px;
    height: 36px;
    background: url("../images/shop/nav15.gif") 0 0 no-repeat;
    text-decoration: none;
}

span:hover.faq {
    background-position: -226px 0;
    text-decoration: none;
}

span.privacy {
    display: block;
    width: 226px;
    height: 41px;
    background: url("../images/shop/nav16.gif") 0 0 no-repeat;
    text-decoration: none;
}

span:hover.privacy {
    background-position: -226px 0;
    text-decoration: none;
}

a.deal {
    display: block;
    width: 226px;
    height: 153px;
    background: url("../images/shop/nav17.gif") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.deal {
    background-position: -226px 0;
    text-decoration: none;
}
