/*
Theme Name: 3distributor
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@charset "utf-8";
/* CSS Document */

body{
    padding:0;
    margin:0;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#6d6e71;
	background:#FFF;
}
div, h1, h2, h3, h4, h5, p, ol, form, input, textarea, img{
    margin:0;
	padding:0;
}

ul{
    margin:0; 
    padding:0; 
    list-style-type:none;
}
img{
    border:none;
	padding:0;
	margin:0;
}
a{
	outline:none;
	color:#cf4c18;
	background-color:inherit;
	text-decoration:none;	
}
a:hover{
	text-decoration:none;
	color:#441401;
	background-color:inherit;
}
.spacer{
    clear:both; 
    font-size:0; 
    line-height:0;
}
h1{
	font-family: 'Gotham-Bold';
	font-weight:normal !important;
	font-size:22px;
	line-height:24px;
	color:#bcbec0;
	background-color:inherit;
	padding:0 0 20px 0;	
}
h2{
	font-family: 'Gotham-Bold';
	font-weight:normal;
	font-size:19px;
	line-height:21px;
	color:#bcbec0;
	background-color:inherit;
	padding:0 0 15px 0 ;
}
h3{
	font-family: 'Gotham-Bold';
	font-weight:normal;
	font-size:16px;
	line-height:18px;
	color:#bcbec0;
	background-color:inherit;
	padding:0 0 10px 0 ;
}

p{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:22px;
	color:#6d6e71;
}
ul li{
	background:url(images/arrow.png) no-repeat 0 5px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:22px;
	padding:0 0 15px 15px;
}

ol li{
	font-size:14px;
	line-height:22px;
	padding:0 0 15px 15px;
}

/*================main-css===========*/
.wrapper{
	width:100%;
}
.top-panel{
	width:100%;
	background:#dadcdd;
}
.footer{
	width:100%;
	background:#dedfe0;
}
.top-panel-inn, .log-pannel, .nav, .slider-main, .inner, .footer-inn{
	width:1000px;
	margin:0 auto;
}
/*================top-panel-css===========*/

/*================top-panel-inn-css===========*/

.topBigLeft{
	background-color:#e5e6e8;
	width:50%;
	position:absolute;
	left:0;
	height:157px;
	
}

.topBigRight{
	background-color:#c8cacc;
	width:50%;
	position:absolute;
	right:0;
	height:157px;	
}



.top-panel-inn{
	padding:22px 0 19px 0;
	position:relative;
	z-index:100;
	background:url(images/top-bg.jpg) repeat-y 0 0;
}
.top-panel-inn-left{
	float:left;
	width:116px;
	height:116px;
	margin:0 0 0 12px;
}
.top-panel-inn-right{
	float:right;
	width:385px;
	text-align:right;
	background:url(images/triangles.png) no-repeat top right;
	height:137px;
	margin-top:-22px;
}
/* .top-panel-inn-right h1{
	color:#FFF;
	background-color:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:19px;
	margin-top: 132px;
} */


.top-panel-inn-right h1 {
	background: url(images/tagline.png) no-repeat top right;
	text-indent:-9999px;
	font-size:0px;
	height:14px;
	width:317px;
	display:block;
	float:right;
	margin-top:136px;
}

.home-text {
	width:1000px;
	text-align:center;
	margin:0 auto;
}

/*================log-pannel-css===========*/

.log-pannel{
	text-align:right;
	padding:22px 0 37px 0;
}

.log-pannel h3{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	padding:0 0 4px 0;
}
.log-pannel a.sign-out{
	color:#ed1c24;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:18px;
	background:none;
	border:none;
	cursor:pointer;
}
.log-pannel a.sign-out:hover{
	color:#441401;
	background-color:inherit;
}

/*================nav-css===========*/

.nav ul{
	overflow:hidden;
	clear:both;
}
.nav ul li{
	float:left;
	padding:0;
	background:none;
}
.nav ul li a{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#d1d3d4;
	font-size:15px;
	line-height:37px;
	text-transform:uppercase;
	background:#6d6f71;
	width:199px;
	text-align:center;
	border-top:1px solid #d6d7d9;
	border-left:1px solid #d6d7d9;
	display:block;
	-webkit-border-radius: 0 8px 0 0;
	-moz-border-radius:0 8px 0 0;
	border-radius: 0 8px 0 0;
	behavior: url(PIE.htc);
}
.nav ul li a:hover, .nav ul li a.active{
	background:#939598;
}

/*================slider-main-css===========*/

.slider-main{
	padding:11px 0 0 0;
}

/*================inner-css===========*/

.inner{
	padding:20px 0; 
}
.main-page-text{
	width:982px;
	margin:0 auto;
	text-align:center;
	padding:0 0 25px 0;
}

