* {
	margin: 0;
	padding: 0;
}

html {
	color: #fff;
	height: auto;
}

body {
	height: auto;
	text-align: justify;
	background: #000;
	direction: rtl;

}

html,body,.content {
	min-height: 100%;
}

:focus,:active {
	outline: 0;
}
/* TYPOGRAPHY*/
a {
	text-decoration: none;
}

.logo {
	margin:-35px 58px 0 0 ;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:5px solid #333333;
}
h2 {
	text-align: center;
	color: #cc8730;
	text-shadow: 0 1px 1px #000;
	-moz-text-shadow: 0 1px 1px #000;
	-webkit-text-shadow: 0 1px 1px #000;
}

p {
	text-align: justify;
	font-size: 15px;
	color: #fff;
}
.ser_p{
	color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
}

hgroup{
	margin:20px 0 0 0;
}
hgroup figure {
	margin:20px 0 0 0 ;
}

hgroup figure img{
	float:left;
}

hgroup  div{
	margin:0;
	padding:0;
}
hgroup h2 {
	padding:0;
	margin:0;
	display:none;
}

.lang{
	float:right;
	margin:0 30px 0 0 ;
	
	
}
.lang a:hover{
	color:#cb8730;
}
.lang a{
	font-size:18px;
	color:#fff;
	padding:5px;
	position:relative;
	float:left;
	width:40px;
	height:27px;
}


/*Navigation*/
nav {
	height: 40px;
	margin: 10px 0 90px 0 ;
	background: #f1f1e8;
	padding: 1px;
	box-shadow: 0 0 10px #315767 inset;
	-moz-box-shadow: 0 0 10px #315767 inset;
	-webkit-box-shadow: 0 0 10px #315767 inset;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

nav ul {
	height: 40px;
	margin: 0 auto;
	text-align: center;
	display: table;
	list-style: none;
	background: url(../images/temp/nav-bg.png) repeat-x;
}

nav li {
	position: relative;
	display: inline;
	margin:0;
	
}


nav a {
	display: block;
	float: left;
	line-height: 40px;
	font-size: 18px;
	font-weight:bold;
	width:105px;
	color: #fff;
}



nav a:hover {
	color: #000;
}

#push {
	margin-bottom: 40px;
}


/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#carousel {
	height: 280px;
	position: relative;
	margin-bottom: 0.5em;
	font-size: 12px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	position: relative;
	box-shadow:0 3px 75px #2b2b2b,0 1px 1px #2b2b2b;
	-webkit-box-shadow:0 3px 75px #2b2b2b,0 1px 1px #2b2b2b;
	-moz-box-shadow:0 3px 75px #2b2b2b,0 1px 1px #2b2b2b;


}

.carousel-image {
	display: block;
	height: 270px;
}

.carousel-feature {
	position: absolute;
	top: -1000px;
	left: -1000px;
	cursor: pointer;
	width: auto !important;
	border: 5px solid #fff;
}

.carousel-feature .carousel-caption {
	position: absolute;
	bottom: 0;
	width: 70%;
	background-color: #fff;
	margin-bottom: 10px;
}

.carousel-feature .carousel-caption p {
	margin: 0;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	text-shadow: 0 1px 1px #fff;
	-moz-text-shadow: 0 1px 1px #fff;
	-webtkit-text-shadow: 0 1px 1px #fff;
}

.tracker-summation-container {
	position: absolute;
	color: white;
	right: 48px;
	top: 230px;
	padding: 3px;
	margin: 3px;
	background-color: #000;
}

.tracker-individual-container {
	position: absolute;
	color: white;
	right: 48px;
	top: 210px;
	padding: 0;
	margin: 0;
}

.tracker-individual-container li {
	list-style: none;
}

.tracker-individual-container .tracker-individual-blip {
	margin: 0 3px;
	padding: 0 3px;
	color: white;
	text-align: center;
	background-color: #DDD;
}

.tracker-individual-container .tracker-individual-blip-selected {
	color: white;
	font-weight: bold;
	background-color: #000;
}

#carousel-left,#carousel-right {
	position: absolute;
	top: 90px;
	cursor: pointer;
	z-index: 10;
}

#carousel-left {
	left: -40px;
}

#carousel-right {
	right: -40px;
}

.hsep {
	border-right-width: 1px;
	border-right-color: #ffda83;
	border-right-style: solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 1px;
	background-color: #cc8730;
	height: 170px;
	margin: -161px -5px 0 0;
	float: right;
}


/*productus section */
.sample img {
	width: 190px;
	height: 140px;
	margin: 40px 20px 0 0;
	box-shadow: 0px 4px 5px #393632;
	-moz-box-shadow: 0px 4px 5px #393632;
	-webkit-box-shadow: 0px 4px 5px #393632;
}

.productData {
	padding: 0 10px;
	height:100px;
}

.button {
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 15px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-align: center;
	height: 45px;
	width: 120px;
	margin: 0 auto;
	line-height: 45px;
	position: relative;
	background:url(../images/temp/button.png) 0 0;
	margin-top:12px;

}

.button:hover {
	background-position:0 -46px ;
}

/* copy rights */
#copyRight {
	position: relative;
	height: 40px;
	clear: both;
	text-align: center;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.9), 0 2px 20px
		rgba(255, 255, 255, 0.099) inset;
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.9), 0 2px 20px
		rgba(255, 255, 255, 0.099) inset;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.9), 0 2px 20px
		rgba(255, 255, 255, 0.099) inset;
	padding: 10px 0 10px 0;
}

#copyRight a {
	color: #cb7830;
	font-weight: bold;
	text-shadow: 0 1px 1px #000;
	-webkit-text-shadow: 0 1px 1px #000;
	-moz-text-shadow: 0 1px 1px #000;
}

.active-link a{
	color:#000;
}
.e-addthis{
	margin-top:10px;
	min-height:25px;
}
.fb{
	
	height:30px;
	margin-left:10px;
	margin-top:-5px;
	
}

