/* CSS Document */

body, html
{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background:#92E476 url(../../images/general/base_bg_2.png) top ;
	font-family:tahoma;
	
}

/* header line*/
#header
{	
	height:3px;
	width:100%;
	background:#CC0000 url(../../images/general/base_bg_2.png);
	float:left;
	position:relative;

}

/* Wrap Part Of Page */

#wrap
{
	position:relative;
	height:100%;
	align:center;
}

#page
{
	margin:0px;
	padding:0px;
	width:1000px;
	height:800px;
	align:center;
}

/* Left Part Of Page */

#LeftPart
{
	width:184px;
	margin-top:20px;
	float:left;
	position:relative;
	background:#92E476 url(../../images/general/base_bg_2.png);
	
}

.leftpart_img
{

	margin:30px 30px 0px 20px;
}



/* Middle Part Of Page */

#MiddlePart
{
	width:632px;
	background:#FFFFFF;
	float:left;
	position:relative;
	min-height:680px;
}

/*****************logo********************/

#logo
{
	height:185px;
	width:632px;
}


/*****************logo********************/

#menu
{

	margin:10px;
	padding:0px;
	top:0px;
	align:left;
}

/*****************home_contain********************/

#contain
{	
	margin:50px 15px 5px 10px;
	position:relative;
}

p
{
	font-family:Arial, Helvetica, sans-serif; margin-top: 0px;
}

h2
{
	color:#0000FF;
	font-family:"Times New Roman", Times, serif;
	
	
}

/*****************flash********************/

#flash
{
	margin:5px;
	position:relative;
}

/* Right Part Of Page */
#RightPart
{
	width:184px;
	margin-top:20px;
	float:left;
	position:relative;
	background:#92E476 url(../../images/general/base_bg_2.png);
	
}

.rightpart_img
{

	margin:30px 20px 0px 40px;
}

/* Footer Part Of Page */

#Footer
{
	width:100%;
	height:120px;
	margin:0px 0px 0px 0px;
	background:#CC0000 url(../../images/general/base_bg_2.png) repeat;
	text-align:center;
	float:left;
	position:relative;
}

/************************bottom menu****************/

#bottom_menu
{
	margin:20px 0px 10px 10px ;
	color:#00FF33;
	text-align:center;
	padding: 10px 10px 3px; 
	font-size:12px;
}

#bottom_menu a
{
	color:#FFFFFF;
	text-decoration:underline;
	padding:0 5px;
}

#bottom_menu a:hover
{
	color:#0000CC;
	text-decoration: underline;
}


/**************letest news****************************/

#news
{
	/*margin:20px 200px 10px 100px ;*/
	margin:20px 0px 10px 310px ;
	color:#FFFFFF;
	font-size:14px;
}

/**************Anti Corrosive Paint ****************************/

.middle
{
	padding:0px;
	margin:0px;
	background:white;
	padding:10px;
}

.fieldset
{
	border:1px solid #b9c7d3;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;	
}
.fieldset legend
{
	float:left;
}
.fieldset legend b
{
	color:#1476be; font-size:14px; padding:10px; padding-top:4px;  
	border:1px solid #b9c7d3; border-top:2px solid white;
}













