body
{	margin:0;
	padding:0;
	background: #ff9934 url(images/body_bg2.gif) top left fixed;
	/*background-attachment:fixed;
	background-color: #ff9934;  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:100%;
}
img{
border:0 none;
}

.table_bg {
	background-image:url(images/t3.gif);
	background-repeat:repeat-y;
}

.hr {
	background-image:url(images/hr.gif);
	background-repeat:no-repeat;
	height:2px;
}

.login {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	
.loginform {
	BORDER-RIGHT: #B1B1B1 1px solid; 
	BORDER-TOP: #B1B1B1 1px solid; 
	FONT-SIZE: 9px; BORDER-LEFT: #B1B1B1 1px solid; 
	COLOR: #000000; BORDER-BOTTOM: #B1B1B1 1px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #FFFFFF; TEXT-ALIGN: left; 
	TEXT-DECORATION: none
}

.login_bg {
	background-image:url(images/03.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

table#lineP P{
	text-align:justify;
	line-height:18px;
	padding:0px 5px;
}
	
/********************* MENU *************************/
#menu_left { 
		float: left;  
		margin: 0 0 6px 0; 
		padding: 0 0 1px 0; 
		border-bottom: 2px solid #810B3C; 
}

#menu_left li { 
	list-style: none; 
}

#menu_left li a { 
	display: block; 
	color: #FFF; 
	background: #730403 url(images/arrow.gif) no-repeat center left; 
	width: 130px; 
	padding: 5px 23px 5px 23px; 
	margin: 0 0 1px 0; 
	font-weight: bold; 
	text-decoration: none; 
}	

#menu_left li a:hover { 
	background: #EE1F19 url(images/arrowH.gif) no-repeat center left; 
	color: #fff;  
}

/********************* SUB MENU *************************/
#menu_left li ul{
	background-color:#FFD78B;
}
	
#menu_left li ul li{
	background-color:#FFD78B;
	list-style:circle;
	list-style-image:url(images/sub_arrow.gif);
}
	
#menu_left li ul li a{
	display: block;
	color: #000;
	background: #FFD78B; 
	padding: 2px 2px 2px 4px;
	margin: 0 0 1px 0;
	font-weight: normal;
	text-decoration: none;
}	

#menu_left li ul li a:hover { 
	background: #FFD78B; 
	color: #F20801;  
}	
	
/*Links */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: underline;
	white-space:nowrap;
}

table#tablers td {
	text-align:center;
}
.color1{
	background-color:#F6F6F6;
}

.color2{
	background-color:#FFFFFF;
}

/**********************************************************/
.hello {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	font-weight:bold;
	text-transform:capitalize;
}

.text, p {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.inputname, p {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/********* For Big Error in the center of the page ***************************/
.error {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#CC3300;
	font-weight:normal;
	text-align:center;
}

/********* For Error text in the page  ***************************/
.error_text { 
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#CC3300;
	font-weight:normal;
	text-align:center;
	float:right;
	margin:0 80px 0 0;
}

/********* For Big Success in the center of the page ***************************/
.success {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#009900;
	font-weight:normal;
	text-align:center;
}

/********* For Big Success in the center of the page ***************************/
.success_text{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:22px;
	color:#009900;
	font-weight:normal;
	text-align:center;
}

.titles{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color:#111111;
	font-weight:bold;
	text-align:center;
}

.checkbox{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#111111;
	font-weight:normal;
	text-align:center;
}

.h1 {
	font-family: Helvetica, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	color:#003366;
	font-weight: bold;
}

/********* Main Heading ***************************/
.subTitle {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	font-family: "Arial", Helvetica, Sans-Serif;
	background-color:#EE1F19;
	padding:5px 25px;
	background-image:url(images/head_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.main_head {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:capitalize;
	letter-spacing:0px;
}

.main_head_bg {
	background-color:#730403;
	border:1px solid #730403;
	border-bottom:1px solid #FF7057;
}

.sub_head {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:capitalize;
}

.sub_head_sp {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-transform:capitalize;
	border:1px solid #666666;
	background-color:#CCCCCC;
	padding:10px;
}

.regsub_head {
	
	background-color:#EEE1B5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
}

TH {
	padding-left:5px;
}

table.paddingLeft TD{
	padding-left:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table#bgcolor {
	background-color:#CCCCCC;
}

table#bgcolor TD LI{
	color:#FFFFFF;
	list-style:none;
	font-weight: bold;
	padding:5px;
	text-transform:uppercase;
}

table#bgcolor LI a {
	background: #730403 url(images/arrow.gif) no-repeat center left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#730403;
	padding-left:25px;
	text-transform:none;
}

table#bgcolor LI a:hover {
	background: #730403 url(images/arrowH.gif) no-repeat center left;
}

table#bgcolor TH {
	background-color:#FFD78B;
	font-size:10px;
}

H3 {
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-size:15px;
	clear:both;
}

#details {
	background-color:#FFF;
	border:1px solid #FFB833;
}

#details td{
	padding-left:10px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;	
	background-color:#FFB833;
}

.mailus {
    height: 48px;
    width: 400px;
	margin:20px auto 0 38px;
}

.mailus img {
    float: left;
    padding-right: 10px;
}

/*** homepage css begin *****/
.home-container {
    height: auto;
    margin: 0 auto;
    width: 600px;
	border:1px solid #cccccc;
	padding:15px;
	font-size: 14px;
}
.joinnow-heading {
    height: 91px;
}
.maincontent {
    background: url(images/joinnow_bg.png) repeat-y scroll 0 0 transparent;
    height: auto;
    padding: 5px 25px 0 34px;
    width: 550px;
}
p {
    margin-top: 5px;
}
.bold{
	font-weight:bold;
}
.revenue, .middletext {
    color: #d11d02;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}
.middletext {
    font-size: 18px;
}
.table-content {
    height: 246px;
    margin: 0 auto;
    width: 530px;
}
.table-text {
    background-color: #FFFFFF;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    height: 246px;
    text-align: center;
    width: 530px;
}
.table-text th {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    font-weight: bold;
    height: 26px;
}
.table-text td {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    height: 26px;
}

/*** homepage css end *****/

/*** login css begin ****/
.loginarea {
    background: url(images/login-bg.png) no-repeat scroll left top transparent;
    float: right;
    height: 66px;
    margin: 0 8px 0 0;
    width: 390px;
}
.loginarea ul {
    float: left;
    list-style: none outside none;
    margin: 13px 0 0 10px;
    padding: 0;
    width: 363px;
}
.loginarea li {
    float: left;
    height: 21px;
    width: 148px;
}
.loginarea .button {
    float: left;
    width: 67px;
}
.loginarea input[type="text"], .loginarea input[type="password"] {
    background: url(images/inputbg.gif) no-repeat scroll left top transparent;
    border: medium none;
    color: #000000;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    outline: medium none;
    padding: 0 5px;
    width: 129px;
}
a.reg-link {
    color: #ffea90;
    float: left;
    font-size: 10.5px;
    margin-top: 5px;
    padding-left: 5px;
}
a.reg-link:hover {
    color: #ffea90;
    float: left;
    font-size: 10.5px;
    margin-top: 5px;
    padding-left: 5px;
}
/*** login css end ****/
