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

#body {
	background-color: #999;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 18px;
	text-align: left;
}
h1  {
	margin-top: 70px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
}
#body .text {
	text-align: justify;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#slogans p {
	font-size: 12px;
	color: #333;
}
#slogans .title {
	font-weight: bold;
	letter-spacing: 1px;
}
.leftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding-left: 15px;
}
#body #menu {
	list-style-type: none;
	padding: 0px;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#body #menu li {
	background-color: #4f4727;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	width: 180px;
	color: #FFF;
	font-size: 80%;
	text-transform: uppercase;
	background-image: url(../images/btn_bg.png);
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
	font-weight: bold;
	letter-spacing: 1px;
	border: 1px solid #000;
}
#body #menu li.selected {
	background-color: #333;
	background-image: url(../images/btn_bg_selected.png);
	background-repeat: repeat-x;
	background-position: center;
}

#body #menu li a {
	color: #FFF;
	text-decoration: none;
}

#body #logo {
	float: left;
}
#body #logo2 {
	float: left;
	margin-right: 20px;
	margin-left: 10px;

}
#body #nav {
	color: #FFF;
	list-style-type: none;
	background-color: #D4D2BE;
	height: 22px;
	line-height: 22px;
	width: 420px;
	float: left;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#body #nav li {
	float: left;
	color: #000;
	font-size: 75%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
#body #nav li a {
	color: #000;
	text-decoration: none;
}
#body #nav li a:hover {
	color: #03F;
	display: block;
}
#body #page {
	background-color: #333;
}
#body #image1 {
	background-color: #FFF;
	padding: 10px;
	border: thin solid #333;
}
#body .wrapper {
	overflow: hidden;
	background-color: #000;
	padding: 10px;
	border: medium solid #CCC;
}


#body #image_name {
	font-size: 18px;
	text-transform: uppercase;
	color: #036;
	text-align: left;
	padding: 15px;
	line-height: 26px;
}
#body #image_text {
	font-size: 90%;
	text-align: justify;
	width: 220px;
	margin-left: 20px;
	overflow: hidden;
}
a.ewave {
	color: #D4D2BE;
	text-decoration: none;
	position: absolute;
	z-index: 0;
	left: 48%;
}
a.ewave:hover {
	color: #FFF;
	text-decoration: none;
}

#footer .img  {
	background-color: #000;
	padding: 4px;
	margin-right: 20px;
	margin-left: 20px;
}
#body #footer #thumbs {
	height: 90px;
	width: 780px;
	border: 1px solid #D4D2BE;
	overflow: hidden;
	margin: 0px;
	padding: 5px;
}
#body #footer #thumbs div {
	height: 100px;
	position: relative;
}

#body #footer #thumbs li {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 5px;
}
#body #footer #thumbs img {
	height: 90px;
	width: 120px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}
#body #footer #thumbs ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#body #accordion {
	width: 98%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#body #accordion span {
	background-image: url(../images/arr3.png);
	background-repeat: no-repeat;
	background-position: 4px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding-left: 24px;
	display: block;
	font-size: 90%;
}
#body #accordion img {
	padding: 3px;
	float: right;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	border: 1px solid #999;
}


#body #accordion li {
	background-image: url(../images/tips_bg.png);
	background-repeat: repeat-x;
	background-position: center -8px;
	line-height: 24px;
	border: 1px solid #999;
	margin-bottom: 2px;
	cursor: pointer;
}
#body #accordion div {
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	background-color: #F5f5f5;
	font-size: 90%;
}



#error {
	line-height: 24px;
	font-weight: bold;
	color: #F00;
	text-align: center;
	padding: 10px;
	border: 1px dotted #F00;
}
