*{ margin: 0; padding: 0;}

body{
	font-family: Tahoma; 
	color: #656565; 
	min-width:1000px; 
	font-size:11px; 
}

html, body{
	height: 100%;
}

td{
	vertical-align: top;
}

img{
	border: 0px;
}

/* ================================================================================*/

form{ margin: 0; padding: 0; }

div, td, input, select, p, a, li {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000000;
}

a{
	color: #1385A7;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

#main_inside{
	position:relative; 
	min-height:100%; 
	margin: 0; 
	min-width: 1000px; 
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;	
}
	
/*For IE*/
* html #main_inside{
	height:100%; 
	width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1001?'1000px':'100%');  
}

#main_inside_in{ 
	position:relative; 
	min-height:100%; 
	margin: 0 auto; 
	min-width: 1000px;
	background-image: url(../images/main_inside_in.jpg);
	background-repeat: no-repeat;
}


/*For IE*/
* html #main_inside_in{
	height:100%; 
	width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1001?'1000px':'100%'); 
	height:100%;
}

#main_content{
	margin: 0 auto;
	width: 1000px;
}
/*=======================================================*/


/*=======================================================*/

#footer_block{
	height: 105px; 
	clear: both;
}

#footer_main{
	height: 105px; 
	margin: -105px auto; 
	position: relative; 
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}

#footer{
	height: 105px; 
	margin: 0 auto; 
	min-width: 997px; 
}

/*For IE*/
* html #footer{
	width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1001?'1000px':'100%');
}

#footer_in{ 
	margin: 0 auto; 
	padding: 0px 0 0 0;
	width: 1000px;
}

#header{
	height: 124px;
	overflow: hidden;
}

#footer_in .contact{
	padding: 23px 0px 0px 59px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 14px;
	float: left;
}

#footer_in .contact a{
	color: #FFFFFF;
	font-size: 13px;
}

#footer_in .copyright{
	float: right;
	padding: 74px 59px 0px 0px;
	font-size: 13px;
	color: #FFFFFF;
}

#header .left{
	float: left;
	padding: 32px 0px 0px 58px;
	width: 629px;
}

#header .left .logo{
	padding: 0px 0px 5px 0px;
}

#header .left .cont{
	
}

#header .left .cont p{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding: 0px 0px 16px 0px;	
}

#header .right{
	float: right;
	padding: 32px 55px 0px 0px;
}

h1{
	font-size: 30px;
	font-weight: normal;
	padding: 0px 0px 16px 0px;
}

.total_content{
	padding: 33px 59px 40px 59px;
}

.total_content p{
	padding: 0px 0px 27px 0px;
}

.total_content ul{
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
}

.total_content ul li{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	background-image: url(../images/li.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
}

.total_content .list{
	clear: both;
	height: 54px;
}

.total_content .list .list_1{
	float: left;
	width: 180px;
}	

.total_content .list .list_2{
	float: left;
}	

.order_link{
	height: 59px;
	position: relative;
	left: -7px;
	
}
.zz {
	float: right;
	width: 200px;
}
.order_link a{
	display: block;
	float: left;
	width: 239px;
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	padding: 13px 0px 0px 0px;
	background-image: url(../images/order_a.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 46px;
	overflow: hidden;
}

.order_link a:hover{
	background-position: center -59px;
}

/* ================================================================================*/

/*Opera Hack*/
@media all and (min-width: 0px) {

}
.error{
	padding: 5px;
	background : #FFE4E1;
	border: 1px solid red;
	color: red;
	width: 500px;
}
.good{
	padding: 5px;
	background : #E0EEE0;
	color: green;
	border: 1px solid green;
	width: 500px;
}
.reg_table {
	padding: 5px;
}
.reg_table td{
	border: 1px solid #CFCFCF;
	padding: 5px;
}
.report_table{
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 9pt;
	
}
.report_table th{
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 9pt;
	padding: 4px 4px 4px 4px;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
}
.report_table td{
	color: #3D3D3D;
	padding: 4px;
	white-space:nowrap;
	background-color: #FFF;
	vertical-align: middle;
	font-size: 9pt;
	text-align: center;
	white-space: normal;
}
.part1{
	border: 0px solid white;
	text-align: center;
}
.part1:hover{
	border: 1px solid black;
	text-align: center;
}
.part1_all{
	border: 0px solid white;
	text-align: center;
}
.part2{
	border: 0px solid white;
	text-align: center;
}
.part2:hover{
	border: 1px solid black;
	text-align: center;
}
.part2_all{
	border: 0px solid white;
	text-align: center;
}
.s_all{
	border: 0px solid white;
	text-align: center;
	font-weight:bold;
}
.order_link_c{
	height: 59px;
	position: relative;
	left: -7px;
}

.order_link_c a{
	display: block;
	width: 239px;
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	padding: 13px 0px 0px 0px;
	background-image: url(../images/order_a.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 46px;
	overflow: hidden;
}

.order_link_c a:hover{
	background-position: center -59px;
}



