@charset "windows-1255";

* {
padding:0; margin:0;
}
body { 
	direction:rtl;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e2e2e2 url(bodybg.jpg) repeat-x center top;
	width: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p

{
	margin: 5px 0 20px 0;
	text-align:right

}


 #menu {
 
 height:100px;
 	
	background:  url(menubg.png) no-repeat bottom;
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	padding: 0 0 10px 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#menu a {
 	border: 0px red solid;
	float:right;
	width:88px;
	height:28px;
	margin: 0 11px 0 10px;
	padding: 7px 0 0 0;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing:1px;
	
}

h1 {
	padding: 35px 60px 0 0;
	margin: 0;
	font-size:33px;
	letter-spacing:4px;
	color:#FFFFFF;
	font-weight:normal;


}

h2 {
	padding: 15px 0px 0 0;
	margin: 0;
	font-size:32px;
	letter-spacing:2px;
	color:#3e3e3e;
	font-weight:normal;


}

h3 {
	padding: 15px 0px 0 0;
	margin: 0;
	font-size:20px;
	letter-spacing:0px;
	color:#121212;
	font-weight:normal;
	text-align:right


}


ul {

	list-style: square;
	text-align:right;
	margin-right:20px;
	
	}
	
	
ul li {
color:#222222;
letter-spacing:0px;
font-weight:bold;

}

 #mainContent {
 	
	
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

 #leftcolumn {

 float:left;
 	
	
	width: 620px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin:0; /* the auto margins (in conjunction with a width) center the page */
	
	}
	
	 #package {
	
	height: 174px;
 	
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin:10px 0 10px 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align:right;
	
	}
	
	
		 #package a {
	
	height: 174px;
 	
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 ; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;

	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	position:absolute;
	float:right;
	font-size:16px
	
	
	}
	
	
	#package a h1 {
		font-size:25px;
		font-weight:bold;
		text-align:center;
		padding: 0;
		margin: 0 -15px 15px 0;
		letter-spacing: 1px;
	}


 #footer {
  text-align:center;
 

  


 
	
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

 #footer-inner {
 

 
  

margin: 0 auto;
 	
	background: #f4e2d5;
	background:url(footerbg.jpg) top center no-repeat;
	height:70px;
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	/* the auto margins (in conjunction with a width) center the page */
	
	padding: 5px 0 0 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}




fieldset {
	display:block;
	border:none;
	text-align:center;
	margin: 8px 30px 4px 0;
	
	padding:0;

	
}
fieldset legend {
	font-weight:bold;
	font-size:13px;
	padding-right:10px;
	padding-left:10px;
	color:#999;
	margin-left:50px;
}
fieldset form {

}
fieldset p label {
	float:left;
	
	font-family:Arial, Helvetica, sans-serif;
}
fieldset form input, fieldset form select, fieldset form textarea {
	padding:3px;
	color:#333333;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cfaaa5;
	background:#faeee6;
	margin:0;
}

input.contact , textarea.contact {
	padding:5px;
	color:#333333;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #222222;
	background:#fdfdfd;
	margin:0;
}
fieldset form input.formbutton {
	margin-left:150px;
	background:#e3c7c3;
	border:none;
	border-bottom:3px solid #cfaaa5;
	color:#ffffff;
	font-weight:bold;
	padding:5px 10px;
	font-size:13px;
}
