
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #006699;
	margin-bottom: 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #CC3333;
	margin-bottom: 5px;
}
p {
	padding-top: 7px;	
	padding-bottom: 7px;	
}
.bold {
	font-weight: bold;
}
.padding-block-9px {
	padding-top:9px;
	clear:both;
}

div#main {
	width:802px;
	margin: 0px auto;
}

/* Start Header */
div#logo {
	padding-top:15px;
}
/* End Header */

/* Start Sub Title */
div#redline-left {
	height:32px;
	width:5px;
	background:url(../images/redline_left.gif);
	float:left;
}
div#redline-center {
	height:32px;
	width:792px;
	float:left;
	background:url(../images/redline_background.gif);
	text-align:right;
	direction: rtl;
}
div#redline-right {
	height:32px;
	width:5px;
	background:url(../images/redline_right.gif);
	float:left;
}
div#redline-text {
	padding-right:8px;
	padding-top:5px;
	color:white;
	font-family:arial;
	font-size:18px;
}
/* End Sub Title */

/* End Main Content */
div#content-wrapper {
	width:658px;
	float:left;
}
div#content-header {
	height:5px;
	width:658px;
	background:url(../images/content_header.gif);
	font-size:0px;
}
div#content-center {
	width:656px;
	background:url(../images/content_background.gif) repeat-x;
	border-left:1px solid #d5d4d9;
	border-right:1px solid #d5d4d9;
	text-align:right;
}
div#content {
	padding: 10px 25px;
	direction: rtl;
	line-height: 1.5;
	color: #333;
}
div#content-footer {
	height:5px;
	width:658px;
	background:url(../images/content_footer.gif);
	font-size:0px;
}
div#spacer1px {
	height: 460px;
	width: 1px;
	float: right;
}
/* End Main Content */

div#space-9px-width {
	width:9px;
	font-size:0px;
	float:left;
}

/* Start Menu */
div#right-column {
	width:135px;
	font-size:0px;
	float:right;
	clear:right;
}
div.button-top {
	clear:both;
	font-size:0px;
}
div.button {
	padding-top:9px;
	clear:both;
	font-size:0px;
}
div.button-left {
	height:25px;
	width:5px;
	background:url(../images/button_left.gif);
	float:left;
}
div.button-center {
	height:25px;
	width:108px;
	background:url(../images/button_background.gif);
	float:left;
	text-align:right;
}
div.button-blue {
	height:25px;
	width:22px;
	background:url(../images/button_blue.gif);
	float:left;
}
div.button-red {
	height:25px;
	width:22px;
	background:url(../images/button_red.gif);
	float:left;
}
div.button-text {
	height: 25px;
	line-height: 23px;
	color:white;
	font-weight: bold;
	padding-right: 5px;
	font-size: 14px;
}
.menulink {
	text-decoration:none;
	cursor:pointer;
}
/* End Menu */

/* Start Appointment Form */
div#form-wrapper {
	padding-top:14px;
	clear:both;
}
div#form-wrapper-2 {
	width:136px;
	height:292px;
	background:url(../images/form.gif);
	text-align:center;
}
div#form-title {
	color:white;
	font-size:14px;
}
div#form-input-wrapper {
	width:122px;
	color:white;
	font-family:arial;
	font-size:14px;
	text-align:right;
}
.text-input {
	text-align:right;
	font-family:arial;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	width:122px;
	height:22px;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
}
div#form-input-name {
	padding-top:16px;
}
div#form-input-phone {
	padding-top:6px;
}
.btnContact {
	margin-top: 15px;
}
.pointer {
	cursor:pointer;
}
div#space-9px-height {
	clear:both;
	height:9px;
}
div#space-15px-height {
	clear:both;
	height:15px;
}
div#bottom-wrapper {
	padding-top:0px;
	clear:both;
	font-size:0px;
}
div#bottom-left {
	width:5px;
	height:31px;
	background:url(../images/bottom_left.gif);
	float:left;
}
div#bottom-right {
	width:5px;
	height:31px;
	background:url(../images/bottom_right.gif);
	float:left;
	clear:right;
}
div#bottom-center-heb {
	width:400px;
	height:31px;
	background:url(../images/bottom_background.gif);
	text-align:right;
	float:left;
}
div#bottom-center-eng {
	width:392px;
	height:31px;
	background:url(../images/bottom_background.gif);
	text-align:left;
	float:left;
}
div#bottom-text-heb {
	padding-top:8px;
	height:31px;
	padding-right:8px;
	color:#333333;
	font-size:11px;
}
div#bottom-text-eng a:link, 
div#bottom-text-eng a:visited,
div#bottom-text-eng a:hover,
div#bottom-text-eng a:hover:visited  {
	display: block; 
	padding-top:8px;
	padding-left:8px;
	color:#333333;
	font-size:11px;
	text-decoration: underline;
}
div#bottom-text-eng a:hover,
div#bottom-text-eng a:hover:visited  {
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 10px;
	margin-right: 20px;
	line-height: 1.5;
}
li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 20px; 
}
hr {
	height: 1px;
	background-color: none;
	border: none;
	border-bottom: dashed 1px #666; 
}