.main-page-text-focus {
	font-size:16px;
	font-weight:bold;
	width:982px;
	margin:0 auto;
	text-align:center;
	padding:0 0 25px 0;
}

.terms {
	margin-left:45px;
margin-bottom:5px;
}

.terms ul li {
	list-style-type: lower-roman;
	background:none;
}

ol.terms  {
	list-style-type: lower-latin;
	background:none;
}



.policy h3, .policy h2 {
	padding-left:10px;

}

.policy-list li {
	list-style:disc;
	background:none;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:22px;
	padding:0 0 15px 15px;
	margin-left:45px;
}

.entry-content p{
	/*width:982px;*/
	margin:0 auto;
	padding:0 0 25px 0;
	/*float:right*/
}
	
/*================footer-inn-css===========*/
.footerBigLeft{
	background-color:#e5e6e8;
	width:50%;
	position:absolute;
	left:0;
	height:65px;
	
}

.footerBigRight{
	background-color:#c8cacc;
	width:50%;
	position:absolute;
	right:0;
	height:65px;	
}

.footer-inn{
	padding:23px 0 20px 0;
	text-align:center;
	position:relative;
	z-index:100;
	background:url(images/footer-bg.jpg) repeat-y 0 0;

}

.footer-inn ul li{
	display:inline;
	padding:0 51px 0 0;
	background:none;
}
.footer-inn ul li.lastfootermenu{
	padding:0;
}
.footer-inn ul li a{
	color:#3d3e3d;
	background-color:inherit;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:15px;
}
.footer-inn ul li a:hover, .footer-inn ul li a.active{
	color:#6e706f;
	background-color:inherit;
}

/*================di-noc-page-css===========*/

/*================inner-css===========*/

ul.pdf-block-display{
	overflow:hidden;
	clear:both;
	padding:34px 0 0 0;
}

ul.pdf-block-display li{
	float:left;
	width:180px;
	margin:0 20px 20px 0;
	padding:0;
	background:none;
}
ul.pdf-block-display li.rightpdf-block{
	/*margin:0;*/
}
ul.pdf-block-display li a.pdf-thumb{
	width:180px;
	height:250px;
	border:2px solid #ecebd9;
	display:block;
	text-align:center;
}
ul.pdf-block-display li a.pdf-thumb img{
	max-height:250px;
	max-width:180px;
}
ul.pdf-block-display li a.pdf-thumb:hover{
	border:2px solid #dbd8a1;
}
ul.pdf-block-display li span{
	display:block;
	text-align:center;
	padding:20px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
	white-space: nowrap;
	width: 150px;
	display:inline-block;
}
ul.pdf-block-display li a.pdf-text{
	font:normal 11px/13px Tahoma, Geneva, sans-serif;
	color:#545353;
	background-color:inherit;
}
ul.pdf-block-display li a.pdf-text:hover{
	color:#555104;
	background-color:inherit;
}

/*================contact-page-css===========*/

/*================inner-css===========*/

.address-main{
	padding:15px 0 43px 0;
}
.address{
	width:200px;
	float:left;
}
.entry-content p.address-text{
	padding:0 0 15px 0;
	float:left;
	width:300px;
}
.address p{
	font:normal 18px/30px Tahoma, Geneva, sans-serif;
	color:#6d6e71;
	background-color:inherit;
	width:200px;
}
.address p a.mailto{
	font:normal 18px/30px Tahoma, Geneva, sans-serif;
	color:#6d6e71;
	background-color:inherit;
}
.address p a.mailto:hover{
	color:#441401;
	background-color:inherit;
}
.entry-content p.address-map{
	width:680px;
	height:350px;
	border:2px solid #adadad;
	float:right;
}
#contactContent{
	overflow:hidden;
	height:400px;
}

/*==================befor-login=============*/

/*================slider-css===========*/

.befor-login{
	padding:90px 0 0 0;
	padding:0 0 0 0;
	height:300px;
}

.after-login{
	padding:0;
	height:300px;
}

/*================inner-css===========*/

.login-form{
	width:311px;
	margin:0 auto;
	/*padding:74px 0 45px 0;*/
	padding:40px 0 45px 0;
	position:relative;
}

