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

body { font-family:Arial, Helvetica, sans-serif; font-size:13px; background:#333; color:#333;}


#wrapper {width:940px; margin:auto; border:1px solid #999999; box-shadow:0px 0px 5px #000;}

#top {width:940px; height:100px; background:url(../images/top.jpg) no-repeat;}
/* #bizname {width:400px; height:50px; float:left; color:#FFFFFF;}
#phone {width:200px; height:50px; float:right;} */

#header {width:940px; background:url(../images/header_bg.jpg);}
#banner {width:690px; height:300px; float:left;}
#slider {width:656px; height:256px; margin:20px 10px 20px 20px; border:2px solid #fff; height:250px; background:url(../slides/2.jpg) no-repeat; box-shadow:0px 0px 25px #000;}
#nav {width:250px; float:right;}

#topmenudiv
{
margin:30px 15px 15px 5px;
}

#content
{
	padding:10px;
	background:#fff;
}
#leftcontent {width:598px; min-height:445px; margin-right:10px;; padding:20px; float:left; background:#efefef; border:1px solid #ccc;}
#rightcontent {width:228px; padding:20px; float:right; background:#efefef; border:1px solid #ccc;}

#footer
{
	padding:20px;
	background:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#CCCCCC;
	text-align:center;
}
.powered
{
	font-size:11px;
	color:#fff;
	text-transform:none;
}
.powered a
{
	color:#fff;
	text-decoration:none;
}
.powered a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
}

.chunktitle
{
	font-family:Georgia,"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-shadow:1px 1px #eee;
	padding-bottom:5px;
	border-bottom:1px dashed #666666;
	margin-bottom:10px;
}
.chunk {margin-bottom:10px; font-size:13px; }


a
{
color:#993300;
text-decoration:none;
}

a:hover
{
color:#993300;
text-decoration:underline;
}

ul.topmenu
{
list-style-type:none;
padding:0px;
margin:0px;
}
ul.topmenu li
{
padding:10px;
background:#990000 url(../images/menubg.png);
margin:3px;
border:1px solid #DB5653;
border-radius:10px;
}
ul.topmenu li:hover, ul.topmenu li.current
{
background:#663300;
}
ul.topmenu li a
{
font-family:Georgia;
font-size:11px;
text-transform:uppercase;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
display:block;
}

.clearboth {clear:both;}


.gal-imagebox {width:183px; height:175px; padding:3px; border:1px solid #CCCCCC; background:#FFFFFF; border-radius:5px; margin-right:8px; float:left; margin-bottom:10px;}
.gal-imagebox-image {border:1px solid #ddd; width:180px;}
.gal-imagebox-caption {font-size:10px; text-transform:uppercase; padding:3px;}
.photobox {float:left; width:200px;}



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