/* CSS Document */

body, html {
margin: 0px;
padding: 0px;
text-align: center;
}
#container {width: 1000px; margin: 0 auto; text-align: left;}

.hmenu { width: 1000px; font-family: Arial; font-size: 12px; font-weight: bold;}
.hmenu { float: left; list-style: none; }
.hmenu a { text-decoration: none; border-bottom: 1px solid #d9d9d9; color: #000000;}
.hmenu a:hover { text-decoration: none; border-bottom: 1px solid #666; color: #000000;}

#mmenu {width: 100%; height: 155px; background: #000000;}

#content {
width: 1010px;
margin: 0 auto;
}
.top {
background-image: url(../images/top.jpg);
height: 10px;
}
.main {
padding-left: 20px;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
font-family: Arial;
font-size: 12px;
color: #666666;
background-image: url(../images/main.jpg);
}
.bottom {
background-image: url(../images/bottom.jpg);
height: 20px;
}
#spacer {
height: 1px;
width: 100%;
background: #CCCCCC;
}
#footer {margin: 0 auto; height: 150px; width: 1000px;}

.city {font-size: 12px; color: #666666;}
.phone {color: #666666; font-size: 16px}
.mail {color: #00CC33; font-size: 10px;}

#menu {
width: 1000px;
margin: 0 auto;
padding-right: 8px;
}

ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.6em;
background:url(../images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #000;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(../images/bg.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*RED*/
ul.menu.red{
background-color:#006600;
}
ul.menu.red li a:hover, .menu.red li.current {
background-color:#33cc00;
}

.ntitle {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #d9d9d9; color: #000000;
	font-family: Tahoma;
	font-weight: bold;
}
.ntitle a {
	color: #000000;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border-bottom: 1px solid #d9d9d9; color: #000000;
	font-weight: bold;
}
.ntitle a:hover { text-decoration: none; border-bottom: 1px solid #666; color: #000000;}
.row {
width: 1px;
background-image: url(../images/row.png) repeat-y;
}
#banners a img {
opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50);
}
#banners a:hover img {
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}
