html, body {
	background-color:#666;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background-image:url(/assets/bkg_lines.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div {
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#page_frame {
	width: 828px;
	height: 607px;
	background-image:url(/assets/bkg_home_diamond.jpg);
	background-color: #fff;
	text-align:left;
}

.slideshow a{ font-size:11px; color:#000000; font-weight:bold;}
.slideshow a:hover{ font-size:11px; color:#FF9900; font-weight:bold;}

#home_content {
	position:relative;
	width: 350px;
	height: 380px;
	top: 180px;
	left: 40px;
	color: #333;
	overflow: auto;
}
#home_content h1 {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}
#home_content h2 {
	display:inline;
	background-color: #f29400;
	color: #fff;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 5px 10px;
}
#home_content p {
	line-height: 200%;
}

/* top menu */
#top_menu {
	width: 788px;
	height: 30px;
	padding-top: 7px;
	margin-left: 40px;
}

#nav { /* all lists */
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: transparent;
	z-index: 1000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
	border-right: solid 1px  #ffffff;
	background-color: transparent;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0;
	list-style: none;
	padding: 4px 2px 2px 2px;
	margin: 0px;
	list-style: none;
	width: 140px;
	background-color: transparent;
	white-space: normal;
	z-index: 1000;
}
#nav li.over ul li {
	border-right: 0px none;
	background-color: #eee;
	width:100%;
	border-top: 1px solid #ffffff;
	white-space: normal;
	z-index: 1000;
}
#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li.over ul { /* lists nested under hovered list items */
	display: block;
	background-color: transparent;
}

#nav a {
	display: block;
	padding: 2px 10px;
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	color: orange;
}

#nav a.submenu {
	color: #000;
	font-weight: normal;
	padding: 5px 0px 5px 15px;
}
#nav a.submenu:hover {
	color: orange;
	text-decoration: underline;
	font-weight: bold;
}

#last_menu {
	float: right;
	padding-right: 2px;
	width: 80px;
	text-align:right;
          
}
#last_menu a {
	color: #eee;
	text-decoration: none;
	font-weight: bold;

}
#last_menu a:hover{
	color: orange;
}

#standard_content {
	position:relative;
	width: 750px;
	height: 430px;
	top: 130px;
	left: 40px;
	color: #333;
	overflow: auto;
}
#standard_content h1 {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	color: orange;
}
#standard_content h2 {
	display:inline;
	background-color: #f29400;
	color: #fff;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 5px 10px;
}
#standard_content p {
	line-height: 170%;
}

#standard_image {
	float: right;
	width: 300px;
	margin: 5px;
	overflow: hidden;
	text-align: right;
}

#exhibition_content {
	position:relative;
	width: 740px;
	height: 100px;
	top: 130px;
	left: 40px;
	color: #333;
	overflow: auto;
}
#exhibition_content h1 {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	color: orange;
}
#gallery{
	position:relative;
	width: 740px;
	height: 370px;
	top: 120px;
	left: 40px;
	color: #333;
	overflow: auto;
}
div.small_pic{
	float: left;
	width:160px;
	height: 150px;
	background-image: url(/assets/bkg_small_img.jpg);
	background-repeat: no-repeat;
	backround-position: top left;
	margin-right: 33px;
	margin-top: 20px;

}
div.small_pic img{
	width: 150px;
	height: 100px;
	padding: 0;
	margin-bottom: 10px;
}
div.small_pic span{
	color: #37302E;
}
div.big_pic {
	float: left;
	width: 200px;
	margin-right: 70px;
}
div.big_pic img{
	height: 290px;
	width: 200px;
	padding: 0;
	margin-bottom: 10px;
}
div.big_pic span{
	color: #37302E;
}

#faq_content {
	position:relative;
	width: 740px;
	height: 410px;
	top: 130px;
	left: 40px;
	color: #333;
	overflow: auto;
	scrollbar-base-color: orange;
}
#faq_content h1{
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	color: orange;
}

#faq_content h2{
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	color: #000;
}
#faq_content h2 a {color: #000;}
div.faq_answer {
	margin-bottom: 20px;
}

#faq_content .pressrelease {
	width: 320px;
	padding-right: 20px;
	float: left;
	margin-bottom: 20px;
}

.pressrelease a {
	color: #999;
	font-weight: bold;
	text-decoration: bold;
}

.pressrelease a: hover {
	text-decoration: none;
}
#content {
	position:relative;
	width: 740px;
	height: 410px;
	top: 130px;
	left: 40px;
	color: #333;
	overflow: auto;
}

#left_column{
	width: 45%;
	padding-right:5%;
	float: left;
}
#right_column{
	width: 45%;
	padding-left:5%;
	float: left;
}
#photo_content {
	position:relative;
	width: 740px;
	height: 420px;
	top: 120px;
	left: 40px;
	color: #333;
	overflow: hidden;
}
#photo_content #right_column{
	width: 345px;
	padding-right: 5px;
}

#photo_content #right_column{
	height: 380px;
	width: 345px;
	padding-left:5px;
	float: left;
	overflow: auto;
}

#photo_content h1 {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	color: orange;
}
#visitor_photo {
	text-align: center;
	vertical-align: middle;
	height: 255px;
	width: 100%;
}
#visitor_photo img{
	height: 255px;
	width: 341px;
	border: 0;
}
#email_form {
	margin-top: 10px;
}

#items_title{
	font-weight: bold;
	margin-bottom: 10px;
}
.item_description {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
.item_description h3 {
	font-size: 11px;
	margin: 0;
	padding: 0 0 2px 0;
}
.item_description p {
	padding:0;
	margin: 2px 0;
}

.scroll_red {scroll-base-color: red;}
.scroll_orange {scroll-base-color: orange;}
.color_red { color: #ee0c6e;}
.color_orange {color: #ee0c6e;}