body {
	margin : 0;
	padding : 0;
	font-family : tahoma;
	font-size : 11px;
	direction : rtl;
}
input, textarea {
	font-family : tahoma;
	font-size : 11px;
	padding : 5px;
	border : 1px solid #ccc;
}
label {
	font-weight : bold;
}
h3 {
	font:13px tahoma;
	font-weight : bold;
}
#wrap {
	width : 900px;
	margin : 0 auto;
}
#header {
	height : 40px;
	background : #315e8b;
}
#logo {
	background : url(logo.png) no-repeat;
	height : 40px;
	width : 150px;
}
#menu {
	float : left;
	width : 100px;
}
#menu ul {
	list-style-type : none;
	padding : 0;
	margin : 0;
}
#menu li {
	float : right;
	padding : 12px;
}
#menu a {
	color : #fff;
	text-decoration : none;
}
#bar {
	list-style-type : none;
	margin : 12px 0 10px 0;
	padding : 0;
	line-height : 18px;
	height : 130px;
}
#bar li {
	float : right;
	padding : 10px;
	width : 272px;
	height : 110px;
	background : url(nav-bg.png) no-repeat;
}
#bar #one, #bar #two {
	margin-left : 11px;
}
#button {
	text-align : center;
	padding : 5px;
}
#source {
	border : 1px solid #ccc;
	height : 200px;
	width : 888px;
	margin-top : 10px;
}
#trans {
	list-style-type : none;
	padding : 0;
	margin : 0;
	display : block;
	width : 100%;
	border-left : 1px solid #ccc;
}
#trans li {
	float : left;
	direction : ltr;
	padding : 0;
	border : 1px solid #ccc;
	border-width : 1px 1px 1px 0;
	margin-right: 1px 0 0 0;
	margin-bottom : 10px;
}
#trans .en {
	border-bottom : 1px solid #ccc;
	padding : 2px 5px 2px 5px;
	background : #EFEFEF;
	font-family : Verdana;
	font-size : 13px;
	white-space : nowrap;
}
#trans .multiple, #trans .single{
	padding : 2px 8px 2px 5px;
	white-space : nowrap;
	cursor : pointer;
	direction : rtl;
}
#trans .multiple {
	background : url(multiple.png) no-repeat right 11px;
}
#contact {
	padding : 10px 30px 10px 30px;
}
#contact .edit {
	width : 200px;
}
.error {
	margin-bottom : 15px;
	color : red;
	font-weight : bold;
}
table {
	border-collapse : collapse;
	margin-top : 20px;
}
th {
	background : #e0e0e0;
}
th, td {
	border : 1px solid #e0e0e0;
	padding : 8px;
}
#keywords {
	border : 1px solid #e0e0e0;
	padding : 5px;
	margin-top : 10px;
	text-align : center;
	line-height : 15px;
	clear : both;
}
#tt {position:absolute; display:block; background:url(tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF;line-height : 18px;}
#ttbot {display:block; height:5px; margin-left:5px; background:url(tt_bottom.gif) top right no-repeat; overflow:hidden}
#linkto {
	height : 55px;
	width : 250px;
	margin-top : 5px;
	background : #F5F8F8;
	direction : ltr;
	line-height : 13px;
	padding : 5px;
}
.form-check {
	border : 0;
}
.form-submit {
	border : 1px solid #ccc;
	background : #f0f0f0;
	padding : 8px;
	width : 100px;
}
#desc {
	padding : 10px;
	line-height : 20px;
}
#ads {
	list-style-type : none;
	clear : both;
	height : 160px;
	margin : 0;
	padding : 0;
}
#ads li {
	float : right;
	padding : 0;
}
.big-link {
	font:40px Georgia;
	text-align : center;
	display : block;
	margin-top : 28px;
	text-decoration : none;
	color : navy;
}
#footer {
	text-align : center;
	padding-top : 15px;
	font:11px verdana;
	display : block;
	clear : both;
}
#footer a {
	text-decoration : none;
	color : #696969;
}