﻿body, h1, h2, h3, h4, h5, h6, p, ul
{
    width: 950px;
    margin-left: auto;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
}

.errormsg
{
    direction: rtl;
    text-align: center;
    font: bold 40px verdana;
    color: Black;
    background-color: InfoBackground;
}

img
{
    border: 0px;
}

#main
{
    width: 950px;
    margin: 0 auto;
}
#UpdatePanel1
{
    width:348px;
}
#header
{
    width: 948px;
    height: 120px;
    /*
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #e7f1f6;
    */
}

h1
{
    color: #1c6cb3;
    width: 500px;
    margin-right: 444px;
    padding-top: 70px;
    font-family: Arial;
    font-weight: bold;
    font-stretch: wider;
    font-size: 30px;
    text-shadow: 0.05em 0.05em 0.05em black;
}

.aboutusHeader
{
    margin: 0 auto;
    width: 500px;
    text-align: right;
    overflow: hidden;
}

.aboutusHeader h1
{
    margin: 0;
    padding-top: 30px;
    width: 170px;
    float: right;
}

.aboutusHeader img
{
    float: left;
    height: 66px;
}

.aboutbody
{
    direction: rtl; 
    width: 928px; 
    padding: 10px;
    float:right; 
}

.aboutbody h2
{
    direction: rtl; 
    width: 500px; 
    padding: 10px;
    margin: 0 auto;
}

.aboutbody div
{
    direction: rtl; 
    width: 500px; 
    padding: 10px; 
    margin: 0 auto;
}

.aboutbody p
{
    margin: 0 auto;
    width: 500px;
    font-size: 14px;
    font-family: Arial;
    padding: 5px 12px;
    border: 6px double lightgray;
    border-radius: 8px;
    box-shadow: 0 4px 10px gray;
    /*background-image: linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(230,230,230)),color-stop(1, rgb(255,255,255)),color-stop(1, rgb(255,255,255)));
    background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);*/
}

#siteMapBody
{
    margin: 0 auto;
    width: 500px;
    font-size: 14px;
    font-family: Arial;
    padding: 5px 12px;
    border: 6px double lightgray;
    border-radius: 8px;
}

#siteMapcontainer
{
    margin: 0 auto;
    width: 500px;
    font-size: 14px;
    font-family: Arial;
    padding: 5px 12px;
    border: 6px double lightgray;
    border-radius: 8px;
    box-shadow: 0 4px 10px gray;
    /*background-image: linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(230,230,230)),color-stop(1, rgb(255,255,255)),color-stop(1, rgb(255,255,255)));*/

}

#siteadvertismentdiv
{
    height: 150px;
    width: 520px;
    margin: 40px auto;
    padding: 5px;
    border: 6px double lightgray;
    border-radius: 20px;
    box-shadow: 0 4px 10px gray;
    /*background-image: linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(255,255,255) 100%, rgb(255,255,255) 100%);*/
}

ul#headermenu
{
    list-style-type: none;
    padding-left: 5px;
    width: 500px;
    float: left;
    margin-top: 3px;
}

ul .headerlinks
{
    float: left;
    color: Gray;
    margin-top: 0px;
}

ul .headerlinks a
{
    text-decoration: none;
    color: Gray;
    font-family: Arial;
    font-size: 12px;
}

ul .headerlinks a:hover
{
    color: Black;
}


ul .headerlinksexplorrereight
{
    float: left;
    color: Gray;
    margin-top: 3px;
}

ul .headerlinksexplorrereight a
{
    text-decoration: none;
    color: Gray;
    font-family: Arial;
    font-size: 12px;
}

ul .headerlinksexplorrereight a:hover
{
    color: Black;
}





ul .headerseperator
{
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 0px;
}

#logo
{
    width: 374px;
    float: right;
    margin-top: 5px;
}

#upperBar
{
    width: 951px;
    height: 83px;
    background-image: url('../siteimages/upperbar.png');
    margin-top: 5px;
}

ul#upperBarUl
{
    list-style-type: none;
    padding-left: 30px;
}

/*------ Drop Down Menu CSS-----------*/
#upperBar div
{
    position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-image: url(../siteimages/dropdownbackground.png);
	background-repeat: repeat-y;
	border: 1px solid #5970B2;
	z-index: 2;
}

#upperBar div a
{
    position: relative;
	display: block;
	margin: 0;
	padding: 10px 10px;
	padding-right: 80px;
	width: auto;
	white-space: nowrap;
	text-align: right;
	direction: rtl;
	text-decoration: none;
	color: white;
	font: 18px arial;
	font-weight: bold;
}

#upperBar div a:hover
{
	color: #ffe502;
}

#m6 /* Investments Drop Down Positioning*/
{
    width: 250px;
    position: absolute;
}

#m5 /* Loans Drop Down Positioning*/
{
    width: 250px;
    position: absolute;
}

#m4 /* Pension Drop Down Positioning*/
{
    width: 250px;
    position: absolute;
}

#m3 /* Insurance Drop Down Positioning*/
{
    width: 250px;
    position: absolute;
}

#m2 /* Mortgage Drop Down Positioning*/
{
    width: 250px;
    position: absolute;
}

#m1 /* Limudim Drop Down Positioning*/
{
    width: 250px;
    position: absolute;
}

/*------End of Drop Down Menu CSS-----------*/

ul .upperBarLinks
{
    float: left;
    width: 122px;
}

#limudimLi
{
    /*margin-left: -12px;*/
    width: 122px;
    margin-right: 10px;
}
.limudimLiexplorrerseven
{
    margin-left: 20px;
    float: left;
}
ul .limudimLiexplorrerseven a
{
    text-decoration: none;
    font-family: Guttman Haim;
    font-weight: bolder;
    font-size: 30px;
    color: White;
    line-height: 74px;
    text-shadow: 0.05em 0.05em 0.05em black;
}
ul .limudimLiexplorrerseven a:hover
{
    color: Silver;
}

ul .limudimLiexplorrerseven a img
{
    margin-bottom: -8px;
    
}

