
/* CSS Document is designed by Nilesh Patil my gamil id is nilesh.patil333@gmail.com*/

body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:14px;
	margin:0;
	color:#FFF;
	background-color:#FFF;
	/*background-image:url(../images/bodybg.jpg);
	background-repeat:repeat-x;
	background-position:top;*/
	
}


.lemail a:link
{
	color: #06C;
	text-decoration:none;
}

.lemail a:visited
{
	color:#06C;
	text-decoration:none;
}

.lemail a:active
{
	color:#06C;
	text-decoration:none;
}

.main_table
{
	width:770px;
	margin:0 auto;
	border:1px solid #bebdbd;
	background-color:#ffffff;
}

/* TOP PANEL */
.topPan{width:770px;;  
margin:0 auto;
background-color:#FFF;
height:122px;
}

.symbol{
	height:84px; width:95px; float:left; padding-left:10px; padding-top:10px;}
.logo{ width:400px; height:122px; float:left;}
.iso{ width:222px; height:95px; float:right; margin: 25px 0 0 0 ; }

/* /TOP PANEL */

/* Link Panel */

.toplink
{
	width:770px;
	height:42px;
	margin:0 auto;
}

/* /Link Panel */

.main_containt
{
	width:770px;
	margin:0 auto;
	height:auto;
	background-color:#FFF;
	color:#333;
	margin:5px 0px 5px 0px;
}

.ship
{
	width:107px;
	height:100px;
	background-image:url(../images/ship.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
/* Footer Panel */

.footer_main
{
	width:770px;
	height:40px;
	margin:0 auto;
	border:1px solid #bebdbd;
	background-color:#b70326;
}

.footerleft
{ 
	width:400px;
	padding:10px 5px 5px 5px;
	height:30px;
	float:left;
}

.footerright
{
	width:350px;
	padding:10px 5px 5px 5px;
	height:30px;
	float:left;
}