@import"fonts.css";
*{
	margin:0px;
	padding:0px;
}
body{
	background-image: url(images/body.png);
	background-repeat: repeat;
	font-family: "GE SS Two Light";
}

.header{
	height: 161px;
	background-image: url(images/header.png);
	height: 161px;
	background-repeat: repeat-x;
}

.header-right{
	float: right;
	height: 161px;
	width: 438px;	
}

.header-left{
	float: left;
	height: 161px;
	width: 548px;
}

.all{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}

.nav{
	background-image: url(images/nav.png);
	background-repeat: repeat-x;
	height: 48px;	
	margin-top: -5px;
position: relative;
}

.nav2 ul{
	margin-right: 120px;
margin-top: 30px;
}

.nav2 li{
	float:right;
	list-style-type: none;
	background-image: url(images/line.png);
	background-position: right center;
	height: 25px;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 15px;
}

.bg-li{
	background:none;
}

.nav2 li a{
	color: #FFF;
	text-decoration: none;	
}


.nav2 li a:hover{
	color: #ffd800;
}
.nav2{
	background-image: url(images/nav2.png);
	height: 69px;
	width: 925px;
	margin-top: -41px;
	float: right;
	background-repeat: no-repeat;
}

.navbarr{
	background-image: url(images/bavbar.png);
	background-repeat: repeat-x;
	height: 68px;
	margin-top: -11px;	
}

.login{
	float: right;
	margin-top: 10px;
	color: #FFF;
	position:relative;
}

.login a{
	text-decoration:none;
	color: #42830f;
}

.input-text{
	background-image: url(images/username.png);
	height: 30px;
	width: 125px;	
	background-color:transparent;
	border:none;
	margin-right:20px;
}

.input-pass{
	background-image: url(images/pass.png);
	height: 30px;
	width: 125px;	
	background-color:transparent;
	border:none;
	margin-right:20px;
}

.send-bt{
	background-image: url(images/login.png);
	height: 30px;
	width: 101px;	
	border:none;
	margin-right:20px;
	border-radius:7px;
	cursor:pointer;
}

.rgister{
	float: right;	
	margin-right:20px;
	margin-top: 10px;
}

.socialtop {
float: left;
width: 225px;
height: 60px;
margin-right: 30px;
}

.rss {
float: right;
background: url(images/rss.png) no-repeat;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 52px;
margin-right: 2px;
height: 68px;
}

a.rss:hover {
float: right;
background: url(images/rsshover.png) no-repeat;
opacity: 0.8;
filter: alpha(opacity=80);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.googel {
float: right;
background: url(images/googel+.png) no-repeat;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 52px;
margin-right: 2px;
height: 68px;
}


a.googel:hover {
float: right;
background: url(images/googelhover.png) no-repeat;
opacity: 0.8;
filter: alpha(opacity=80);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.tweeter {
float: right;
background: url(images/tweeter.png) no-repeat;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 52px;
margin-right: 2px;
height: 68px;
}

a.tweeter:hover {
float: right;
background: url(images/tweeterhover.png) no-repeat;
opacity: 0.8;
filter: alpha(opacity=80);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.face {
float: right;
background: url(images/facebook.png) no-repeat;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 52px;
margin-right: 2px;
height: 68px;
}

a.face:hover {
float: right;
background: url(images/facebookhover.png) no-repeat;
opacity: 0.8;
filter: alpha(opacity=80);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.search{
	background-image: url(images/serach.png);
	height: 30px;
	width: 125px;
	margin-top:20px;
	float:left;
}

.input-ser{
	width: 88px;
float: right;
height: 26px;
background-color: transparent;
border: none;
}

.input-ser-bt{
	height: 29px;
background-color: transparent;
border: none;
cursor:pointer;
}

.footer{
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	height: 264px;	
	clear:both;
}

.footer-right{
	float:right;
	height: 200px;
	width: 600px;
	background-image: url(images/mid.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.footer-right ul{
	width: 170px;
	float:right;
}

.footer-right ul li{
	list-style-image: url(images/aa.png);
		
}

.footer-right ul li a{
	color: #FFF;
	text-decoration: none;
}

.footer-left{
	float:right;
	height: 263px;
}
.footer-left li{
	float:right;
	margin-right:20px;
	list-style-type: none;
	-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
}


.footer-left li:hover{
	-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
	
}

.footer-left ul{
margin-top: 10px;
margin-right: 50px;
float: right;
clear: both;
}

.conact{
	float: right;
clear: both;
margin-right: 94px;
margin-top: 10px;
}

.h-bg{
	background-image:url(images/top.png);
	height:71px;
	background-repeat:repeat-x;
}
.h-right{
	height:71px;
	width:355px;
	background-repeat:no-repeat;
	float:right;
	background-image: url(images/top-r.png);
}
.h-left{
	background-image:url(images/top-l.png);
	height:71px;
	width:408px;
	background-repeat:no-repeat;
	float:left;
}


.b-bg{
	background-color:#f4f4f4;
	text-align:justify;
}
.b-right{
	background-image: url(images/right.png);
	background-repeat: repeat-y;
	background-position: right 50%;	
	padding-right: 30px;
}
.b-left{
	background-image: url(images/left.png);
	background-repeat: repeat-y;
	background-position: left 50%;
	padding-left: 30px;
}



.f-bg{
	background-image:url(images/bottom.png);
	height:61px;
	background-repeat:repeat;
}
.f-right{
	background-image:url(images/bottom-r.png);
	height:62px;
	width:400px;
	background-repeat:no-repeat;
	float:right;
}
.f-left{
	background-image:url(images/bottom-l.png);
	height:62px;
	width:382px;
	background-repeat:no-repeat;
	float:left;
}

.copy{
	float: right;
clear: both;
margin-top: 30px;
}