/*@import 'Base.css';*/
html,body,div,span,img,applet,embed,canvas,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,b,u,i,s,center,dl,dt,dd,ol,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td
{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
background:transparent
}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
html{height:100%;}
body,input,textarea{font:12px Arial,sans-serif;}

h1,h2,h3,h4,h5,h6{font-weight:bold;}
h1{font-size:1.5833em;color: #FFAE35;}
h2{font-size:1.3333em;}
h3{font-size:1.1666em;}
h5,h6{font-size:.8333em;}
dt{font-weight:bold;}

a:link{cursor: pointer; color: #2970a6; text-decoration: none; }
a:visited{cursor: pointer; color: #2970a6; text-decoration: none; }
a:hover{cursor: pointer; color: #2970a6; text-decoration: underline; }
a:active{cursor: pointer; color: #2970a6; text-decoration: none; }


input[type='text'],input.text 
{
border:1px solid #91a706;
text-align: right;
cursor: text;
}
input[type='file'],input.file 
{
border:1px solid #91a706;
color: #999999;
height: 16px;
text-align: right;
cursor:pointer;
}

input[type='password'],input.password
{
border:1px solid #91a706;
color: #999999;
height: 16px;
text-align: right;
}

input.checkbox
{
border: 1px solid #ccc;
}
input.checkbox
{
outline: 1px solid #ccc;
}
span
{
}
button
{
    background-color: #D3D3D3;
}
ol
{
margin-top: 0px;
padding-left: 0px;
margin-bottom: 0px;
margin-left: 9px;
line-height: 120%;
list-style-type: square;
text-align: left;
text-decoration: none;
}

select
{
border: 1px solid #ccc;
text-align: left;
color:#999999;
}

textarea
{
border:1px solid #91a706;
text-align: left;
color:#999999;
}
p
{
padding-top:10px;
}
b
{
font-weight: bold;
}
img
{
border: none;
}




.clearboth { clear: both; }

#clear{
clear:both;
}



@media print {
  page         { margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
  
   .subMenuSelected
    {
        height:24px;
        background-color:#414244;
    }

}
    

/* ########################################################################################################## */
/* ########################################     Site      ################################################### */
/* ########################################################################################################## */

html
{
    height:100%; 
}

body
{ 
    font-family: Arial, Helvetica, sans-serif;
    
    margin:0;
    padding:0;
    background-position:bottom ;
    background-repeat:repeat-x;
    background-attachment:fixed;
    background-color:#f2f2f2;

}


h1,h2,h3,h4 span {
    display:none;
}

h1 {
    height:20px;
    margin:0;
    padding:0;
    display:block;
}
h2 {
    height:20px;
    margin:0;
    padding:0;
    display:block;
}
h3 {
    height:20px;
    margin:0;
    padding:0;
    display:block;    
}
h4 {
    height:20px;
    margin:0;
    padding:0;
    display:block;
}
h5 {
    height:15px;
    margin:0;
    padding:0;
}
marquee
{
text-align: left;
color:#fff;
}


#container
{
    clear: both;
    width:951px;
    margin: 0 auto;
    background-color:#fff;
    z-index:-1;
    text-align: left;
    /*position: relative;*/
    
    
    
    background-image: url(../images/Middle_Gray_back.gif);
    background-position: top right;
    background-repeat: repeat-y; 
        
}

#flash-head
{
    float: left;
    margin-top:30px;
    margin-left:0px;
    z-index:-100;
    display: inline;
}

#content
{   
    clear: both;
    width:850px;
    margin: 0 auto;
    background-color:#fff;
    height: 100%;
    background-color:Transparent;
    z-index: -1;
}



#logo{
height:230px;
z-index:-1;
}

#banner
{
    margin-left:-320px;
    margin-top:40px;
    height:20px;
    width:850px;
    clear: both;
}



#contentMain
{
    width: 850px;
    background-color: Transparent;
    overflow: hidden;
    text-align: justify;
}
#contentMain h2
{
    height:45px;
    padding:0px 25px 0px 0px;
    text-align: right;
    font-size: 1.4em;
    font-weight:normal;
    white-space:nowrap;
    color: #444;
    vertical-align: top;
    text-align: right;
    background-image: url(../images/Big_bullet.gif);
    background-position: top right;
    background-repeat: no-repeat;    
}

#contentMain h2 b
{
    font-weight:bold;
}
#contentMain h2 a:link{  color: #444;text-decoration: none;  }
#contentMain h2 a:visited{ color: #444; text-decoration: none; }
#contentMain h2 a:hover{ color: #444; text-decoration: underline; }
#contentMain h2 a:active{ color: #444; text-decoration: none; }




#contentMain h5
{
    height:20px;
    padding:0px 25px 0px 0px;
    text-align: right;
    font-size: 1.2em;
    font-weight:normal;
    white-space:nowrap;
    color: #444;
    vertical-align: top;
    text-align: right;
    background-image: url(../images/Small_bullet.gif);
    background-position: top right;
    background-repeat: no-repeat;
}


#Header
{
    margin-top:5px;
    margin-bottom:5px;
    width:850px;
    height:55px;
    background-image: url(../images/Headers_back.gif);
    background-position: top right;
    background-repeat: repeat-x;    
}

#Header h1
{
    text-align: right;
    padding-top:10px;
    margin-bottom:3px;
    padding-right:5px;
    font-size: 1.6em;
    font-weight:bold;
    color:#444;
}
#Header h1 a:link{  color: #444;text-decoration: none; cursor:text; }
#Header h1 a:visited{ color: #444; text-decoration: none;cursor:text; }
#Header h1 a:hover{ color: #444; text-decoration: none;cursor:text; }
#Header h1 a:active{ color: #444; text-decoration: none;cursor:text; }



#Header h1 img
{
    margin:0px;
    float:left;
    margin-top:-25px;
    margin-left:-840px;
    padding-right:5px;
    vertical-align:top;
    position:absolute;
}



.content-item-left
{
    float:left;
    width:192px;
    text-align: left;
    
}
.content-item-left img
{
    padding-bottom:10px;
}
.content-item
{
    float:left;
    width:192px;
    text-align: left;
    margin-left:27px;
   
}


.content-item img
{
    padding-bottom:10px;
}
.content-item-right
{
    float:left;
    width:192px;
    text-align: left;
    margin-left:27px;
    
}
.content-item-right img
{
    padding-bottom:10px;
}




.content-center
{
    direction:rtl;
    text-align:right;
    text-align: justify;
    padding: 0px;
    color: #666;
    z-index:100;
    overflow: hidden;
    height:100%;
    font-size:1.1em;
}
.content-center a:link{  color: #666;text-decoration: none; cursor:text; }
.content-center a:visited{ color: #666; text-decoration: none; cursor:text;}
.content-center a:hover{ color: #666; text-decoration: none; cursor:text;}
.content-center a:active{ color: #666; text-decoration: none; cursor:text;}



.content-center b
{
    font-weight:bold;
    color:#666;
}

.text-Eng
{
    font-size:80%;
}

#main
{
    float: left;
    left:0px;
    width:850px;
    background-color:Transparent;
    margin-left:15px;
    padding:0;
    overflow: hidden;
    z-index:-1;
}
#main h2
{
    height:32px;
    padding:10px 45px 0px 0px;
    text-align: right;
    font-size: 1.4em;
    white-space:nowrap;
    color: #fff;
    vertical-align: top;
    text-align: right;
    background-image: url(../images/Title_Back.jpg);
    background-position: top right;
    background-repeat: no-repeat;    
}

#main p span  
{
    text-align: justify;
    color:#666; 
    font-size: 1em;
}
#main p span  b
{
    text-align: justify;
    color:red; 
    font-size: 2.3em;
    font-weight:bold;
}

#contentExtra 
{
    clear:both;
    padding-top:10px;
	width: 850px;
	text-align: justify;
    background-color: Transparent;
    color:#bbb; 
	position:relative;
	overflow: hidden;
}

#contentExtra h4
{
    padding:0px 25px 0px 0px;
    text-align: right;
    font-weight:normal;
    white-space: normal;
    color: #444;
    vertical-align: top;
    text-align: right;
    background-image: url(../images/Small_bullet.gif);
    background-position: top right;
    background-repeat: no-repeat;    
}

#contentExtra h4 b
{
    font-weight:bold;
    color:Orange;
}




#Brafman
{
    float:right;
    text-align:right;
    padding: 0px;
    color: #444;
    z-index:100;
    overflow: hidden;
    height:100%;
    width:570px;
}
#Brafman a:link{  color: #444;text-decoration: none;  }
#Brafman a:visited{ color: #444; text-decoration: none; }
#Brafman a:hover{ color: #444; text-decoration: underline; }
#Brafman a:active{ color: #444; text-decoration: none; }


#Brafman b
{
    font-weight:bold;
}

#Brafman h3
{
    padding-top:5px;
    font-weight:bold;
    color:#444;
    height:40px;
    font-size: 1.5em;
    background-image: url(../images/Headers_back.gif);
    background-position: top right;
    background-repeat: repeat-x;       
}
#Brafman h3 a:link{  color: #444;font-weight:bold;text-decoration: none;  }
#Brafman h3 a:visited{ color: #444;font-weight:bold; text-decoration: none; }
#Brafman h3 a:hover{ color: #444; font-weight:bold;text-decoration: underline; }
#Brafman h3 a:active{ color: #444; text-decoration: none; }


#Video
{
    text-align:right;
    text-align: justify;
    padding: 0px;
    color: #444;
    z-index:100;
    overflow: hidden;
    height:100%;
    width:250px;
    margin-top:35px;
}

#Motag
{
    text-align:right;
    text-align: justify;
    padding: 0px;
    color: #444;
    z-index:100;
    overflow: hidden;
    height:100%;
    width:250px;
}
#Motag a:link{  color: #EA8C00;text-decoration: none;  }
#Motag a:visited{ color: #EA8C00; text-decoration: none; }
#Motag a:hover{ color: #EA8C00; text-decoration: underline; }
#Motag a:active{ color: #EA8C00; text-decoration: none; }


#Motag b
{
    font-weight:bold;
    color:#91a706;
}

#Motag h6
{
    text-align:right;
    padding-top:5px;
    padding-right:25px;
    font-weight:bold;
    color:#444;
    height:40px;
    font-size: 1.5em;
    background-image: url(../images/Headers_back.gif);
    background-position: top right;
    background-repeat: repeat-x;       
}


#address
{
    margin-top:15px;
    text-align: center;
    font-weight:normal;
    white-space: normal;
    color: #444;
    vertical-align: top;
    clear:both;

    
}
#address a:link{  color: #EA8C00;text-decoration: none;  }
#address a:visited{ color: #EA8C00; text-decoration: none; }
#address a:hover{ color: #EA8C00; text-decoration: underline; }
#address a:active{ color: #EA8C00; text-decoration: none; }

#content-center u b 
{
    font-weight:bold;
    color:#666;
}



#content-center ul
{
margin-top: 2px;
padding-left: 0px;
margin-bottom: 0px;
line-height: 120%;
list-style-type: square;
text-align: right;
text-decoration: none;
}

#content-center ul li
{
direction:rtl;
margin-top: 2px;
padding-left: 15px;
margin-bottom: 0px;
margin-right: 10px;
line-height: 120%;
text-align: right;
text-decoration: none;
list-style-type: square;

}
#content-center ol
{
margin-top: 2px;
padding-left: 0px;
margin-bottom: 0px;
line-height: 120%;
list-style-type:  decimal;
text-align: right;
text-decoration: none;
}
#content-center ol li
{
direction:rtl;
margin-top: 2px;
padding-left: 15px;
margin-bottom: 0px;
margin-right: 10px;
line-height: 120%;
text-align: right;
text-decoration: none;
list-style-type:  decimal;

}

.content-center-margin
{
    direction:rtl;
}

/* Forms */

label{
float: right;
width: 135px;
font-weight: bold;
color:#91a706;
}


input, textarea{
width: 200px;
margin-bottom: 5px;
text-align: right;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
text-align:center;
}

br{
clear: left;
}
/* End Forms */


#footerarea
{
    clear:both;
    width:950px;
    height:30px;
    background-image: url(../Images/Bottom_Gray_back.gif);
    background-repeat:no-repeat;
    

}

#credit
{
    clear: both;
    width:850px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom:20px;
    text-align:right;
    color: #666;
    z-index:100;
    overflow: hidden;
    height:100%;
}
#credit a:link{  color: #EA8C00;font-weight:bold;text-decoration: none;  }
#credit a:visited{ color: #EA8C00;font-weight:bold; text-decoration: none; }
#credit a:hover{ color: #EA8C00; font-weight:bold;text-decoration: underline; }
#credit a:active{ color: #EA8C00; text-decoration: none; }



#contact-us
{
    float: right;
    left:0px;
    width:350px;
    background-color:Transparent;
    margin-right:160px;
    padding:0;
    overflow: hidden;
    z-index:-1;
}



#contact-us h1
{
    padding:20px 145px  5px 0px;
    text-align: right;
    font-size: 1.5em;
    color: #91a706;
    vertical-align: top;
}

.emailmessage
{
    float: right;
    margin-left:-345px;
    text-align: right;
    width: 200px;
    font-weight: bold;
    color:#333;
}

#phone
{
    padding-top:60px;
    text-align: center;
    vertical-align: top;
}



/* ########### KMIN  ################# */
#Header-kamin
{
    margin-top:8px;
    margin-bottom:5px;
    width:850px;
    text-align: center;
}

#Header-kamin h1
{
    direction:rtl;
    text-align: center;
    margin-bottom:3px;
    padding-right:5px;
    font-size: 1.9em;
    font-weight:bold;
    color:#333;
}
#Header-kamin h1 a:link{  color: #444;text-decoration: none; cursor:text; }
#Header-kamin h1 a:visited{ color: #444; text-decoration: none;cursor:text; }
#Header-kamin h1 a:hover{ color: #444; text-decoration: none;cursor:text; }
#Header-kamin h1 a:active{ color: #444; text-decoration: none;cursor:text; }

#Header-kamin h3
{
    text-align: center;
    padding-top:4px;
    font-size: 1.3em;
    font-weight:normal;
    color:#333;
}

.content-center-kamin
{
    direction:rtl;
    text-align:center;
    padding-top:15px;
    color: #333;
    z-index:100;
    overflow: hidden;
    height:100%;
    font-size:1.1em;
}
.content-center-kamin a:link{  color: #333;text-decoration: none; cursor:text; }
.content-center-kamin a:visited{ color: #333; text-decoration: none; cursor:text;}
.content-center-kamin a:hover{ color: #333; text-decoration: none; cursor:text;}
.content-center-kamin a:active{ color: #333; text-decoration: none; cursor:text;}


.content-center-kamin b
{
    font-weight:bold;
    color:#333;
}


#contentMain-kamin
{
    width: 850px;
    background-color: Transparent;
    overflow: hidden;
    text-align: justify;

}
#contentMain-kamin h2
{
    height:45px;
    padding:0px 25px 0px 0px;
    margin-top:5px;
    margin-right:45px;
    text-align: right;
    font-size: 1.4em;
    font-weight:normal;
    white-space:nowrap;
    color: #333;
    vertical-align: top;
    text-align: right;
    background-image: url(../images/Big_bullet.gif);
    background-position: top right;
    background-repeat: no-repeat;    
}

#contentMain-kamin h2 b
{
    font-weight:bold;
}
#contentMain-kamin h2 a:link{  color: #666;text-decoration: none;  }
#contentMain-kamin h2 a:visited{ color: #666; text-decoration: none; }
#contentMain-kamin h2 a:hover{ color: #666; text-decoration: underline; }
#contentMain-kamin h2 a:active{ color: #666; text-decoration: none; }


#content-center-kamin-sub
{
    width:700px;
    text-align:center;
        display:  inline-block;

}
#contentMain-kamin-sub a:link{  color: #333;text-decoration: none;  }
#contentMain-kamin-sub a:visited{ color: #333; text-decoration: none; }
#contentMain-kamin-sub a:hover{ color: #333; text-decoration: underline; }
#contentMain-kamin-sub a:active{ color: #333; text-decoration: none; }

.text-Eng-kamin
{
    font-size:110%;
    font-weight:bold;
}


#midgam-kamin
{
    font-size:150%;
    font-weight:bold;
}


/* ########### bellfires  ################# */
.show_bell
{
    font-weight:normal;
    text-align:right;
    padding-left:0px;
    width:700px;
    display: inline-block;
}

#content-center-horizon
{
    font-weight:normal;
    padding-left:0px;
    width:600px;
    height:100%;
    text-align:center;
    display: inline-block;

}

.content-item-left-horizon
{
    float:left;
    width:284px;
    text-align: left;
    
}
.content-item-left-horizon img
{
    padding-bottom:10px;
}
.content-item-horizon
{
    float:left;
    width:284px;
    text-align: left;
    margin-left:27px;
   
}


.content-item-horizon img
{
    padding-bottom:10px;
}
.content-item-right-horizon
{
    float:left;
    width:284px;
    text-align: left;
    margin-left:32px;
    
}
.content-item-right-horizon img
{
    padding-bottom:10px;
}

.content-center-block-horizon
{
    direction:rtl;
    text-align:right;
    text-align: justify;
    width:80%;
    height:150px;
    padding-right:30px;
    font-size:1.1em;
}
.content-center-block-horizon a:link{  color: #666;text-decoration: none; cursor:text; }
.content-center-block-horizon a:visited{ color: #666; text-decoration: none; cursor:text;}
.content-center-block-horizon a:hover{ color: #666; text-decoration: none; cursor:text;}
.content-center-block-horizon a:active{ color: #666; text-decoration: none; cursor:text;}


#content-center-horizon h2
{
    direction:rtl;
    height:25px;
    padding:0px 25px 0px 0px;
    text-align: right;
    font-size: 1.4em;
    font-weight:normal;
    white-space:nowrap;
    color: #444;
    vertical-align: top;
    text-align: right;
    background-image: url(../images/Big_bullet.gif);
    background-position: top right;
    background-repeat: no-repeat;    
    margin-right:15px;
    
}

#content-center-horizon h2 b
{
    font-weight:bold;
}



/* Inserts */
#contentMain-inserts
{
    width: 850px;
    background-color: Transparent;
    overflow: hidden;
    text-align: justify;

}


#content-inserts
{
    direction:rtl;
    text-align:right;
    text-align: justify;
    width:100%;
    height:100%;
    font-size:1.1em;
}


.content-center-inserts
{
    direction:rtl;
    text-align:center;
    padding-top:15px;
    color: #333;
    z-index:100;
    overflow: hidden;
    height:100%;
    font-size:1.1em;
}
.content-center-inserts a:link{  color: #333;text-decoration: none; cursor:text; }
.content-center-inserts a:visited{ color: #333; text-decoration: none; cursor:text;}
.content-center-inserts a:hover{ color: #333; text-decoration: none; cursor:text;}
.content-center-inserts a:active{ color: #333; text-decoration: none; cursor:text;}


.content-center-inserts b
{
    font-weight:bold;
    color:#333;
}



.insert-item
{
    width:800px;
}
.insert-item a:link{  color: #333;text-decoration: none; cursor:pointer; }
.insert-item a:visited{ color: #333; text-decoration: none; cursor:pointer;}
.insert-item a:hover{ color: #333; text-decoration: none; cursor:pointer;}
.insert-item a:active{ color: #333; text-decoration: none; cursor:pointer;}


.insert-item-right
{
    float:right;
    display:inline-block;
    width:280px;
}


insert-item-right img 
{
    text-align:right;
    text-align: justify;
}


.insert-item-left
{
    display:inline-block;
}


.insert-item h2
{
    direction:rtl;
    height:25px;
    text-align: right;
    font-size: 1.4em;
    font-weight:normal;
    white-space:nowrap;
    color: #444;
    vertical-align: top;
}

.insert-item h2 b
{
    font-weight:bold;
}


.insert-item-sub img
{
    float:right;
}

.insert-item-sub 
{
    margin-top:10px;
    text-align:right;
    font-size:0.8em;
    display:inline-block;
    
}
.insert-item-sub-text 
{
    width:350px;
    color:#333;
    display:inline-block;
}
.insert-tech
{
    width:82px;
    float:left;
    margin-top:-110px;
}





.insert-table
{
   margin-top:10px;
    width:500px;
}
table.Inserts
{
direction:rtl;
width : 70%;
text-align:right;
}


table.Inserts tr td,
table.Inserts tr th
{
 vertical-align : top;
 padding : 4px 8px 4px 8px;
font-size:0.8em;
}



table.Inserts tr td.normal
{
 border-right : 1px solid #ddd;
 border-top : 1px solid #ddd;
}
table.Inserts tr th.normal
{
 border-left : 1px solid #ddd;
 border-top : 1px solid #ddd;
}

table.Inserts tr td.first
{
 border-right : 1px solid #ddd;
}
table.Inserts tr th.first
{
 border-left : 1px solid #ddd;
}

table.Inserts tr td.normal_grey
{
 background : #f5f5f5 url('../Images/inserts_border.gif') repeat-x left top;
 border-right : 1px solid #ddd;
 border-top : 1px solid #ddd
}
table.Inserts tr th.normal_grey
{
 background : #f5f5f5 url('../Images/inserts_border.gif') repeat-x left top;
 border-left : 1px solid #ddd;
 border-top : 1px solid #ddd
}

table.Inserts tr td.line_normal
{
}

table.Inserts tr td.line_normal_grey
{
 background : #f5f5f5 url('../Images/inserts_border.gif') repeat-x left top;
}

.insert-seperator
{
    width: 850px;
    height: 30px;
    background-image: url(../images/dot_hr.gif);
    background-position: center left;
    background-repeat: repeat-x;
    display: inline-block;
}