@charset "utf-8";
/* CSS Document */

body,td,th,div,p{
	font-family: verdana,Arial;
	font-size:13px;
	line-height:20px;
}

body{
	background:#ff7e00;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#body_top{
	background:#ffffff;
	display: inline-block;
	width:1000px;
	margin:10px 0px 0px 0px;
}
#body_top .text1{
	font-family: verdana,Arial;
	font-size:14px;
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
}
#body_footer{
	background:#2a2928;
	display: inline-block;
	width:1000px;
}
#body_footer .text1{
	font-family: verdana,Arial;
	font-size:14px;
	color:#FFFFFF;
	padding:10px 10px 0px 10px;
	margin-top:0px;
	line-height:25px;
}
#body_footer .text2{
	font-family: verdana,Arial;
	font-size:12px;
	color:#FFFFFF;
	padding:10px 10px 0px 10px;
}
#body_footer .text3{
	font-family: verdana,Arial;
	font-size:14px;
	color:#FFFFFF;
	padding:5px 10px 0px 10px;
}
#content{
	background-color:#ffffff;
	display:inline-block;
	width:1000px;
}
#content .text1{
	font-family: verdana,Arial;
	font-size:14px;
	color:#0092ff;
	padding:10px;
	line-height:25px;
}
#content #content_left{
	float:left;
	display:inline-block;
	width:340px;
}
#content #content_right{
	float:right;
	display:inline-block;
	width:660px;
}
#footer_top{
	display:inline-block;
	width:1000px;
	height:41px;
	border-bottom:1px solid #FFF;
}
#footer_bottom{
	display:inline-block;
	width:1000px;
}
.footer_left{
	float:left;
	display:inline-block;
	width:340px;
}
.footer_right{
	float:right;
	display:inline-block;
	width:660px;
}
#header{
	background-color:#1d1c1a;
	display:inline-block;
	width:1000px;
	height:45px;
}
#header_left{
	float:left;
	display:inline-block;
	width:340px;
}
#header_right{
	float:right;
	display:inline-block;
	width:660px;
}
#pic_right{
	background:url(../images/upsidetech_right.png) no-repeat;
	width:32px;
	height:356px;
	float:left;
	display:inline-block;
	position:fixed;
	top:230px;
	right:90px;
}
.header_text{
	color:#0024ff;
}
.slogan{
	background-color:#6c6c6c;
	font-size:16px;
	color:#FFF;
	padding:5px;
	border-top:3px solid #CCC;
	border-bottom:3px solid #CCC;
}
.tel{
	background:url(../images/tel.jpg) no-repeat;
	width:285px;
	height:83px;
	float:left;
	font-size:15px;
	color:#FF0000;
	padding-top:10px;
	padding-left:100px;
	margin-top:10px;
	line-height:30px;
}
.lineheight{
	height:30px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #ff7e00;
}
a:active {
	text-decoration: none;
	color: #ff7e00;
}
