@charset "utf-8";
@import url("fonts.css");
/* CSS Document */

body{
	margin:0;
	padding:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/site-bg.jpg) repeat-x;
	background-color:#451e3a;
	font-size:12px;
}
*{
	margin:0;
	padding:0;
}
.clear{
	clear:both;
}
img{
	border:none;
}
a{
	color: #4be5e5;
}
h2{
	color: #ff9b73;
	font-weight: normal;
	font-size: 30px;
	font-family: 'folio_bdcn_btbold';
}
h3{
	color: #ff9b73;
	font-weight: normal;
	font-size: 20px;
	font-family: 'folio_bdcn_btbold';
}
.white{
	color:#FFF;
}
.nopadding{
	padding:0px;
}
#site-wrapper {
	/* [disabled]height: 800px; */
	width: 950px;
	margin: auto;
}
 .header .top-right-search {
	background-image: url(../images/search-bg.png);
	height: 42px;
	width: 250px;
	float: right;
	position: absolute;
	right: -750px;
	top:2px;
}
 .header {
	padding-top: 10px;
}
 .header .top-right-search .field {
	padding-left: 10px;
	float: left;
}
 .header .top-right-search .field input {
	background: none;
	border: none;
	color: #FFF;
	padding-left: 13px;
	width: 150px;
	height: 20px;
	padding-top:10px;
	padding-bottom: 10px;
	margin-top:11px;
}
 .header .top-right-search .search-btn {
	float: left;
	padding-top: 12px;
}
 .header .logo-wrapper {
	float: left;
	width: 200px;
	position: relative;
}
 .header .logo-wrapper .site-logo {
	position: absolute;
	top: 7px;
	left: 0px;
	z-index: 99;
	margin-top:10px;
}
 .header .top-right-nav {
	float: right;
	height: 100px;
	margin-top:10px;
	/* [disabled]width: 474px; */
}
 .header .top-right-nav a {
	background-repeat: repeat-x;
	height: 30px;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 70px;
	background: url(../images/topmenu-seprator.jpg) right bottom no-repeat;
	font-size: 14px;
}

