﻿





#MainFrame
{
    text-align: left;
    width: 900px;
}

a
{
    text-decoration: none;
    border: solid 0px #FFFFFF;
}
img
{
    border: solid 0px #FFFFFF;
}






.ListItem
{
    vertical-align: middle;
    height: 12px;
    width: 250px;
    clear: both;
    float: left;
    padding-left: 20px;
}



#Menu
{
width: 898px;
 height: 40px;
  clear: none;
   float: right;
    clear: both;
}
#Menu .Item
{
    font-size: 18px;
    color: #000000;
}


#Menu .ItemHolder
{
    float:right;
    clear:none;
}




#Menu .Item:hover
{
    font-size: 18px;
    color: #aeaf7b;
 
} 

#Menu .SelectedItem
{
      font-size: 18px;
    color: #aeaf7b;

}


#Menu .Delimiter
{
   font-size: 12px;
   padding:0px 9px 0px 9px;
    color: #919261;
    float:right;
    clear:none;
}

#EnterMenu
{
    width: 100%;
    height: 20px;
    float: right;
    clear: both;
}
#EnterMenu .Item
{
    font-size: 12px;
    color: #919261;
}


#EnterMenu .Item:hover
{
    font-size: 12px;
    color: #919261;
    text-decoration:underline;
} 

#EnterMenu .SelectedItem
{
    font-size: 12px;
    color: #919261;
    text-decoration:underline;
}


#EnterMenu .Delimiter
{
   font-size: 12px;
    color: #919261;
}



#Banner
{
    clear: both;
    float: left;
    height: 113px;
    width: 860px;
    background-image: url(../Images/main_banner.jpg);
    background-repeat: no-repeat;
}


#SideMenu
{
    clear: none;
    float: left;
    width: 167px;
    height: 474px;
}

#MenuContentSpacer
{
    clear: none;
    float: left;
    width: 12px;
    height: 474px;
}

#SideMenu .Header
{
    width: 167px;
    height: 21px;
}

#SideMenu .DefaultColor
{
    background-color: #ccc4ba;
}


#SideMenu .Invisible
{
    background-color: #f4f2f0;
}




#SideMenu .Item
{
    text-align: left;
    padding: 8px 0px 8px 0px;
    width: 167px;
    height: 13px;
}

#SideMenu .Item img
{
    padding: 0px 0px 0px 14px;
}

#SideMenu .Item .Text
{
    font-size: 13px;
    color: #2d1804;
}

#SideMenu .Item .Text:hover
{
    font-size: 13px;
    color: #952503;
    font-weight: bold;
}
#SideMenu .SelectedItem
{
    font-size: 13px;
    color: #952503;
    font-weight: bold;
}

#SideMenu .Header .Text
{
    font-size: 13px;
    font-weight: bold;
    color: #992c25;
}

#SideMenu .Menu
{
    width: 167px;
    height: 453px;
}

#SideMenu .GeneralBg
{
    background-repeat: no-repeat;
    background-image: url(../Images/sidemenu_bg.png);
}

#SideMenu .ContactBg
{
    width: 167px;
    height: 474px;
    background-repeat: no-repeat;
    background-image: url(../Images/sidemenu_contact_bg.png);
}





#ContentFrame
{
    width: 900px;
    height: 300px;
    float: left;
    clear: both;
}

#ContentFrame .Header
{
    background-color: #952503;
}


#ContentFrame .TitleBox
{
    text-align: left;
    width: 675px;
    height: 21px;
}

#ContentFrame .TitleBox .Text
{
    font-size: 12px;
    font-weight: bold;
    color: #e3ddca;
}
#ContentFrame .Content
{
    text-align: left;
    padding-top: 18px;
    width: 675px;
    height: 453px;
}


#ContentFrame .Content .Text
{
    font-size: 12px;
    color: #333333;
}

#ContentFrame .Content .BoldText
{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}
#ContentFrame .Content .BoldText:hover
{
    font-size: 12px;
    color: #952503;
    font-weight: bold;
    text-decoration: underline;
}

#ContentFrame .Content .BoldTextBrown
{
    font-size: 12px;
    color: #952503;
    font-weight: bold;
}

#FooterSpacer
{
    clear: both;
    float: left;
    width: 900px;
    height: 20px;
    text-align: center;
}




#LogoContentSpace
{
    clear: both;
    float: left;
    width: 860px;
    height: 7px;
}

#Footer
{
    clear: both;
    float: left;
    height: 12px;
    width: 900px;
    text-align: center;
}


#Footer .Text
{
    font-size: 11px;
    color: #4c4c4c;
}


#Services
{
    width: 555px;
    height: 94px;
}

#Services .ImageTD
{
    width: 50px;
    height: 40px;
}

#Services .TextTD
{
    width: 155px;
    height: 40px;
    vertical-align: middle;
    padding: 0px 10px 4px 0px;
}

#Services .TextTD a
{
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
#Services .TextTD a:hover
{
    text-decoration: underline;
    color: #952503;
    font-size: 12px;
    font-weight: bold;
}

.MedText
{
    font-size: 13px;
}

.BlackText
{
    
    font-size:12px;
    color: #000000;
}


.BlackTextSmall
{
    
    font-size:12px;
    color: #000000;
}

.GreenBoldText
{
    
    font-weight:bold;
    font-size:12px;
    color: #6d6f4c;
}


.SucessMessage
{
	color: Green;
	font-size: 13px;
}
.ErrorMessage
{
	color: red;
	font-size: 13px;
}

.BlackBoldText
{
    
    font-size:12px;
    color: #000000;
    font-weight:bold;
}

.PageTitle
{
    
    font-size:16px;
    color: #6d6f4c;
    font-weight:bold;
}




.RTLControl
{
 direction:rtl;   
}




.MailAdress
{
    color: #1a1718;
}

.MailAdress:hover
{
    color: #1a1718;
    text-decoration: underline;
}


.UnderLink
{
    color:#000000;
}
.UnderLink:hover
{
    text-decoration:underline;
    color:#000000;
}
