/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#383838;
}

/*-----------------------------------------------------  	BG Starts	---------------------*/

.body-bg{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

.top-bg{
	background-image:url(images/index_01.jpg);
	background-repeat:no-repeat;
}


.rightnavi-bg{
	background-image:url(images/index_03.jpg);
	background-repeat:no-repeat;
	
}



/*-----------------------------------------------------  	BG Ends	---------------------*/


/*-----------------------------------------------------  	Text Decoration Starts	---------------------*/


.text {
	font-family:  Century Gothic, Trebuchet MS, Arial, sans-serif;
	font-size:14px;
	line-height:16px;
	color: #ffffff;
}

.text1 {
	font-family:  Century Gothic, Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	color: #A5A5A5;
}

.text2 {
	font-family: Century Gothic, Trebuchet MS, Arial, sans-serif;
	font-size:18px;
	line-height:30px;
	color: #ffffff;
}



/*-----------------------------------------------------  	Text Decoration Ends	---------------------*/

/*-----------------------------------------------------  	Text Link Starts	---------------------*/

a	{
	color:#191919;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

.dashed	{
	color: #C80202;
	text-decoration: none;
	border-bottom:1px dashed;
}

.dashed:hover	{
	text-decoration: underline;
	border-bottom:0px;
}


.navlink-footer	{
	color: #DBDBDB;
	text-decoration: none;
}

.navlink-footer:hover	{
	color: #A5A5A5;
	text-decoration: underline;
}


.copyright {
	color: #0093BE;
	text-decoration: none;
}

.copyright:hover {
	text-decoration: underline;

}

/*-----------------------------------------------------  	Text Link Ends	---------------------*/

/*-----------------------------------------------------  	Cell Padding Starts	---------------------*/
.cell-topleft-padding {
	padding: 0px 10px 7px 0px;
	margin: 0px;
	
}

.cell-topright-padding {
	padding: 0px 0px 13px 25px;
	margin: 0px;
	
}

.cell-navibox-padding {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	
}

.cell-main-padding {
	padding: 30px 25px 45px 230px;
	margin: 0px;
	
}





.img-bullet {
padding: 4px 8px 0px 15px;
margin:0px;
}


/*-----------------------------------------------------  	Cell Padding Ends	---------------------*/


/*-----------------------------------------------------  	textfield 	---------------------*/



.textfield1 {
	font-family: Century Gothic, Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	height: 15px;
	color: #000000;
	width: 162px;
	border: 1px solid #B1B1B1;
	background-color: #6E6E6E;
	margin:0px;
}

.textfield2 {
	font-family: Century Gothic, Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 200px;
	height: 100px;
	color: #000000;
	border: 1px solid #B1B1B1;
	background-color: #6E6E6E;
}

