*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 75%;
	margin:10px;
	color:#362f2d;
}

.alert {
	color: #ff9900;
}	

html { 
	height: 100%; 
	margin-bottom: 1px; 
}
.header {
	background: #362f2d;
	cursor: pointer;
	padding:4px;
}

#nav {
	width:660px;
	margin:0 auto;
}


#footer {
	width:660px;
	margin:0 auto;
	color:#c7b299;
	font-size:50%;
}

#footer a {
	color:#c69c6d;
	text-decoration:none;
	font-weight:bold;
}

#footer .validate {
	float:right;
}

.header:hover{
	background-color:#666;
}

#header h1 a {
	color:#736357;
	text-decoration:none;
}

#header h1 a:hover {
	color:#534741;
}
.selected{
	background-color:#c7b299;
	color:#FFF;
}

.content{
	background:ded3c6;
	padding:4px;
}

.accordion_child a {
	color:#8c6239;
}

.accordion_child a:hover {
	text-decoration:none;
}

.accordion_child ul.links li {
	background:url(../images/link.gif) left no-repeat;
}

input {
	width:180px;
	background:url(../images/input.jpg) top no-repeat;
	height: 15px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 70%;
	color:#333;
	border:0;
	padding:7px 10px;
	margin:2px;
	color:#777;
}
textarea {
	width:350px;
	height:105px;
	background:url(../images/textarea.jpg) top no-repeat;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 70%;
	color:#333;
	border:0;
	padding:10px;
	margin:5px;
	color:#777;
}

input[type=submit] {
	 cursor:pointer;
	 background:#ff9900;
	 color:#fff;
	 font-weight:bold;
	 width:202px;
	 height:33px;
	 padding:15px 10px;
	 background:url(../images/submit.jpg) top no-repeat;
}

blockquote {
		font-family: "Trebuchet MS", sans-serif;
		font-size: 70%;
	  font-size: 1.5em/1.8em
	  background: url(../images/close-quote.gif) no-repeat right bottom;
	  padding-left: 18px;
	  text-indent: -18px;
	  color:#888;
	  margin:20px 0;
}

blockquote:first-letter {
	background: url(../images/open-quote.gif) no-repeat left top;
    padding-left: 18px;
}

.accordion_child ul {
	margin:25px 0 25px 0px;
}

/*.accordion_child ul li {
	list-style:none;
	padding-left:20px;
	margin:10px 0;
	background:url(../images/bullet.gif) left no-repeat;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	line-height:19px;
}*/

table {
	width:100%;
	padding:5px;
}

td {
	background:#eee;
	padding:4px;
	text-align:center;
	background:url(../images/td.jpg) top repeat-x;
}

h2 {
	clear:both;
}

.accordion_child h2 {
	font:170% Trebuchet;
	margin:0px 0 20px;
	padding:10px 0;
	color:#754c24;
	border-bottom:1px solid #eee;
	background:url(../images/h2.jpg) bottom left no-repeat;
}

#header h1 {
	text-align:center;
	font: 3.5em "Trebuchet MS", sans-serif;
	color:#998675;
	margin-top:50px;
	letter-spacing:-3px;
}

#header h2 {
	text-align:center;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.85em;
	letter-spacing:2px;
	color:#c7b299;
	margin:6px 0 20px;
}




#accordian{
	padding:5px;
	width:660px;
	z-index:2;
	margin:0 auto;
}

.accordion_headings{
	padding:7px 10px;
	background:url(../images/item_bg.jpg) top no-repeat;
	color:#fff;
	margin-top:2px;
	cursor:pointer;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height:1.4em;
	clear:both;
}

.accordion_headings:hover{
	background:url(../images/item_bg_hover.jpg) top no-repeat;
	color:#603913;
}

.accordion_child{
	padding:20px 30px;
	background:#f8f7f5;
	border:5px solid #f4ede6;
}

img {
	padding:5px;
	margin:5px;
	border:0px;
}

p {
	margin:15px 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	line-height:1.1em;
}


.header_highlight{
	background:url(../images/item_bg_hover.jpg) top no-repeat;
}


.quicklinks {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.8em;
	color: #a67c52;
}

/* Gallery script below */

* { margin:0; padding:0; outline:none; } 

.hide { display:none; }


#container {
	width:600px;
	height:400px;
	overflow:hidden;

}


#picture_section {
	padding:0px 0 0px 0px;
	width:700px;
	height:340px;
	overflow:hidden;
}
	#inside {
		width:590px;
		height:332px;
	}
	#picture_section img {
		border:0;
		height:50px;
		width:102px;
		float: left;
		background:#a67c52;
		margin-bottom:0px;
		margin-right:0px;
		cursor:pointer;
	}

#controls_vert { 
 	margin-top: 3px;
     background:#f4ede6; 
	width:600px;
	height:35px;

}
#controls_horz { 
 	margin-top: 3px;
     background:#f4ede6; 
	width:600px;
	height:35px;
	display:none;
}
	#up {
		height:20px;
		width:20px;
		margin-right:7px;
		background:url(../images/up.png) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	#down { 
		height:20px;
		width:20px;
		background:url(../images/down.png) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-left:0;
		margin-bottom:6px;
		cursor:pointer;
	}
	#left { 
		height:20px;
		width:20px;
		background:url(../images/left.png) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	#right { 
		height:20px;
		width:20px;
		background:url(../images/right.png) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-left:0;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	div#up.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#down.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#right.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#left.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }

#display_picture_container {
	position: absolute;
	width:700px;
	height:400px;
	padding-top:16px;
}

#display_picture {
	position: absolute;
	top: -400px;
	width: 600px;
	height: 330px;
	background: #362f2d;
	opacity:0.8; filter:alpha(opacity=80); 
	text-align:center;
	font-size:11px;
	padding-top:16px;
}
	
#display_picture_img {
	position:absolute;
	top:-400px;
	cursor:pointer;
}


