*{
  margin: 0px;
  outline: 0px;
  padding: 0px;
  transition: all 0.3s ease-in-out;
}

body{
  background: #F3F3F3;
  font-size: 17px;
  direction: rtl;
}

a{
  text-decoration: none;
}

h3 {
	font-size: 1.4em;
	color: #000;
	margin: 0 0 10px;
}

h3:hover {
	font-size: 1.4em;
	color: #424248;
	margin: 0 0 10px;
}

@font-face{
	font-family: 'gs';
	src:url('fonts/gs-Light.eot');
	src:url('fonts/gs-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/gs-Light.woff') format('woff'),
		url('fonts/gs-Light.ttf') format('truetype'),
		url('fonts/gs-Light.svg#MHGOZ-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

#nav{
    background: rgb(12, 165, 236);
    height: 41px;
    border-bottom: 4px solid rgb(72, 138, 199);
    line-height: 41px;
    position: realtive;
    font-family: gs;

}



#nav ul{
    list-style: none;
}

#nav ul li{
    float: right;
}

#nav ul li a{
    display: block;
    text-decoration: none;
    color: #fff;
    height: 21px;
    line-height: 25px;
    padding: 10px;
    font-family: gs;
    font-size: 17px;
}

#nav ul li a:hover{
    background: rgb(72, 138, 199);
    transition: all ease-in-out 0.4s;
}
.active{
    background: rgb(72, 138, 199);
}
.social {
    float: left;
	width: 268px;
	margin: 5px;
	padding: 0;
    left: 0px;
    display: none;
}
.facebook {
	background: transparent url(imgs/social.png) no-repeat 0px -29px;
	display: block;
	height: 21px;
	width: 21px;
	outline: none;
	float: left;
	margin: 5px;
}
.facebook:hover {
	background-position: 0px -1px;
}
.twitter {
	background: transparent url('imgs/social.png') no-repeat -25px -29px;
	display: block;
	height: 21px;
	width: 21px;
	outline: none;
	float: left;
	margin: 5px;
}
.twitter:hover {
	background-position: -25px -1px;
}
.google {
	background: transparent url('imgs/social.png') no-repeat -50px -29px;
	display: block;
	height: 21px;
	width: 21px;
	outline: none;
	float: left;
	margin: 5px;
}
.google:hover {
	background-position: -50px -1px;
}
#slider {
 position:relative;
 margin: 0 auto;
 height:202px;
 width:502px;
 border:1px #8D8C8D solid;
 background-color:#E1E1E0;
 -moz-border-radius: 10px;
 -khtml-border-radius: 10px;
 -webkit-border-radius: 10px;
}

#ImgsWrapper {
 position:relative;
 height:188px;
 width:488px;
 margin:0 7px;
 top:17px;
 overflow:hidden;
}

#description {
 position:absolute;
 background-color:black;
 width:100%;
 bottom:0;
 color:white;
 text-align:right;
 font-size:1em;
 font-weight:bold;
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 -khtml-opacity: 0.5;
 opacity: 0.5;
}

#description #desContent {
 margin:10px;
}

#slider a {
 display:block;
 height:188px;
 width:488px;
}

#slider img {
 border:0;
}

#slider #sliderNextImg, #slider #sliderPreviousImg {
 filter:alpha(opacity=30);
 -moz-opacity:0.3;
 -khtml-opacity: 0.3;
 opacity: 0.3;
}

#slider #sliderNextImg, #slider #sliderPreviousImg {
 position:absolute;
 background-color:white;
 text-align:center;
 height:24px;
 width:50px;
 top:50%;
 margin-top:-12px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:1em;
 font-weight:bold;
 color:black;
 cursor:pointer;
 padding-top:5px;
 visibility:hidden;
 z-index:9999;
 -moz-border-radius: 5px;
 -khtml-border-radius: 5px;
 -webkit-border-radius: 5px;
}

#slider #sliderNextImg {
 left:20px;
}

#slider #sliderPreviousImg {
 right:20px;
}

#slider #sliderNextImg:hover, #slider #sliderPreviousImg:hover {
 filter:alpha(opacity=80);
 -moz-opacity:0.8;
 -khtml-opacity: 0.8;
 opacity: 0.8;
}

#slider ul {
 display:none;
}

/* columns */
#cols {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 3px double #ddd;
	background: url(http://templaty.com/examples/web-templates/fineproduct/images/shade.png) no-repeat center bottom;
    color: #777;
	line-height: 1.6em;
    font: 0.70em Tahoma, Verdana, Arial, Helvetica, sans-serif;
    width: 65%;
    text-align: right;
    margin-top: 25px;
}
.col {
	float: right;
	width: 239px;
	margin: 0 0 0 25px;
	padding: 0 0 20px 15px;
	border-left: 1px dotted #ddd;
}
.col.last {
	margin-left: 0;
	border: 0;
	padding-left: 0;
}

