/*Begin CSS*/
body {
	margin: 0px;
	background: url(../images/bg.jpg) repeat-x;
	background-color: #E6DCD4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Start active menu highlighting*/

body#p1 a#n1, body#p2 a#n2, body#p3 a#n3, body#p4 a#n4,body#p5 a#n5, body#p6 a#n6, body#p7 a#n7, body#p8 a#n8 {
	color: #4f3828;
	background-color: #fff;
}

/*End active menu highlighting*/

#header {
	height: 139px;
	background-color:#fff;
}

#wrapper, #wrapper1 {
	width: 950px;
	margin: 0 auto;
	border: 1px solid #77593F;
	background-color: #fff;
}

#content {
padding-top: 36px;
}

#content1 {
	width: 950px;
}

#lowercontent {
width: 950px;
border-top: 5px solid #77593F;
padding-top:18px;
background: url(../images/panelbg.jpg) repeat-x;
background-color: #FFD167;
height: 180px;
}

#footer {
	width: 950px;
	background-color: #77593f;
	color: #fff;
	height:20px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

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

h1 {
	font-size: 1.8em;
	color: #4f3828;
}

h2 {
	font-size: 1.4em;
	color: #9e5011;
}

h3 {
	font-size: 1.4em;
	color: #4f3828;
}

h4 {
	font-size: 1.2em;
	color: #9e5011;
	font-weight:bold;
}

/***************/
#navcontainer {
	background-color: #fff;
	padding-top: 20px;
	/*background: url(../images/sale.gif) 130px 22px no-repeat;*/
	text-align: right;
}

#navcontainer img {
	margin-bottom: 25px;
	margin-right: 45px;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	border-left: 1px dotted #bc9b7c;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 0px 7px;
	color: #9a724e;
	background-color: #fff;
	text-decoration: none;
	float: left;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px dotted #bc9b7c;
}

#navcontainer ul li a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: underline;
}

/***************/


/*Form Stuff*/

legend {
	color: #9e5011;
}

label {
	color: #77593f;
}

input, textarea {
	border: 1px solid #bc9b7c;
}
a {
	color: blue;
}

a:focus, a:hover {color: red;}

.img {
float:left;
}

.img3{padding-bottom:36px;}

#thumbPane {
	position: relative;
	background: #fff;
	float: left;
}

#thumbPane ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#thumbPane ul li {
	display: inline;
	width: 130px;
	height: 98px;
	float: left;
	padding: 0px 10px 10px 0px;
	cursor: pointer;
}

#thumbPane ul li img {
	display: block;
	width: 130px;
	height: 98px;
	border: 0;
}

table {width: 100%;}

td {vertical-align: bottom;
padding: 2px 0px;}
