@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	margin:5px 0px 15px 0px;
	background-color:#c1bea0;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
a:link, a:visited, a:active {
	color:#38400a;
	text-decoration:none;
}
a:hover {
	color:#637112;
	text-decoration:underline;
}



#wrapper {
	width:940px;
	margin:0 auto;
}

#top {
	background-image:url(../images/headerTop.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:5px 35px 3px 35px;
}

#top #members {
	float:right;
	margin-top:58px;
	color:#c1bea0;
}

/*#top {
	background-image:url(../images/headerTop.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:20px 35px 15px 35px;
}

#top #members {
	float:right;
	margin-top:35px;
	color:#c1bea0;
}*/

#top #members a {
	color:#ffffff;
	font-weight:bold;
	margin-left:5px;
}

#top #members form {
	margin:0;
}

#top #members input {
	margin-left:5px;
	padding:1px 2px;
	background-color:transparent;
	border:#716c39 1px solid;
	font-size:11px; color:#e2e8d7;
}

#top #members button {
	background-color:transparent;
	padding:0;
	border:0;
	font-size:11px;
	font-weight:bold;
	color:#c1bea0;
	cursor:pointer;
}

#top #members button:hover {
	color:#e2e8d7;
}



#container {
	background-image:url(../images/containerBG.png);
	background-position:center;
	background-repeat:repeat-y;
}



#header {
	width:100%;
	height:188px;
	margin:0;
	background-image:url(../images/mainPhoto.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	list-style:none;
}

#navigation {
	margin:0;
	padding:9px 35px;
	list-style:none;
	float:right;
}

#navigation li {
	width:117px;
	height:47px;
	float:left;
	margin:0 5px;
	padding-top:30px;
	background-image:url(../images/buttonOff.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	position:relative;
}

#navigation li:hover {
	background-image:url(../images/buttonOn.jpg);
}

#navigation li a {
	color:#636a3d;
}

#navigation li:hover a {
	color:#637112;
	text-decoration:none;
}

#navigation li ul {
	margin:0 0 0 -16px;
	padding:0;
	list-style:none;
	position:absolute;
	display:block;
	visibility:hidden;
}

#navigation li ul li {
	width:145px;
	height:auto;
	margin:0 1px 1px 0;
	padding:1px 3px;
	text-align:center;
	border:#a2a98a 1px solid;
	background-color:#e2e8d7;
	background-image:none;
}

#navigation li ul li:hover {
	border:#857f48 1px solid;
	background-color:#e2e8d7;
	background-image:none;
}

#languages {
	margin:30px 60px 0 0;
	list-style:none;
	float:right;
	clear:both;
}

#languages li {
	float:left;
	margin:10px;
}



#contents {
	width:65%;
	text-align:justify;
	float:left;
}

#contents h2 {
	color:#847e42;
	font-size:24px;
	font-weight:normal;
	margin-bottom:10px;
	overflow:auto;
}

#contents form {
	float:left;
	margin:0;
	padding:0;
	margin-right:60px;
	width:300px;
}

#contents form p {
	margin-top:0;
}

#contents form input, textarea {
	width:100%;
	border:#37400B 1px solid;
	font-size:11px;
	padding:2px;
}

#contents form textarea {
	height:100px;
}

#contents form button {
	float:right;
	background-color:transparent;
	border:0;
	color:#37400B;
	font-weight:bold;
	cursor:pointer;
}

#awards {
	padding:0;
}

#awards li {
	list-style:none;
	float:left;
	margin:10px;
}

#shade {
	margin-top:25px;
	background-color:#38400a;
	width:32%;
	float:right;
	background-image:url(../images/blank.gif);
	background-position:left;
	background-repeat:repeat-y;
}

#search {
	padding:2px 6px 1px 2px;
	border:#38400a 1px solid;
	background-color:#e2e8d7;
	margin-bottom:2px;
	margin-right:2px;
	overflow:auto;
}

#search input {
	background-color:#e2e8d7;
	border:#e2e8d7 1px solid;
	padding:1px 2px 0px 2px;
	width:91%;
	font-size:11px;
	float:left;
}

#search button {
	width:16px;
	height:16px;
	border:0;
	background-image:url(../images/search.jpg);
	cursor:pointer;
	float:right;
}

#cart {
	padding:1px;
	border:#38400a 1px solid;
	background-color:#e2e8d7;
	margin-bottom:2px;
	margin-right:2px;
	overflow:auto;
}

#cart #items {
	display:none;
}

#cart #items table {
	width:100%;
}

#cart #items table thead tr th {
	background-color:#333333;
	color:#ffffff;
	padding:1px;
	font-weight:bold;
}

#cart #items table tbody tr td {
	border:#999999 1px solid;
	text-align:center;
	padding:1px 5px;
}

#cart #items table tfoot tr td {
	background-color:#333333;
	color:#ffffff;
	padding:1px;
	font-weight:bold;
	text-align:center;
}

#checkout {
	text-align:center;
	background-color:#38400a;
	background-image:url(../images/checkoutCorner.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0 10px 3px 15px;
	font-weight:bold;
	float:right;
	clear:right;
}

#checkout a {
	color:#ffffff
}



#certificate {
	margin-top:30px;
	width:32%;
	text-align:justify;
	float:right;
	font-size:11px;
	font-weight:normal;
	clear:right;
}

#footer {
	padding:40px 0 35px 0;
	color:#37400a;
	clear:both;
	text-align:center;
	background-image:url(../images/containerBottom.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#footer h5 {
	margin:25px auto 0px auto;
	width:700px;
}

#footer h5 img {
	margin-top:5px;
}



#adminlist dt {
	clear:left;
	color:#90926a;
	font-size:14px;
	margin:15px 0 10px 0;
	padding:0;
}

#adminlist dd {
	clear:left;
	margin:10px 0 20px 0;
	padding:0;
	overflow:auto;
}

#adminlist #img {
	border:#90926a 1px solid;
	margin:0 10px 5px 0;
	padding:1px;
}

#adminlist p {
	margin-top:0;
	margin-bottom:7px;
}

#adminlist form {
	float:left;
	margin:0;
	padding:0;
	width:100%;
}

#adminlist form p {
	margin:10px 0 0 0;
}

#adminlist form input, textarea {
	width:99%;
	border:#37400B 1px solid;
	font-size:11px;
	padding:2px;
}

#adminlist form textarea {
	height:100px;
}

#adminlist form button {
	float:right;
	background-color:transparent;
	border:0;
	color:#37400B;
	font-weight:bold;
	cursor:pointer;
}



#sitelist dt {
	clear:left;
	color:#90926a;
	font-size:14px;
	margin:15px 0 10px 0;
	padding:0;
}

#sitelist dd {
	clear:left;
	margin:10px 0 20px 0;
	padding:0;
	overflow:auto;
}

#sitelist #img {
	border:#90926a 1px solid;
	margin:0 0 5px 10px;
	padding:1px;
}

#sitelist p {
	margin-top:0;
	margin-bottom:7px;
}