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


* {
	margin:0;
	padding:0;
	border:0;
}
body {
	/*background:url(../elements/bg_big_halo2.png) top center #696969;*/
	background:url(../elements/bg_body.png);
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:19px;

}
a {
	color:#FF0;	
	text-decoration:none;
}
a:hover {
	color:#fff;	
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	padding:12px 0 32px 0;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-bottom:7px;
}
#container {
	width:939px;
	margin: 0 auto 0 auto;
}

#top {
	height:140px;	
}
#logo {
	width:120px;
	padding:16px 0 0 38px;
	float:left;
}
#search {
	margin-top:22px;
	padding-top:4px;
	width:236px;
	height:31px;
	float:right;
	background:url(../elements/search_bg2.png) right no-repeat;
}
#top-left {
	width:500px; 
	float:right; 
	height: 80px; 
	text-align:right;
	margin-top:17px; 
	font-size:11px;	
	color:#000;
}
#top-left a {
	font-weight:bold; 
	color:#fff;
}
#top-left a:hover {
	color:#FF0;
}


/*search*/
#search .button {
	float:left;	
}
#search .input {
	float:left;
	width:186px;
	height:32px;
	padding-top:6px;
	padding-left:12px;
	text-align:left;
}
#search .input input {
	font-weight:bold;
	width:90%;
}

/*menu*/
#menu {
	clear:both;
	height:45px;	
	background:url(../elements/menu_bg.png) bottom no-repeat;
}
#menu ul {
	float:right;
	padding-right:10px;
}
#menu li {
	height:36px;
	float:left;
	padding:9px 10px 0 10px;
	list-style:none;
}
#menu .selected {
	height:45px;
	padding:0 0 0 10px;
	background:url(../elements/menu_selected_bg1.png) no-repeat;	
}
#menu .selected a {
	display:block;
	height:45px;
	padding:13px 10px 0 0;
	background:url(../elements/menu_selected_bg2.png) top right no-repeat;
}
#banner {
	height:300px;
	background:url(../elements/main_bg.png) repeat-y;
}

/*main*/
#main {
	height:auto;
	background:#fff url(../elements/main_black_yellow_bg.png) repeat-y;
	padding:20px;
}
#main img {
	border:6px solid #f3e000;
}
#main .content {
	padding-left:250px;	
}
.row-news {
	padding-bottom:32px;	
}
.row-news-start {
	padding-top:16px;	
	color:#fff;
}

.row-album {
	position:relative;
	left:-100px;
	height:180px;
}
.row-album img {
	float:left;
	margin-right:32px;
}
.path {
	padding-top:12px;
	padding-bottom:12px;
}
.path2 {
	padding-top:2px;
	padding-bottom:20px;
}
.path a, .path2 a{
	color:#999;	
}
.path a:hover, .path2 a:hover {
	color:#FFF;	
}
.menu-sub, .menu-sub2{
	height:29px;
	padding-left:7px;
	line-height:29px;
	background-color:#f3e000;
	font-weight:bold;
	margin-bottom:9px;
	overflow:hidden;
}
.menu-sub2 {
	color:#000;
	background-color:#fff;	
}
.menu-sub a{
	color:#000;
}
.menu-sub a:hover{
	color:#666;	
}

/*product*/
.column-product1 {
	width:225px;	
	float:left;
}

.column-product2 {
	width:620px;
	padding-left:36px;
	float:left;
}

/*start*/
#boxs {
	padding-top:32px;
	height:160px;
}
.box, .box-last {
	width:280px;
	height:160px;
	background:url(../elements/box_bg.png) no-repeat;
	float:left;
	padding-right:49px;
}
.box-last{
	padding:0;
}
/*bottom*/
#bottom {
	clear:both;
	margin-top:62px;
	border-top:1px solid #000;
	height:auto;
	font-size:11px;
	color:#fff;
}	
#bottom a {
	color:#fff;
	font-weight:bold;
}
#bottom a:hover {
	color:#999;
}
#bottom .contact {
	float:left;
	width:300px;
	padding:9px 0 20px 10px;
}
#bottom ul {
	float:right;
	padding-right:10px;
}
#bottom li {
	height:36px;
	float:left;
	padding:9px 2px 0 2px;
	list-style:none;
}
#bottom .menu {
	color:#000;
}

/*map*/
#map {
	width:600px;
	height:300px;
	border:6px solid #f3e000;
}


/* slideshow */
#slideshow {
	left:14px;
	top:10px;
	width:646px;
    position:relative;
    height:275px;
	overflow:hidden;
	float:left;
}

#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;
}


/* Pagination */
.pagination{
    display:block;
	text-align:center;
}
.pagination li{
    display:inline;
}
.pagination a,
.pagination span{
    color:#999;
    padding:2px 4px 0px 4px;
}
.pagination a:hover{
    background:#ff0;
	color:#000;
}
.pagination .active{
    padding:2px 4px 0px 4px;
    font-weight:bold;
}
.pagination .previous-off,
.pagination .next-off,
.pagination .off{
    padding:2px 4px 0px 4px;
}

/*autocomplete*/
.ac_results {
	padding: 0px;
/*	border: 1px solid black;*/
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	color:#000;
}
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
.ac_odd {
	background-color: #fff;
}
.ac_over {
	background-color: #ffeb00;
	color: #000;
}