.limudimLi
{
    /*margin-left: -12px;*/
    float: left;
    margin-right: 10px;
}
ul .limudimLi a
{
    text-decoration: none;
    font-family: Guttman Haim;
    font-weight: bolder;
    font-size: 23px;
    color: White;
    line-height: 74px;
    text-shadow: 0.05em 0.05em 0.05em black;
}

#ctl00_limudimLi a
{
    color: OrangeRed;
}

ul .limudimLi a:hover
{
    color: Silver;
}

ul .limudimLi a img
{
    margin-bottom: -8px;
    
}

ul .upperBarLinks a
{
    text-decoration: none;
    font-family: Guttman Haim;
    font-weight: bolder;
    font-size: 23px;
    color: White;
    line-height: 74px;
    text-shadow: 0.05em 0.05em 0.05em black;
}

ul .upperBarLinks a:hover
{
    color: Silver;
}

ul .upperBarLinks a img
{
    margin-bottom: -8px;
    
}

ul .upperBarSeperator
{
    float: left;
    margin-left: 2px;
    margin-right: 1px;
    margin-top: 12px;
}

#homePageTopBlog
{
    width: 948px;
    height: 422px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    background-color: #e7f1f6;
    margin-top: 10px;
}

#slideshowBox
{
    width: 630px;
    height: 401px;
    float: left;
}

#slideshowBox img
{
    margin-top: 10px;
    margin-left: 10px;
}

#smallBlog
{
    float: right;
    width: 289px;
    height: 399px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    background-color: White;
    margin-top: 10px;
    margin-right: 10px;
}

#smallBlog h2
{
    direction: rtl;
    text-align: center;
    width: 283px;
    font-family: Arial;
    margin-top: 8px;
    color: #1c6cb3;
}

#smallBlog p
{
    direction: rtl;
    width: 275px;
    font-family: Arial;
    margin-left: 5px;
    /*font-size: 15px;
    font-weight: bold;
    color: Navy;*/
}


