﻿/* CSS Document */

body
{
	font-family:arial,Helvetica,sans-serif;
	color:#6D6F7D;
}
h1
{
    font-size:larger;
    
}
h1.title
{
	font-size:larger;
	color:Red;
	text-align:right;
	font-weight:bold;
}

.subject
{
	font-size:medium;
	color:#87004D;
	
	font-weight:bold;
}
.subject_purple
{
	font-size:medium;
	color:#7A006D;
	
	font-weight:bold;
}

.footer
{
	font-size:small; 
}

.HyperLink1
{
	text-decoration:none;
	color:Red;
	 
}
a:hover{
cursor: pointer;
 }
a.TopMenu
{
	text-decoration:none;
    text-align:center;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    outline: none;
     
}
a.TopMenu:hover
{
	text-decoration:underline;
	
}
a.rightMenu
{
	text-decoration:none;
    text-align:right;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #C62748;
    outline: none;
    display:block;
    width:180px;
     
}
a.rightMenu:hover
{
	color:Purple;
	text-decoration:underline;
}


a.innerLink
{
    text-decoration:none;
    /*color: #6D6F7D;
    font-style:italic;*/ 
    color:#FF0000;
    text-decoration:underline;
    border:0;
    
}
a.innerLinkRed
{
	text-decoration:none;
	color:#FF0000;
	border:0;
}
img {border:0;}

a.contact
{
	
}
ul.img 
{
 
    list-style-image:url('images/boutiqueRikud.png');
}
.imgBg
{
	background-image:url(images/general/masterBg2.jpg);
	background-repeat:no-repeat;
	background-position:top|left;
}
.black_overlay
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:0.80;
	filter: alpha(opacity=80);
}
.white_content 
{
	display: none;
	position: fixed;
	top: 1%;
	left: 35%;
	width: 420px;
	height: 540px;
	padding: 6px;
	border: 3px solid #D41767;
	background-color: #E9EAEC;
	z-index:1002;
	overflow: auto;
}

.addMessageDivClass 
{
	display: none;
	position: fixed;
	top: 20%;
	left: 35%;
	width: 320px;
	height: 380px;
	padding: 6px;
	border: 3px solid #D41767;
	background-color: #E9EAEC;
	z-index:1000;
	overflow: auto;
}

/************************* ID's *************************/
 
#titleDiv
{
	position:absolute;
	display:none;
	/*left:-1000px;
	top:-1000px;*/
	z-index:900;
}
#ALL
{	
	width:854px;
	margin-left:auto;
	margin-right:auto;
	z-index:900;
}
#logoDiv
{
	background-color:Transparent;
	height:180px;
	direction:rtl;
}
#logoImg
{
	height:150px;
}
#grayDiv
{
	background-color:#E9EAEC;
	min-height:500px;
	margin-top:2px;
}
#SiteMapPath
{
	height:20px;
}

#midDiv
{
	float:left;
	width:854px;
	
	
}
#leftDiv
{
	float:left;
	width:654px;
	direction:rtl;
	
}
#rightDiv
{
	float:left;
	width:200px;
	direction:rtl;
	
}
#mainContentDiv
{
	float:left;
	text-align:right;
	direction:rtl;
	width:654px;
}
#contactUsLink
{
}

#rightMenuDiv
{
	
	width:200px;
	direction:rtl;
	text-align:right;
}

#whatsNewDiv
{
	width:180px;
}
#newsLetterDiv
{
	margin-top:10px;
	margin-bottom:10px;
	border:thin solid #800000;
	font-size:small;
	width:180px;
	text-align:center;
	
}

#footerDiv
{
	
	margin-top:10px;
	font-size:small; 
	text-align:center;
	direction:rtl;
	font-weight:normal;
	
}
#topMenuUl
{
	
	text-align:right; 
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-top:2px;
	padding-left:3px;
	padding-right:3px;
	
}
.topMenuLi
{
	float: right;
	text-align:center;
	background-repeat:no-repeat;
	background-position:right;
	width:105px;
	height:29px;
	vertical-align:middle;
	margin-left:1px;
	
	 
}
#rightMenuUl
{
	
	text-align:right; 
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
}
.rightMenuLi
{
	
	margin-top:5px;
	background-image:url(images/menu/btnSide_Off.png);
	background-repeat:no-repeat;
	background-position:right;
	width:200px;
	height:28px;
	direction:rtl;
	text-align:right;
	text-indent:10px;
	 
}
.btnSend 
{
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 9.5px 19px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 19px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
} 
.btnSend:hover 
{
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}
.btnSend:active 
{
   border-top-color: #1b435e;
   background: #1b435e;
}
.kid
{
	font-weight:normal;
	font-style:normal;
}



