/* CSS Document */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 7%;
}

img {
	border: none;
}

#header {
	BACKGROUND: url(header.jpg) repeat-x;
	width: 100%;
	height: 150px;
}

#logo {
	position: relative;
	text-align: center;
}

#logoimg {
	position: relative;
	top: 35px;
}






#menu {
	text-align: center;
	clear:both;
	height: 35px;
	width: 100%;
	background: #353535;
	border-top: 1px #000 solid;
	border-bottom: 3px #FFA600 solid;
/*	overflow: visible !important; 
	overflow: hidden;  */
	
	overflow: visible !important; 
	overflow: hidden;
}
#ins {
    position: relative;
}

.table {
	display: table;
	height: 50px;
	margin: 0 auto;
    text-align: center;
}

ul#menu-list {
	width: 600px;
	margin: 0; padding: 0;
	font:bold 16px 'Trebuchet MS';
	list-style: none;
	clear:both;
	z-index: 100;
}
ul#menu-list li {
	display: inline;
}
ul#menu-list li a {
	position: relative;
    text-decoration: none;
    width: 120px;
    height: 26px;
    float:left;
    color: white;
    background: #353535;
	padding: 3px 0 0 0;
	cursor: pointer;
}
ul#menu-list li a:hover {
	color: white;
	top: -10px;
	height: 40px;
	border: 1px #FFA600 solid;
	border-bottom: 3px #FFA600 solid;
	width: 118px;
	padding-top: 12px;
}


#content {
	position: relative;
	width: 100%;
	top: 15px;
}

#rbar {
	position: relative;
	left: 15%;
	width: 20%;
	float: left;
	background: #fff;
	min-height:300px;
  	height:auto !important;
  	height:300px;
}

#main {
	position: relative;
	text-align: center;
	left: 10%;
	width: 40%;
	float: left;
	background: #fff;
	min-height:600px;
  	height:auto !important;
  	height:600px;
	padding-bottom: 0px;
}

#lbar {
	position: relative;
	left: 5%;
	width: 20%;
	float: left;
	background: #fff;
	min-height:300px;
  	height:auto !important;
  	height:300px;
}

#price {
	margin: 20px 0;
	text-align: left;
}

#price a {
	color: black;
	font: 12px Arial, Helvetica, sans-serif;
}

#price a:hover {
	color: #333;
}

#footer {
	clear: both;
	position:relative;
	top: 50px;
	height: 30px;
	background: #353535;
	color: white;
	width: 700px;
	font: 10pt "Arial";
	padding-top: 15px;
	border: 2px #FFA600 solid;
}

#footer a{
	color: white;
	text-decoration: none;
}

#count {
	position: relative;
	top: 60px;
}

h3 {
	
	font: 25px bold Arial;
	
}

.h {
	position: relative;
	width: 100%;
	text-align: center;
	background: #FFA600;
	color: black;
	height: 40px;
	top: 0;
	font: 16px "Arial";
	margin-bottom: 20px;
}
.he {
	position: relative;
	width: 100%;
	text-align: center;
	background: #FFA600;
	color: black;
	height: 40px;
	top: 0;
	font: 30px "Arial";
	margin-bottom: 20px;
}

.border {
	border: 1px #ddd solid;	
	border-bottom: 3px #FFA600 solid;
	border-width: 0 1px 3px 1px;
}

#showdiv {
	position: absolute;
	clear: both;
	top: 100;
	left: 0;
	text-align: center;
	width: 100%;
	display: none;
	background: none;
}

#showimg {
	position: relative;
	top: 0;
	left: 0;
	border: 50px #353535 solid;
	background: white;
}

#gal {
	padding: 30px 0;
}

#galul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#galul li {
	display: inline;
}

#galul li a {
}

#galul li a img {
	border: 1px black solid;
	margin: 15px;
}

#nav {
	background: none;
	color: #FFA600;
	font: 20px bold Georgia, "Times New Roman", Times, serif;
	position: relative;
	top: 45px;
	z-index: 20;
}

#nav2 {
	background: none;
	color: #FFA600;
	font: 20px bold Georgia, "Times New Roman", Times, serif;
	position: relative;
	top: -45px;
	z-index: 20;
}

#nav a {
	color: #FFA600;
	font: 20px bold Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	
}

.anecdot {
	margin: 10px;
	padding: 10px;
	background: white;
	text-align: justify;
}

.align-left { text-align: left; }

.tprice {
	margin: 10px;
	background: white;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	text-align: center;
}

.tprice td, .tprice th {
	padding: 10px;
	border-left: 1px black solid;
	border-top: 1px black solid;
}

.tprice th {
	background: #FFA600;
}

.orange {
	color: black;
	font: 17px bold "Courier New", Courier, monospace;
}
#note {
	padding: 20px;
	font: 20px bold Arial, Helvetica, sans-serif;
}

.quest {
	text-align: center;
	font: 35px "Arial Black";
	color: #353535;
}

.msp {
	background: white;
	text-align: justify;
	color: #000033;
	text-indent: 15px;
	width: 100%;
}

.mul {
	background: white;
	margin: 0 20px;
	text-align: justify;
	color: #000033;
	width: 70%;
}

.ESS {
	margin: 0px 0;
	font: 12pt bold "Times New Roman", Times, serif;
}

.or { color: #FFA600;}

p{
	text-indent: 15px;
}

#xxx, #yyy {
	width: 80%;
}