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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 10pt;	
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #444;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}
h1 {
	font-size: xx-large;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a {
	color: #6c6c6c;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
#container {
	width: 920px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#logo {
	height: 55px;
	width: 80px;
	float: left;
	text-align: left;
	padding-left: 50px;
}
#nav {
	width: 740px;
	float: right;
	height: 55px;
	text-align: right;
	line-height: 50px;
	padding-right: 50px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
	list-style-type: none;
	color: #929292;
}
#nav li a {
	color: #929292;
	text-decoration: none;
}
#nav li a:hover {
	color: #333333;
	text-decoration: none;
}
#menu2 {
	height: 55px;
	width: 100%;
	margin-bottom: 10px;
	float: left;
}
#content {
	width: 920px;
	background-image: url(../images/shared/shadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}
#banner {
	background-image: url(../images/shared/shadow-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 315px;
	width: 910px;
	text-align: center;
	padding: 5px;
}
#title {
	padding-left: 75px;
	height: 57px;
	width: 480px;
	background-repeat: no-repeat;
	background-position: 45px 20px;
	float: left;
	padding-top: 13px;
}
#tree {
	text-align: right;
	float: right;
	height: 45px;
	width: 305px;
	color: #6c6c6c;
	padding-top: 25px;
	padding-right: 50px;
	text-transform: lowercase;
}
#contentTitle {
	width: 910px;
	background-image: url(../images/shared/shadow.gif);
	background-repeat: repeat-y;
	background-position: left center;
	height: 70px;
	padding: 0px 5px;
}
#contentBody {
	float: left;
	width: 820px;
	padding: 0px 50px;
	background-image: url(../images/shared/shadow.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
#contentBody ul {
	float: none;
/*	display: list-item;
	list-style-type: circle;*/
	margin:0px 20px;
	padding:0px;
}

#contentBody li {
	float: none;
	display: list-item;
	list-style-type: circle;
	line-height:20px;
	margin-bottom:10px;
}

#contentFooter {
	background-image: url(../images/shared/shadow-down.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 11px;
	width: 920px;
	float: left;
	font-size: 2px;
}
#products {
	width: 800px;
	background-color: #eee;
	padding: 17px 10px;
	float: left;
	margin-bottom: 25px;
}
#products ul {
	margin: 0px;
	padding: 0px;
}
#products li {
	display: inline-block;
	list-style-type: none;
	float: left;
	height: 200px;
	width: 150px;
	padding: 0px 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}
#products a img {
	padding: 2px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #a1a1a1;
	border-left-color: #a1a1a1;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #a1a1a1;
	border-bottom-color: #a1a1a1;
}
#products li h2 {
	color: #111;
	font-size: small;
	font-weight: normal;
	margin-bottom: 5px;
}
#products li p {
	font-size: 12px;
	color: #505050;
	line-height: 13px;

}
#footer {
	float: left;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	font-size: x-small;
	color: #666;
}
a img  {
	padding: 2px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #a1a1a1;
	border-left-color: #a1a1a1;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #a1a1a1;
	border-bottom-color: #a1a1a1;
}
#homeContentBody {
	float: left;
	width: 820px;
	padding: 15px 50px;
	background-image: url(../images/shared/shadow.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
#homeContentThick {
	float: left;
	width: 519px;
	border-right: dashed 1px #bbb;
}
#homeContentThin {
	float: left;
	width: 275px;
	padding-left: 25px;
	padding-top: 10px;
}
#homeContentBody h1 {
	color: #BE2226;
	font-weight: normal;
	text-align: left;
	font-size: x-large;
	margin-bottom: 10px;
}
#popularProducts {
	width: 519px;
	background-color: #fff;
	padding: 10px 0px;
	float: left;
	margin-bottom: 0px;
}
#popularProducts ul {
	margin: 0px;
	padding: 0px;
}
#popularProducts li {
	display: inline-block;
	list-style-type: none;
	float: left;
	height: 150px;
	width: 150px;
	padding: 0px 6px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: none;
}
#popularProducts a img {
	padding: 2px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #a1a1a1;
	border-left-color: #ccc;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
