
* {
	margin: 0;
	padding: 0;
}

body {
background: url('images/bg.jpg') repeat-x;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}


/* ----------container to center the layout-------------- */
#container {
width: 980px;
height:auto;
margin: 0 auto;
}

/* --------------top banner------------- */
#banner {
	
	width: 980px;
	height: 90px;
	margin: 0 auto;
	}
	
	
/* --------------top txt------------- */
#toptxt {
	width: 374px;
	float: right;
	height: 20px;
	margin-top:50px;
	margin-right:30px;
	background-image:url('images/toptxt.gif');
		
}


/* --------------Logo------------- */

#logo {
	float: left;
	width: 262px;
	height: 56px;
	margin-left:22px;
	margin-top:20px;
	background: url(images/logo.gif) no-repeat;

}


/* --------------Navigation------------- */
#navigation {
padding-left:18px;
}



/* --------------Content------------- */

#content {
	padding:10px 30px;
	height:auto;
	min-height:300px;
	background: url('images/bg2.jpg') repeat-y;
	

}

/* --------------main fram------------- */
#mainfram {
background-color: #ffffff;
padding: 0px;
margin: 0 ;
margin-left:353px;
}
div#mainfram { 
min-height:280px;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 350px;
margin: 0;
padding: 0;
}
#right {
float: right;
width: 211px;
margin: 0;
padding: 0;
}


/* --------------BOX------------- */

#boxleft {
width: 350px;;
background-image:url('images/top-bg_left.jpg');
background-repeat:no-repeat;
}

#boxright {
width: 211px;;
background-image:url('images/top-bg_right.jpg');
background-repeat:no-repeat;
}



#boxcenter {

width: 353px;;
background-image:url('images/center-bg.jpg');
background-repeat:no-repeat;
}

.H1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#b01519;
	padding-bottom:5px;
	padding-top:14px;
	padding-left:14px;
	text-align:left;}
	
	
.H2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-align:left;}


.H3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding-left:5px;
	color:#b01519;
	text-align:left;}
	

.H4{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding-left:5px;
	color:#ffffff;
	text-align:left;}
	
.H5{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding-left:5px;
	color:#0066CC;
	text-align:left;}

.txt {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#000000;
	padding-top:5px;
	padding-right:14px;
	padding-left:14px;
	padding-bottom:8px;
	line-height:18px;
	text-decoration:none;
	text-align:justify;} 
	
.txt2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	line-height:18px;
	text-decoration:none;
	text-align:justify;} 


.txt3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#000000;
	line-height:18px;
	text-decoration:none;
	text-align:justify;} 
	
.txt4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#000000;
	line-height:18px;
	padding:5px;
	text-decoration:none;
	text-align:justify;}


#box_innerpage {
width:920px;
height:50px;
background: url(images/inerpage.jpg) no-repeat;
}

.border_specifications {
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	
}


#flash_banner {
margin:0 0 -2px 0;}


/*.links {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#000000;
	padding-top:5px;
	padding-right:14px;
	padding-left:14px;
	padding-bottom:8px;
	
	line-height:18px;
	text-decoration:none;
	text-align:justify;} */





.links {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#990000;
font-weight:bold;
text-decoration:none;
text-align:center; }

.links a{
	color:#b01519;
	text-decoration:none;}

.links a:hover{
	color:#2f2f2f;
	text-decoration:underline;}


#pagetxt {
margin:10px; }



.menu_list {	
	width: 180px;
}

.menu_list2 {	
	width: 200px;
}


.menu_head {
	padding: 10px 20px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
	color:#FFFFFF;
    background: #b01519 url(left.png) center left no-repeat;
}

.menu_head a{
  display:block;
  color:#ffffff;
  background-color:#b01519;
  font-weight:bold;
  text-decoration:none;
}
.menu_head a:hover{
  color: #000000;
  background-color:#b01519;
  text-decoration:underline;
  }

.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#000000;
  background-color:#EFEFEF;
  padding-left:30px;
  line-height:25px;
  font-weight:normal;
  text-decoration:none;
}
.menu_body a:hover{
  color: #ffffff;
  background-color:#000000;
  text-decoration:underline;
  }















/* --------------Footer------------- */

#footer {
	clear: both;
	width: 980px;
	height: 38px;
	margin: 0 auto;
	background: url('images/index_05.jpg') repeat-y;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
}

#footer p {
	margin: 0;
	line-height: normal;
	padding: 15px 55px;
}

#footer a {
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}

#footer a{
	color:#333333;
	text-decoration:none;}

#footer a:hover{
	color:#b01519;
	text-decoration:none;}
	
.border_article {
		border-top:1px solid #b3c8d7;
		padding:6px;

	
}

.borderTable2 {	
border: 1px solid #b3c8d7;

}


