@charset "utf-8";
/* CSS Document */
@import url("reset.css");

html,body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

#flashcontent{width:100%; height:100%; overflow:hidden;}
#trackFrame{width:0; height:0; display:block; position:absolute;}

.search_text{
	position: absolute; left: 50%;right: 50%;
	top:38%;
	bottom:62%;
	width:460px;
	height:90px;
	margin-left: -230px;	
	text-align:center;
	background:url(../images/search_text.png) bottom center no-repeat;
	[;top:40%;]
	[;bottom:60%;]
	
}
.search_text p{
	position:relative;
	top:10px;
	width:450px;
	color:#FFF;
}
input{
  position:relative;
  top:17px;
  left:18px;
  width:290px;
  border:none;
  background:none;
 
}
span.search_btn{
  position:relative;
  top:21px;	
  left:25px;
}
span.prod_btn{
  position:relative;
  top:20px;	
  left:6px;
}
#footer {
	position:relative;
	bottom:0px;
	margin:0 auto;
	text-align: center;
	width:100%;
	height:80px;
	background:url(../images/about_04.jpg) center;
}
.copyright {
	position:relative;
	margin:0 auto;
	width:600px;
	top:8px;
	font-size:11px;
}
.copyright li {
	float:left;
	font-size:11px;
	margin-right:5px;
	margin-left:5px;
}
.copyright li a:link {
	color:#333;
	text-decoration:none;
}
.copyright li a:visited {
	color:#333;
	text-decoration:none;
}
.copyright li a:hover {
	color:#F90;
	text-decoration:none;
}
p.adress {
	position:relative;
	margin:0 auto;
	clear:both;
	width:1000px;
	font-size:10px;
	color:#999;
	top:5px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FC0;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.index_news:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
}
a.index_news:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
}
a.index_news:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FC0;
}
a.index_news:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
}