html, body
{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	font-family:"Trebuchet MS", Arial;
	font-size:10pt;
}
h3
{
	font-size:12pt;
}
a:link, a:visited, a:active
{
	text-decoration:none;
	color:#393E93;
}
div#wrapper
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:965px;
}
div#header
{
	margin-top:15px;
	height:117px;
}
div#menu
{
	width:157px;
	float:left;
}
div#content
{
	padding:5px 10px 10px 10px;
	width:788px;
	float:left;
	background-image: url("images/background-right.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
.menulink a:link, .menulink a:visited, .menulink a:active
{
	text-decoration:none;
	color:black;
	display:block;
	width:100%;
}
.menulinkurl
{
	height:100%;
}
div#menuitem_home
{
	height:32px;
	background-image: url("images/button_home_green.gif");
	background-repeat: no-repeat;
}
div#menuitem_home a:hover
{
	height:32px;
	background-image: url("images/button_home_yellow.gif");
}
div#menuitem_models
{
	height:32px;
	background-image: url("images/button_models_green.gif");
	background-repeat: no-repeat;
}
div#menuitem_models a:hover
{
	height:32px;
	background-image: url("images/button_models_yellow.gif");
}
div#menuitem_howitworks
{
	height:32px;
	background-image: url("images/button_howitworks_green.gif");
	background-repeat: no-repeat;
}
div#menuitem_howitworks a:hover
{
	height:32px;
	background-image: url("images/button_howitworks_yellow.gif");
}
div#menuitem_brochure
{
	height:32px;
	background-image: url("images/button_brochure_green.gif");
	background-repeat: no-repeat;
}
div#menuitem_brochure a:hover
{
	height:32px;
	background-image: url("images/button_brochure_yellow.gif");
}
div#menuitem_partscatalog
{
	height:32px;
	background-image: url("images/button_partscatalog_green.gif");
	background-repeat: no-repeat;
}
div#menuitem_partscatalog a:hover
{
	height:32px;
	background-image: url("images/button_partscatalog_yellow.gif");
}
div#menuitem_faq
{
	height:32px;
	background-image: url("images/button_faq_green.gif");
	background-repeat: no-repeat;
}
div#menuitem_faq a:hover
{
	height:32px;
	background-image: url("images/button_faq_yellow.gif");
}
div#menuitem_outdoorwoodfurnaces
{
	height:45px;
	background-image: url("images/button_outdoorwoodfurnaces_green.gif");
	background-repeat: no-repeat;
}
div#menuitem_outdoorwoodfurnaces a:hover
{
	height:45px;
	background-image: url("images/button_outdoorwoodfurnaces_yellow.gif");
}
div#menuitem_contactus
{
	height:32px;
	background-image: url("images/button_contactus_green.gif");
	background-repeat: no-repeat;
}
div#menuitem_contactus a:hover
{
	height:32px;
	background-image: url("images/button_contactus_yellow.gif");
}
div#menuitem_sitemap
{
	height:32px;
	background-image: url("images/button_sitemap_green.gif");
	background-repeat: no-repeat;
}
div#menuitem_sitemap a:hover
{
	height:32px;
	background-image: url("images/button_sitemap_yellow.gif");
}
div#menuitem_dealerlocator
{
	height:32px;
	background-image: url("images/button_dealerlocator_green.gif");
	background-repeat: no-repeat;
}
div#menuitem_dealerlocator a:hover
{
	height:32px;
	background-image: url("images/button_dealerlocator_yellow.gif");
}
div#menuitem_easyinstall
{
	height:32px;
	background-image: url("images/button_easyinstall_green.gif");
	background-repeat: no-repeat;
}
div#menuitem_easyinstall a:hover
{
	height:32px;
	background-image: url("images/button_easyinstall_yellow.gif");
}
div#menuitem_energysavings
{
	height:44px;
	background-image: url("images/button_energysavings_green.gif");
	background-repeat: no-repeat;
}
div#menuitem_energysavings a:hover
{
	height:44px;
	background-image: url("images/button_energysavings_yellow.gif");
}
div#menuitem_financing
{
	height:29px;
	background-image: url("images/button_financing_green.gif");
	background-repeat: no-repeat;
}
div#menuitem_financing a:hover
{
	height:29px;
	background-image: url("images/button_financing_yellow.gif");
}
div#menuiteminfo
{
	display:none;
	left:1px;
	top:1px;
	position:absolute;
}
.modelinfodots
{
	background-color:white;
	border-bottom:2px dotted black;
	height:12px;
	width:265px;
	margin-bottom:5px;
}
.modelinfolabel
{
	float:left;
	background-color:white;
	height:18px;
	font-weight:bold;
}
.modelinfodata
{
	float:right;
	background-color:white;
	height:18px;
}

/* Styles needed if you display the list of youtube videos using an unordered list and the html5 figure element */
#main {
	width:100%;
	margin:1px;
	overflow:hidden;	
	border:0px solid #333;
}
#main1 {
	width:100%;
	margin:1px;
	overflow:hidden;	
	border:0px solid #333;
}
#main2 {
	width:100%;
	margin:1px;
	overflow:hidden;	
	border:0px solid #333;
}
#figure0 {
	width:245;
	margin:1px;
	overflow:hidden;	
	border:0px solid #333;
}
#videos {
	list-style-type:none;
}
#videos li {
	border:0px solid #333;
	display:inline-block;
	float:left;
	padding:10px 1px;
}
figure, figcaption { display: block; }

/* Styles for the theater plugin -- feel free to alter */
#theaterContainer { /* this is the overlay (the grayed out background) */
	background-color:#0F0F0F;
	background-color:rgba(15,15,15,0.8);
	filter:alpha(opacity=80);

	position:fixed;
	top:0; bottom:0;
    left:0; right:0;
    z-index:3000;
    text-align:center;
    display:none;
}
#theaterClose { /* this (and the next three styles) is the 'click to close' styling */
	background:#000;
	display:block;
	padding:10px 30px;
	text-align:right;
}
a#theaterClose {
	text-decoration:none;
	color:#fff;
	font-size:1.5em;
}
a#theaterClose:after {
	content:'x';
	border:2px solid #fff;
	margin-left:10px;
	padding:0 10px;
	border-radius:5px;
}
a#theaterClose:hover:after {
	background:#fff;
	color:#333;
}
#theaterContent { /* this is the element that will contain the youtube object element */
	margin:10px auto;
	z-index:3001;
}
