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

body {
	border: 0 none;
	list-style-type: none;
	margin: 0;
	outline: medium none;
	padding: 0;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	font-family: Arial, Tahoma, sans-serif;
	color: #666666;
	background: url(../images/background.jpg) center 0 0 0 0px;
	background-image: url(../images/background.jpg);
	background-position:center top;
	background-repeat: repeat-x;
	background-origin: initial;
	background-clip: initial;
	background-color:#000000;
	position: relative;
}

.clear {
    clear: both;
}

.topic{
	font-size: 11px;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #666666;
	text-align:center;
}

a {	text-decoration: none;}
a:link {color: #666666;}
a:visited {	color: #666666;}
a:hover, a:active {	color: #ff9c00;}
a:active, a:focus{text-decoration: none;}

ul,li{
	list-style:none;
	position: relative; 
	float: left;
	padding-right: 4px;
}

.top_navi{
	position: absolute;
	display:inline-block;
	left:1177px;
	top:10px;
	z-index:1000;
}
.navi1{
	background-image: url(../images/top_navi_1.png);
	width: 49px;
	height: 23px;
	display:block;
	float:left;
}
.navi2{
	background-image: url(../images/navitator_varta.png);
	width: 63px;
	height: 15px;
	display:block;
	float:left;
	 margin-left: 15px;
    margin-top: 5px;
}


#content {
	width: 945px;
	height: 550px;
	margin: 1 auto;
	position: absolute;
	z-index:0;
	clear:both;
	left:50%;
	margin-left:-472px;
	text-align: left;

}

#detail {
	width: 945px;
	height: 450px;
	margin: 1 auto;
	position: absolute;
	z-index:10;
	clear:both;
	left:50%;
	margin-left:-472px;
	margin-top:0px;
	text-align: center;

}

#product_content {
	width: 945px;
	height: 410px;
	margin: 1 auto;
	position: absolute;
	z-index:10;
	clear:both;
	left:50%;
	margin-left:-472px;
	margin-top:130px;
	text-align: center;

}

#logo {
	width: 136px;
	height: 63px;
	margin: 1 auto;
	position: absolute;
	z-index:80;
	clear:both;
	left:50%;
	margin-left:-472px;
	margin-top: 20px;
	text-align: left;

}

#menu {
	width: 600px;
	height: 30px;
	margin: 1 auto;
	position: absolute;
	z-index:11;
	clear:both;
	left:50%;
	margin-left:-320px;
	margin-top: 20px;
	text-align: left;

}

#banner {
	width: 943px;
	height: 298px;
	margin: 1 auto;
	position: absolute;
	z-index:5;
	clear:both;
	left:50%;
	margin-left:-471px;
	text-align: left;
	margin-top: 100px;

}

#address {
	width: 230px;
	height: 160px;
	margin: 1 auto;
	position: absolute;
	z-index:8;
	clear:both;
	left:50%;
	margin-left:243px;
	margin-top: 430px;
	text-align: left;

}

#product-slide {
	width: 1038px;
	height: 374px;
	margin: 1 auto;
	position: absolute;
	z-index:9;
	clear:both;
	left:50%;
	margin-left:-523px;
	margin-top: 142px;
	text-align: left;

  background-repeat:no-repeat;
}

ul li#arrow-left {
  background-position: 0px 0px;
}
ul li#arrow-left:hover {
  background-position: 0px -51px;
/* the second number should be the negative height of the link. */
}
#arrow-left {
	width: 30px;
	height: 51px;
  background-image: url(../images/arrow-left.png);
  background-repeat:no-repeat;
}

ul li#arrow-right {
  background-position: 0px 0px;
}
ul li#arrow-right:hover {
  background-position: 0px -51px;
/* the second number should be the negative height of the link. */
}
#arrow-right {
	width: 30px;
	height: 51px;
  background-image: url(../images/arrow-right.png);
  background-repeat:no-repeat;
}
#left {
	width: 30px;
	height: 51px;
	z-index:90;
	clear:both;
	position: absolute;
	left:50%;
	margin-left:-560px;
	margin-top: 300px;
}

#right {
	width: 30px;
	height: 51px;
	z-index:90;
	clear:both;
	position: absolute;
	left:50%;
	margin-left:450px;
	margin-top: 300px;
}

#home-left {
	width: 30px;
	height: 51px;
	z-index:90;
	clear:both;
	position: absolute;
	left:50%;
	margin-left:-510px;
	margin-top: 440px;
}

#home-right {
	width: 30px;
	height: 51px;
	z-index:90;
	clear:both;
	position: absolute;
	left:50%;
	margin-left:135px;
	margin-top: 440px;
}

ul li#About {
  background-position: 0px 0px;
}
ul li#About:hover {
  background-position: 0px -30px;
/* the second number should be the negative height of the link. */
}
#About {
	width: 143px;
	height: 30px;
  background-image: url(../images/menu.png);
  background-repeat:no-repeat;
}

ul li#Product {
  background-position: -146px 0px;
}
ul li#Product:hover {
  background-position: -146px -30px;
/* the second number should be the negative height of the link. */
}
#Product {
	width: 143px;
	height: 30px;
  background-image: url(../images/menu.png);
  background-repeat:no-repeat;
}

ul li#Contact {
  background-position: -293px 0px;
}
ul li#Contact:hover {
  background-position: -293px -30px;
/* the second number should be the negative height of the link. */
}
#Contact {
	width: 143px;
	height: 30px;
  background-image: url(../images/menu.png);
  background-repeat:no-repeat;
}


#footer {
	width: 945px;
	height: 20px;
	margin: 1 auto;
	position: absolute;
	z-index:2;
	clear:both;
	left:50%;
	margin-left:-472px;
	margin-top:620px;
	text-align: left;

}


#slides {
	position:absolute;
	z-index:100;
}

.slides_container {
	width:943px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:943px;
	height:298px;
	display:block;
}


/*
	Next/prev buttons
*/




.pagination {
	margin:5px 0 0;
	width:70px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	padding-right: 0px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


