/* Author : suresh dhamgaye  */
/* By : Meltmagic-India.com  */
/*  Year: 2009 */

/* form classes */

body 
{
	margin:0px;
	padding: 0px;
	background-color:#00172E;
	background-image:url(images/back.jpg);
}
form 
{
	margin-bottom: 0px;
}
input, textarea, select 
{
	border: 1px solid #282A2B;
	font-size: 12px;
	margin-left:5px;
}
.no-border 
{
	border-style: solid;
	border-width: 0px;
	font-size: 12px;
}
.yes-border 
{
	border-style: solid;
	border-width: 1px;
	border-color:#993300;
}
/* page default settings */
td 
{
	font-family: arial, verdana, helvetica;
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
}
/*color*/
.white 
{
	color: #ffffff;
}
.orange
{
	color:#FFC630
}
.blue
{
	color:#170093
}
.red
{
	color:#BD0016;
	text-decoration:none;
}
.yellow
{
	color:#FDFCD4;
}
img
{
	border:0px solid red;
}
/* Heading */
h1, h2, h3, h4, h5, h6 
{
	font-family: arial;
	margin: 0px;
	line-height: normal;
}
h1 
{
	font-size: 25px;
	font-weight:bold;
	margin-left:0px;
}
h3 
{
	font-size: 20px;
	color:#994D03;
	font-weight:bold;
	margin-left:0px;
}
h2 
{
	font-size: 18px;
	font-weight:700;
	color:#353563;
}


/*working property start here !*/
.body-back
{
	background-image: url("images/body-repeat.jpg");
	background-repeat:repeat-y;
}
.header
{
	background-image: url("images/header.jpg");
	background-repeat:no-repeat;	
	height:244;
}
.footer-bg
{
	background-image: url("images/bottom-bg.jpg");
	background-repeat:repeat-x;
	height:78px;
}
.bull-left1
{
		
	font-size:14px;
	font-weight:700;	
	background-image: url("images/bull-1.jpg");
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:15px;		
}
.bull-left2
{
		
	font-size:14px;
	font-weight:700;	
	background-image: url("images/bull-1.jpg");
	background-repeat:no-repeat;
	background-position:20px 5px;
	padding-left:35px;		
}
.bull-left3
{
		
	font-size:16px;
	font-weight:700;	
	background-image: url("images/bull-1.jpg");
	background-repeat:no-repeat;
	background-position:20px 16px;
	padding-left:35px;		
}
.bull-left4
{
		
	font-size:22px;
	font-weight:700;	
	background-image: url("images/bull-1.jpg");
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left:15px;		
}
.bull-left5
{
		
	font-size:14px;
	font-weight:700;	
	background-image: url("images/bull-1.jpg");
	background-repeat:no-repeat;
	background-position:20px 16px;
	padding-left:35px;		
}
.bull-repeat
{
	background-image: url("images/bull-repeat.jpg");
	background-repeat:repeat-x;
}
/*working property end here !*/


.more a
{
	color:#CC3300;
	text-decoration:none;
}
.more a:hover
{
	color:#414141;
	text-decoration:none;
}
/*top menu*/
.nav-back
{
	background-image: url("images/top-nav-x-bg.jpg");
	background-repeat:repeat-x;
	height:46px;
}
.top-menu
{
	color:#F8F6B6;
	text-decoration:none;	
	font-size:12px;
	font-weight:700;			
}
.top-menu a
{
	color:#F8F6B6;
	text-decoration:none;
}
.top-menu a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}

/*inner-page-property*/
.inner-right-bg-x
{	
	background-image: url("images/inner-right-bg-x.jpg");
	background-repeat:repeat-x;
	height:44px;	
}

.box-text
{
	padding:0px 5px 0px 20px;
}