#mainCategories
{
    width: 928px;
    height: 448px;
    background-color: #e7f1f6;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#upperRow
{
    margin-top: 3px;
    width: 950px;
    height: 222px;
}

#bottomRow
{
    width: 950px;
    height: 222px;
}

.homePagemainCategory
{
    float: left;
    display: inline;
    width: 305px;
    height: 212px;
    margin-left: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 8px 8px 33px 33px;
    box-shadow: 0px 4px 5px gray;
}

#homePageArticles
{
    width: 948px;
    background-color: #e7f1f6;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    /*background-image: url(../images/manpointing.png);
    background-repeat: no-repeat;*/
    margin-bottom: 10px;
    
}

#homePageArticlesHeadline
{
    width: 640px;
    height: 87px;
    float: right;
    margin-top: 10px;
    background-image: url(../siteimages/usfulinfo.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 6px;
}

#homePageArticlesHeadline p
{
    color: White;
    font-family: Arial;
    width: 130px;
    margin-top: 40px;
    margin-left: 80px;
    float: right;
}

#homePageArticlesHeadline a
{
    text-decoration: none;
    color: White;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
}

.homePageArticleBox
{
    float: right;
    width: 300px;
    height: 300px;
    background-color: White;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    margin-top: 10px;
    margin-right: 10px;
    box-shadow: 0 4px 5px gray;
}

.homePageArticleBoxLeft
{
    width: 280px;
    margin: 10px;
    float: right;
}

.homePageArticleBoxLeft p
{
    width: 280px;
    direction: rtl;
    font-family: Arial;
    font-size: 14px;
    color: Black;
    margin-top: 5px;
    margin-left: 10px;
    float: right;
    overflow: hidden;
    height: 99px;
}

.homePageArticleBoxLeft h3 a
{
    text-decoration: none;
    color: white;
    text-shadow: 0 1px 0 black;
}

.homePageArticleBoxLeft h3 
{
    width: 280px;
    direction: rtl;
    margin-top: 6px;
    color: white;
    font-family: Arial,Verdana,Sans-Serif;
    float: right;
    height: 35px;
    background-color: #1c6cb3;
    line-height: 35px;
    text-indent: 3px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.homePageArticleBoxRight
{
    float: right;
    width: 280px;
    height: 124px;
    margin: 0 10px 5px 10px;
}

.homePageArticleBoxRight a
{
    float: right;
}

.homePageArticleBoxRight a img
{
    width: 130px;
    border: 1px solid gray;
    float: right;
}

.homePageArticleContButton
{
    height: 33px;
    width: 110px;
    float: left;
    border: 1px solid gray;
    border-radius: 30px;
    background-color: silver;
    margin-top: 50px;
    line-height: 33px;
    padding: 0 10px;
    direction: rtl;
    text-shadow: 1px 1px 1px black;
}

.homePageArticleContButton a
{
    text-decoration: none;
    color: White;
    font-weight: bold;
    font-family: Arial;
    margin-right: 8px;
}

.homePageArticleContButton a:hover
{
    text-shadow: 1px 1px 1px red;
    /*filter: glow(color=red,strength=2);*/

}

#footer
{
    width: 950px;
    height: 254px;
    background-color: #898989;
    background-image: url(../siteimages/footerbackground.png);
    border: 0px solid Transparent;
    border-radius: 8px;
}

#footerLinks
{
     overflow: hidden;
}

#footer ul
{

}

.liSoldier
{
    height: 19px;
}

.liSoldier h4
{
    color: #FD9706; 
    margin-top: 0px;
}

.liSoldier h4 a
{
   text-decoration: none; 
   color: #FD9706; 
}

.footerul
{
        margin: 15px 21px 0px 0px;
    float: right;
    padding: 0px;
    list-style: none;
    text-align: right;

    direction: rtl;
    padding-right: 0px;
    padding-top: 5px;
    width:113px;
}
.footerulexplorrernine
{
        margin: 15px 11px 0px 0px;
    float: right;
    padding: 0px;
    list-style: none;
    text-align: right;

    direction: rtl;
    padding-right: 0px;
    padding-top: 5px;
    width:113px;
}
.footerulexplorrerseven
{
        margin: 15px 16px 0px 0px;
    float: right;
    padding: 0px;
    list-style: none;
    text-align: right;

    direction: rtl;
    padding-right: 0px;
    padding-top: 5px;
    width:113px;
}
#footer ul li
{
    width: 94px;
    height: 17px; /* direction:rtl;*/
}

.footerUlHeader
{
    font-family: Arial;
    color: #FD9706;
    width:87px;
}

.footerUlHeader a
{
    text-decoration: none;
    font-family: Arial;
    color: #FD9706;
    width:87px;
}

#footer ul h4
{
    font-family: Arial;
    color: #FD9706;
    width:87px;
}

.liSoldier a
{
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-decoration:none;
}
.liSoldier a:hover
{
    color: #f00;
}
.footerblog
{
    direction:rtl;
    text-align:right;
    width:926px;
    font-size: 12px;
    font-family: Arial;
    margin-top: 30px;
}
.footerseperator
{
    float:right;
    height:137px;
    margin-top:20px;
    width:2px;margin-left:0px;
    margin-right:0px;
}

/*---------Slideshow CSS--------*/
.TB_Wrapper {
	position: relative;
	overflow: hidden;
	width: 630px;
	height: 401px;	
	background: #EEEEEE url(preloader.gif) center center no-repeat;
	z-index: 1;	
	margin-top: 8px;
}
		
.TB_Wrapper .Slide {
	visibility:hidden;
	background: #EEEEEE url(preloader.gif) center center no-repeat;
	height: 412px;
}	

.TB_Wrapper .icon {
	background-image: url(icons.png);
}

.TB_Wrapper .timer_sprite {
	background-image: url(timer-sprite.png);
}
	
/* Global Description Style */	
.TB_Wrapper .Slide div 
{
    margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	color:black;
	font-size:16px;	
}

	
/*Hyperlink Styles*/
.TB_Wrapper a:link{		
	color:#FFF;
	text-decoration:none;
}
	
.TB_Wrapper a:visited{		
	color:#FFF;
}
	
.TB_Wrapper a:hover{		
	color:#FFF;
	text-decoration:underline;
}
	
.TB_Wrapper a:active{		
	color:#FFF;
}

.TB_Wrapper .noSelect {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.col
{
    width: 18px;
}

/*---------End of Slideshow CSS--------*/

#container2
{
    width: 948px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    background-color: #e7f1f6;
    margin-top: 10px;
    min-height: 600px;
    overflow:hidden;
    margin-bottom: 10px;
}

#categoryContent
{
    width: 500px;
    float: right;
    min-height: 500px;
    margin-right: 10px;
    margin-top: 5px;
}

#formFrame
{
    width: 348px;
    float: left;
    height: 250px;
    margin-top: 5px;
    margin-left: 10px;
}
/*
fieldset
{
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    direction: rtl;
}

legend
{
    font-family: Arial;
    font-weight:bold;
    font-size:24px;
    text-align: right;
    -moz-text-align: right;
}
*/
label
{
    width: 123px;
    height: 53px;
    margin: 10px;
    font-family: Arial;
    font-size: 20px;
}

input, select
{
    width: 150px;
    margin-top: 18px;
    /*font: 13px/100% Verdana, Tahoma, sans-serif;*/
    font-size: 13px;
    line-height: 100%;
    font-family: Verdana,Tahoma, sans-serif;
    padding: 3px;
    outline: 0px;
   /* border-radius: 5px;
    border: 1px solid rgb(223, 222, 199);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f1f1ee',GradientType=0 );
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 1px 3px 3px 2px #4F4E4E;
    -webkit-box-shadow: 1px 3px 3px 2px #4F4E4E;
    -moz-box-shadow: 1px 3px 3px 2px #4F4E4E;
    */
}

.cellPhone
{
    width: 86px;
}

.kidomet
{
    width: 60px;
}

.name
{
    margin-right: 14px;
}

.email
{
    margin-right: 27px;
}

.subject
{
    margin-right: 38px;
    width: 160px;
}

.sendButtonClass
{
    margin-right: 128px;
    width: 78px;
    height: 28px;
    margin-bottom: 10px;
}

.comment
{
    background-color: White;
    width: 150px;
    height: 60px;
}

/*--------category and sub category-------------------*/

#categoryContent h2
{
    color: #1c6cb3;
    width: 500px;
    margin-right: 444px;
    padding-top: 88px;
    font-family: Arial;
    font-weight: bold;
    font-stretch: wider;
    font-size: 20px;
    text-shadow: 0.05em 0.05em 0.05em black;
    padding-top: 5px;
    margin-bottom: 10px;
}

.categorySubcategoryBody
{
    width: 500px;
    text-align: right;
    font-size: 14px;
    font-family: arial;
    line-height: 20px;
    direction: rtl;
}

.subsubject
{
    margin-right: 7px;
    width: 160px;
}

/*************** sitemap ********************/
.sitemaph2
{
    text-align:right;
     width: 539px;
}
.sitemaplinkdiv
{
    text-align:right;
     width: 539px;
}
/******************* recommend ****************************/
.recommendper
{
    margin:auto;
    direction:rtl;
    text-align:right;
    width:475px;
}
/*************************** all articles **************************/
.allarticlestitleandpicdiv
{
    width: 697px;
    height: 33px;
    margin-left: 22px;
    padding: 6px 3px;
 background-image:url("../siteimages/categorybodytitleimage.png");
 margin-right:21px;
 float:right;
}
.allarticlestitleandpicdivper
{
    font-family: Arial;
    text-align: center;
    margin-bottom: 0px;
    float: right;
    width: 415px;
    direction: rtl;
    font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
    color: #FFAD25;
}
.allarticlesmaindiv
{
    margin-top: 30px;
    margin-right: 15px;
}
.allarticlesarticlediv
{
    overflow: hidden;
    height: 146px;
    width: 570px;
    margin: 10px auto;
    padding: 5px 10px;
    border: 2px solid green;
    border-radius: 50px 0;
    background-color: White;
}
.allarticlesPicDiv
{
    float: right;
    width: 124px;
    margin-top: 15px;
}

.allarticlesPicDiv a img
{
    border: 2px solid black;
    width: 104px;
    margin:0;
    padding:0;
}

.allarticlesTextDiv
{
    float: right;
    width: 410px;
    margin-right: 20px;
    font-family: Arial;
    direction: rtl;
    margin-top: 15px;
}

.allarticlesTextDiv h2
{
    background-color: #1C6CB3; 
    border-radius: 8px 8px 0 0;
    color: white;
    direction: rtl;
    text-indent: 3px;
    font-weight: bold;
    width: 410px;
    font-family: Verdana;
    font-size: 22px;
    height: 35px;
}

.allarticlesTextDiv h2 a
{
    color: white;
    text-decoration: none;
    text-shadow: 0 1px 0 black;
}

.allarticlesTextDiv p
{
    width: 410px;
    font-size: 15px;
}

.allarticlesContinue
{
    color: black;
    font-weight: bold;
    text-decoration: none;
    float: left;
    font-size: 15px;
}

.allarticlesContinue:hover
{
    color: red;
}

.allArticlesH1
{
    display: block;
    margin: 10px auto;
    padding: 10px 0;
    text-align: center;
    width: 594px;
}

.allarticlesHr
{
    width: 650px;
    margin: 0 auto 10px auto;
    height: 2px;
}
/*************************** end of all articles **************************/

/*************************** investments page ****************************/

.containerDiv
{
   width: 948px;
   border: 1px solid #b3b2b2; 
   background-color: #e7f1f6;
   border-radius: 8px;
   font-family: Arial;
   overflow: hidden;
   
}

#investmentsBody
{
    width: 950px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

#investmentsSlideshow
{
    width: 948px;
    border: 1px solid #b3b2b2;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px auto;
    margin-top:0;
}

/*********************** Rotator Styles *************************/
#wrapper {
	width:938px; 
}

#rotator 
{
    width: 938px;
    padding-top: 5px;
    padding-bottom: 5px;
	/*background:#FFF;*/
	color:#000;
	position:relative;
	padding-bottom:2.6em;
	/*margin:0; */
	font-size:16px;
}

/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	list-style:none;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

ul.ui-tabs-nav 
{
    width: 938px;
    height: 42px;
	position:absolute;
	top: 282px;
	z-index:1;
	background-image: url(../images/navBar3.png);
	opacity: 0.8;
}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {	
	font-size:.8em;
	font-weight:bold;
	color:ButtonHighlight;
	/*background:#FFF url(../images/uitabsbg.gif) repeat-x bottom left; */
	border-left:1px solid #FFF;
	border-right:1px solid #c5ced9;
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	background:#FFF url(../images/uiactivetabbg.jpg) repeat-x bottom left;
	color:#333;
}

#rotator .ui-tabs-nav-item a span {
	float:left; 
	padding:1em; 
	cursor:pointer;
}

/* Active Tab */
#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
	background:#fff url(../images/uiactivetabbg.jpg) repeat-x bottom left;
	color:#333;
}

/* Content Panels */
#rotator .ui-tabs-panel {
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	color:#000;
	padding:40px 540px 15px 0;
	height:225px;
	width: 938px;
	direction: rtl;
}

#rotator .ui-tabs-hide {
	display:none;
}

