/* Header*/

#Header-Container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header/header-top-bar.png);
	height: 17px;
}

#Header-Background {
	background-image: url(/images/header/header-background.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#Header-Top-Bar {
	background-image: url(/images/header/header-top-bar.png);
	background-repeat: repeat-x;
	height: 17px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#Header-Bottom-Bar {
	background-repeat: repeat-x;
	height: 12px;
	width: 100%;
	clear: both;
	background-color: #636363;
}

#logo {
	height: 99px;
	width: 200px;
	background-image: url(/images/header/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 9;
	margin-right: auto;
	margin-left: auto;
}

#header-bar {
	background-color: #89442B;
	background-repeat: no-repeat;
	height: 18px;
	margin-right: auto;
	margin-left: auto;
	width: 851px;
	position: relative;
	margin-top: 105px;
}

/* Header - TABS*/

#navigation a{
	color: #FFFFFF;
	text-decoration:none;
	padding-left:15px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	font-size: 15px;
}

#navigation a span{
	padding-right: 15px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
}

#navigation a, #navigation a span{
	display:block;
	float:left;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	cursor:pointer;
}

#navigation a:hover{
	color: #FFFFFF;
	text-decoration:none;
	padding-left:15px;
	background-image: url(/images/header/left-tab.jpg);
	background-repeat: no-repeat;
	background-color:#333333;
	background-position: left top;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	cursor:pointer;
}

#navigation a:hover span{
	padding-right: 15px;
	height: 32px;
	background-image: url(/images/header/right-tab.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	cursor:pointer;
}

#navigation ul{
	list-style:none;
	padding: 0;
	margin: 8px;
}

#navigation li{
	float: left;
	margin: 8px;
} 

#tabs {
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	float: left;
	height: 30px;
	left: 280px;
	position: relative;
}
#shopping-cart {
	clear: both;
}


/* Body*/

#body-container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	min-height:100%;
	background-repeat: repeat-y;
	background-image: url(/images/sidebar/sidebar-bkgd-shadow.png);
	background-position: left top;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Left Column*/

#menu {
	background-image: url(/images/sidebar/sidebar-bkgd-shadow.png);
	background-repeat: repeat-y;
	min-height:99%;
	position: relative;
	float: left;
	z-index: 6;
	width: 169px;
}

#menu ul {
	margin: 0px;
	border: none;
	list-style-type: none;
	font-size: 15px;
}

#menu li {
	font-size: 15px;
	line-height: 25pt;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 30px;
}
#middle-column-content {

	width: 340px;
	float: right;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-right: 1px;
}
#thumbnail {
	float: right;
	height: 55px;
	width: 70px;
	border: 1pt solid #B2B2B2;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 10px;
	position: relative;
}

#thumbnail-right {
	float: right;
	height: 55px;
	width: 70px;
	border: 1pt solid #B2B2B2;
	margin-top: 12px;
	margin-right: 57px;
	margin-bottom: 10px;
	position: relative;
}

#large-image {
	height: 230px;
	width: 320px;
	border: 1pt solid #999999;
}



#flash-overlay {
	/* background-image: url(/images/sidebar/gas-tank.png); */
	background-repeat: no-repeat;
	height: 131px;
	width: 333px;
	position: absolute;
	z-index: 20;
	left: 0px;
	bottom: 0px;
}
/* Middle Column*/

#middle-column {
	min-height:100%;
	position: relative;
}

/* Right Column*/

#right-column {
	min-height:100%;
	width: 280px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 0px;
	display: block;
}

#image-wrap {
	float: left;
	height: 79px;
	width: 79px;
	padding: 5px;
}

#right-container {
	width: 100%;
}

/* Text Styles*/

.header-orange {
	font-size: 18px;
	color: #F5911D;
	font-weight: bold;
	line-height: 2em;
	vertical-align: text-top;
}

#right-column-text {
	width: 270px;
	float: right;
	padding-right: 10px;
	padding-top: 0px;
}

#product-description-content {
	padding-left: 25px;
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #999999;
	padding-right: 5px;
	position: relative;
	z-index: 6;
	padding-bottom: 15px;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/* Footer*/

#footer {
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-image: url(/images/footer/footer-background.png);
	background-repeat: repeat-x;
	position: relative;
	z-index: 8;
	background-color: #000000;
	clear: both;
}

