@import url("css/menu.css");

/* CSS Document */
body {background:#FFF height:100%; margin:0px; padding:0px; }
h1
{
    color:#adc42b;
    font-weight: bold;
    font-family: Arial;
}

#WrapTable
{
    width: 100%;
}
#Header
{
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #24a0c9;
    height: 194px;
}
#LeftHeader
{
    background-image: url(images/header_left.jpg);
    background-repeat: no-repeat;
    width: 660px;
    height: 194px;
}
#RightHeader
{
    background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
    width: 280px;
    height: 194px;
}

.ContentPane
{
    width: 940px;
    padding: 15px;
}
.ContentPane p
{
	font-size: 10pt;
}
.HeaderPhone
{
    font-family: Arial;
    color: #317189;
    font-size: 12px;
    margin-top: 62px;
    position: relative;
    left: -460px;
    top: 15px;
}
.HeaderPhone span
{
    color: White;
    padding-right: 10px;
    direction: rtl;
}

#MenuBox
{
   position: relative;
   top: 29px; 
   left: -10px;
}


#TopContent
{
    background-color: #f2fcfe;
}
.RTContentPane
{
    width: 587px;
}

.LTContentPane
{
    width: 353px;
}

.WhatNewBox
{
    background-image: url(images/news_bg.jpg);
    background-repeat: no-repeat;
    width: 353px;
    
    direction: rtl;
}

.WhatNewBox br
{
    margin: 0px;
    padding: 0px;
    line-height: 1px;
}

.NewsItems
{
    /*position: relative;
    top: 40px;*/
    padding-top: 40px;
    width: 320px;
    margin-bottom: 0px;
}
.NewsItem
{
}
.WhatNewDate
{
    background-image: url(images/news_icon.gif);
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 15px;
    padding-right: 15px;
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #4D4D4D;
    margin-top: 5px;
    margin-bottom: 0px;
}
.WhatNewTitle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #B2C836;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 15px;
}
.WhatNewText
{
    font-family: Arial;
    font-size: 12px;
    color: #808080;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 15px;
}

#BottomContent
{
    background-color: #fafafa;
}
.LBContentPane
{
    width: 353px;
}
.RBContentPane
{
    width: 587px;
}

.RightBottomBox
{
    direction: rtl;
    font-family: Arial;
    color: #808080;
    font-size: 12px;
    width: 587px;
}
.RightBottomBox p
{
    position: relative;
    left: -10px;
    margin: 0 10px 5px 10px;
    padding: 0 0 0 10px;
}

.ContactUsBox
{
    background-image: url(images/contactform_bg.jpg);
    background-repeat: no-repeat;
    width: 353px;
    height: 269px;
    direction: rtl;
    font-family: Arial;
    font-size: 12px;
    color: #3F3F3F;
}
.ContactPage
{
    font-family: Arial;
    font-size: 12px;
    color: #3F3F3F;
    direction: rtl;
}
.ContactUsBox table
{
    position: relative;
    top: 70px;
    left: -20px;
}
.ContactInput
{
    border: none;
    background-image: url(images/InputBg.gif);
    background-repeat: no-repeat;
    width: 228px;
    height: 22px;
    direction: rtl;
    text-align: right;
    color: #3F3F3F;
}
.ContactInputMulti
{
    border: 1px solid #dfdfdf;
    background-color: #f4f4f4;
    /*background-image: url(images/InputBg.gif);
    background-repeat: no-repeat;*/
    width: 520px;
    height: 80px;
    direction: rtl;
    text-align: right;
    color: #3F3F3F; 
}
.ContactButton, .ContactButton:link
{
    background-image: url(images/Send.gif);
    background-repeat: no-repeat;
    display: block;
    width: 136px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding-top: 5px;
    text-decoration: none;
    font-weight: bold;
}
.ContactButton:hover
{
    background-position: 0 -53px;
    color: #ffffff;
    text-decoration: none;
}

 .FooterPane
{
    background-color: #248bae;
    background-image: url(images/Footer_bg.jpg);
    background-repeat: repeat-x;
    height: 140px;
    padding-top: 6px;
}
.FooterRaw
{
    font-family: Arial;
    font-size: 11px;
    color: #ffffff;
    direction: rtl;
}
.FooterRaw a:hover, .FooterRaw a:visited, .FooterRaw a:link
{
    color:#ffffff;
    text-decoration: none;
}
.CopyRight 
{
    font-size: 10px;
    color: #DDEB90;
}
/*-------- Default Style --------*/
/*th,td,div{color:#000; font-family:Arial, Helvetica, sans-serif; font-weight:normal; }
a,a:link,a:visited,a:active{color:#4F839F; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-weight:normal; }
a:hover{color:#C00; text-decoration:none; }


#RightHeader
{
     background-image: url(images/logo.jpg);
     background-repeat: no-repeat;
     background-position: right top;
     width: 280px;
     height: 194px;
}

#LeftHeader
{
    background-image: url(images/header_left.jpg);
     background-repeat: no-repeat;
     background-position: left top;
     width: 660px;
     height: 194px;
}

.WhatNewBox
{
    background-image: url(images/news_bg.jpg);
    background-repeat: no-repeat;
    width: 350px;
    height: 247px;
    padding: 20px 0px 10px 0px;
}

.WhatNewDate
{
    background-image: url(images/news_icon.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
     font-family: Trebuchet MS;
     font-size: 12px;
     color: #4D4D4D;
     margin-bottom: 0px;
}
.WhatNewTitle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #B2C836;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 15px;
}
.WhatNewText
{
    font-family: Arial;
    font-size: 12px;
    color: #808080;
    margin-top: 0px;
    padding-right: 15px;
}*/