.header .top-right-nav .last {
	height: 30px;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align:right;
	padding-left: 25px;
	margin-right: -20px;
	padding-right:25px;
	padding-top: 70px;
	background: url(../images/topmenu-seprator123.jpg) right bottom no-repeat;
	font-size: 15px;
}
 .header .top-right-nav a:hover {
		background-image: url(../images/topnav-bg.jpg);
	background-repeat: repeat-x;
}
 .header .top-right-nav .current {
	background-image: url(../images/topnav-bg.jpg);
	background-repeat: repeat-x;
}
 .banner {
	background-image: url(../images/banner-bg.png);
	background-repeat: no-repeat;
	height: 333px;
	margin-top: 15px;
	position: relative;
}
.banner .note {
	width: 526px;
	margin: auto;
	padding-top: 18px;
}
.banner .left-btn {
	position: absolute;
	top: 117px;
	left: 10px;
}
.banner .right-btn {
	position: absolute;
	right: 10px;
	top: 117px;
}
.content-area .right-login-box {
	float: right;
	width: 250px;
	background-image: url(../images/vertical-border-strip.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	padding-left: 20px;
}
.textfield {
	height: 31px;
	width: 250px;
	padding-left: 3px;
}
.small-eleven {
	font-size: 11px;
}
.content-area .left-content {
	float: left;
	width: 660px;
	padding-left: 10px;
}
.content-area .left-content .welcome-txt {
	padding-top: 25px;
	font-size: 14px;
	text-align:left;
	min-height:206px;
	line-height: 20px;
}
.content-area .left-content .welcome-txt p{
	text-align:left;
}
.footer-wrapper {
	background-image: url(../images/footer-links-bg.jpg);
	background-repeat: repeat-x;
	height: 174px;
}
.footer-wrapper .footer {
	margin: auto;
	width: 950px;
	background-image: url(../images/footner-center.png);
	background-repeat: no-repeat;
	height: 174px;
}
.footer-wrapper .footer .links-block {
	float: left;
	padding-top: 25px;
	width: 180px;
	padding-bottom: 7px;
}
.footer-wrapper .footer .links-block ul {
	list-style:none;
}
.footer-wrapper .footer .links-block ul li{
	line-height: 30px;
}
.footer-wrapper .footer .links-block ul li a {
	color: #FFF;
	text-decoration: none;
}
.footer-wrapper .footer .links-block ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer-wrapper .footer .links-block ul {
	background-image: url(../images/footer-seprator.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 13px;
	height:120px;
}

.footer-wrapper .footer .links-block ul .first {
	background-image: none;
}

.footer-wrapper .footer .payment-logos {
	float: right;
	padding-top: 40px;
}
.footer-wrapper .footer .payment-logos .footer-link {
	padding-top: 20px;
	text-align: right;
}
.copyright-bottom {
	width: 950px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
.copyright-bottom .left-copyright {
	float: left;
}
.copyright-bottom .site-credits {
	float: right;
}
.copyright-bottom .site-credits a {
	color: #FFF;
}
.banner .btns {
	width: 582px;
	margin: auto;
	height: 37px;
	padding-top: 3px;
}
.banner .btns a {
	margin-right: 0px;
	display: block;
	float: left;
}
 .content-area {
	width: 950px;
	margin: auto;
	padding-bottom: 15px;
}
.top-heading-wrapper {
	background-image: url(../images/top-nav-bg.png);
	background-repeat: no-repeat;
	height: 41px;
	margin-top: 15px;
	background-position: center top;
}
.top-heading-wrapper .inner-heading {
	width: 950px;
	margin: auto;
	height: 41px;
	text-align: right;
	font-size: 14px;
	line-height: 41px;
}
#innerpage {
	padding-top: 20px;
}
.text-are {
	width: 810px;
}
.btn {
	background-repeat: no-repeat;
	background-position: right;
	height: 38px;
	float: left;
	
}
.btn .right-area {
	background-image: url(../images/right-edge-btn.png);
	background-repeat: no-repeat;
	background-position: right;
}
.btn .left-dege {
	float: left;
	height: 35px;
	background-image: url(../images/left-edge-btn.png);
	background-repeat: no-repeat;
	width: 11px;
}
.btn .right-area {
	background-image: url(../images/right-edge-btn.png);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	padding-right: 30px;
	padding-left: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 34px;
	background-position: right 0px;
	font-family: 'folio_bdcn_btbold';
}
.btn .right-area a {
	font-family: 'folio_bdcn_btbold';
	color: #FFF;
	text-decoration: none;
	font-size: 23px;
	font-weight: normal;
	text-transform: uppercase;
}

.btn .right-area a:hover {
	color: #FFF;
}
.dropdown{
	width: 250px;
	padding: 6px;
}#innerpage #fullpage {
	width: 940px;
}
.left-bottom-border{

border-left:1px solid #8c4376;
border-bottom:1px solid #8c4376;
}
.right-bottom-border{

border-right:1px solid #8c4376;
border-bottom:1px solid #8c4376;
}
.top-heading-wrapper .inner-heading ul {
	list-style-type: none;
}
.top-heading-wrapper .inner-heading ul li {
	float: right;
	padding-left: 15px;
	background-image: url(../images/nav-seprator.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 15px;
}
.top-heading-wrapper .inner-heading ul li a {
	text-decoration: none;
	color: #FFF;
}

.top-heading-wrapper .inner-heading ul li a:hover{
	text-decoration: none;
	color: #fde3f5;
}
.field-input{
	padding:5px;
}
.bottom-border{
	border-bottom:1px solid #8c4376;
}
#innerpage #fullpage .welcome-txt .center-glob {
	width: 411px;
	margin: auto;
	position: relative;
}
#innerpage #fullpage .welcome-txt .center-glob .number {
		color: #ff9b73;
	font-weight: normal;
	font-size: 25px;
	font-family: Verdana, Geneva, sans-serif;
}
#innerpage #fullpage .welcome-txt .center-glob .number a{
	color: #4be5e5;
	font-weight: normal;
	font-size: 17px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