#rotator h2 {
	color:#E75D00;
	font-weight:normal;
	margin:0;
	font-size:1.8em;
	line-height:1.2em;
}

#rotator p {
	font-size:1.1em;
	margin:.5em 0;
	color:#333;
	width: 458px;
}

#rotator .btn_get_started {
	float:right;
	height:30px;
	width:99px;
	text-indent:-9999em;
	margin-right:7px; 
	overflow:hidden; 
	background:transparent url(../images/slideshowButton.png) no-repeat
}

#rotator .btn_learn_more {
	float:right;
	height:26px;
	font-size:.9em;
	text-decoration: none;
	color: Red;
	font-weight: bold;
	font-family: Arial;
}

/* Background Images 
#rotator #fragment-1 {
	background:transparent url(../images/forienRotatopPic.jpg) no-repeat; 
}

#rotator #fragment-2 {
	background:transparent url(../images/investmentsRotatorPics.jpg) no-repeat; 
}

#rotator #fragment-3 {
	background:transparent url(../images/IndependenRrotatorPics.jpg) no-repeat; 
	
}

#rotator #fragment-4 {
	background:transparent url(../images/pikadonRotatorPics.jpg) no-repeat; 
	
}

#rotator #fragment-5 {
	background:transparent url(../images/savingsRotatorPics.jpg) no-repeat; 
	
}

#rotator #fragment-6 {
	background:transparent url(../images/futureRotatorPics.jpg) no-repeat; 
	
}
*/
/**************** end of rotator *******************/

#iphoneText
{
    width: 900px;
    height: 100px;
    float: right;
    margin-right: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
    direction: rtl;
}

#iphonewrapper
{
    margin-bottom: 10px;
    padding: 5px 0;
    /*width: 948px;
    border: 1px solid #b3b2b2; 
    background-color: #e7f1f6;
    border-radius: 8px;
    font-family: Arial;
    direction: rtl;
    overflow: hidden;*/
}

#iphonewrapper h2
{
    color: #c2181b;
    width: 900px;
    margin-bottom: 5px;
    font-size: 28px;
    text-shadow: 0 1px 0 black;
    direction: rtl;
}

#iphonewrapper p
{
    font-family: Arial;
    font-size: 14px;
    color: Black;
    width: 800px;
    float: right;
    margin-bottom: 20px;
    direction: rtl;
    margin-right: 20px;
}

.iphoneBtn
{
    width: 302px;
    height: 202px;
    margin-left: 10px;
    float: right;
    background-image: url(../images/iphoneButton.png);
    border-radius: 21px 21px 30px 30px;
    box-shadow: 0 5px 5px gray;
}

#iphoneTopRow, #iphoneBottomRow, #iphoneRowThree
{
    width: 936px;
    height: 202px;
    margin-right: 12px;
    margin-bottom: 10px;
    float: right;
}

.iphoneContBtn
{
   width: 67px;
   height: 22px;
   margin-right: 198px;
}

.iphoneBtnImg
{
    width: 302px;
    height: 124px;
}

