/*
	solid border color:	#EEEEEE;
	orange color	  : #FF3300;

*/

html body {
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	direction: rtl;
	background-color: #EEEEEE;
	color: black;
}

#main {
	width: 780px;
	height: auto;
	min-height: 482px;
	margin: auto;
}

#menu {
	float: none;
	margin: auto;	
	clear: both;
}

#menu li {
	display: block;
	list-style: none;
	float: right;
	margin-right: 8px;
	margin-bottom: 2px;
}

#menu a {
	text-decoration: none;
	color: black;
}

#menu a:visited {
	text-decoration: none;
	color: black;
}


#menu a:hover {
	text-decoration: overline;
	font-weight: bold;
}

#header {
	width:780px;
	height: 140px;
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-bottom: 8px;
	float:left;
}

#content {
	width: 780px;
	min-height: 150px;
	float:left;
}

#note {
	background-image: url(http://www.intercity.co.il/images/note.png);
	background-repeat: no-repeat;
	float: left;
	width: 200px;
	height: 216px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#note p {
	margin-top: 55px;
	margin-right: 20px; 

}

#right_block {
	float: right;
	width: 570px;
	min-height: 216px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bottom_block {
	margin-top:55px; 
	font-weight: bold; 
	color: white;
}
.bottom_block a {
	color:#FFFFFF;
	font-size: larger;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	margin-top:10px;
	width  : 780px;
	height : 34px;
	float  : left;
	clear  : both;
	text-align: center;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#footer a:visited,a {
	text-decoration: none;
	color: black;
}

.logo {
	color: black;
	font-weight: bold;
}

h1 {
	font-size:17px;
	color: #FF3300;
	text-decoration: overline;
}
h2 {
	font-size:17px;
	color: #FF3300;
}


input, textarea, select{
	background-color: #EEEEEE;
	border: dotted 1px gray;
}