/* more button */
.more {
	display: block;
	position: relative;
	color: #ddd;
	background: -webkit-linear-gradient(rgb(12, 165, 236),rgb(72, 138, 199));
    background: -moz-linear-gradient(rgb(12, 165, 236),rgb(72, 138, 199));
    background: -op-linear-gradient(rgb(12, 165, 236),rgb(72, 138, 199));
	text-align: center;
	width: 87px;
	height: 21px;
	padding: 3px 0 0;
	font-size: .84em;
	text-transform: uppercase;
    float: right;
    margin: 12px 0 0 0;
    border-radius: 5px;
}
.more:hover {
    background: -webkit-linear-gradient(rgb(72, 138, 199),rgb(12, 165, 236));
    background: -moz-linear-gradient(rgb(72, 138, 199),rgb(12, 165, 236));
    background: -op-linear-gradient(rgb(72, 138, 199),rgb(12, 165, 236));
}
.clear{
  clear: both;
}

#footer {
    overflow: hidden;
	width: 900px;
	padding: 70px 50px 50px 50px;
	background-color: rgb(72, 138, 199);
	border-top: 6px solid #153E7E;
	border-radius: 0px 0px 10px 10px;
    float: right;
    margin-right: 175px;
    margin-left: 175px;
}
#footer h2 {
	padding: 0px 0px 50px 0px;
	font-weight: 400;
	color: #D3D3D3;
}
#footer p {
	color: #BBBBBB;
}
#footer #fbox1 {
	float: left;
	width: 260px;
	margin-right: 60px;
}
#footer #fbox2 {
	float: left;
	width: 260px;
}
#footer #fbox3 {
	float: right;
	width: 260px;
}
#copyright {
	overflow: hidden;
	width: 900px;
	padding: 50px;
}
#copyright p {
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
#copyright a {
	color: #BBBBBB;
}
ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.style1 li {
	padding: 10px 0px 20px 0px;
	border-top: 1px solid #777777;
}
ul.style1 a {
	color: #BBBBBB;
}
ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}
ul.style2 {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
ul.style2 li {
	float: left;
	margin-right: 10px;
}
ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.style3 li {
	padding: 10px 0px 20px 0px;
	border-top: 1px solid #E0E0E0;
}
ul.style3 a {
	color: #BBBBBB;
}
ul.style3 .first {
	padding-top: 0px;
	border-top: none;
}

.clear{
  clear: both;
}

.social2{
    float: left;
	width: 100px;
	margin: 5px;
	padding: 0;
    left: 0px;
    display: none;
}

.tw{
    background: url('imgs/srike.png') no-repeat 0px -37px;
	width: 32px;
	height: 32px;
    display: block;
	outline: none;
	float: right;
	margin: 5px;
}
.tw:hover{
  background: url('imgs/srike.png') no-repeat 0 -3px;
}

.rs{
   background: url('imgs/srike.png') no-repeat -40px -37px;
	width: 32px;
	height: 32px;
        display: block;
	outline: none;
	float: right;
	margin: 5px;
}
.rs:hover{
   background: url('imgs/srike.png') no-repeat -40px -3px;
}

.fb{
   background: url('imgs/srike.png') no-repeat -80px -37px;
	width: 32px;
	height: 32px;
    display: block;
	outline: none;
	float: right;
	margin: 5px;
}
.fb:hover{
  background: url('imgs/srike.png') no-repeat -80px -3px;
}

.yo{
  background: url('imgs/srike.png') no-repeat -120px -37px;
	width: 32px;
	height: 32px;
        display: block;
	outline: none;
	float: right;
	margin: 5px;
}
.yo:hover{
 background: url(imgs/srike.png) no-repeat -120px -3px;
}

.content{
  overflow: hidden;
  width: 999px;
  /*background: #CCCCCC;*/
  border: 1px dotted #777777;
  margin: 25px auto 25px auto;
}

.content h1{
  color: #999;
  font-family: Arial Rounded MT Bold;
  font-style: italic;
  font-weight: normal;
  border-bottom: 2px dashed #999;
  width: 10%;
  margin: 10px 20px 10px 10px;
  padding-bottom: 3px;
}

.content p{
  font-family: Tahoma;
  font-size: 13px;
  margin: 0 20px 10px 20px;
}
