@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #5faba7;
	background-image: url(images/ducasa-heattend-pagebg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link{TEXT-DECORATION: underline;COLOR: #666666;}
a:visited{TEXT-DECORATION: underline;COLOR: #666666;}
a:active{TEXT-DECORATION: underline;COLOR: #666666;}
a:hover{TEXT-DECORATION: underline;COLOR: #333;}
.twoColFixLtHdr #container { 
	width: 962px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:8px;
} 
.twoColFixLtHdr #header { 
	height:107px;
	background-image: url(images/advanced-heating-technology.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding: 0 0 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#headtab {
	height:103px;	
}
#headtab td {
	background-image:url(images/head-line.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding: 10px 0 0 20px;
}
#headtab P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 2em;
	margin-top: 0em;
	margin-bottom: 0.75em;	
}
#headtab H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.8em;
	margin: 0;
	pading: 0;	
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 9px 0 10px;
}
#subnav {
	margin-bottom:14px;
	margin-left:8px;
	margin-right: 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#f08546;
}
.subnavbox {
	height:29px;
	background-image:url(images/subnavbg.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:10px;
}
.subnavbox a, .subnavbox.sel a{
	margin: 0 0 0 12px;
}
.subnavbox a:link {
	color:#5a5a5a;
	text-decoration:none;
	display:block;
}
.subnavbox.sel a:link {
	color:#f08546;
	text-decoration:none;
	display:block;
}
.subnavbox a:visited {
	color:#5a5a5a;
	text-decoration:none;	
}
.subnavbox.sel a:visited {
	color:#f08546;
	text-decoration:none;	
}
.subnavbox a:active {
	color:#5a5a5a;
	text-decoration:none;	
}
.subnavbox.sel a:active {
	color:#f08546;
	text-decoration:none;	
}
.subnavbox a:hover {
	color:#f08546;
	text-decoration:none;	
}
#hooks {
	background-image:url(images/hook-line.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.hookbox {
	background-image:url(images/hook-line.gif);
	background-position:bottom;
	background-repeat:no-repeat;	
}
.hookbody {
	background-image:url(images/hook-more.gif);
	background-position:bottom right;
	background-repeat:no-repeat;	
}
.hookbody:hover {
	background-image:url(images/hook-more-o.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	cursor: hand;
	cursor: pointer;	
}
.hookbody H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.2em;
	font-size:14px;
	color:#666666;
	padding:15px 0 28px 0;
	margin: 0 0 0 15px;
}
.hookbody H3 STRONG{
	font-weight:bold;
	font-size:14px;
}
.hookbodybot H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.2em;
	font-size:14px;
	color:#666666;
	padding:15px 0 18px 0;
	margin: 0 0 0 12px;
}
.hookbodybot H3 STRONG{
	font-weight:bold;
	font-size:14px;
}
.hookbody a:link, .hookbodybot a:link {
	color:#5a5a5a;
	text-decoration:none;
}
.hookbody a:hover, .hookbodybot a:hover {
	color:#5a5a5a;
	text-decoration:none;	
}
.hookbody a:visited, .hookbodybot a:visited {
	color:#5a5a5a;
	text-decoration:none;	
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 205px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 4px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-top:4px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 16px;
	margin-top:4px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navigation {
	height:31px;
}
#navtab {
	height:	19px;
	background-image: url(images/grey-bar.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#f08546;
}
#navtab td {
	text-align:center;
}
#navtab td.ln {
	background-image:url(images/nav-line.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#navtab a:link{TEXT-DECORATION: none;COLOR: #666;}
#navtab a:visited{TEXT-DECORATION: none;COLOR: #666;}
#navtab a:active{TEXT-DECORATION: none;COLOR: #666;}
#navtab a:hover{TEXT-DECORATION: none;COLOR: #f08546;}

#navtab a:link.over{TEXT-DECORATION: none;COLOR: #f08546;}
#navtab a:visited.over{TEXT-DECORATION: none;COLOR: #f08546;}
#navtab a:active.over{TEXT-DECORATION: none;COLOR: #f08546;}
#navtab a:hover.over{TEXT-DECORATION: none;COLOR: #f08546;}

#stage {
	font-family:Verdana, Geneva, sans-serif;
	width:746px;
	height:310px;
	background-color:#e0dedf;
	z-index:1;
}
.stageleft {
	float: left; /* since this element is floated, a width must be given */
	width: 477px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 310px;
	background:#996; /* the background color will be displayed for the length of the content in the column, but no further */	
	z-index:1;
}
.stageright {
	margin: 0 0 0 477px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	height:310px;
	color:#535257;	
	z-index:1;
/*	background-image:url(images/stagebg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;*/
}
.stageright H2 {
	margin: 0 0 0 16px;
	padding:42px 0 0 0;
	font-size:20px;
}
.stageright P {
	margin: 18px 30px 0 16px;
	font-weight:normal;
	padding:0;
	font-size:15px;	
	line-height:1.5em;
	letter-spacing:-1px;
}
.stageright UL {
	list-style-image:url('images/bullet.gif');
	font-size:15px;	
	line-height:1.5em;
	letter-spacing:-1px;
	margin-left:5px;
}
.stageright UL a:link{TEXT-DECORATION: none;color:#535257;}
.stageright UL a:visited{TEXT-DECORATION: none;color:#535257;}
.stageright UL a:active{TEXT-DECORATION: none;color:#535257;}
.stageright UL a:hover{TEXT-DECORATION: none;COLOR: #f08546;}

/*.stageright:hover {
	background-image:url(images/stagebg-o.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	cursor: hand;
	cursor: pointer;	
}*/
#belowstage {
	
}
.twoColFixLtHdr #belowstage H1 {
	color:#5a5a5a;
	font-size:24px;
	font-weight:normal;
	padding:8px 0 8px 0;
	margin:0 0 0 8px;
}
.twoColFixLtHdr #belowstage H1 STRONG {
	font-weight:bold;
}
.twoColFixLtHdr #belowstage H2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#212121;
	font-size:13px;
	font-weight:bold;
	padding:0 0 8px 0;
	margin:0 0 0 8px;	
}

.twoColFixLtHdr #belowstage H2.sectionhdr {
	height:	19px;
	display:block;
	background-image: url(images/grey-bar.gif);
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding: 2px 0 1px 0;
	margin:14px 14px 14px 0;
}
.twoColFixLtHdr #belowstage H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #212121;
	line-height: 1.3em;
	margin:0em 0 1em 8px;
}
.twoColFixLtHdr #belowstage P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 1.3em;
	margin:0em 20px 1em 8px;
}
.twoColFixLtHdr #recent P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.3em;
	margin:0em 0 1em 0;
}
.twoColFixLtHdr #belowstage P.smgap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 0em;
}
.twoColFixLtHdr #belowstage p.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.3em;
	margin: 0 10px 0.75em 0;
	text-align:right;
}
.fright {
	float:right;
	margin-left:10px;
}
.fright2 {
	float:right;
	margin-left:10px;
	margin-right:20px;
}
.fleft {
	float:left;
	margin-right:10px;
	margin-top:3px;
}
.twoColFixLtHdr #belowstage h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style:italic;
	font-weight:bold;
	color: #666666;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left:8px;
}
.twoColFixLtHdr #belowstage h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight:bold;
	font-style:normal;
	line-height: 1.5em;
	margin-top: -3px;
	margin-bottom: 0em;
}
.twoColFixLtHdr #belowstage h6 {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style:italic;
	font-weight:bold;
	color: #666666;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left:8px;*/
	color:#5a5a5a;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	padding:8px 0 8px 0;
	margin:0 0 0 8px;
}
div.hr {
  height: 1px;
/*  background: #fff url('images/hr1.gif') no-repeat scroll center;*/
}
div.hr hr {
  display: none;
}
.content2 p.shoplink {
	font-size:14px;
	margin-left: 12px;
}
#lowerstage{
	background-color:#d8d7dc;
	width:746px;
}
#lowerstageleft {
	float: left; /* since this element is floated, a width must be given */
	width: 382px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 350px;
	color:#535257;
}
#lowerstageleft H2 {
	color:#5a5a5a;
	font-size:21px;
	font-weight:normal;
	padding:20px 0 0 0;
	margin:0 0 0 18px;
}
#lowerstageleft P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.3em;
	margin: 12px 18px 0 18px;
	padding:0;
}
#lowerstageright {
	margin: 0 0 0 382px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	height:350px;
	text-align:center;
}

