body{
	width: auto;
	height: auto;
	background: #FFFFFF; 
	/*background: url(/images/header.jpg) center no-repeat; */
	overflow:auto;
	font-family:Ubuntu;
	}
.wrapper {
	width: 1024px;
	height: 1000px;
	margin: 0 auto;
	position: relative; /* Ensure absolute positioned child elements are relative to this */
	
}
.fixed-wrapper {
	width: 1024px;
	height:100%;
	position:relative;
	
}

.side-menu{
	position: absolute;
	width: 282px;
	height: 350px;
	top: 41px;
	left: 0px;
	font-size: 13px;
}

.curve{
	left: 64px;
	top:0px;
	position: absolute;
	width: 890px;
	height: 50px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	z-index:0;
/*	background: #ECECEC; */
}
.heading{
	left: 0px;
	top: 0px;
	position: absolute;
	width: 890px;
	height: 30px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	font-family:Ubuntu;
	padding-top: 20px;
	padding-left: 0px;
	z-index:4;
/*	background-image:url(../images/curve.png); */
	font-size: 14px;
}
ul#list{
	padding: 80px 60px;
	width: 100%;
	height: 80%;
}

.log-box{
	padding-left:10px; padding-right:20px; padding-top:20px;
}
.log-menu{
	top: 350px;
	position: absolute;
	height: 350px;
	backface-visibility: hidden;
	left: 0px;
	/*border-top-right-radius: 40px;
	border-top-style: solid;
	border-top-width: thin;
	border-color: rgb(247,177,136);*/
}
.footer{ 
	height: 50px;
	width: 1024px;
	position: absolute;
	top: 1000px;
	font-family:Ubuntu;
	font-size:13px;
	color: #fff;
	background-color: #E46C0A;
	border-top: 3px solid #FFFFFF;
	left: 0px;
	float: left;
	text-align: center;
}
.footer-package{
	font-family:Ubuntu;
	font-size: 13px;
	color: #fff;
	height: 50px;
	width: 1024px;
	position: absolute;
	top: 1180px;
	background-color: #E46C0A;
	border-top: 3px solid #FFFFFF;
	left: 0px;
	float: right;
	text-align: center;
}
.semifooter{
	
	height:150px;
	width:1024px;
	position:absolute;
	padding-top:5px;
	top: 1050px;
	background-color: #273660;
	border-top: 5px solid #FFFFFF;
}
.semileft{
	
	float: left;
	margin-left: 75px;
	width: 775px;
}
.semileft ul{
	
	float: left;
	margin: 0px 0px 0px 10px;
	width: 220px;
}
.semileft ul li{
	list-style: none;
	margin-top: 10px;
	font-size:12px;
	color: #fff;
}
.semiright{
	
	float: right;
	margin-right: 25px;
	width: 125px;
}
.semiright ul{
	
	float: left;
	margin: 0px 0px 0px 10px;
	width: 125px;
}
.semiright ul li{
	list-style: none;
	margin-top: 5px;
	font-size:12px;
	color: #fff;
}
.login-box{
	position: relative;
	padding: 20px 20px;
	font-size: 13px;
	margin: 0;
	border-style: solid;
	border-color: #E46C0A;
	background-color: #B2B2B2;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	font-family: "Ubuntu";
	width: 350px;
	height: auto;
}
.logout-btn {
       -moz-box-shadow:inset 0px -7px 0px 0px #ff9900;
       -webkit-box-shadow:inset 0px -7px 0px 0px #ff9900;
       box-shadow:inset 0px -7px 0px 0px #ff9900;
       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fcfcfc), color-stop(1, #fca919) );
       background:-moz-linear-gradient( center top, #fcfcfc 5%, #fca919 100% );
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#fca919');
       background-color:#fcfcfc;
       -moz-border-radius:6px;
       -webkit-border-radius:6px;
       border-radius:6px;
       border:1px solid #dcdcdc;
       display:inline-block;
       color:#030200;
       font-family:Ubuntu;
       font-size:10px;
       font-weight:bold;
       padding:2px 20px;
       text-decoration:none;
       text-shadow:1px 1px 0px #ffffff;
}
.logout-btn:hover {
       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fca919), color-stop(1, #fcfcfc) );
       background:-moz-linear-gradient( center top, #fca919 5%, #fcfcfc 100% );
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca919', endColorstr='#fcfcfc');
       background-color:#fca919;
}
.logout-btn:active {
       position:relative;
       top:1px;
}
.login-btn {
       -moz-box-shadow:inset 0px -7px 0px 0px #ff9900;
       -webkit-box-shadow:inset 0px -7px 0px 0px #ff9900;
       box-shadow:inset 0px -7px 0px 0px #ff9900;
       float:right bottom;
	   background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fcfcfc), color-stop(1, #fca919) );
       background:-moz-linear-gradient( center top, #fcfcfc 5%, #fca919 100% );
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#fca919');
       background-color:#fcfcfc;
       -moz-border-radius:6px;
       -webkit-border-radius:6px;
       border-radius:6px;
       border:1px solid #dcdcdc;
       display:inline-block;
       color:#030200;
       font-family:Ubuntu;
       font-size:10px;
       font-weight:bold;
       padding:2px 15px;
       text-decoration:none;
       text-shadow:1px 1px 0px #ffffff;
}
.login-btn:hover {
       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fca919), color-stop(1, #fcfcfc) );
       background:-moz-linear-gradient( center top, #fca919 5%, #fcfcfc 100% );
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca919', endColorstr='#fcfcfc');
       background-color:#fca919;
}
.login-btn:active {
       position:relative;
       top:1px;
}
img#i1{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:0;
}
.login-btn1 {       
	   -moz-box-shadow:inset 0px -7px 0px 0px #ff9900;
       -webkit-box-shadow:inset 0px -7px 0px 0px #ff9900;
       box-shadow:inset 0px -7px 0px 0px #ff9900;
       float:right bottom;
	   background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fcfcfc), color-stop(1, #fca919) );
       background:-moz-linear-gradient( center top, #fcfcfc 5%, #fca919 100% );
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#fca919');
       background-color:#fcfcfc;
       -moz-border-radius:6px;
       -webkit-border-radius:6px;
       border-radius:6px;
       border:1px solid #dcdcdc;
       display:inline-block;
       color:#030200;
       font-family:Ubuntu;
       font-size:10px;
       font-weight:bold;
       padding:2px 15px;
       text-decoration:none;
       text-shadow:1px 1px 0px #ffffff;
}
.login-btn1:hover {
       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fca919), color-stop(1, #fcfcfc) );
       background:-moz-linear-gradient( center top, #fca919 5%, #fcfcfc 100% );
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca919', endColorstr='#fcfcfc');
       background-color:#fca919;
}
.login-btn1:active {
       position:relative;
       top:1px;
}
.logout-btn1 {       -moz-box-shadow:inset 0px -7px 0px 0px #ff9900;
       -webkit-box-shadow:inset 0px -7px 0px 0px #ff9900;
       box-shadow:inset 0px -7px 0px 0px #ff9900;
       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fcfcfc), color-stop(1, #fca919) );
       background:-moz-linear-gradient( center top, #fcfcfc 5%, #fca919 100% );
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#fca919');
       background-color:#fcfcfc;
       -moz-border-radius:6px;
       -webkit-border-radius:6px;
       border-radius:6px;
       border:1px solid #dcdcdc;
       display:inline-block;
       color:#030200;
       font-family:Ubuntu;
       font-size:10px;
       font-weight:bold;
       padding:2px 20px;
       text-decoration:none;
       text-shadow:1px 1px 0px #ffffff;
}
.logout-btn1:hover {
       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fca919), color-stop(1, #fcfcfc) );
       background:-moz-linear-gradient( center top, #fca919 5%, #fcfcfc 100% );
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca919', endColorstr='#fcfcfc');
       background-color:#fca919;
}
.logout-btn1:active {
       position:relative;
       top:1px;
}
.main-area{
	position: absolute;
	width: 924px;
	height: 820px;
	left: 64px;
	top: 50px;
	padding: -1px 25px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #80ae04;
}
.main-area-packs{
	position: absolute;
	width: 840px;
	height: 1000px;
	left: 64px;
	top: 100px;
	padding: 25px 25px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #ECECEC;
}
.main-area-faq{
	position: absolute;
	width: 840px;
	height: 820px;
	left: 64px;
	top: 50px;
	padding: 25px 25px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #ECECEC;
}

.footer-faq{
	position: absolute;
	height: 50px;
	top: 1000px;
	width: 1024px;
	left: 0px;
	text-align: center;
	font-family:Ubuntu;
	font-size:13px;
	color: #fff;
	background-color: #E46C0A;
	border-top: 3px solid #FFFFFF;
	}

.main-container{
	width:1024px;
	height:100%;
	margin: 0 auto;
	position: relative;
}
p#header{
text-decoration:underline;
font-family:Ubuntu;
font-size:17px;
font-weight:bold;
}
p#hcontent{
font-family:Ubuntu;
font-size:16px;
font-weight:bold;
color:#F60;
}
p#content{
font-family:Ubuntu;
font-size:14px;
break-after:auto;
text-align: justify;
}
p#content2{
font-family:Ubuntu;
font-size:14px;
break-after:auto;
}
.my-acc{
	width:245px;
	height:25px;
	background: #bfbfbf; /* Old browsers */
	background: -moz-linear-gradient(top,  #bfbfbf 0%, #ffffff 74%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom,  color-stop(0%,#bfbfbf), color-stop(74%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bfbfbf 0%,#ffffff 74%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bfbfbf 0%,#ffffff 74%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bfbfbf 0%,#ffffff 74%); /* IE10+ */
	background: linear-gradient(to bottom,  #bfbfbf 0%,#ffffff 74%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-radius:7px;
	border:solid #E46C0A thin;
	font-family:Ubuntu;
	font-size:medium;
	font-weight:bolder;
	color:#F90;
}
.login-btn2 {       -moz-box-shadow:inset 0px -7px 0px 0px #ff9900;
       -webkit-box-shadow:inset 0px -7px 0px 0px #ff9900;
       box-shadow:inset 0px -7px 0px 0px #ff9900;
       float:right bottom;
	   background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fcfcfc), color-stop(1, #fca919) );
       background:-moz-linear-gradient( center top, #fcfcfc 5%, #fca919 100% );
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#fca919');
       background-color:#fcfcfc;
       -moz-border-radius:6px;
       -webkit-border-radius:6px;
       border-radius:6px;
       border:1px solid #dcdcdc;
       display:inline-block;
       color:#030200;
       font-family:Ubuntu;
       font-size:10px;
       font-weight:bold;
       padding:2px 15px;
       text-decoration:none;
       text-shadow:1px 1px 0px #ffffff;
}
.login-btn2:hover {
       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fca919), color-stop(1, #fcfcfc) );
       background:-moz-linear-gradient( center top, #fca919 5%, #fcfcfc 100% );
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca919', endColorstr='#fcfcfc');
       background-color:#fca919;
}
.login-btn2:active {
       position:relative;
       top:1px;
}
.logout-btn2 {       -moz-box-shadow:inset 0px -7px 0px 0px #ff9900;
       -webkit-box-shadow:inset 0px -7px 0px 0px #ff9900;
       box-shadow:inset 0px -7px 0px 0px #ff9900;
       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fcfcfc), color-stop(1, #fca919) );
       background:-moz-linear-gradient( center top, #fcfcfc 5%, #fca919 100% );
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#fca919');
       background-color:#fcfcfc;
       -moz-border-radius:6px;
       -webkit-border-radius:6px;
       border-radius:6px;
       border:1px solid #dcdcdc;
       display:inline-block;
       color:#030200;
       font-family:Ubuntu;
       font-size:12px;
       font-weight:bold;
       padding:2px 20px;
       text-decoration:none;
       text-shadow:1px 1px 0px #ffffff;
}
.logout-btn2:hover {
       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fca919), color-stop(1, #fcfcfc) );
       background:-moz-linear-gradient( center top, #fca919 5%, #fcfcfc 100% );
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca919', endColorstr='#fcfcfc');
       background-color:#fca919;
}
.logout-btn2:active {
       position:relative;
       top:1px;
}
.right{
	top: 0px;
	left: 759px;
	position: absolute;
	width: 841px;
	height: 41px;
	background:#ECECEC;
}
td{
	padding-left:5px;
	padding-right:5px;
	font-family:Ubuntu;
	
}
#display{
	width: auto;
	height: auto;

}
table.viewfrm
{
width:auto;
font-family:Ubuntu;
	background:#666;
	border-spacing:1px;
}
table.viewfrm tr td.label
{
	background: #ECECEC;
	padding:8px;
	font-size: 12px;
	font-weight:bold;
	color:black;
}
table.viewfrm tr th
{
	background:#D3F0F6;
	padding:0px;
	font-size: 13px;
	font-weight:Bold;
}
table.viewfrm tr td.val
{
	background: #ECECEC;
	padding:8px;
	font-size: 13px;
	font-weight:normal;
}
table.viewfrm tr td label
{
	  font-family:"Ubuntu";
	  font-weight: bold;
	  font-size: 13px;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Ubuntu;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #EF8E1B;
color: #2d2b2b;
background: white url('shade.gif') top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
border: 2px solid #EF8E1B;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url('../images/shadeactive.gif');
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

table.tablView
{
	width:auto;
	background-color:#FFF !important;
	border-spacing:2px !important;
	font-family:Ubuntu;
}
table.tablView tr th
{
	width:auto;
	padding:5px;
	text-align:left;
	padding-left:10px;
	background-color:#EF8E1B;
	color:white;
}
table.tablView tr td
{
	padding:5px !important;
	color:#000;
	/*border-bottom:1px solid #000000;*/
	background-color:#F2F2F2 !important;
}
a:link {
text-decoration: none;
color:#000;}
a:visited {color:#000;}
a.l1:hover {color:#FFF;}


.msg_list {
	margin-top: 10px;
	margin-bottom: 15px;
	position: relative;
	width: 225px;
	top: 5px;
	left:45px;
}

div.msg_list a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

.msg_body {
	background-color:#FFF;	
	margin-top: -12;
	padding-top: 5;
}
.msg_head {
	padding: 5px 5px;
	cursor: pointer;
	position: relative;
	background-color:rgb(230,230,230); /* #5BB4D6  #B0B0B0;*/
	/*background-image:url(../images/back.jpg);*/
	color:#FFFFFF;
	margin:1px;
	font-family:Ubuntu;
	font-size:14px;
}
td.box_data
{ 
	font-family:Ubuntu;
	font-size:11px;
	font-weight: bold;
	width:150px;
	height:50px;
	background:#FFFFFF; 
	border-right:1px solid #FFFFFF;
	text-transform:none; 
	text-align:center;
	padding:10px 5px 10px 0px; 
	vertical-align: top;
	color:#B9B9B9;
}
.msg_body_footer{
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	height: auto;
	background-color:rgb(217,217,217) ;/* #B16F2D  #B0B0B0;*/
	color:#FFFFFF;
	margin:1px;
	font-family:Ubuntu;
	font-size:14px;
}

.subs{
	position:relative;
	top:10px;
	left:-70px;
}

.taxes{
	position:absolute;
	top: 35px;
	left: 150px;
}

.price{
	position:relative;
	margin:0;
	padding:0;
	top:-9px;
	left:30px;
	background-color:rgb(127,127,127);
	width:110px;
	height:20px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.subscribe{
	position:absolute;
	top:6px;
	left:350px;
}
#price1{
color:#FF6;
background-color:#ddd;
}
.action{
	width:auto;
	height:600px;
	overflow-y:auto;
	z-index: 4;
}
.head_title{
	padding: 0px 10px;
	cursor: pointer;
	position: relative;
	height:20px;
	background-color:rgb(216,218,217) ;
	color:#000000;
	margin:1px;
	font-family:Ubuntu;
	font-size:14px;
}
::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-button {
	width: 8px;
	height:5px;
}
::-webkit-scrollbar-track {
	background:rgb(254,254,254);
	border: skinny plain lightgray;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius:10px;
}
::-webkit-scrollbar-thumb {
	background:rgb(217,217,217);
	border: skinny plain gray;
}
::-webkit-scrollbar-thumb:hover {
	background:rgb(217,217,217);
}


.image{
	position:relative;
}
.d1{
	position:relative;
	width:400px;
	height:90px;
	background-color:#DDD;
	border:1px solid #B8B8B8;
	font-size:14px;
	float:left;
}

.d2{
	position:relative;
	width:400px;
	height:90px;
	background-color:white;
	border:1px solid #B8B8B8;
	font-size:14px;
	float:left;
}

.d3{
	position:relative;
	width:400px;
	height:90px;
	background-color:white;
	border:1px solid #B8B8B8;
	font-size:14px;
	float:left;
}

.d4{
	position:relative;
	width:400px;
	height:90px;
	background-color:#DDD;
	border:1px solid #B8B8B8;
	font-size:14px;
	float:left;
}


.d5{
	position:relative;
	width:400px;
	height:90px;
	background-color:#DDD;
	border:1px solid #B8B8B8;
	font-size:14px;
	float:left;
}

.d6{
	position:relative;
	width:400px;
	height:90px;
	background-color:white;
	border:1px solid #B8B8B8;
	font-size:14px;
	float:left;
}

.d7{
	position:relative;
	width:400px;
	height:90px;
	background-color:white;
	border:1px solid #B8B8B8;
	font-size:14px;
	float:left;
}

.d8{
	position:relative;
	width:400px;
	height:90px;
	background-color:#DDD;
	border:1px solid #B8B8B8;
	font-size:14px;
	float:left;
}

.d9{
	position:relative;
	width:400px;
	height:90px;
	background-color:#DDD;
	border:1px solid #B8B8B8;
	font-size:14px;
	float:left;
}

.d10{
	position:relative;
	width:400px;
	height:90px;
	background-color:white;
	border:1px solid #B8B8B8;
	font-size:14px;
	float:left;
}

.d11{
	position:relative;
	width:400px;
	height:90px;
	background-color:white;
	border:1px solid #B8B8B8;
	font-size:14px;
	float:left;
}


.cimg{
	width:80px;
	height:80px; 
	float:left;
}

.cobj{
	padding:10px 5px 0 5px;
	font-size:12px;
	width:308px;
	height:90px; 
	float:right;
}

conimg{
	width:40px;
	height:40px; 
	float:left;
}

.dt1{
	position:relative;
	margin-top: 5px;
	width:830px;
	height:120px;
	background-color:#DDD;
	border:1px solid #E46C0A;
	font-size:14px;
	float:left;
}
.cimgt{
	width:100px;
	height:50px; 
	float:left;
	margin:15px;
	padding:15px;
	background-color:white;
	border: 1px solid #E46C0A;
	border-radius: 20px;
}

.cobjt{
	padding:15px;
	font-size:14px;
	width:635px;
	height:80px; 
	float:right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.dt2{
	position:relative;
	margin-top: 5px;
	width:830px;
	height:110px;
	background-color:#DDD;
	border:1px solid #E46C0A;
	font-size:14px;
	float:left;
}
.cimgt2{
	width:100px;
	height:50px; 
	float:left;
	margin:15px;
	padding:15px;
	background-color:white;
	border: 1px solid #E46C0A;
	border-radius: 20px;
}
.cobjt2{
	padding:15px;
	font-size:14px;
	width:635px;
	height:80px; 
	float:right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.headings-main-outer{
	background: url(../images/border-left.gif) no-repeat left top;
	width: 100%;
	height:30px;
	float:left;
	padding-left:15px;
	margin-top:-10px;
	margin-left:-8px;

}

.headings-main-inner{
	margin-left:0px;
	background:transparent url(../images/border-right.gif) no-repeat right top;
	height:30px;
}

.headings-main{
	background-image: url("../images/background-heading.gif");
    font-family: calibri;
    font-weight: bold;
    margin-left: 6px;
    margin-right: 21px;
    padding: 5px 0 6px;
    text-align: center;
}
.headcontainer{
	position: absolute;
	width: 886px;
	height: 30px;
	left: 64px;
	top: 50px;
	border-radius:10px;
	border: 2px solid black;
	background-color:#ECECEC;
}
.myaccheader{
	position: absolute;
	width: 886px;
	height: 30px;
	left: 64px;
	top: 50px;
	border-radius:10px;
	border: 2px solid black;
	background-color:#FFF;
}
.r1container{
	position:relative;
	border-radius:10px;
	width:auto;
	height:600px;
	overflow-y: scroll;
	border: 2px solid black;
	background-color:#FFF;
}

.r2container{
	position:relative;
	border-radius:10px;
	width:auto;
	height:600px;
	overflow-y: scroll;
	border: 2px solid black;
	background-color:#FFF;
}

.r3container{
	position:relative;
	border-radius:10px;
	width:auto;
	height:600px;
	overflow-y: scroll;
	border: 2px solid black;
	background-color:#FFF;
}

.r4container{
	position:relative;
	border-radius:10px;
	width:auto;
	height:600px;
	overflow-y: scroll;
	border: 2px solid black;
	
}

.ribbon-wrapper {
	position: relative;
	width:150px;
	top: 5px;
	border-bottom: 0px solid #ccc;
	-moz-border-bottom-colors: rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.06) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.10) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.20);
	-webkit-border-bottom-colors: rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.06) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.10) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.20);
	-moz-border-top-colors: rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.06) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.10) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.20);
	-webkit-border-top-colors: rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.06) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.10) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.20);
}
  .ribbon-front {
	height: 20px;
	width: 130px;
	padding:10px 10px;
	position: relative;
	left:-5px;
	font-family: calibri;
}

  .ribbon-back-left,
  .ribbon-back-right
{
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}

  /*.ribbon-edge-topleft,*/
  .ribbon-edge-topright,
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright {
}

  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	top: 40px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-bottomleft {
	left: -10px;
	border-color: transparent #0D0000 transparent transparent;
}

  /*.ribbon-edge-topleft {
	top: -10px;
	border-width: 10px 10px 0 0;
}*/
  .ribbon-edge-bottomleft {
	border-width: 0 10px 0px 0;
}

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
	left: 190px;
	border-color: transparent transparent transparent #0D0000;
}

  .ribbon-edge-topright {
	top: 0px;
	border-width: 0px 0 0 0px;
}
  .ribbon-edge-bottomright {
	border-width: 0 0 0px 0px;
}

  /*.ribbon-back-left {
	position: absolute;
	top: -10px;
	left: -30px;
	width: 30px;
	height: 40px;
	background-color: #F87818;
	z-index: 0;
}*/

  .ribbon-back-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 40px;
	z-index: 0;
}

