body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #272727;
}

p {
	margin: 10px 0px;
	font-size: 11px;
	text-align: justify;
}

h1 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	direction:rtl;
}

h2 {
	margin: 0px;
	padding: 5px 0px;
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;
		direction:rtl;
}

h3 {
	margin: 0px;
	padding: 10px 0;
	font-size: 25px;
	font-weight: bold;
	color:#ffb21e;
}

h4 {
	clear: both;
	margin: 0px;
	padding: 15px 0px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}

#container {
	margin: 0px auto;
	width: 920px;
	margin-top: 10px;
}

/* top */

#top {
	clear: both;
	width: 900px;
	height: 100px;
	padding: 0px 10px;
	color: #FFFFFF;
}


/* end of top */


/* content */

#content {
	float:right;
	width: 880px;
	padding: 0px 20px;
	background:url(images/frame.gif) repeat-y;
	text-align:right;
}

.content_top{
	clear: both;
	width: 920px;
	height: 15px;
	background: url(images/top.gif) no-repeat;
	text-align:right;
}
/* for IE 6 */
* html .content_top{
	clear: both;
	width: 920px;
	height: 15px;
	margin-bottom: -5px;
	background: url(images/top.gif) no-repeat;
}

.content_bottom{
	clear: both;
	width: 920px;
	height: 16px;
	background: url(images/bottom.gif) no-repeat;
}

/* banner */
.banner {
	width: 830px;
	height: 204px;
	padding: 50px 0px 0px 50px;
	margin-bottom: 10px;
	background: url(images/banner.jpg) no-repeat;
}

.banner ul {
	margin: 20px 0px 20px 50px;
	padding: 0px;
	list-style: disc;
}

.banner ul li{
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px 0px 5px 0px;
}
/* end of banner */

/* menu */

#menu{
	
	width: 880px;
	height: 35px;
	margin: 0px 0px 10px 0px;;
	background: #272727;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	direction:rtl;
	text-align:right;
}

.menuleft {
	float: left;
	height: 35px;
	width: 10px;
	background: #272727 url(images/menu_left.gif) no-repeat;
}
.menuright {
	float: right;
	height: 35px;
	width: 10px;
	background: #272727 url(images/menu_right.gif) no-repeat;
}

#menu a{
	float: left;
	padding: 7px 20px 2px 20px;
	margin-right: 1px;
	height: 25px;
	color: #ffffff;
	text-decoration: none;
	
}

#menu a:visited{
	color: #ffffff;
}

#menu a:hover{
	color: #ffffff;
	text-decoration: none;
	background: #285fc2;
}
/* end of menu */

/* 3 boxes */

#boxarea{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
	width: 880px;
}

.box1{
	float: left;
	width: 280px;
	margin-right: 19px;
	background: #272727;
}

.box1top {
	height: 30px;
	padding-top: 10px;
	text-align: center;
	background:url(images/box1_top.gif) no-repeat;
}
.body {
	width: 250px;
	padding: 20px 10px 0px 20px;
	color: #FFFFFF;
}

.box2{
	float: left;
	width: 280px;
	margin-right: 19px;
	background: #272727;
}
.box2top {
	height: 30px;
	padding-top: 10px;
	text-align: center;
	background:url(images/box2_top.gif) no-repeat;
}

.box3{
	float: left;
	width: 280px;
	margin: 0px;
	background: #272727;	
}
.box3top {
	height: 30px;
	padding-top: 10px;
	text-align: center;
	background:url(images/box3_top.gif) no-repeat;
}

.boxbottom{
	width:280px;
	height: 10px;
	 background: url(images/box_bottom.gif) no-repeat;
}
* html .boxbottom{
	width:280px;
	height: 10px;
	margin-bottom: -10px;
	background: url(images/box_bottom.gif) no-repeat;
}

/* end of 3 boxes */

/* 2 columns */

#2columns{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 10px 0px;
	width: 880px;
}

.column1{
	float: left;
	width: 480px;
	padding: 10px;
	padding-right: 20px;
	background: #ffffff;
	direction:rtl;
	text-align:justify;
	margin-top:10px;
}

.column2{
	float: right;
	width: 320px;
	padding: 10px;
	padding-left: 30px;
	border-left: 1px dotted #CCCCCC;
	background: #ffffff;
		direction:rtl;
	text-align:justify;
		margin-top:10px;
}

.column2 a {
	color: #666666;
	text-decoration: none;
}


/* end of 2 columns */

/* Detail page */

#features{
	clear: both;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	width: 880px;
text-align:right;
direction:rtl;
}

#features h1{
padding-right:30px;
}

#features p{
padding:0px 30px 0px 30px;
}

#features a {
	color: #999;
	text-decoration: none;
}

/* end of detail page */

/* -------- Footer --------- */

#footer {
	clear: left;
	padding: 5px 0px 5px 0px;
	width: 920px;
	color: #ffb21e;
	line-height: 24px;
	text-align: center;
	direction:rtl;
}
#footer a {
	color: #ffb21e;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* --------- end of footer --------------*/