@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#A8A8A8;
}
img{ border:0;}
#main{
	clear:both;
	width:980px;
}
#top{
	width:980px;
	position:relative;
	top:0px;
	height:120px;
}
#logo{
	width: 178px;
	height:120px;
	float:left;
}
/*--------MENU-------*/
#menu{height:80px; position:relative; top:0px; float:right;}
#menu a{font-family:Arial, Helvetica, sans-serif; font-size:13px; /*font-weight:bold;*/ color:#C4C4C4; text-decoration:none; display:block;	height:100%; line-height:3em;}
#menu a:hover{font-family:Arial, Helvetica, sans-serif; font-size:13px;	color:#FFF; /*6D6D6D;*/	background: #C4C4C4;/*font-weight:bold;*/ text-decoration:none; height:100%; line-height:3em;}
#menu td{border-right: solid 1px #C4C4C4; width:100px; height:40px;}
/*--------SEARCH-------*/
#search{
	float:right;
	width:300px;
	height:40px;
	padding-right:5px;
	vertical-align:middle;
}
#search_box{
	background:#F2F2F2;
	height:20px;
	width:120px;
}
#search_sub{
	height:25px;
	width:26px;
	border:0px;
	padding:0px;
	background:#FFF;
}
#search input.searchText{
	color:#6C6C6C;
}

/*--------PAGES-------*/
#center{
	clear:both;
	width:980px;
}
#navigation{
	position:relative;
	top:0px;
	width:200px;
	float:left;
	vertical-align:top;
}
#content{
	width:780px;
	position:relative;
	top:0px;
	float:right;	
}
#slideshow {
	/*width:980px*/;
    position:relative;
    height:350px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}
/*-----------------------*/
#down{
	clear:both;
	height:25px;
	width:980px;
	border-top: solid 1px #F2F2F2;
}
#down a{
	color:#B6B6B6;
	text-decoration:none;}
#address{
	width:730px;
	float:left;
}
#link_down{
	width:150px;
	float:left;
}
#contact_link{
	width:100px;
	float:right;
}
/*--------DEFAULT CLASS------------------*/
.hand{ cursor:pointer;}
.clear{clear:both;}