.login-heading{
	border-bottom:1px solid #d2d2d2;
	padding:0 0 9px 0;
}
.login-heading span{
	color:#525050;
	background-color:inherit;
	padding:18px 0 0 72px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:24px;
	line-height:26px;
	text-transform:uppercase;
	background:url(images/man-icon.png) no-repeat;
	height:30px;
	display:block;
}
.login-form form{
	padding:19px 0 0 0;
}
.login-form form p.log-area{
	padding:0 0 8px 0;
}
.login-form label{
	width:72px;
	float:left;
	color:#605959;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:31px;
}
.login-form input.login-textfield{
	background:#f2f2f2;
	border:1px solid #d2d3d3;
	width:216px;
	height:29px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:29px;
	padding:0 10px;
	color:#333;
	outline:none;
}
.login-form input.login-textfield:focus{
	border:1px solid #515252;
}
.reg{
	/*width:243px;*/
	width:239px;
	float:right;
	padding:11px 0 0 0;
}
ul.recover{
	float:left;
	padding:3px 0 0 0;
}
ul.recover li{
	float:left;
	padding:0 10px 0 0;
	margin:0 8px 0 0;
	background:url(images/login-li-divid.png) no-repeat right;
}
ul.recover li.last{
	padding:0;
	margin:0;
	background:none;
}
ul.recover li a{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#ed1c24;
	line-height:12px;
	background-color:inherit;
}
ul.recover li a:hover{
	color:#59080b;
	background-color:inherit;
}

.reg input.sign-button{
	background:none;
	background:url(images/sign-in.png) no-repeat ;
	width:69px;
	height:24px;
	font-size:0;
	display:block;
	float:right;
	border:none;
	cursor:pointer;
}
.reg input.sign-button:hover{
	background-position:0 100%;
}

/*================registration-form-css===========*/
.registration-form{
	width:344px;
	padding:25px 25px 63px 25px;
	/*padding:25px;
	position:absolute;
	top:-100px;
	left:50px;*/
	background:#FFF;
	border:2px solid #d2d3d3;
	-webkit-box-shadow: #666 0px 0px 8px;
	-moz-box-shadow: #666 0px 0px 8px;
	box-shadow: #666 0px 0px 8px;
	behavior: url(PIE.htc);
}
.registration-form .login-heading{
	border-bottom:1px solid #d2d2d2;
	padding:0 0 9px 0;
}
.registration-form .login-heading span{
	color:#525050;
	background-color:inherit;
	padding:18px 0 0 63px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:22px;
	line-height:24px;
	text-transform:uppercase;
	background:url(images/registration-icon.png) no-repeat;
	height:30px;
	display:block;
}

.registration-form form{
	padding:19px 0 0 0;
}
.registration-form form p.log-area{
	padding:0 0 8px 0;
	overflow:hidden;
	clear:both;
}
.registration-form label{
	/*width:96px;*/
	width:113px;
	float:left;
	color:#605959;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:31px;
}
.registration-form input.login-textfield{
	background:#f2f2f2;
	border:1px solid #d2d3d3;
	/*width:216px;*/
	width:194px;
	height:29px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:29px;
	padding:0 10px;
	color:#333;
	float:right;
	outline:none;
}
.registration-form input.login-textfield:focus{
	border:1px solid #515252;
}

.registration-form input.sign-button{
	background:none;
	background:url(images/submit.png) no-repeat ;
	width:69px;
	height:24px;
	font-size:0;
	display:block;
	float:right;
	border:none;
	cursor:pointer;
	margin-top:10px;
}
.registration-form input.sign-button:hover{
	background-position:0 100%;
}

.pasination ul { 
	list-style:none;
}

.pasination ul li{ 
	float: left;
	background:none;
	 border: 1px solid #D9DBDC;
    float: left;
    margin: 0 5px 0 0;
    padding: 0 10px;
}

.pasination ul li.active{
	background-color:#D9DBDC;
	color: #6D6E71;
}

.pasination ul li:hover{
	background-color:#D9DBDC;
	color: #6D6E71;
}

.pasination ul li.next, .pasination ul li.pre{
	background-color:#fff;
	border:none;
}

.pasination ul li.next:hover,.pasination ul li.pre:hover{
	background-color:#fff;
	
}
.pasination {
	text-align:center;
	margin:10px;
}
.login-form .error_msg{
	font-size:13px;
	color:#F00;
	padding-left:75px;
	display:none;
	padding-bottom:5px;
}
.registration-form .error_msg{
	font-size:13px;
	color:#F00;
	padding-left:126px;
	display:none;
	padding-bottom:5px;
}
.registration-form .succ_msg{
	font-size:13px;
	padding:5px 0 0 68px;
	display:none;
}

.reg input.sign-submit-button{
	background:none;
	background:url(images/sign-submit.png) no-repeat ;
	width:69px;
	height:24px;
	font-size:0;
	display:block;
	float:right;
	border:none;
	cursor:pointer;
}
.reg input.sign-submit-button:hover{
	background-position:0 100%;
}
.reset_pass .error_msg{
	color: #FF0000;
    display: none;
    font-size: 13px;
    padding-bottom: 5px;
    padding-left: 130px;
}