@import url("reset.css");

body {
	background: #9F7435 url("/img/bg.jpg") repeat-x;
	font: 12px/150% Arial, Helvetica, sans-serif;
	color: #6E2713;
}
#wrapper {
	width: 970px;
	margin: 9px auto 0 ;
	overflow: hidden;

	
}



#wrapper-bottom {
	background: url("/img/bg_wrapper_bottom.png") no-repeat;
	width: 968px;
	height: 8px;
	position: absolute;
}

#wrapper_inner {
	margin: 0;
	width: 970px;
	background: url("/img/bg_wrapper_back.png") repeat-y;
}

#header {
	height: 127px;
	margin: 0;
	padding: 0;
	background: url("/img/top_header.png") no-repeat;

}


/* navigation menu */
#nav {
	background: #A2A61B;
	height: 40px;
	padding-left: 0px;
	border-top: 1px solid #767815;
	border-bottom: 1px solid #767815;
	font-size: 14px;
	font-family: Verdana;
	margin: 0 6px 0 3px;
}
#nav ul {
	line-height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
#nav_menu li {
	float: left;
	position: relative;
	clear: none;
	color: #FFFDDD;
	margin-left: 30px;
}
#nav_menu ul li {
	padding-left: 0;
	background: #A2A61B;
	margin: 1px 0 0;
}
#nav_menu ul li a {
	padding: 0 5px;
}
#nav_menu li ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 164px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #767815;
}
#nav_menu li ul a {
	color: #F4E5A6;
	display: block;
	width: 154px;
	line-height: 19px;
}
#nav_menu li ul a:hover {
	color: #FFF;
	display: block;
	background: #916830;
}
/*
#nav_menu li > ul {
	top: auto;
	left: auto;
}
*/
#nav_menu a {
	text-decoration: none;
	color: #F4E5A6;
	line-height: 40px;
}
#nav_menu a:hover {
	color: #F3F884;
}
#nav_menu li:hover ul,
#nav_menu li.over ul {
	display: block;
}
#nav #first_nav {
	list-style: none;
}

#subnav_menu {
	float: right;
	height: 20px;
	padding: 0;
	margin: 0;
	position: relative;
	top: -12px;
}

#subnav_menu li{
	display: block;
	float: left;
	padding-left: 10px;
}
/* end navigation menu */


#container .top {
	background: url("/img/bg_container_top.png") no-repeat;
	width: 930px;
	height: 24px;
	margin: 5px 0px 0 22px;
	padding: 0px;
}

#container {
	width: 961px;
	overflow: hidden;
	margin: 0px 0 0 3px;
	padding-top: 20px;	background: url("/img/floral.png") no-repeat #E3B97B;
}

#container-bottom {
	background: url("/img/bg_container_bottom.png") no-repeat #DBBC90;
	width: 915px;
	height: 7px;
	margin: 0px 0px 30px 22px;
}


#container h1 {
	margin-bottom: 18px;
}
#content {
	background: url("/img/bg_container_right.png") repeat-y right #F9F3E9;
	margin: 0 20px 0px 22px;
	padding: 0 20px 20px 20px;
	width: 875px;
	overflow: hidden;
}


#footer {
	width: 120px;
	height: 80px;
	margin: 22px auto 0;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}
#footer a {
	background: url("/img/peronii_logo.png") no-repeat;
	display: block;
	width: 120px;
	height: 46px;
	text-indent: -9999em;
	text-align: center;
	margin-left: 20px;
}


#contact {
	list-style: none;
}
#contact label {
	display: block;
}
#contact textarea {
	width: 250px;
	height: 100px;
}
h2 {
	font-size: 17px;
	text-transform: uppercase;
	color: #C54F00;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	text-transform: capitalize;
	color: #C54F00;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#peronii {
	position: relative;
	background: url("/img/peronii.gif") no-repeat;
	display: block;
	text-indent: -10000em;
	width: 52px;
	height: 39px;
	margin: 0 auto 20px;
	top: 10px;
}
.sys_message {
	color: #C00000;
	font-weight: bold;
}

a {
	color: #55381A;
}

th {
	background: #A2A61B;
	text-align: left;
	padding: 3px;
}
td {
	padding: 3px;
}

.table_list {
	border: 1px solid #A2A61B;
}

#gallery {
	width: 800px;
	clear: both;
	overflow: hidden;

}

#gallery li {
	display: block;
	float: left;
	padding-right: 10px;
	display: block;
}