body {
	margin: 0px;
	padding: 0px;
}
.left-bg {
	background-color: #000000;
	width: 160px;
	background-image: url(../images/left-img.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.header-img {
	background-color: #000000;
	background-image: url(../images/header-right-img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 153px;
}

.left-bg ul {
padding:0px 0 0 25px;
margin:5px 0 0px 0;

}
.left-bg li {
	padding: 20px 0 20px 0;
	margin:0px;
	list-style-type: none;
}

.left-link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
/*	font-weight:bold;*/
	text-decoration:none;
	color:#F05133;
	margin:0px;
	list-style-type: none;	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
.left-link-active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	margin:0px;
	list-style-type: none;	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
.number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #F05133;
	text-decoration: none;
}
.copyright {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;	
	font-weight: normal;
	color: #F05133;
	text-decoration: none;
	font-weight:bold;
}
.IVORY-input{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width:50px;
	text-decoration: none;
	border:solid 1px #C49A6B;
}
.BLUE-input{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width:50px;
	text-decoration: none;
	border:solid 1px #1A75BC;
}
.PURPLE-input{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width:50px;
	text-decoration: none;
	border:solid 1px #662C91;
}
.BROWN-input{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width:50px;
	text-decoration: none;
	border:solid 1px #603811;
}
.PINK-input{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width:50px;
	text-decoration: none;
	border:solid 1px #EC008C;
}
.red-input{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width:50px;
	text-decoration: none;
	border:solid 1px #FAB99F;
}
.devider {
	background-image: url(../images/red-footer-strip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:10px 0 0px 0px;
}
.devider-form {
	background-image: url(../images/red-footer-strip.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding:10px 0 0px 0px;
}
.red-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #F15E3D;
	text-decoration: none;
}
.footer {
	background-image: url(../images/red-footer-strip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.profile-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width:485px;
	text-decoration: none;
	border: 1px solid #E77058;
}
.country {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #E77058;
}

.left-bg li .active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	margin:0px;
	list-style-type: none;
	background-image: url(../images/red-arrow1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	display: block;
}

/* png fix css start */

* html img,
* html .png{
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}

/* png fix css end */
h1.red-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #F05133;
	text-decoration: none;
	padding:0px;
	margin:0px;
}
h1.red-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #F05133;
	text-decoration: none;
	padding:0px;
	margin:0px;
}
h2.product-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F05133;
	text-decoration: none;
	padding:0px;
	margin:0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F05133;
	text-decoration: none;
	padding:0px;
	margin:0px;
}
.mid-content {
	padding: 33px 10px 0 0 ;
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color: #221E1F;
	text-decoration: none;

}
.mid-content-form {
	padding: 33px 0px 0 0 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #221E1F;
	text-decoration: none;
}
p{
	line-height:18px;
	}
.sml-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F05133;
	text-decoration: none;
}
.pdf-down {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #F05133;
	text-decoration: underline;
	background-image: url(../images/pdf-icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 71px;
	display: block;
}
.product-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #F05133;
	text-decoration: none;
}
.IVORY-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #C49A6B;
	text-decoration: none;
	background-image: url(../images/IVORY-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 25px;
}
.blue-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #1A75BC;
	text-decoration: none;
	background-image: url(../images/blue-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 25px;
}
.purple-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #662C91;
	text-decoration: none;
	background-image: url(../images/purple-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 25px;
}
.brown-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #603811;
	text-decoration: none;
	background-image: url(../images/brown-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 25px;
}
.pink-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #EC008C;
	text-decoration: none;
	background-image: url(../images/pink-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 25px;
}
.black-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.form-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F05133;
	text-decoration: none;
}

.right-link{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #F05133;
	text-decoration: none;
}
.email-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #F05133;
	text-decoration: underline;
}
.faq-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F05133;
	text-decoration: none;
}
.red-border {
	border: 1px solid #F05133;
}
.name-input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width:300px;
	text-decoration: none;
	border: 1px solid #F58462;
}
.company-input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width:230px;
	text-decoration: none;
	border: 1px solid #F58462;
}
.phone-input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width:353px;
	text-decoration: none;
	border: 1px solid #F58462;
}
.address-input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width:550px;
	text-decoration: none;
	border: 1px solid #F58462;
}
.membership-input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #F58462;
}

.faq-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #221E1F;
	text-decoration: none;
	line-height:20px;
}
.sml-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height:18px;
}
.red-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F05133;
	text-decoration: none;
	background-image: url(../images/right-devidor.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 240px;
	padding-bottom: 12px;
	padding-left:13px;
	display:block;
}
.submit-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F05133;
	text-decoration: none;
	background-image: url(../images/submit-btn.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 38px;
	width: 72px;
	border:solid 1px #fff;
}
.red-title-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #F05133;
	text-decoration: none;
}
.red-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F05133;
	text-decoration: none;
}
.red-address {
	font-family: Arial, Helvetica, sans-serif;
	color: #F05133;
	text-decoration: none;
	line-height: 20px;
	padding: 0 0 0 10px;
}


.contity {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #122530;
	text-decoration: none;
	padding-left:14px;
	line-height:13px;
}
.red-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #F05133;
	text-decoration: none;
}
.red-sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F05133;
	text-decoration: none;
	padding:0 0 0 11px;
}
.red-text-sml{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F05133;
	text-decoration: none;
}
.aud {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #020002;
	text-decoration: none;
}
form{
padding:0px;
margin:0px;}
.red-coralclub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #F37653;
	text-decoration: none;
}

.white_content {
	display: none;
	position: absolute;
	background-color: white;			
	width: 70%;
	text-align:left;
	z-index:101;
	overflow: auto;
	border: 2px solid #F05133;
}

.white_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 120%;
	background-color: white;
	z-index:100;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
