*{
	margin:0px;
	padding:0px;
}

body{
	background-color:#192c4a;
	margin:0px;
	padding:0px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
}

table,td{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
}

a:link , a:visited{
	color:#333333;
	text-decoration:none;
}

a:hover , a:active {
	color:#999999;
	text-decoration:none;
}


.wrapper{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.header{ 
	background:url(interface/images/header.jpg) no-repeat;
	width:900px;
	height:180px;
	direction:rtl;
}

.content{
	margin-top:10px;
	margin-bottom:10px;
	background-color:#f1f1f1;
}

.footer{
	background-image:url(../images/footer.gif);
	height:23px;
	color:#FFFFFF;
	padding-left:20px;
	
	padding-top:11px;
}

.footer a{ color:#FFFFFF;}
.footer a:hover{ color:#BBBBBB}

.sidemenu{
	background-image:url(../images/sidemenu-bg.gif);
	background-repeat:repeat-y;
}


.sidemenu-title{
	color:#ff8961;
	font-weight:bold;
	padding-right:17px;
}

.sidemenu-body{
	padding-top:10px;
	padding-right:17px;
	padding-left:17px;
	line-height:150%;
}

.main{
	background-image:url(../images/main-bg.gif);
	background-repeat:repeat-y;
	width:620px;
}

.hrz-line{
	background-image:url(../images/hrz-line.gif);
	height:10px;
	background-repeat:repeat-x;
	background-position:center center;
}

.homebox{
	width:195px;
	background-image:url(../images/homebox-bg.gif);
	background-repeat:repeat-y;
}


.homebox-title{
	background-image:url(../images/homebox-top.gif);
	height:42px;
	padding-right:13px;
	color:#ff6162;
	font-weight:bold;
	padding-top:10px;
}

.homebox-body{
	padding-left:13px;
	padding-right:13px;
}

.main-title{
	color:#ff8961;
	font-weight:bold;
	padding-right:17px;
}

.main-body{
	margin-top:5px;
	padding-right:17px;
	padding-left:17px;
	line-height:150%;
}


.main-body a:link , .main-body a:visited{
	color:#CC0000;
}

.main-body a:hover , .main-body a:active{
	color:#FF6666;
}


.input , .textarea{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#edf1fd;
	border:1px solid #CCCCCC;
	padding:2px;
}

.button{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#333333;
}

.list {
	margin-top:10px;
	margin-bottom:20px;
}

.list h3{ font-size:12px; background:url(../images/list.gif) no-repeat right; padding-right:10px;}


.list a{ padding:3px;}
.list ul{ width:300px; text-indent:5px;}
.list li{ list-style-position:inside;list-style-type: square;}


.list-title{
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	color:#666666;
}

.title_fa{
	clear:both;
}

.list a:link , .list a:visited {
	color:#333333;
}

.list a:hover , .list a:active {
	color:#999999;
}


.list .item{
	display:block;
	padding-right:10px;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	width:566px;
	
	background-image:url(../images/list.gif);
/*	background-position:right 6px; */
	background-repeat:no-repeat;
}

.box {

}

.boxbody {
	width:586px;
}

.boxbody-title {
	font-weight: bold;
	line-height: 100%;
}

.boxbody-desc {
	font-weight: normal;
	color: #666666;
	padding-bottom: 15px;
}
.boxbody-shortdesc {
	color: #CCCCCC;
	
}
.boxbody-price {

}
.boxbody .filelist {
	margin-top: 10px;
}







/* -------------- menuv -------------- */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                 /* position, size, and font of  menu */
	{	
	width: 220px;						     /* [1] width of menu item (i.e., box) */
	font-size: 11px;
	font-family:Tahoma, Arial;
	padding-top:7px;
	}

#menuv a
	{
/*	white-space:nowrap; 	*/
    color:#000;
    display:block;
/*	border-bottom: 1px solid #f6f6f6;		 adds bottom border */
	z-index:100;
	}
	
#menuv a span{ padding-right:0px;}


#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color:#ddd;
	text-decoration:none;				       /* removes underlines from links */
	background:none;
	display:block;
	padding:7px 0 7px 14px;
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	color:#000077;
	background-color:#d1d1d1;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color:#66FFFF;
	display:block;
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	background-color:none;
	}

#menuv ul
	{
	border:0px solid #CCC;
	}
#menuv ul li
	{
/*	 background-color:#d1d1d1;  */

	position:relative;
	text-indent:20px;
	text-align:left;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	right: 220px;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

#menuv li ul a, #menuv li ul a:visited{ padding:4px 0;}
#menuv li ul li{ background:#2875ab;border-bottom:1px solid #000099;text-align:right;}
#menuv li ul li a:hover{ background:#3c93c9;}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 220px;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	width:220px;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	width:130px;
	}







#nav{
	width:200px;
	text-align:left;
	padding-top:15px;
}
#nav ul{
	list-style:none;
}
#nav li {
	font-size:11px;
	margin: 0;
	height:27px;
}
#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-weight:bold;
}
#nav li a:hover {
	color:#66FFFF;
}

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

.thumb-frame {
	float: right;
	display: inline;
	width: 148px;
	border:1px solid #ccc;
	text-align:center;
	padding: 10px;
	margin: 10px;
	height: 150px;
	overflow: hidden;
}
.thumb-frame a img{ display:block; margin:0 auto;}


