/* CSS Document */

body{
/*	background-color:#8d8b8c;*/
	background-color:#707174;
	background-image:url(../images/bg_base.png);
	font-family:verdana;
	font-size:12px;
	color:#FFFFFF;
	margin-top:20px;
}

.mainTable{
	border-top:0px solid #333333;
	min-height:600px;
	width:100%!important;
	background-image:url(../images/content_bg_top.png);
	background-repeat:repeat-x;
	background-position:top;

}

.pageHolder{
	width:993px!important;
	margin:0 auto;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;

}

.contents{
	padding-top:10px; 
	padding-bottom:10px; 
	min-height:500px; 
	text-align:justify;
}

.model{
	background-image:url(../images/model.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.topmenu{
	background-color:#000000;

	font-family:verdana;
	font-size:11px;
	margin-top:26px;
	color:#FFFFFF;
}
a {
	color:#FFCC00;
	text-decoration:none;
}
.topmenu a{

	color:#FFFFFF;
	text-decoration:none;
	padding-left:16px;
	padding-right:16px;
}
.videoBar{
	background-color:#0b182c;
	padding:2px;
	padding-left:10px;
	margin-bottom:12px;
}
.videoThumb{
	height:228px;
	border:0px solid #FFFFFF;
	margin-bottom:15px;

}
.videoThumb div{
	display:block;
	float:left;
	border:0px solid #00FFFF;
	width:234px;
}

.videoThumb div .thumb{
	width:225px;
	height:140px;
	border:1px solid #000000;
	background-image:url(../images/thumb_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	display:block;
	
}

.videoThumb div .thumb div{
	padding:8px;
	border:0px solid #00FFFF;
	width:208px;
	}


.footer{
	background-color:#000000;
	font-size:10px;
	text-align:right;
	padding-right:10px;
	height:40px !important;
}

.bullet{
 	line-height:2; 
	list-style-image:url(../images/arrow.gif); 
	margin-left:0px; padding-left:10px;
 }
 
 .bullet_principles{
 	line-height:1; 
	list-style-image:url(../images/arrow.gif); 
	margin-left:0px; padding-left:10px;
 }
 
 input{
	 background-color:#25406D;
	 border:1px solid #5391f9;
	 height:20px;
	 color:#FFFFFF;
 }
 
  textarea{
	 background-color:#25406D;
	 border:1px solid #5391f9;
	 color:#FFFFFF;
 }
 
  .button{
	 background-color:#25406D;
	 background-image:url(../images/btn_bg.gif);
	 background-repeat:repeat-x;
	 font-family:verdana;
	 font-size:11px;
	 border:1px solid #5391f9;
	 height:20px;
	 color:#FFFFFF;
 }
 
  .factories .head{
  background-color:#AD813A;
  font-style:italic;
 }
 
  .factories .head strong{
 	font-size:15px;
	font-style:normal !important;
	font-style:oblique;
 }
 .factories .desc{
 	line-height:1.5; 
	}
	
.topStatusTxt{
	background-color:#BB5193;
}	
.topStatusTxt td{
padding:3px;
}
