* {
	margin: 0; padding: 0;
	}

body {
  font: 62.5%/1.3  "trebuchet ms",  arial,  sans-serif;
  color: #333;
  background: #735243 url(../images/home_bg03.jpg) no-repeat fixed center top;
  }

a {
	text-decoration: none;
	}
	
a img {
	border: none;
	}

ul, ol {
	list-style: none;
	}
	
#container{
  width: 960px;
	margin: 0 auto;
	border: 0px solid green;

  }
  


.main_image {
    width: 598px;
    height: 543px;       /*447*/
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
    border: 0px solid red;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px 10px 0px 10px;
}
.main_image p {
    font-size: 1.4em;
    line-height: 1.6em;
    padding: 0 10px 10px 10px;
    margin: 0;
}


.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}

.block a{
  color: #867561;
  border-bottom: 1px solid #867561;
}

.block a:hover{
  color: #d4d7bc;
  border-bottom: 1px dotted #d4d7bc;     
     }

.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
    float: left;
    width: 299px;
    background: #d4d7bc;
    border-right: 1px solid #fff;
    border-top: 0px solid #ccc;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
}

#logo{
    border: 0;
}

.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 12px 10px;
    background: #867561 url(nav_a.gif) repeat-x;
    width: 279px;
    height: 61px;
    float: left;
    border-bottom: 1px solid #b2a99e;
    border-top: 1px solid #b2a99e;
    border-left: 1px solid #ccc;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #d4d7bc;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 190px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

image_thumb div img{
    border-left: 1px solid #ccc;
}

.line{
  background: url(../images/line.jpg) no-repeat;
  height: 7px;
  width: 898px;
}
   
#nav{
    width: 898px;
    text-align: center;
    padding: .4em 0;
    font: bold 1.2em "trebuchet ms",  arial,  sans-serif;
    border: 0px solid red;
    background-color: #fff;
}

#nav ul{
    margin:0;
}

#nav li{
    margin:0;
    padding:0;
    display: inline;
}

#nav li:after
{
content: "|";
}

.first:before
{
content: "|";
}

#nav a{
   padding:5px 12px;
   color: #725244;
}

#nav a:hover{
	color: #a8ab7a;
}

#nav #current {

    }
    
#nav #current a {

    color: #fff;
    }

div.preloader {

	position: absolute;

	left: -9999px;

	top:  -9999px;

}

div.preloader img {

	display: block;

}
