/*
Name: EmpireChatter Ver 2
Date: 
Coder: Ace_luffy
Author URI: http://www.creationcrew.com/
*/
/******************* Body *******************/
@font-face
{
font-family: coolvetica;
src: url('fonts/coolvetica.eot') format('truetype'); /* IE9 */
src: url('fonts/coolvetica.eot?#iefix') format('embedded-opentype'),
     url('fonts/coolvetica.woff') format('woff'),
     url('fonts/coolvetica.ttf') format('truetype'),
	 url('fonts/coolvetica.svg#Ccoolvetica') format('svg'); 
	 font-style: normal;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
.clear
{
	clear:both;
}
ul {
	list-style: none;
}

* {
	margin: 0;
	padding: 0;
}
img {	border:0px none;
	overflow:hidden;
	filter:progid:DXImageTransform} 


body {
	background: #161616;
	color: #fff;
	font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	position: relative;
	background-color:#161616;
}

#container {
    margin-left:auto;
    margin-right:auto;    
    margin:0 auto;
	width:1000px;
	min-height:100%;
	background: #000;
}

.space { height:20px; width:100%;}
.space1 { height:20px; width:989px;}
.center { margin-left:auto; margin-right:auto;}
.clear {clear:both;}

#centerpix{ width:988px;margin:0 auto; }

/********header********/
#header_bg { text-align:center; height:113px; width:100%; background: #0b0b0b url('images/header_bg.jpg')}
#header_bg .logo{ width:550px; margin:0 auto; padding-top:20px; }
/***************************************content********/


/********slider********/
#slider_bg {height:465px; width:100%; background: #0b0b0b url('images/slider_bg.jpg') center no-repeat;}
/********login********/
.login-wrapper{
   font-family: Trebuchet;
   color:#b29781;
   font-size:13px;
   width:533px; 
   padding-left:20px;
   height:45px;
background: url('images/login_bg.png') center no-repeat; margin:0 auto;
}


.login{
   opacity: 1;

}
.login input{
   margin-top:10px;
   font-family: Tahoma;
   width:119px;
   height:21px;
   padding-left:5px;
   font-size:12px;
   margin-right:10px;
   background:#000;
   border:1px solid #8c8c8c;
      vertical-align: top;
	  color:#fff;
   

}
.login .submit_btn{
   border:none;
   background:transparent url('images/login_buttons.png');
   width:70px;
   height:31px;	

}
.login label{
   margin-top:10px;
   display:inline-block;
   width:69px;
   padding-left:5px;
   min-height: 19px;
   font-size: 13px;
   font-family: Tahoma;
   color:#fff;
      vertical-align: top;
}


/********features********/
#features_bg { height:253px; width:100%; background: #0b0b0b url('images/features_bg.jpg')}
#features_bg #base{ width:937px;margin:0 auto; padding-top:20px;}
#features_bg #base .thumbs{ float:left; padding-right:10px;}
#features_bg #base .thumbs1{ float:left;}
/********start making money********/
#start_bg {text-align:center; height:217px; width:100%; background: #0b0b0b url('images/start_bg.jpg')}


/********About US********/
#about_bg { height:283px; width:100%; background: #0b0b0b}

#why { text-align:center; font-family: Arial, Helvetica, sans-serif; font-size:27px; color:#fff; font-weight:bold; padding-top:30px; padding-bottom:20px; }
#texth {line-height:1.2 ; text-align:center; font-family: Arial, Helvetica, sans-serif; font-size:19px; color:#ffd800; font-weight:bold; padding-top:30px; padding-bottom:20px; }
#base { width:950px;margin:0 auto; }
#base #list1 { float:left; width:470px;}
#base #list1 .text{ padding-top:15px; font-family: Arial, Helvetica, sans-serif; font-size:13px; color:#fff; font-weight:bold;}
#base #list2 { float:right; width:400px;}
#base #list2 .text{ padding-top:15px; font-family: Arial, Helvetica, sans-serif; font-size:13px; color:#fff; font-weight:bold;}


/***************************************content********/


/********footer********/
#footer_bg {text-align:center; height:170px; width:100%; background: #0b0b0b url('images/footer_bg.jpg')}
#footer_bg .logo{ width:550px; margin:0 auto; padding-top:20px; padding-bottom:2px; }
#footer_bg .nav { width:280px;margin:0 auto; }
#footer_bg .nav ul{ text-align:center; }
#footer_bg .nav li{ float:left; }
#footer_bg .nav a{ text-align:center; font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#ffd800; font-weight:bold; }
#footer_bg .nav .space{ float:left; padding-right:20px; }


/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}


.slider{
   width:1300px;
   height:400px;
   padding-top:30px;
   margin:0 auto;
}
.slider ul li{
   text-align: center;
   margin-bottom:15px;
}
.bjqs-prev a{
   margin-top:30px;
   background:transparent url('images/left.png') no-repeat;
   opacity:0.5;
   display:inline-block;
   width:69px;
   height:70px;
   color:transparent;
}
.bjqs-next a{
   margin-top:30px;
   background:transparent url('images/right.png') no-repeat;
   opacity:0.5;
   display:inline-block;
   width:69px;
   height:70px;
   color:transparent;
}
ol.bjqs-markers {
   padding-left:5px;
   width:168px;
   height:34px;
   background: url('images/bg_market.png') no-repeat;
   margin:0 auto;
}
ol.bjqs-markers li{
   color: #000000;
   margin-top: 10px;
   display: inline-block;
   margin-right: 15px;
   text-align: center;
   width: 22px;
   height: 22px;
   background:transparent url('images/inactive.png') no-repeat;
}
ol.bjqs-markers li.active-marker{
   background:transparent url('images/active.png') no-repeat;
}


ol.bjqs-markers li a{
   color: transparent;
   text-decoration: none;
}

ul.bjqs-controls.v-centered li.bjqs-next a{
   right: -110px;
}

ul.bjqs-controls.v-centered li.bjqs-prev a{
   left: -110px;
}