#left { float: left;}
#middle { float: right; margin-right: 45px; margin-top: 10px}
#right { float: right;}
#buttons { float: left; padding-right:15px}
#logo {	
	margin: 10px 10px 30px 10px;
	float: none;
}
#small_text {
	font-size: 14px;
	text-align: justify;
}
#twobox {
	border-top: 1px solid gray;
	padding-bottom: 10px;
}

#navlist {
	font-size: 13px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

#trynow {
	float: left;
	position:relative;
	top:50px;
}
#iphone {
	float: right;
	margin-right: 20px;
	position:relative;
	top:-390px;
	/*top: 25px;*/

}

.pad_down {
	padding-bottom: 10px;	
}
#main_cont {
	width: 850px;
}

body {
	direction: rtl;
	color: #6D6E70;
	font-family: "Arial", "Arial (Hebrew)", "David (Hebrew)", "Courier New (Hebrew)";

}

a {
	color: #6D6E70;
	text-decoration: none;
}

.rounded_box {
   background: #f4f4f4;
}
.rounded_top div {
   background: url(img/corner_top_left.png) no-repeat top left;
}
.rounded_top {
   background: url(img/corner_top_right.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(img/corner_bottom_left.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(img/corner_bottom_right.png) no-repeat bottom right;
}

.rounded_top div, .rounded_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.rounded_content {
	margin: 0 290px 0 40px;
	text-align: right;
	height: 350px;
}

.rounded_content_nomargin {
	margin: 0 40px 0 40px;
	text-align: right;
}