#popularProducts li h2 {
	color: #292929;
	font-size: small;
	font-weight: normal;
}
#popularProducts li p {
	font-size: x-small;
	color: #505050;
	line-height: 14px;
}
#events {
	float: left;
	width: 499px;
	padding: 0px 10px;
}
#eventsContainer {
	display: none;
}
#events p {
	font-size: x-small;
	line-height: 16px;
}
#events h2 a{
	color: #BE2226;
}
#events h2 a:hover{
	color: #E2C17C;
}
#newProducts {
	width: 285px;
	margin-bottom: 25px;
}
#newProducts a img{
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#newProducts h3 {
	font-weight: normal;
	color: #846C40;
	font-size: large;
	margin: 0px;
	padding: 0px;
}
#newProducts p {
	color: #999;
	font-size: small;
}
.newProductsImg {
	width:154px;
	padding-bottom: 1px;
	background-color: #000;
}
#categoryTitle {
	padding-left: 75px;
	height: 55px;
	width: 480px;
	background-image: url(../images/shared/title-bicolor-silver.gif);
	background-repeat: no-repeat;
	background-position: 45px 20px;
	float: left;
	padding-top: 15px;
}
#category {
	width: 800px;
	background-color: #eee;
	padding: 17px 10px;
	float: left;
	margin-bottom: 25px;
}
#category ul {
	margin: 0px;
	padding: 0px;
}
#category li {
	display: inline-block;
	list-style-type: none;
	float: left;
	height: 160px;
	width: 150px;
	padding: 0px 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}
#category li h2 {
	color: #292929;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
#category li p {
	font-size: x-small;
	color: #505050;
	line-height: 14px;
	text-align: center;
}
#category a img {
	padding: 2px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #a1a1a1;
	border-left-color: #a1a1a1;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #a1a1a1;
	border-bottom-color: #a1a1a1;
}
/*
#title2 {
	padding-left: 45px;
	height: 55px;
	width: 515px;
	float: left;
	padding-top: 15px;
}*/
#textList  {
	margin: 0px 15px 35px 15px;
	padding: 0px;
}
#textList  li{
	padding: 0px;
	list-style-type: circle;
	display: list-item;
	float: none;
	margin-bottom: 20px;
}
#textList li h2 {
	font-family: "Times New Roman", Times, serif;
}
#textList li p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	text-align: justify;
}
#textList li a {
	color: #987938;
	text-decoration: none;
}
#textList li a:hover {
	color: #4B321B;
	text-decoration: none;
}
#textPage {
	margin: 0px;
	width: 820px;
	padding-top: 5px;
	padding-bottom: 40px;
	padding-left: 0px;
	text-align: justify;
}
.blackLabel  {
	width:75px;
	color:#000;
	float: left;
}

.text-block h2 {
	padding:0px;
	margin:0px;
	font-size:18px;
	color:#333333
}

.text-block p { 
	padding:0px; 
	margin:0px; 
/*	padding-bottom:15px; */
	text-align:justify 
}
.arabicText  {
	padding:0px;
	margin:0px;
	direction: rtl;
	text-align: left;
}
#wallpapers {
	width: 800px;
	background-color: #eee;
	padding: 17px 10px;
	float: left;
	margin-bottom: 25px;
}
#wallpapers ul {
	margin: 0px;
	padding: 0px;
}
#wallpapers li {
	display: inline-block;
	list-style-type: none;
	float: left;
	height: 170px;
	width: 150px;
	padding: 0px 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}
#wallpapers img  {
	padding: 2px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #a1a1a1;
	border-left-color: #a1a1a1;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #a1a1a1;
	border-bottom-color: #a1a1a1;
}
#wallpapers li h2 {
	color: #292929;
	font-size: small;
	font-weight: bold;
}
#wallpapers li p {
	font-size: x-small;
	color: #505050;
	line-height: 16px;

}
#ads {
	width: 800px;
	background-color: #eee;
	padding: 17px 10px;
	float: left;
	margin-bottom: 25px;
}
#ads ul {
	margin: 0px;
	padding: 0px;
}
#ads li {
	display: inline-block;
	list-style-type: none;
	float: left;
	height: 165px;
	width: 150px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
#ads img  {
	padding: 2px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #a1a1a1;
	border-left-color: #a1a1a1;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #a1a1a1;
	border-bottom-color: #a1a1a1;
}
#ads li h2 {
	color: #292929;
	font-size: small;
	font-weight: bold;
}
#ads li p {
	font-size: x-small;
	color: #505050;
	line-height: 16px;

}
.redLink {
	color: #BE2226;
}
#logo a img{
	border: 0px none #fff;
}
