/************************************************************************************
*   Copyright (C)2007 Ereznet Ltd.                                                  *
*   All Rights Reserved.                                                            *
*   Ereznet Ltd.                                                                    *
*   www.Ereznet.co.il                                                               *
*   <support@ereznet.co.il>                                                         *
************************************************************************************/
html									{ margin: 0px; padding: 0px; -ms-overflow-y: scroll; width: 99.99%; }
body									{ background: #061B29 url("images/background.gif") top repeat-x; margin: 0px; color: #eee; font: 15px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif; }
*:focus									{ outline: none }
img									{ border: 0px; }
table, tr, th, td, form, fieldset, legend, select, input		{ border: 0px none; padding: 0px; margin: 0px; }
a									{ color: #FFA300; text-decoration: underline; }
a:hover									{ text-decoration: none; }

.clear_both								{ clear: both; }

/***********************************************************************************/

#wrap									{ direction: rtl; margin: 0px auto; height: auto !important; width: 960px; }

#header									{ float: left; text-align: center; margin: 10px auto 20px; padding: 0px; width: 960px; height: 300px; overflow: hidden; }
#header #topmenu							{ margin: 6px auto 0px; padding: 0px; width: 920px; height: 44px; overflow: hidden; }
#header #topmenu ul							{ list-style: none; padding: 0px; margin: 0px; }
#header #topmenu li							{ float: right; margin: 0px; }
#header #topmenu li a							{ margin: 0px; padding: 0px; background: url("images/header_menu_button.jpg") top no-repeat; height: 44px; line-height: 42px; width: 115px; display: block; color: #fff; font-size: 18px; font-weight: bold; text-decoration: none; }
#header #topmenu li a:hover						{ background: url("images/header_menu_button_effect.jpg") top no-repeat; color: #111; }
#header #topmenu li a:active						{ text-decoration: none; }
#header #topmenu li a.selected						{ cursor: default; background: url("images/header_menu_button_effect.jpg") top no-repeat; color: #111; }
#header #topmenu li a							{ /* Hide from IE5-Mac */ float: none; /* End hide */ }

#right_box								{ float: right; margin: 0px auto; padding: 0px; height: auto !important; width: 260px; }
#right_box #navigation							{ margin-bottom: 10px; padding: 5px 15px 10px 0px; background-color: #0F2937; }
#right_box #navigation img						{ float: right; margin: 0px 10px; }
#right_box #navigation strong						{ font-size: 22px; color: #fff; }
#right_box #navigation span						{ font-size: 17px; color: #798791; font-weight: bold; }
#right_box #navigation a						{ text-decoration: none; color: #FFA300; }
#right_box #navigation a:hover						{ text-decoration: underline; color: #FF9000; }
#right_box #navigation a.selected					{ text-decoration: underline overline; color: #FF9000; }

#left_box								{ float: left; text-align: right; margin: 0px; padding: 0px 10px; height: auto !important; width: 680px; }
#left_box h1								{ margin: 0px 0px 10px; padding: 0px; text-align: right; font-size: 20px; font-weight: bold; color: #fff; text-decoration: none; }

#footer									{ clear: both; direction: rtl; margin: 20px auto 0px; padding: 10px 0px; height: auto !important; width: 100%; background-color: #0D212F; text-align: center; font-size: 13px; }
#footer a								{ font-size: 19px; }
#footer .flink								{ font-size: 13px; color: gray }

/*****************************************************/
/* Start Forms ContactUs */
/*****************************************************/

#contactus								{}
#contactus input							{ border: 1px solid #1100f0; padding: 2px 2px 2px 2px; margin: 0px 0px 0px 0px; width: 205px; height: 15px; vertical-align: text-top; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#contactus input:focus,#contactus input:active,#contactus input:hover	{ background-color: #ccc; border: 1px solid #1100f0; }
#contactus input[type="submit"],#contactus input[type="reset"]		{ background-color: gray; border: 1px solid #ccc; padding: 2px 2px 2px 2px; margin: 20px 0px 0px 0px; width: 150px; height: 30px; font-size: 17px; vertical-align: middle; cursor: pointer; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#contactus input[type="submit"]:hover,#contactus input[type="reset"]:hover { background-color: gray; }
#contactus select							{ border: 1px solid #1100f0; padding: 2px 2px 2px 2px; margin: 0px 0px 0px 0px; width: 210px; height: 22px; font-size: 13px; vertical-align: text-top; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#contactus option							{ direction: rtl; background-color: #ccc; text-align: right; }
#contactus textarea							{ border: 1px solid #1100f0; padding: 2px 2px 2px 2px; margin: 0px 0px 0px 0px; vertical-align: text-top; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#contactus textarea							{ border: 1px solid #1100f0; padding: 2px 2px 2px 2px; margin: 0px 0px 0px 0px; vertical-align: text-top; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#contactus textarea:focus,#contactus textarea:active			{ background-color: #ccc; border: 1px solid #7d3d94; }

/*****************************************************/
/* End Forms ContactUs */
/*****************************************************/

/*****************************************************/
/* Start POPUP */
/*****************************************************/
#popUpDetails								{ display: none; z-index: 2000; direction: rtl; background-color: #FFFFFF; min-width: 50px; min-height: 50px; border: 0px solid #FFFFFF; text-align: center; padding: 10px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
#popUpDetails .close							{ background-image: url(/images/close.png); position: absolute; right: -15px; top: -15px; cursor: pointer; height: 35px; width: 35px; }
.popUpDetails								{ position: relative; text-align: right; font-size: 12px; color #000; }
/*****************************************************/
/* End POPUP */
/*****************************************************/

/************************************************************************************
*   Copyright (C)2007 Ereznet Ltd.                                                  *
*   All Rights Reserved.                                                            *
*   Ereznet Ltd.                                                                    *
*   www.Ereznet.co.il                                                               *
*   <support@ereznet.co.il>                                                         *
************************************************************************************/
