
/* Layout Stylesheet */ 

body {
	background-image:url('/images/black_bg.gif');
	/*color:#fff;*/
	padding:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:76%;
	margin-left:auto;
	margin-bottom:0;
	margin-top:0;
	margin-right:auto;
}

#outer {
	border:1px solid #000000;
	width:760px;
	text-align:center;
	margin:0 auto;
	position:relative;
}

#hdr {
	height:199px;
	background:#fff;
	color:#333333;
	margin:0 auto;
}

#social {
	position:absolute;
	top:0px;
	left:20px;
	border:none;
	z-index:9;
	padding-top:5px;
}

#social a, img {
	text-decoration:none;
	border:none;
}

#nav {
	height:26px;
	background:#fff;
}

#bodyblock {
	color:#000;
	width:760px;
	padding-top:1px;
	padding-bottom:1px;
	background:#fff;
	text-align:left;
}

#scrolling-frame {
    width:690px;
    height:160px;
	border:1px solid #ABABAB;
	background:url(null) fixed no-repeat;
	background-color:#FFF8DC;
	margin:20px 0px 0px 18px;
	padding:10px 15px 5px 15px;
    overflow:auto;
}

#scrolling-frame-xcart {
    width:auto;
    height:auto;
	padding:10px 15px 5px 15px;
}

#topic-text {
	float:left;
	width:350px;
	height:auto;
	border:1px solid #ABABAB;
	margin:20px 0px 0px 18px;
	padding-bottom:15px;
}

#topic-head {
	width:350px;
	height:34px;
	text-align:center;
	background-color:#EAEAEA;
}

#topic-text-wide {
	float:left;
	width:720px;
	height:auto;
	border:1px solid #ABABAB;
	margin:20px 0px 0px 18px;
	padding-bottom:15px;
}

#topic-text-wide-noborder {
	float:left;
	width:720px;
	height:auto;
	border:none;
	margin:20px 0px 0px 18px;
	padding-bottom:15px;
}

#topic-head-wide {
	width:720px;
	height:34px;
	text-align:center;
	background-color:#EAEAEA;
}

#burner-sizing-outer-container {
	width:502px;
	background-color:#FFF;
	height:auto;
	border: none;
	margin: 0px auto;
}

#burner-sizing-container {	
	float:left;
	width:500px;
	height:360px;
	background: url(../images/top-view-fireplace-floor.jpg); /*fallback image*/
	background: url(../images/top-view-fireplace-floor.jpg), url(../images/top-view-fireplace-floor-alt.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border:1px solid #ABABAB;
	margin:0px 0px 0px 0px;
}

#burner-sizing-container:hover {
	background: url(../images/top-view-fireplace-floor.jpg); /*fallback image*/
	background: url(../images/top-view-fireplace-floor-alt.jpg), url(../images/top-view-fireplace-floor.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#yellow-wide-container {
	float:left;
	width:720px;
	height:auto;
	border:1px solid #ABABAB;
	background-color:#FFF8DC;
	margin:20px 0px 0px 18px;
	padding-bottom:15px;
}
#switch-btn-container {
	display: block;
	width: 100%;
}
#switch-btn {
	height: 120px;
	background: #4b88b6;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 900;
	color: #FFF;
	text-align: left;
	font-size: 330%;
	text-decoration: none;
	padding-top: 60px;
	padding-left: 100px;
}
#phone {
	background-image: url('/images/mobile-phone.png');
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	height: 120px;
	width: 100px;
	padding-top: 50px;
	padding-left: 40px;
}
/* #burner-sizing-container:hover {
	background-image:url('/images/top-view-fireplace-floor-alt.jpg');
} */


/*#clockDisplay {
	background-color:#000;
	opacity:0.3;
    filter:alpha(opacity=30);  For IE8 and earlier 
	border:none;
	padding:6px;
	color:#0FF;
	font-family:"Arial", Gadget, sans-serif;
    font-size:100%;
    font-weight:bold;
	position:absolute;
	top:10px;
	left:20px;
	z-index:999;
}
#clockDisplay:empty {
	background-color:transparent;
} */

#ftr {
	background:#fff;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding-top:30px;
	text-align:left;
}