/* GLOBALS */
body {
margin: 0 auto;
background-color: #b0b336;
background-image: url(../_images/bg_tile.jpg);
background-repeat: repeat-x;
text-align: center;
}

body,td {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3e1e07;
}

a {
text-decoration: none;
color: #b0b336;
font-weight: normal;
}

a:hover {
text-decoration: underline;
color: #bbbd71;
font-weight: normal;
}

a.fade img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}

a.fade:hover img {
filter:alpha(opacity=60);   
-moz-opacity: .6;   
opacity: .6;
-khtml-opacity: .6; 
}

#container {
width: 810px;
margin: 0px auto;
background-color: #dedede;
}

#content {
width: 800px;
margin: 0 auto;
background-color: #ffffff;
text-align: left;
}

.padit5 {
padding: 5px;
}

.padit12 {
padding: 12px;
}

.tblpad{
padding: 10px;
}

.tblbrdr {
width: 3px;
background-image: url(../_images/vertdivider.gif);
background-repeat: repeat-y;
}

.spacer5 {
margin: 0 0 5px 0;
}

.spacer10 {
margin: 0 0 10px 0;
}

.spacer20 {
margin: 0 0 20px 0;
}

.divider {
width: 100%;
height: 20px;
margin: 20px auto 0 auto;
border-top: 1px solid #f4f4f4;
}

.greytxt {
color: #adadad;
font-size: 10px;
}

.title {
font-size: 16px;
}

.title2 {
font-size: 22px;
}

.thumbnail {
float: left;
width: 170px;
height: 114px;
background-image: url(../_images/thumb_bg.gif);
background-repeat: no-repeat;
text-align: center;
font-size: 10px;
margin: 10px 10px 20px 10px;
}

.thumbpad {
padding: 6px 7px;
}

/* SLIDER */
#slider {
    width: 590px; /* important to be same as image width */
    height: 380px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
background-color: #000000;
}
#sliderContent {
    width: 590px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin: 0;
}
.sliderImage {
    float: left;
    position: relative;
    display: none;
}
.sliderImage span {
    position: absolute;
    width: 590px;
    background-color: #000;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
   -khtml-opacity: 0.85;
    opacity: 0.85;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span b {
    font-size: 16px;
font-weight: normal;
}

.bottom {
 bottom: 0;
 left: 0;
}

ul,li {
list-style-type: none;
margin: 0;
padding: 0;
}

.bullet {
margin: 0;
padding: 10px 0 0 35px;
}

.bullet li {
margin: 0 0 5px 0;
padding: 0;
list-style-type: square;
}

.imgbrdr {
border: 1px solid #f4f4f4;
}