#innerpage #fullpage .welcome-txt .center-glob .number a:hover{
		color: #fff;
}
#innerpage #fullpage .welcome-txt .center-glob .countries-names-left {
	text-align:right;
}
#innerpage #fullpage .welcome-txt .center-glob .countries-names-right {
	text-align:left;
}

#innerpage #fullpage .welcome-txt .center-glob div a {
	text-decoration: none;
	font-weight: bold;
}
#innerpage #fullpage .welcome-txt .center-glob div a:hover {
	color:#FFF;
}


/* 11/22/2012 */

#top_msg{
	height:30px;
	width:100%;
	top:0;
	position:fixed;
	display:none;
	z-index:9999;
}

.error{
	background-color:#900;
	color:#fff;
	text-align:center;
	padding-top:10px;
}

.done{
	background-color:#090;
	color:#fff;
	text-align:center;
	padding-top:10px;

}
.submit
{
	color:#fff;
	background:url('../admin_images/btn.png');
	background-repeat:repeat;
	border:none;
	padding:5px;
}

.overlay {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.85);
    z-index:9999;
	color:#fff;
}

.zoomin{
	height:20px;
}
.box{
	background-color:#fff;
	height:115px;
	margin-left:10px;
	width:100px;
	float:left;
	text-align:center;
}
.box a{
	color:#000;
}
#signup{
	color:#49cccb;
	font-weight:bold;
}

.username {
	float:right;
	margin-top:-40px;
}
.selectable-tabs {
	/* [disabled]height: 30px; */
	/* [disabled]width: 150px; */
	background-color: #672E57;
	padding:8px 33px;
	float: left;
	color: #ff9b73;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	behavior: url(PIE.htc);
	/* [disabled]margin-left: 9px; */
	text-transform: uppercase;
	background-image: url(../images/seprator.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
.selectable-tabs a{
	color: #ff9b73;
	text-decoration:none;
}
.selectable-tabs a:hover{
	color:#FFF;
}
#innerpage #fullpage .selectable-tabs span {
	text-transform: lowercase;
	color: #fff;
	font-size: 11px;
}
#innerpage #fullpage .tabs {
	margin-top: 20px;
}
#innerpage #fullpage .tabs .info-area {
	background-color: #672E57;
	width: 941px;
	/* [disabled]margin-left: 9px; */
	border-top: 1px solid #8e587e;
}
#innerpage #fullpage .detail-content-section {
	/* [disabled]margin-top: 12px; */
}
#innerpage #fullpage .tabs .nav2 {
	background-color: #672E57;
	width: 941px;
	margin: auto;
}

.error_div{margin-top: 20px;
    margin-left: 10px;
    background-color: #ff6d6d;
    color: black;
    font-size: 13px;
    padding: 10px;
    }
.error_div2{margin-top: 20px;
    background-color: #ff6d6d;
    color: black;
    font-size: 13px;
    padding: 10px;
    }
    .error_p{font-size: 15px;padding: 2px;}
    .alert_div{background-color: #4d944d;
    color: black;
    font-size: 15px;
    padding: 10px;
    font-weight: bold;
    margin-top: 25px;
}
.c_login_btn{
	padding: 10px;
    font-size: 14px;
    border-radius: 9px;
    background-color: #3ba7a7;
    color: white;
    font-weight: bold;
    padding-left: 18px;
    padding-right: 15px;
}
.c_signup_btn{
	padding: 10px;
    font-size: 14px;
    border-radius: 9px;
    background-color: #3ba7a7;
    color: white;
    font-weight: bold;
    padding-left: 18px;
	padding-right: 15px;
	text-decoration: none;
}
.error_p{font-size: 15px;padding: 2px;}