.iphoneBtnText
{
    width: 275px;
    height: 66px; 
    direction: rtl;
}

.iphoneBtnText
{
    font-size: 13px;
    color: highlighttext;
    line-height: 20px;
    font-weight: bold;
    margin-left: 8px;
}

#formWrapper
{
    background-color: #edf6d6;
    margin-bottom: 10px;
    overflow: hidden;
}

#formWrapperHeader
{
    width: 938px;
    height: 140px;
    margin: 10px auto 10px auto;
    direction: rtl;
}

#formWrapperHeaderText
{
    float: right;
    width: 750px;
    height: 140px;
    margin-right: 15px;
}

#formWrapperHeaderText h2
{
    color: #c2181b;
    width: 750px;
    margin-bottom: 5px;
    font-size: 28px;
    text-shadow: 0 1px 0 black;
}

#formWrapperHeaderText p
{
    width: 750px;
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
}

#formWrapperHeaderPic
{
    float: left;
    width: 120px;
    height: 140px;
    margin-left: 20px;
}

#formWrapperBody
{
    margin-bottom: 10px;
}
/*************forms!!!!!******************/
/*#tabsUl
{
    list-style-type: none;
    direction: rtl;
    width: 938px;
    height: 42px;
}

#tabsUl li
{
    float: right;
    width: 137px;
    height: 42px;
    text-align: center;
    font-size: 15px; 
    font-weight: bold;
    line-height: 50px;
    background-image: url(../images/formtab1.png);
}

#tabsUl li:hover
{
    background-image: url(../images/formtab2.png);
    line-height: 32px;
    color: #c2181b;
}

#tabsUl li:activ
{
    background-image: url(../images/formtab2.png);
    line-height: 32px;
    color: #c2181b;
}

#tabsUl li a
{
    text-decoration: none;
    font-family: Arial;
    font-size: 15px;
    color: #0eace9;
}

#tabsUl li a:hover
{
    color: #c2181b;
}
*/
#formBody
{
    width: 916px;
    border: 1px solid #b3b2b2;
    background-color: #e7f1f6;
    border-radius: 8px;
    min-height: 546px;
    padding: 5px;
    overflow: hidden;
    margin:0 auto;
}

.formClass
{
    float: right;
    width: 300px;
    height: 520px;
    margin-left: 8px;
}

.formPerSubcategory
{
    margin-left: 0;
    float: right;
    width: 300px;
    height: 800px;
}

.formPerSubcategoryHeader
{
    background-image: url(../images/formHeader.png);
    width: 300px;
    height: 50px;
    margin: 0 auto 5px auto;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #10abe9;
    font-family: Arial;
}

.formPerSubcategoryBody
{
    direction: rtl;
    width: 298px;
    height: 714px;
    border: 1px solid #aed83b;
    border-radius: 8px;
    background-color: #f1f8de;
    padding-top: 12px;
    background-image: url(../images/theform.png);
}

