@charset "windows-1255";

* {
padding:0; margin:0;
}
body { 
	direction:rtl;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #faf7e3 url(/bodybg.jpg) no-repeat 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;
}




 #mainContent {
 	

	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 10px 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 */
}






#topbg {
 height: 107px; width: 890px;
}


 #menu {
 
 
 
 height:20px;
 text-align:right;
 	
	
	width: 610px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin:  0 250px 0 0; /* the auto margins (in conjunction with a width) center the page */
	
	padding: 55px 0 0 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#menu a {
	color:#CC3366;
	font-family:arial;
	font-size:15px;
	font-weight:normal;
	letter-spacing:0.001px;
	text-decoration:none;
	margin-left:8px;
	}


#midbg {
background:url(/mainbg-mid.png) #faede3 top center repeat-y;  width: 860px;
text-align:right;
padding:0 15px 0px 15px;
}


h1 {
	margin:  0 10px 0 0;
	font-size:37px;
	font-weight: normal;
	font-family:Arial;

	color:#cca391;
	letter-spacing:0px;
	padding:0;


}
h2 {
	margin:  -3px 10px 15px 0;
	font-size:19px;
	font-weight: normal;
	font-family:Arial;
	letter-spacing: normal;
	color:#ba9788;
		padding:0;
}

p {
	color:#855e51;
	font-size:13px;
	font-weight:normal;
	margin: 8px 20px 0 0;
	width:500px;
	line-height: 15px;
}




#botbg {
 background:url(/mainbg-bot.png) top center no-repeat; height: 42px; width: 890px;
}




 #footer {
 
 position: relative;
 text-align:center;
 

  
  bottom:0;
  left:0;
  width: 100%;


 
	
	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 */
}




a h1 {
	padding: 10px 10px 8px 0;
	font-size:22px;
	text-decoration:none;
	color:#ffffff;
	margin: 0;

}

a h2 {
	padding: 5px 20px 5px 5px;
	font-size:15px;
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;

}

a h3 {
	padding: 3px 5px 8px 5px;
	font-size:13px;
	text-decoration: none;
	font-weight: normal;


	color:#FFFFFF;

}


a h4 {
	padding: 5px 20px 8px 0;
	font-size:15px;
	text-decoration: underline;
	font-weight:bold;
	float:left;
	margin-left:10px;
	color:#FFFFFF;
	cursor:pointer;



}





#celltext {
	font:arial; font-size:14px;
	padding: 4px 10px 4px 10PX;
	color:#855e51;
	font-weight:bold;
	float:right;
	}

#celldesc {
	font:arial; font-size:13px;
	padding: 5px 10px 4px 0;
	color:#855e51;
	font-weight:normal;
	float:right;
	}


#botlinks, #botlinks a {
	color:#999999;
	font-size:13px;

}




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;
}

fieldset form input.big, fieldset form select.big, fieldset form textarea.big {
	padding:5px;
	color:#c81e57;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ce4c77;
	background:#faeee6;
	margin:0;
	width:180px;
	margin-bottom:3px;
}
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;
	
}