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

body{
	margin:0;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	text-align:right;
	background-color:#4c4c4c;
	line-height:18px;
}

/*------------------------------------------------*/
/*-------------------form style-------------------*/
/*------------------------------------------------*/

input{
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}

select{
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}

textarea{
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}


/*------------------------------------------------*/
/*---------------align text classes---------------*/
/*------------------------------------------------*/

.top{
	vertical-align:top;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

/*------------------------------------------------*/
/*----------------------links---------------------*/
/*------------------------------------------------*/

a{
	text-decoration:none;
	color:#1860a9;
}

a:hover{
	color:#FF6600;
}

a:active{
	color:#999999;
}


/*------------------------------------------------*/
/*----------------------images--------------------*/
/*------------------------------------------------*/

img{
	border:0;
}

/*------------------------------------------------*/
/*------------------other classes-----------------*/
/*------------------------------------------------*/

.clear{
	font-size:1px;
	line-height:1px;
	clear:both;
}

/*------------------------------------------------*/
/*----------------------div id--------------------*/
/*------------------------------------------------*/

#wrapper{
	width:950px;
	background-color:#ffffff;
	margin:0 auto;
	clear:both;
}

#main{

}

#main-right{
	width:245px;
	height:390px;
	background:url(images/bg-right.jpg) no-repeat;
	padding-top:45px;	
	float:right;
}

#menu{
	text-align:left;
}

#menu a{
	width:110px;
	height:23px;
	background:url(images/link.jpg) no-repeat left bottom;
	border-bottom:#555 1px solid;
	display:block;
	font-weight:bold;
	padding:5px 0 0 20px;
	float:right;
	color:#7f7f7f;
}

#menu a:hover{
	background:url(images/link-hover.jpg) no-repeat left bottom;
	color:#1860a9;	
}


#main-left{
	width:705px;
	float:left;
}

#header{
	width:705px;
	height:115px;
	background:url(images/header.jpg) no-repeat;
}

#content{

}

#content-right{
	width:581px;
	float:right;
}

#search-total{
	width:564px;
	background:#333333;
	margin:5px auto 0 auto;
}

#search-t{
	background:url(images/search-tl.jpg) no-repeat top left;
}

#search-r{
	background:url(images/search-tr.jpg) no-repeat top right;
}

#search-b{
	background:url(images/search-bl.jpg) no-repeat bottom left;
}

#search-l{
	background:url(images/search-br.jpg) no-repeat bottom right;
}

#search{
	height:61px;
}

#search-right{
	padding:5px 0px 0 0;
	margin:auto;
	text-align:center;
}

#search-left{
	color:#FFFFFF;
	padding:4px 10px;
	float:left;
}

#contentpori{
	background:url(images/bg-left.jpg) no-repeat 507px 108px;
	padding:10px 0 0 0;
}

#content-pic-r{
	width:232px;
	height:188px;
	background:url(images/big-pic-2.jpg) no-repeat;
	margin-left:10px;
	direction:rtl;
	padding:10px;
	float:left;
	line-height:14px;	
}

#content-pic-r ul{
	margin:10px 50px 10px 10px;	
	padding:0;	
}

#content-pic-l{
	width:247px;
	height:225px;
	background:url(images/big-pic.jpg) no-repeat;
	float:left;	
}

#content-pic-l-title{
	text-align:center;
	color:#FFF;
	font-weight:bold;
	padding:20px 10px;
}

#content-pic-l-title a{
	color:#FFF;
}

#content-pic-l-title a:hover{
	color:#F90;
}

#content-pic-l-input{
	text-align:center;
	font-weight:bold;
}

#content-pic-l-input table{
	text-align:center;
	margin:auto;
}

#enter a{
	width:58px;
	height:20px;
	background:url(images/but-a.jpg) no-repeat;
	margin:auto;
	display:block;
}

#enter a:hover{
	width:58px;
	height:20px;
	background:url(images/but-a-hover.jpg) no-repeat;
	display:block;
}

#content-left{
	width:124px;
	padding-top:5px;
	float:left;
}

#customer-top{
	height:25px;
	background:url(images/costumer.jpg) no-repeat;
	color:#FFF;
	padding:2px 0 0 0;
	text-align:center;
}

#customer-bottom{
	width:108px;
	padding:5px;
	border-right:#747474 2px solid;
	border-bottom:#747474 2px solid;
	float:left;
	text-align:left;
}

#footer{
	width:950px;
	height:30px;
	background:url(images/footer.jpg) no-repeat;
	text-align:center;
	padding-top:110px;
}

#footer a{
	font-weight:bold;
}

/*----------------------------web-hosting-----------------------------*/

#content-right-hosting{
	width:701px;
	float:right;
}

#contentpori-hosting{
	background:url(images/bg-left.jpg) no-repeat 627px 108px;
	padding:10px 0 0 0;
}

#web-hosting{
	width:510px;
	border:#747474 2px solid;
}

#web-hosting-hosting{
	width:615px;
	border:#747474 2px solid;
	margin:0 0 0 10px;
	display:inline-block;
	float:left;
}

#web-hosting-title{
	height:23px;
	background-color:#125ca6;
	color:#FFF;
	font-weight:bold;
	padding:2px 15px 0px 15px;
}

#web-hosting-text{
	padding:10px;
	text-align:justify;
	direction:rtl;
}

#search-total-hosting{
	width:564px;
	background:#333333;
	margin:5px 0 0 37px;
	float:left;
	display:inline;
}

.table{
	width:100%;
	text-align:center;
}

.td-1{
	background-color:#0f6fc6;
	font-weight:bold;
	color:#FFFFFF;	
}

.td-2{
	background-color:#ccd5ea;	
}

.td-3{
	background-color:#e7ebf5;	
}