.channels{
	position:relative;
	width:auto;
	height:650px;
	top: 13px;
	overflow-y:scroll;
	border: 2px solid black;
	border-radius:10px;
	background-color: #FFF;
}

/*
position:relative;
	border-radius:10px;
	width:auto;
	height:500px;
	overflow-y: scroll;
	border: 2px solid black;
*/

.err{
	font-color: red;
	font-size: 16px;
}

.query{
	position:relative;
	width:auto;
	height:auto;
	padding-top:14px;
	background-color: #FFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.faqcontainer{
	position:relative;
	width:auto;
	height:auto;
  /*border: 2px solid black;*/
  /*z-index: 3;*/
	border-radius: 6px;
}

div.bgclr{
	background-color: #D93E20;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.faqtitle{
	cursor:pointer;
	background-color: #292281;
	padding-left: 10px;
	padding-top: 9px;
	/*margin-left: 5px;*/
	height: 25px;
	border-radius: 6px;
}

div.faqtitle:before{
	background: url("../images/plus.png") no-repeat #292281;
    color: #FFFFFF !important; 
	content: "";
	padding: 3px 10px 9px 20px;
	margin-left: 5px;
	background-color: #292281;
}
		
div.active:before{
	background: url("../images/minus.png") no-repeat #292281;
	color: #FFFFFF !important; 
	content: "";
	padding: 3px 30px 9px 0;
	background-color: #D93E20;
	
}

dt:before{
	background: url("../images/plus_small.png") no-repeat #FFF;
	content: "";
	padding: 0px 15px 1px ;
}

dt.active_in:before{
	background: url("../images/minus_small.png") no-repeat #FFF;
	content: ""; 
	padding: 0px 15px 1px ;
}

#element_to_pop_up { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:400px;
    min-height: 180px;
}
.b-close{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
}

.rc{
	width:240px;
/*	-moz-border-radius:10px; */
	border-radius:10px;
	overflow:visible;
	border:solid;
	border-color:#CCC;
}
video{
    width:240px;
/*    -moz-border-radius:10px;
    -webkit-border-radius:10px; */
    border-radius:10px;
    overflow:hidden;
}

.contactform{
	z-index: 15;
}

p.pmsg{
	font-size:15px;
	font-weight:bold;
	color:#FA5000;}

.banner{
	float: left;
	margin-top: 50px;
	position:relative;
	width:840px;
	height:275px;
	
	
}