/* CSS Document */

body {
	margin-left:0px;
	margin-top:41px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#282C2F;
	background-image:url(images/body-bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	}

td
{
font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#000000 ;
}

/**************************** Header part start *********************/
.header{
height:300px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
background-position:center top;
}



/**************************** nav part start *********************/
.nav-bg{
height:62px;
padding:11px 0 0 0;
background-image:url(images/nav-bg.jpg);
background-repeat:no-repeat;
background-position:center top;
}


/**************************** body part start *********************/

.body-dot{
background-image:url(images/body-dot1.gif);
background-repeat:repeat-y;
background-position:center top;
}

.left-dot{
height:30px;
background-image:url(images/body-dot2.gif);
background-repeat:repeat-x;
background-position:center;
}

.left-txt{
text-align:left;
font-size:9px;
line-height:11px;
color:#5F686E;
}

.left-head1{
text-align:left;
font-size:9px;
font-weight:bold;
line-height:11px;
color:#909069;
}

.pic-dot{
background-image:url(images/dot3.gif);
background-repeat:repeat-x;
background-position:bottom left;
}

.right-txt{
text-align:left;
font-size:9px;
line-height:11px;
color:#727B82;
}

/**************************** footer part start *********************/


.f-nav{
text-align:center;
font-size:9px;
line-height:11px;
color:#909069;
text-decoration:none;
}
.f-nav:hover{
text-align:center;
font-size:9px;
line-height:11px;
color:#909069;
text-decoration:underline;
}

.copyright{
text-align:center;
font-size:9px;
line-height:11px;
color:#5F686E;
}