@charset "utf-8";
/* CSS Document */

@import url("reset.css");

body{
	background-color:#363636;
	direction:rtl;
	font-family:Tahoma;
	font-size:12px;
}

a{
	text-decoration:none;
}

.CenterDiv{
	margin:0px auto;
}

#Top1{
	 background-image:url(images/top1.gif);
	 width:655px;
	 height:108px;
	 display:block;
}

#Top2{
	 background-image:url(images/bg.gif);
	 background-repeat:no-repeat;
	 width:598px;
	 min-height:181px;
	 display:block;
	 padding-left:57px;
}

#MenuMain{
	display:block;
	width:254px;
	float:left;
}
#MenuMain a{

	display:block;
	float:left;
	border:none;
	padding:0px;
	margin:0px;
}

#MenuMain a img{
	border:none;
	padding:0px;
	margin:0px;
}

#banner{
	display:block;
	float:left;
}

#banner img{
	vertical-align:top;
	display:block;
}

#MenuBanner{
	display:block;
	padding-right:15px;
}

#MenuBanner a{
		background-image:url(images/bgmenubanner.gif);
		width:90px;
		height:23px;
		display:inline-block;
		text-align:center;
		line-height:20px;
		font-size:11px;
		color:#333;
}

#MenuBanner a:hover{
	color: #FFF;
}



/************************************************/
#Wrap{
	clear:both;
	margin-top:25px;
	background-image:url(images/entrybg.gif);
	display:block;
	width:531px;
}

#Content{
		display:block;
		min-height:200px;
		margin:0px 10px 0px 10px;
}

#Content p{
	line-height:20px;
	text-align:justify;
	margin:5px;
}



#Footer{
	clear:both;
	margin-top:25px;
	display:block;
	width:531px;
	text-align:center;
}

#Footer a{

	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#555;
}




#Email{
	 display:block;
	 margin:20px 50px 20px 50px;
	 border:1px solid #ddd;
	 padding:10px 50px 10px 50px;
}

#Email label{
	display:block;
	font-weight:bold;
	line-height:20px;
	font-size:11px;
	text-indent:10px;
}

#Email input{
	display:block;
	width:100%;
	border:1px solid silver;
	font-family:Tahoma;
	font-size:12px;
	padding:2px;
}

#Email textarea{
	display:block;
	width:100%;
	border:1px solid silver;
	height: 130px;
	font-family:Tahoma;
	font-size:12px;
	padding:2px;
}

#Email .BTT{
	width:100px
}


#PapersLink{
	 display:block;
	 background-image:url(images/file_doc.png);
	 background-repeat:no-repeat;
	 background-position:right center;
	 height:64px;
	 margin:10px 40px 10px 40px;
	 line-height:64px;
	 text-indent:70px;
	 padding:5px;
	 color:#63F;
	 font-weight:bold;
	 border-bottom:1px solid #ccc;
	 border-top:1px solid #ccc;
}

#PapersLink:hover{
	background-color:#ddd;
	color:#60C;
}


#Paper-text{
	padding:10px;
	display:block;
}


#Paper-text p {
	text-align:justify;
	text-indent:10px;
	line-height:18px;
	margin-bottom:20px;
	margin-top:10px;
}

#Paper-text h1{
	font-size:16px;
	display:block;
	text-align:center;
	margin-bottom:20px;
	
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
}


#Products{
	display:block;
	width:130px;
	margin-top:25px;
	margin-bottom:25px;
	margin-right:60px;
	margin-left:60px;
	float:right;
}


#Products img{
	border:1px solid #666;
	width:110px;
	margin:0px auto;
	margin-bottom:5px;
	height:110px;
	display:block;
}

#Products .t1{
	display:block;
	font-size:10px;
	text-align:center;
	line-height:15px;
	font-weight:bold;
	color:#990;
}

#Products .t2{
	display:block;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	direction:ltr;
	color:#996;
}
table{
	margin-bottom:20px;
}
table th{
		background-color:#996;
		line-height:30px;
		text-align:center;
		color:#FF0;
		font-size:11px;
}

table td{
		line-height:30px;

		font-size:11px;
}