/* CSS Document */

body {
	margin-left:0px;
	margin-top:18px;
	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;
background-image:url('images/nav-bg.jpg');
background-repeat:no-repeat;
background-position: center top;; padding-left:0; padding-right:0; padding-top:11px; padding-bottom:0
}


/**************************** 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 50%;
}

.left-txt{
text-align:left;
font-size:10px;
line-height:13px;
color:#727B82;
}

.left-head1{
text-align:left;
font-size:10px;
font-weight:bold;
line-height:11px;
color:#909069;
}

.pic-dot{
background-image:url('images/dot3.gif');
background-repeat:repeat-x;
background-position: left bottom;
}

.right-txt{
text-align:left;
font-size:11px;
line-height:16px;
color:#727B82;
}

/**************************** footer part start *********************/


.f-nav{
text-align:center;
font-size:11px;
line-height:11px;
color:#909069;
text-decoration:none;
}
.g-nav{
text-align:left;
font-size:10px;
font-weight:bold;
line-height:11px;
color:#909069;
text-decoration:none;
}
.g-nav:hover{
text-align:left;
font-size:10px;
font-weight:bold;
line-height:11px;
color:#909069;
text-decoration:underline;
}

.f-nav:hover{
text-align:center;
font-size:11px;
line-height:11px;
color:#909069;
text-decoration:underline;
}


.copyright{
text-align:center;
font-size:9px;
line-height:11px;
color:#5F686E;
}