body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	background-position: center top;
}
.green {
	color: #5ea402;
}
h4 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #217fbd;
}
.orange {
	color: #ff6600;
}

.img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	color: #333;
}
#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
form {
	margin: 0px;
	padding: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}

.seperator {
	border-bottom:1px solid #eee; width:940px; height:1px;
}
h1, h2, h4, h5, h6 {
	font-family: "Myriad Pro";
	margin: 0px;
	padding: 0px;
}
h4 {
	color: #F60;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 5px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #2e497a;
}
#searcharea {
	background-image: url(../images/search_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 140px;
	position: absolute;
	top: -5px;
	left: 410px;
	padding-left: 10px;
}
#languages {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.arabic {
	color: #090;
	font-size: 11pt;
}
.english {
	color: #C30;
}

#men {
	position: absolute;
	left: 60px;
}

.searchinput {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 90px;
}

