/* ------------------------------------------------*/
/* >>>>>>>>>>>>>Resets<<<<<<<<<<<<<<<<<<<<<<<<<<<-*/
/* ----------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      font-weight: inherit;
      font-style: inherit;
      font-size: 100%;
      font-family: inherit;
      vertical-align: baseline;
}
.clear{
	clear: both;
}
.right{
    float:right;
}
img{
	border: 0;
}
body{
	font-family: "Lucida Sans Unicode", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h2{
    text-align:right;
    padding:0 10px 15px 0;
    margin-top: 10px;
    font-size:14px;
    font-weight: normal;
}
h3{
    font-size:14px;
    margin-bottom:20px;
    font-weight: normal;
}
#site{
	width: 923px;
	margin: 0 auto;
    padding-top: 30px;
}
.strip{
	height: 4px;
	overflow: hidden;
	background-color: #000000;
}

#logo{
    outline: none;
    float: left;
}
#main-menu{
    float: right;
    list-style: none;
    padding-top: 30px;
    font-size: 13px;
}
    #main-menu li{
        display: inline;
        padding: 0 5px;
    }
    #main-menu .last{
        padding-right: 0;
    }
    #main-menu a{
        color: #000000;
        text-decoration: none;
        padding-bottom:5px;
    }
    #main-menu a:hover{
        border-bottom: 3px solid #000000;
    }
    #main-menu .selected{
        border-bottom: 3px solid #000000;
    }

.container-1{
    padding-top: 20px;
}
    .container-1-content{
        margin: 9px 0;
        height: 619px;
        overflow: hidden;
    }
    .container-1-content-2{
        background-repeat: repeat-y;
    }
    .container-1-content-3{
        background-repeat: repeat-y;
    }
.container-2{
    float:left;
    width:190px;
}
.container-3{
    float:left;
    width:450px;
    padding:35px 15px 0 15px;
    text-align:justify;
}
.container-4{
    float:right;
    width:240px;
    position:relative;
    padding-top:35px;
}
.container-5{
    float:left;
    width:460px;
}
.container-6{
    float:right;
    width:450px;
}
.container-7{
    float:left;
    width:380px;
}
.container-8{
	height: 290px;
	overflow: hidden;
}
#copy{
    float: left;
}
#webdesign{
    float: right;
}

.error{
    color:red;
    font-size: 10px;
}

#slideshow {
    position:relative;
    width: 965px;
	height: 614px;
    margin-bottom:10px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    width: 923px;
    height: 614px;
     
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


.ul-1{
    list-style:none;
    width:180px;
    padding-top: 37px;
}
    .ul-1 li{
        padding-bottom:5px;
    }
    .ul-1 a{
        color:#ffffff;
        background-color:#000000;
        text-align:right;
        display:block;
        text-decoration:none;
        padding: 10px;
        text-transform:uppercase;
    }
    .ul-1 a:hover{
        color:#000000;
        background-color:#ffffff;
    }
    .ul-1 .selected{
        color:#000000;
        background-color:#ccc;
    }

.img-1{
    margin:0 0 5px 0;
    float:right;
}

.edit-input{
    width:150px;
}
.edit-textarea{
    width:397px;
    height: 100px;
}
#contact-form td{
    padding: 2px 2px 2px 0;
    vertical-align: top;
}
.button-2{
    background-color:#fff;
    border:1px solid #e3e3e3;
    padding:3px 5px;
    cursor:pointer;
}
.button-2:hover{
    background-color:#000;
    color:#fff;
}

.link-1{
    color: black;
    text-decoration: none;
}
.link-1:hover{
    text-decoration: underline;
}

.left{
    float:left;
}
.right{
    float:right;
}

#reservation{
    background-color: #e9e9e9; 
    padding:10px; 
    border: 1px solid #A9A9A9; 
    margin-bottom:5px;
}

.opinion-name{
    float: right;
    margin-top: 5px;
    color: #9d9d9d;
    font-weight: bold; 
}

.op-input{
    width: 230px;
}
.code-input{
    width: 158px;
}
#opinion-form td{
    padding: 2px 2px 2px 0;
    vertical-align: top;
}

#pagination a{
    margin-right: 8px;
    font-size: 12px;
}