.thumb {
	margin-top:3px;	
}
.more {
	margin-top: -7px;
	font-size: 13px;
}
.frmlabel {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 12px;
	color : #666666;
}
.frmwid {
	width:295px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #sections H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	line-height: 1.3em;
	margin:0em 0 1em 8px;	
}
.twoColFixLtHdr #sections H2 a:link{TEXT-DECORATION: none;COLOR: #666666;}
.twoColFixLtHdr #sections H2 a:visited{TEXT-DECORATION: none;COLOR: #666666;}
.twoColFixLtHdr #sections H2 a:active{TEXT-DECORATION: none;COLOR: #666666;}
.twoColFixLtHdr #sections H2 a:hover{TEXT-DECORATION: underline;COLOR: #333;}

#sections .sectioncol1 {
	float:left;
	width:299px;
	text-align:center;
	margin-left:14px;
}
#sections .sectioncol2 {
	float:right;
	width:299px;
	text-align:center;
	margin-right:88px;
}
.brfooter {
	color: #666;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.brfooter a:link{TEXT-DECORATION: none;COLOR: #666;}
.brfooter a:visited{TEXT-DECORATION: none;COLOR: #666;}
.brfooter a:active{TEXT-DECORATION: none;COLOR: #666;}
.brfooter a:hover{TEXT-DECORATION: none;COLOR: #333;}

.titleframe1{
	width:269px;
	height:75px;
	overflow:hidden;
	text-indent:-9999px;
	background:url('images/txt-title-frame1.gif') no-repeat;
	display:block;
	padding:0;
	margin:0;
}
.titleframe2{
	width:269px;
	height:75px;
	overflow:hidden;
	text-indent:-9999px;
	background:url('images/txt-title-frame2.gif') no-repeat;
	display:block;
	padding:0;
	margin:0;
}
.titleframe3{
	width:269px;
	height:75px;
	overflow:hidden;
	text-indent:-9999px;
	background:url('images/txt-title-frame3.gif') no-repeat;
	display:block;
	padding:0;
	margin:0;
}
.titleframe4{
	width:269px;
	height:75px;
	overflow:hidden;
	text-indent:-9999px;
	background:url('images/txt-title-frame4.gif') no-repeat;
	display:block;
	padding:0;
	margin:0;
}
.bodyframe1{
	width:269px;
	height:235px;
	overflow:hidden;
	text-indent:-9999px;
	background:url('images/txt-frame1.gif') no-repeat;
	display:block;
	padding:0;
	margin:0;
}
.bodyframe2{
	width:269px;
	height:235px;
	overflow:hidden;
	text-indent:-9999px;
	background:url('images/txt-frame2.gif') no-repeat;
	display:block;
	padding:0;
	margin:0;
}
.bodyframe3{
	width:269px;
	height:235px;
	overflow:hidden;
	text-indent:-9999px;
	background:url('images/txt-frame3.gif') no-repeat;
	display:block;
	padding:0;
	margin:0;
}
.bodyframe4{
	width:269px;
	height:235px;
	overflow:hidden;
	text-indent:-9999px;
	background:url('images/txt-frame4.gif') no-repeat;
	display:block;
	padding:0;
	margin:0;
}

#mainContent h1.fof {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color: #666666;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 10px;
}
#mainContent h2.fof {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	font-weight:bold;
	color: #666666;
	line-height: 1.5em;
	margin-top: -3px;
	margin-bottom: 0em;
	margin-left:12px;
}
