body{
	color:#1CA0B9;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#7C8158;
}

a:link , a:visited , a:active {color:#CC3300;}
a:hover {color:#157B8C;}

#main_table{

}

#list{
	
	color:#FFFFFF;
	margin:0 10px 10px 10px;
}
#list a{
	width:127px;
	margin-bottom:1px;
	padding:5px 3px 3px 17px;
	display:block;
}
#list a:link ,#list a:visited ,#list a:active {
	/*background:#7B9A5E;*/
	background:#7E845A;
	color:#FFF;
}
#list a:hover {
	background:#BABFA1;
	color:#515439;
}


#footer{
	clear: both;
	background: url(../images/footer_background.jpg) repeat-x;
	border-top:#DDE1BE 1px solid;
	margin-top:20px;
	text-align: center;
	font-size: 10px;
	line-height:16px;
	padding:20px 0 20px 0;
}


.contactus{
	text-align:center;
	border:#F0F0F0 1px solid;
}
.contactus td{
	padding:5px;
	border-bottom:#F0F0F0 1px solid;
	background:#FDFDFD;
	
}
.contactus table{
	border:none;
}
.contactus table td{
	padding:0px;
	border:none;
	background:none;
}
.clear{
	clear:both;
	height:1px;
	margin:0px;
	padding:0px;
}

#main_content{
	
	padding:0 0px 0px 0px;
	color:#1B9CB2;
	border:1px solid #E1E3CF;
	float:left;
	width:560px;
	/*background:url(../images/main_background.jpg) no-repeat;*/
}

.title{
	color:#000;
	font-size:20px;
	font-family:"Traditional Arabic";
	font-weight:bold;
	text-align:center;
	margin-right:10px;
	
}
#products_table{
	
}
.details{
	clear:both;
	width:90px;
	height:22px;
	color:#FFFFFF;
	text-align:center;
	float:right;
	background:url(../images/details.jpg) no-repeat;
	padding-top:3px;
}

.product{
	text-align:center;
	margin:8px 15px 8px 15px;
	color:#53563B;
	border:#E1E3CF 1px solid;
}
.product td{
	padding:6px 4px 6px 4px;
	background:#F1F3DD;
}
.product table{
	border:none;
}
.product table td{
	padding:0px;
	border:none;
	background:none;
	
}