#footer-text {
	position: relative;
	top: 30px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	color: #CCCCCC;
}


a.footer:link, a.footer:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#logo-position {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#product-description {
	min-height:100%;
	float: right;
	padding-right: 50px;
	padding-left: 40px;
	margin-top: 0px;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 270px;
}
#middle-column-home {


}
#menu-bottom {
	background-color: #3F3F3F;
	height: 1px;
	position: relative;
	width: 229px;
	float: left;
}
.header-black {

	font-size: 18px;
	color: #3F3F3F;
	font-weight: bold;
	line-height: 2em;
	vertical-align: text-top;
}
#qty-box {
	height: 14px;
	width: 50px;
	position: relative;
	font-size: 12px;
	color: #666666;
	top: 10px;
}
#related-items {
	padding-left: 25px;
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #999999;
	padding-right: 5px;
	position: relative;
	z-index: 6;
	padding-bottom: 15px;
	padding-top: 20px;
}
.header-related-items {
	font-size: 18px;
	color: #F5911D;
	font-weight: bold;
	vertical-align: text-top;
	position: relative;
	bottom: 8px;
}
#middle-column-padding {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#middle-column-wrapper {

	width: 450px;
	float: right;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-right: 1px;
}
#comments {
	vertical-align: text-top;
	float: left;
}
#Temp-Body-Wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(/images/body/background-temp.jpg);
	background-repeat: repeat-y;
	height: 1320px;
}
#instructions1 {
	float: right;
	width: 480px;
	position: relative;
	padding: 20px;
}

#instructions2 {
	float: right;
	width: 480px;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	top: 100px;
}
#instructions3 {
	float: right;
	width: 480px;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	top: 230px;
}
#instructions4 {
	float: right;
	width: 480px;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	top: 290px;
}
#instructions5 {
	float: right;
	width: 480px;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	top: 400px;
}
#instructions6 {
	float: right;
	width: 480px;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	top: 530px;
}
#instructions7 {
	float: right;
	width: 480px;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	top: 620px;
}

#instructions8 {
	float: right;
	width: 480px;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	top: 705px;
}



.header-black2 {


	font-size: 18px;
	color: #3F3F3F;
	font-weight: bold;
}

#left-column-information {
	float: left;
	width: 189px;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

#right-column-temp {
	float: right;
	width: 520px;
	position: relative;
}
.header-orange-temp {

	font-size: 18px;
	color: #F5911D;
	font-weight: bold;
}
#header-installation {
	padding: 20px;
	float: right;
	position: relative;
	width: 750px;
}
#header-installation2 {
	padding: 20px;
	float: right;
	position: relative;
	width: 720px;
	top: 700px;
}
#product {
	float: left;
	width: 380px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	margin-right: auto;
	margin-left: auto;
}
#content-area {
	position: relative;
	width: 670px;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: right;
}
#flash-wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
}
#login {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#login-right {
	float: right;
	width: 700px;
	position: relative;
}
#login-wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(/images/body/white-bkgd.jpg);
	background-repeat: repeat-y;
	height: 200px;
}
#left-column-admin {
	width: 200px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
}
#body-admin {
	min-height:100%;
	margin: 0px;
	padding: 20px;
}
#pagecount-left {
	float: left;
	width: 250px;
	position: relative;
}
#pagecount-right {
	float: left;
	width: 250px;
	position: relative;
}
#install-background {
	background-image: url(/images/body/installation-bkgd.jpg);
	background-repeat: no-repeat;
	height: 1350px;
}
.category-description {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#Temp-Body-Wrapper-video {

	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(/images/body/white-bkgd.jpg);
	background-repeat: repeat-y;
	height: 1320px;
}
#clear {
	clear: both;
	width: 1px;
	position: relative;
}
a.menlinks:link {
	font-size: 15px;
}
a.menlinks:visited {
	font-size: 15px;
}
a.menlinks:hover {

	font-size: 15px;
}
a.white:link {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:visited {

	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {


	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer-links:link, a.footer-links:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

a.footer-links:hover{
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 12px;
}
#newsblock-article img {
padding-right:8px;

}#flash-header {
	height: 35px;
	width: 600px;
	position: absolute;
	z-index: 50;
	top: 0px;
	right: 40px;
}
#flash-header-wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