.textField
{
    width: 235px;
    height: 27px;
    background-color: transparent;
    background-image: url(../images/txtfield.png);
    background-repeat: no-repeat;
    line-height: 27px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.textFieldPhone
{
    width: 235px;
    height: 27px;
    background-color: transparent;
    background-image: url(../images/txtfieldFullPhone.png);
    background-repeat: no-repeat;
    line-height: 27px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.txt
{
   background-color: transparent; 
   border:0;
   color: black;
   font-size: 15px;
   font-weight: bold;
   line-height: 24px;
   margin-top:0;
   width: 225px;
}

.txtPhone
{
   width: 140px;
   background-color: transparent; 
   border:0;
   color: black;
   font-weight: bold;
   font-size: 14px;
   line-height: 24px;
   margin-top:0;
}

.txtKidomet
{
   width: 70px;
   background-color: #E8E8E8; 
   border:0;
   color: Black;
   font-size: 14px;
   line-height: 24px;
   margin-top:0;
   margin-right: 12px;
   padding: 0;
   color: black;
   font-weight: bold;
}

.longDDL
{
   width: 230px;
   background-color: #E8E8E8; 
   border:0;
   color: Black;
   font-size: 14px;
   line-height: 24px;
   margin-top:3px;
   margin-right: 3px;
   padding: 0;
   color: black;
   font-weight: bold; 
}

.formLabel
{
    color: infotext;
    font-family: Arial;
    font-weight: bold;
    margin-right: 33px;
    text-shadow: 1px 1px 1px green;
    font-size: 17px;
}


.formRow
{
    height: 53px;
    width: 290px; 
    
}

.nameLabel 
{
   font-size: 16px;
   margin-left: 36px;
}

.phoneLabel
{
    font-size: 16px;
    margin-left: 33px;
}

.emailLabel
{
    font-size: 16px;
    margin-left: 54px;
}

.moneyLabel
{
    font-size: 16px;
}

.formRowphone
{
    width: 86px;
}

.formRowKidomet
{
    width: 60px;
}


.formButton
{
    width: 217px;
    height: 100px;
    margin-right: 87px;
    margin-top: 0;
}

.playerHolder
{
    float: right;
    width: 300px;
 
    margin-left: 4px;
}

#formBullets
{
    background-image: url(../images/formbullets.png);
    float: right;
    width: 300px;
    height: 520px;
    margin-left: 8px;
}

/**************************/

.shadetabs
{
    list-style-type: none;
    direction: rtl;
    width: 938px;
    /*height: 42px;*/
    overflow: hidden;
    font-family: Arial;
    padding:0;
}

.shadetabs li
{
    float: right;
    width: 137px;
    height: 42px;
    text-align: center;
    font-size: 15px; 
    font-weight: bold;
    line-height: 50px;
    background-image: url(../images/formtab1.png);
    color:#0EACE9;
    cursor: pointer;
}
/* insurance Page */
#emptySpaceLi
{
    background-image: url(../images/emptyTab.png);
    border-radius: 8px 8px 0 0;
    height: 39px;
    margin-right: 0;
    margin-top: 3px;
    opacity: 0.4;
    overflow: hidden;
    width: 414px;
    cursor: default;
}

.shadetabs li:hover
{
    background-image: url(../images/formtab2.png);
    line-height: 32px;
    color: #c2181b;
}

.shadetabs li a
{
    text-decoration: none;
    font-family: Arial;
    font-size: 15px;
    color: #0eace9;
}

.shadetabs li a:hover
{
    color: #c2181b;
}

.shadetabs li.selected /*selected main tab style */
{ 
    background-image: url(../images/formtab2.png);
    line-height: 32px;
    color: #c2181b;
}

.shadetabs li.selected a /*selected main tab style */
{ 
    color: #c2181b;
}

.tabcontent{
    display: none;
    float: right;
    width: 608px;
    margin-top: 8px;

}

@media print {
.tabcontent {
display:block !important;
}
}

.playerFrame
{
    width: 286px;
    height: 90px;
    border: 1px solid #c2c1c1;
    border-radius: 5px;
    background-color: #fcfdfd;
    margin-bottom: 8px;
    float:right;
    font-family: Arial;
}

#formPlayers
{
    padding-top: 8px;
}

.playersCheckbox
{
   width: 20px;
   height: 20px;
   cursor: pointer;
}

.playerFrame label
{
    float: right;
    width: 10px;
    height: 65px;
    direction: rtl;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 9px 3px 0 10px;
}

.playerFrame label:hover
{
    color: Red;
}

.playerLogo
{
    width: 74px;
    height: 74px;
    border: 1px solid #c2c1c1;
    margin-top: 7px;
    margin-right: 16px;
    float: right;
}

.playerLogo a img
{
    width: 74px;
    height: 74px;
}

.playerText h3
{
    width: 160px;
    float: right;
    text-align: right;
}

.playerText h3 a
{
   text-decoration: none; 
   color: #4384bf;
}

.playerText
{
    direction: rtl;
    width: 160px;
    float: right;
    height: 76px;
    margin-top: 2px;
    margin-right: 10px;
}

.playerText span
{
    font-size: 13px;
    font-family: Sans-Serif;
    font-weight: bold;
    color: Brown;
}

#investmentsBodyBlog
{
    margin-bottom: 10px;
    overflow: hidden;
}

#investmentsBodyBlogRightSide
{
    float: right;
    overflow: hidden;
    width: 541px;
    margin-left: 10px;
    padding: 5px;
    font-family: arial;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    direction: rtl;
    
}

#investmentsBodyBlogRightSide h3
{
    float: right;
    margin-right: 10px;
    width: 100px;
    text-align: right;
    color: #1C6CB3;
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    text-shadow: 0.05em 0.05em 0.05em black;
    margin-bottom: 5px;
    margin-top: 5px;
}

#investmentsBodyBlogRightSide p
{
    width: 540px;
    height: 464px;
    font-family: arial;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    direction: rtl;
    margin-right: 10px;
}

#investmentsBodyBlogContactUsBar
{
    float: left;
    width: 262px;
    height: 32px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.socialIcons
{
    float: left;
    margin-right: 5px;
    width: 32px;
}

#smallLogo 
{
    float: left;
    width: 109px;
    margin-right: 5px;
}

#likeButton
{
    float: left;
    width: 66px;
    margin-right: 2px;
    margin-top: 15px;
}

#investmentsBodyBlogLeftSide
{
    float: left;
    width: 273px;
    height: 504px;
    /*background-image: url(../images/buisnessman.png);*/
    margin: 5px 0 5px 5px;
    border: 4px solid #5f9bb9;
    border-radius: 4px;
    padding: 38px 0 2px 72px;
    background-color: White;
}

#investmentsArticlesSection
{
    width: 935px;
    padding: 10px 13px 10px 0;
    margin-bottom: 10px;
    min-height: 308px;
    overflow: hidden;
}

.investmentsSingleArticle
{
    float: right;
    width: 174px;
    height: 330px; 
    margin-left: 13px;
       direction: rtl;
   /* margin-right:13px;*/
}
.investmentsSingleArticle img
{
    width: 165px;
    /*height: 97px;*/
    border: 4px solid lightGrey;
/*    border-radius: 6px;*/
    
}

.investmentsSingleArticle h4
{
    width: 174px;
    font-size: 14px;
}

.investmentsSingleArticle h4 a
{
    text-decoration: none;
    color: #4384bf;
}

.investmentsSingleArticle span
{
    width: 168px;
    height: 112px;
    font-family: Arial;
    font-size: 13px;
}


.investmentsSingleArticleexplorrer
{
    float: right;
    width: 184px;
    height: 250px; 
    margin-left: 13px;
    direction: rtl;
}
.investmentsSingleArticleexplorrer img
{
    width: 165px;
    /*height: 97px;*/
    border: 4px solid lightGrey;
/*    border-radius: 6px;*/
    
}

.investmentsSingleArticleexplorrer h4
{
    width: 174px;
    font-size: 14px;
}

.investmentsSingleArticleexplorrer h4 a
{
    text-decoration: none;
    color: #4384bf;
}

.investmentsSingleArticleexplorrer span
{
    width: 168px;
    height: 112px;
    font-family: Arial;
    font-size: 13px;
}



.goToArticle
{
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    color: #4384bf;
}

/*********************************** scrol bar **************************/
.clspointer
{
    cursor: pointer;
    direction: rtl;
    font-family: Arial;
    font-size: 12px;
}

/***************** BREAD CRUMS ***********/

.sitemapdec
{
    text-decoration: none;
}

.sitemapdir
{
    text-align: right;
    float: right;
    direction: rtl;
    text-indent: 10px;
}

.breadCrums
{
    height: 6px;
}

/***************************** ARTICLES*******************/

#articleContainer
{
    background-color: #E7F1F6;
    border: 1px solid #D1D1D1;
    border-radius: 8px 8px 8px 8px;
    margin-top: 10px;
    min-height: 600px;
    overflow: hidden;
    width: 928px;
    padding: 10px;
    margin-bottom: 10px;
}

#ArticleCategoryContent
{
    width: 500px;
    float: right;
    min-height: 500px;
    margin-left: 5px;
}

#ArticleCategoryContent h2
{
    color: #1C6CB3;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3px;
    padding-top: 5px;
    text-shadow: 0.05em 0.05em 0.05em black;
    width: 500px;
    direction: rtl;
    text-align: right;
}

#articleInfo
{
    height: 30px;
    font-family: Arial;
    font-size: 12px;
    color: Gray;
    line-height: 30px;
    font-weight: bold;
    margin-top: 12px;
}

#socialIcons
{
    height: 30px;
    width: 270px;
    float: left;
}

.articleInfoSocialIcon
{
    float: left;
    cursor: pointer;
    height: 20px;
    outline: medium none;
    text-decoration: none;
    width: 20px;
    margin-right: 3px;
}

.articleInfoSocialIcon img
{
    border: 0 none;
    height: 20px;
    margin-top: 3px;
    outline: medium none;
    width: 20px;
}

hr
{
    margin:0 0 10px 0;
}

.articleInfo
{
    float: right;
    width: 70px;
    text-align: right;
}

.articleInfoSeperator
{
    float: right;
    width: 3px;
    margin: 0 3px;
}

#articlePic
{
    float: left;
    width: 413px;
    height: 640px;
    padding: 10px 5px;
    margin-top: 60px;
}

#articleContactUsBar
{
    float: left;
    width: 500px;
    height: 32px;
    margin-bottom: 5px;
}

#articleImage
{
    width: 409px;
    height: 378px;
    float: right;
    border: 2px solid gray;
}

#articleIphone
{
    float: right;
    width: 413px;
    height: 253px;
    margin-top: 5px;
}

.articleIphoneButton
{
    float:right;
    margin-left: 4px;
    margin-top: 20px;
    border-radius: 8px 8px 33px 33px;
    box-shadow: 0 4px 5px gray;
}

#articleCallToAction
{
    width: 948px;
    background-color: #9acd32;
    border: 1px solid #B3B2B2;
    border-radius: 8px 8px 8px 8px;
    margin: 10px auto;
    height: 45px;
    direction: rtl;
    box-shadow: 0 0px 10px green;
    line-height: 40px;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#9acd32), to(#000));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9acd32', endColorstr='#000000');
    background: -moz-linear-gradient(top,  #9acd32,  #000);*/
}

#articleCallToAction h3
{
    text-align: center;
    font-size: 28px;
    font-family: Arial;
    color: white;
    text-shadow: 1px 1px 1px black;
}

#articleFormContainer
{
    width: 948px;
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    background-color: #edf6d6;
    padding: 10px 0;
    overflow: hidden;
}

/*----------------for user control css---------*/
#ContentPlaceHolder1_articleFormContainer
{
    width: 948px;
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    background-color: #edf6d6;
    padding: 10px 0;
    overflow: hidden;
    min-height: 330px;
    margin-bottom: 10px;
}


/*----------------for old form---------*/
#ctl00_ContentPlaceHolder1_contect_UpdatePanel1
{
    width: 366px;
    margin: 0 auto;
    height: 330px;
    background-color: #edf6d6;
}

#ctl00_ContentPlaceHolder1_articleFormContainer
{
    width: 948px;
    overflow: hidden;
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    background-color: #edf6d6;
    margin-bottom: 10px;
}

#articlePageRelatedAricles
{
    background-color: #E7F1F6;
    border: 1px solid #B3B2B2;
    border-radius: 8px 8px 8px 8px;
    font-family: Arial;
    overflow: hidden;
    width: 935px;
    padding: 10px 13px 10px 0;
    min-height: 330px;
    margin-bottom: 10px;
}

.categoryTab
{
    width: 896px;
    direction: rtl;
    font-family: Arial;
    /*font-size: 14px;*/
    overflow: hidden;
    height: 300px;
}

.categoryTabImg
{
    margin: 0 0 5px 20px;
    float: right;
    border-radius: 8px 18px 30px 30px;
    box-shadow: 3px 4px 5px gray;
}

.categoryTab a img
{
    /*
    margin: 0 0 5px 20px;
    float: right;
    border-radius: 8px;
    
    box-shadow: 10px 4px -1px gray;
    -webkit-box-shadow: 10px 4px -1px gray;
    -moz-box-shadow: 10px 4px -1px gray;
    */
}

.tabContineu
{
    float: left;
    width: 200px;
    direction: rtl;
    text-align: center;
    border: 3px double gray;
    background-color: #e1e1e1;
    margin-top: 5px;
    box-shadow: 1px -1px 3px gray;
}

.tabContineu a
{
    text-decoration: none;
    color: #1C6CB3;
    font-family: Sans-Serif;
    font-weight: bold;
    font-size: 18px;
}

.tabContineu a:hover
{
    color: lightCoral;
}

#miniIphone
{
    width: 928px;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    background-color: #e7f1f6;
    margin-bottom: 10px;
    padding: 10px;
}

#miniIphone h2
{
    font: bold 26px verdana;
    direction: rtl;
    text-align: right;
    text-indent: 5px;
    color: #1C6CB3;
    width: 928px;
    padding: 8px 0;
    text-decoration: underline;
}

#miniIphoneLeftSide
{
    width: 524px;
    float: left;
    height: 241px;
    padding: 0 4px;
    border: 1px solid #ccc;
}

#miniIphoneRightSide
{
    float: right;
    width: 384px;
    margin-left: 10px;
}

.miniIphoneImg
{
    margin-left: 17px;
    padding-bottom: 3px;
    float: right;
}

.miniIphoneImg a img
{
    width: 111px;
    border-bottom: 1px solid transparent;
}

.miniIphoneImg a img:hover
{
    border-bottom: 1px solid red;
}

/*--- CONTACT US---*/
#contactUsContainer
{
    background-color: WhiteSmoke;
    border: 1px solid #D1D1D1;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 700px;
    overflow: hidden;
    width: 948px;
}

.failureNotification
{
    color: Red;
    font-family: Sans-Serif;
    font-size: 15px;
    direction: rtl;
    text-align: right;
}

#contactusDiv
{
    width: 590px;
    margin: 10px auto;
}

#contactusDiv h2
{
    direction: rtl;
    width: 530px;
    text-align: center;
    display: block;
    margin: 5px auto;
    font-family: Verdana;
    font-weight: bold;
    color: Black;
}

#contactInfo
{
    direction: rtl;
    font-family: Sans-Serif;
    font-size: 14px;
    width: 530px;
    color: gray;
    display: block;
    margin: 5px auto;
    text-align: center;
}

#theForm
{
    width: 590px;
    margin: 10px auto;
}

.myFieldset
{
    background-color: white;
    border-radius: 8px 8px 8px 8px;
    direction: rtl;
    border: 6px double lightgray;
    box-shadow: 0 20px 10px gray;
}

.myFieldset legend
{
    font-size: 25px;
    font-weight: bold;
    font-family: Sans-Serif;
    color: LightSlateGrey;
}

.myFieldset p
{
    width: 400px;
    margin: 2px 12px 2px 10px;
    height: 45px;
}


.myFieldset p input
{
    border: 1px solid #CCCCCC;
    width: 300px;
    display: inline;
}

.myFieldset p label
{
    display: block;
    color: #696969;
    font-family: Sans-Serif;
    margin:0;
    padding:0;
    font-size:15px;
    height: 0;
}

.contactUsDDL
{
    width: 94px;
    float: right;
    margin-right: 6px;
    height: 24px;
    border: 1px solid #ccc;
}

.contactUsMessage
{
    margin-top: 18px;
    font-family:Sans-Serif;
    color: LightSlateGrey;
}

.contactUsButton
{
    float: left;
    cursor: pointer;
    width: 100px;
    height: 40px;
    margin-right: 3px;
}

.buttonHolder
{
    overflow: hidden;
    width: 286px;
    float: right;
    margin-bottom: 2px;
}

.checkUncheckButton
{
    width: 70px;
    margin-top: 1px;
    margin-left: 5px;
    float: right;
    color: Green;
    font-weight: bold;
}

.companyDescriptionLine
{
    
}
.takanonDiv span
{
    height: 20px;
    font-family: Sans-Serif;
    color: Black;
    font-size: 11px;
}

.takanonDiv span a
{
    text-decoration: underline;
}

.takanonbox
{
    width: 13px;
    float: right;
    margin: 0 10px;
}

.horizontalLine
{
    height: 1px;
    background-color: White;
    margin: 5px auto;
    border-bottom: 1px solid black;
}

/*#carousel
{
    width: 928px;
    height: 90px;
    padding: 10px 0;
}
*/

.siteMap
{
    height: 14px;
    direction: rtl;
    font: bold 12px sans-serif;
}

.siteMap div
{
    display: inline;
    float: right;
}

.siteMap div a
{
    text-decoration: none;
    color: Black;
    cursor: pointer;
}

.siteMap div a span
{
    padding: 0 2px;
}

.lastCrum
{
    color: Green;
}

/**************** Currency Table *******************/

.exchangeTopRow
{
    overflow: hidden;
    background-color: DimGray;
}
.currencyDiv
{
    width: 198px;
    float: right;
    height: 50px;
    border: 1px solid gray;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
    font-family: Sans-Serif;
    color: white;
}

.unitDiv
{
     width: 78px;
    float: right;
    height: 50px;
    border: 1px solid gray;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
    font-family: Sans-Serif;
    color: white;
}

.countryDiv
{
    width: 214px;
    float: right;
    height: 50px;
    border: 1px solid gray;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
    font-family: Sans-Serif;
    color: white;
}

.rateDiv
{
    width: 214px;
    float: right;
    height: 50px;
    border: 1px solid gray;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
    font-family: Sans-Serif;
    color: white;
}

.changeDiv
{
    width: 214px;
    float: right;
    height: 50px;
    border: 1px solid gray;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
    font-family: Sans-Serif;
    color: white;
}

.exchangeRow
{
    background-color: LightGray;
    overflow: hidden;
}

.exchangeRowWhite
{
    background-color: White;
    overflow: hidden;
}

.currencyMiddleDiv
{
    width: 198px;
    float: right;
    height: 20px;
    border: 1px solid gray;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    font-family: Sans-Serif;
    color: black;
}

.unitMiddleDiv
{
    width: 78px;
    float: right;
    height: 20px;
    border: 1px solid gray;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    font-family: Sans-Serif;
    color: black;
}

.countryMiddleDiv
{
    width: 214px;
    float: right;
    height: 20px;
    border: 1px solid gray;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    font-family: Sans-Serif;
    color: black;
}

.rateMiddleDiv
{
    width: 214px;
    float: right;
    height: 20px;
    border: 1px solid gray;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    font-family: Sans-Serif;
    color: black;
}

.cangeMiddleDiv
{
    width: 214px;
    float: right;
    height: 20px;
    border: 1px solid gray;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    font-family: Sans-Serif;
    color: black;
}

a#homeLogo { 
 width:400px; 
 height:100px; 
 text-indent:-3000px; 
 background:url(../siteimages/logo.png) 0 0 no-repeat; 
 display:block; 
 z-index:2; 
}
a#homeLogo span { 
 float:left;
 display:block;
 background-image:url(../siteimages/logo.png); 
 background-repeat:no-repeat;
}
.clear { clear:both; }

/****************** homepage float banner **************************/
#hp_bottom_strip
{
    /*z-index: 1000;*/
    left: 0px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    display: none;
   
    background-image: url(../siteimages/bannerbackground.png);
    background-repeat: repeat-x;
  
    height: 70px;
    z-index:200;
    

}
#hp_bottom_strip img
{
    display: block;
    margin: 0 auto;
}


#hp_bottom_strip A
{
    outline-style: none;
    text-decoration: none;
    outline-color: invert;
    outline-width: medium;
    display: block;
    background: no-repeat center bottom;
    height: 67px;
}
#hp_bottom_strip BUTTON
{
    border-bottom: medium none;
    border-left: medium none;
    margin: 0;
    outline-style: none;
    outline-color: invert;
    outline-width: medium;
    width: 19px;
    background: url(../siteimages/hp_btm_strip_close.png) no-repeat;
    float: right;
    display: block;
    height: 19px;
    border-top: medium none;
    cursor: pointer;
    border-right: medium none;
}
/****************** end of homepage float banner **************************/