@charset "utf-8";
/* #######################  GENERAL ############################ */
html.body, body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666600;
	marginp: 20px;
	background-color: #FFF;
	margin: 5px 0px 0px;
	padding: 0px;
	}
#marqueecontainer{
	border: 1px solid #FBD58E;
	background-color: #FFF8E1;
	margin: 0px;
	padding: 6px;
	}
.external_border {
	border: 1px solid #fff;
}
.modulborder {
	background-color: #666666;
	border: 1px solid #CCCCCC;
	float: left;
	width: 100%;
	padding: 6px;
}
.site_name_1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.site_name_2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666600;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #75282B;
}
/*  Global Formatting */
h1 {
	font-size:12px;
	font-weight: bold;
	color: #A4888B;
	line-height: 1em;
	margin-bottom: 0px;
}
h2 {
	font-size:11px;
	font-weight: bold;
	color: #CE8395;
	margin-top: 3px;
	margin-bottom: 0px;
	letter-spacing: .3em;
}

h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}

a {
	color: #FF6600;
}
a:hover {
	color: #FF0A23;
}
a:visited {
	color: #FF6600;
}
a.image, a.image:hover  {border:0;}

hr {
	height: 1px;
	border: 1px solid #DFA571;
}
/* #######################  END GENERAL SETTINGS ############################ */


/* ######################  LAYOUT SETTINGS       ############################## */
/* Add here Div Wrappers of table formatting to layouts custom stuff*/
/* ######################  LAYOUT SETTINGS       ############################## */

/*##################### NAVIGATION SECTION #####################*/

/* Mainlevel menu */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #666600;
	text-align: left;
	height: 20px !important;
	height: 25px;
	width: 162px;
	text-decoration: none;
	padding: 2px;
	text-indent: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-image: url(http://web-key.co.il/minisite/site_templates/001/template_1009/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	float: left;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #FFFFCC;
	background-color: #FF9900;
}

	

/* ##################### FORM SECTION  #####################*/	
input {
background-color:#FFFFFF; font-size: 13px; color: #814C41;
}
.inputbox {background: #FFFFFF;}
.text_area {background: #FFFFFF;}
/* Pull down menu */
.selectbox {width: 100%;}
/* Submit Button */
.button {border: 1px solid #8C6553; background: #C79392;color: #FFFFFF;}


/* ##################### END FORM SECTION  ##################### */	
