@CHARSET "UTF-8";

html, body
{
	height: 100%;
	padding: 0px;
	margin:0px;
	overflow: auto;	
}

a
{
	color: black;
	/*text-decoration: none;*/
}

#main_div
{
	position:absolute;
	height: 100%;
	width: 100%;
	background-color: transparent;
	overflow: hidden;
	min-width: 924px;
	min-height: 560px;
}

#bg
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#bg .selector
{
	height: 100%;
	overflow: hidden;
}

#bg .selector_item
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display:none;
}

.bg_image_data
{
	display: none;
}

#bg .selector_item.selected
{
	display: block;
}

#bg .selector_item .content
{
	width: 100%;
	height: auto;
}

#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 723px;
	height: 449px;
	
	background: url(images/logo.png) left -1px no-repeat;
}

a#logo_link
{
	position: absolute;
	top: 20px;
	left: 15px;
	width: 178px;
	height: 125px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	
}

#navigation
{
	position: absolute;
	top: 170px;
	left: 0px;
	width: 100%;
	height: 125px;
}

#nav_debug
{
	display: none;
	position: absolute;
	top: 267px;
	left: 0px;
	width: 100%;
	height: 132px;
	background: url(images/menu_debug.png) left top no-repeat;
	/*opacity: 0.5;*/
	
}

#navigation #shadow_top
{
	height: 13px;
	background: url(images/shadow_top.png) left top repeat-x;
}

#next_bg
{
	position: absolute;
	top: 0px;
	left: 18px;
	height: 19px;
	width: 130px;
	background: url(images/next_bg.png) left top no-repeat;
	cursor: pointer;
}

#navigation #shadow_bottom
{
	height: 10px;
	background: url(images/shadow_bottom.png) left -1px repeat-x;
}

#navigation #menu
{
	height: 92px;
	
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
	color: #404040;
	line-height: 14px;
	
	
}

#menu_bg
{
	background-color: white;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

#navigation #main_menu
{
	margin-left: 18px;
	float: left;
}

#contact
{
	float: right;
	border-left: 1px solid #bfbfbf;
	
	
	height: 81px;
	/*width: 210px;*/
	width: 178px;
	
	padding-top: 11px;
	padding-left: 14px; 
	
	/*background: url(images/contact.png) left top no-repeat;*/
}

#contact h3
{
	font-size: 30px;
	line-height: 30px;
	font-family: sans-serif;
	font-style: normal;
	text-transform: uppercase;
}

#navigation #contact a, #navigation #contact p 
{
	color: black;
	text-decoration: none;
	line-height: 13px;
	margin-top: 0;
	
}

#contact a.rss, #contact a.facebook, #contact a.twitter
{
	padding-left: 13px;
	background: url(images/icon-rss.png) left 4px no-repeat;
	display: block;
	padding-top: 4px;
	margin-right: 7px;
	color: #646464;
	float: left;
}

#contact a.facebook
{
	background-image: url(images/icon-facebook.png);
}

#contact a.twitter
{
	background-image: url(images/icon-twitter.png);
	margin-right: 0;
}

#contact a:hover.rss
{
	background-image: url(images/icon-rss-h.png);
}

#contact a:hover.facebook
{
	background-image: url(images/icon-facebook-h.png);
}

#contact a:hover.twitter
{
	background-image: url(images/icon-twitter-h.png);
}

#navigation #main_menu a
{
	display: block;
	float: left;
	text-decoration: none;
	color: #404040;
	outline: none;
	
	height: 90px;
		
}

#navigation #main_menu a span.info
{
	padding-right: 20px;
	
	display:block;
	margin-top:3px;
}

#navigation #main_menu a.active, #navigation #main_menu a:hover
{
	color: black;
}


#main_menu a span.name
{
	font-family: sans-serif;
	font-style: normal;
	font-size: 30px;
	font-weight: lighter;
	text-transform: uppercase;
	padding-top: 10px;
	overflow: hidden;
	color: #303030;
	
	height: 30px;
	
	display: block;
}

#menu_content
{
	margin-top: -92px;
	position: relative;
	z-index: 10;
}

#main_menu a span.name.active
{
	display: none;
	font-weight: bold;
	color: black;
}

#main_menu a span.name.hover
{
	display: none;
	color: black;
}

#main_menu a.active span.name
{
	display: none;
}

#main_menu a.active span.name.active
{
	display: block;
}

#main_menu a:hover span.name
{
	display: none;
}

#main_menu a:hover span.name.hover
{
	display: block;
}

#main_menu a.active:hover span.name.hover
{
	display: none;
}

	
#menu_home {width: 120px;}
#menu_news {width: 120px;}
#menu_about {width: 125px;}
#menu_pieces {width: 124px;}
#menu_collections {width: 227px;}
#menu_buy {width: 120px;}


#content
{
	position: absolute;
	top: 286px;
	left: 0px;
	/*right: 202px;*/
	right: 171px;
	bottom: 45px;
	overflow: hidden;
}

#content.fixed
{
	max-height: 395px;
	min-height: 220px;
}

#content #scroll_tab
{
	position: absolute;
	width: 22px;
	height: 74px;
	right: 22px;
	top: 0px;
	background: url(images/content_thing.png) right top no-repeat;
	cursor: pointer;
}

#content .container
{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 22px;
	bottom: 0px;
	background-color: white;
	padding: 10px 18px;
}

#content .mask
{
	position:absolute;
	top:10px;
	left: 18px;
	bottom: 10px;
	right: 18px;
	overflow: hidden;
}

.no_js #content .mask
{
	overflow: auto;
}

#content .content
{
	overflow: hidden;
}

#content.credits_page .content
{
	position: absolute;
	left: 242px;
}


#content .content .news_item
{
	/*height: 129px;*/
	
	margin-bottom: 12px;
	clear: both;
	overflow: hidden;
	
	/*background: url(images/news_item_debug.png) left top no-repeat;*/
}

#content .content .news_item img.news_img
{
	width: 223px;
	/*height: 129px;*/
	/*background-color: red;*/
	float: left;
	clear: both;
	margin-right: 12px;
}

#content .content .news_item h2
{
	/*font-family: "ITC Avant Garde Std XLt";*/
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	
	/*font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	font-size: 21px;*/
	text-transform: uppercase;
	padding-top: 2px;
	color: black;
}

#content .content .news_item h2 a
{
	color: black;
	text-decoration: none;
}

#content .content .news_item .news_date
{
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	padding-top: 1px;
	color: black;
}

#content /* .content .news_item .news_text*/
{
	font-family: Arial;
	font-size: 11px;
	padding-top: 15px;
	color: #808080;
	line-height: 15px;
}

#content a
{
	color: black;
	/*text-decoration: none;*/
}

#content .side_image
{
	float: left;
	margin-right: 10px;
	width: 232px;
}

#content .credits
{
	position: absolute;
	bottom: 0px;
	left: 242px;
	right: 0px;

}

#content .credits div
{
	background-color: white;
	padding-top: 18px;

}

#content h2
{
	/*font-family: "ITC Avant Garde Gothic Std";*/
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: black;
}

#content .pieces_item
{
	float: left;
	border: 1px solid #7f7f7f;
	border-width: 0 0 1px 0;
	width: 76px;
	height: 113px;
}

#content .pieces_item a
{
	display: block;
	color: #646464;
	font-family: Georgia;
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding-right: 6px;
}


#content .pieces_item img
{
	width: 66px;
	height: 88px;
	margin-left: 2px;
	margin-top: 5px;
	display: block;
}

#content .form_field
{
	float: left;
	width: 205px;
	padding-right: 14px;
	padding-top: 7px;
}

#content .form_field label
{
	color: black;
	font-style: italic;
	font-size: 12px;
}

#content .form_field input
{
	border: 1px solid #969696;
	width: 100%;
	color: #969696;
}

#content .form_field input#cfContact
{
	font-weight: bold;
	color: white;
	border-color: #646464;
	background-color: #646464; 
	
}

#made_by
{
	position: absolute;
	
	bottom: 13px;
	left: 0px;
	width: 32px;
	height: 23px;
	
	background: url(images/made_by.png) left top no-repeat;
}

#made_by a
{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

#sb-body
{
	background-color: white;
}

.gallery_items
{
	display:none;
}

#wait
{
	position: absolute;
	top: 260px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	background-color: white;/* url(images/top_center.png) center 0px no-repeat;*/	
}

#wait.no_logo
{
	background-color: transparent;
	background-image: none;
}

#wait div
{
	position: absolute;
	top: 50%;
	left: 50%;
	
	margin-left: -20px;
	margin-top:-20px;
	width: 40px;
	height: 40px;
	/*background-color: red;*/
	
	z-index: 100;
	/*background: black url(images/wait.gif) center center no-repeat;*/
	/*opacity: 0.5;*/
	/*filter: alpha(opacity = 50);*/
}

#wait #loader_text
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top:-60px;
	width: 400px;
	height: 20px;
	overflow: hidden;
	z-index: 100;
	display:none;
}

#wait #loader_text p
{
	font-size: 15px;
	font-family: Georgia;
	font-style: italic;
	height: 20px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}


#browser_warning_window .browser_warning, #error_msg
{
	display: block; 
	position: absolute; 
	width: 360px; 
	height: 70px; 
	top: 50%; 
	left: 50%; 
	margin-left: -200px; 
	margin-top: -55px;
	background: #E1E1E1 url(images/close.png) 375px 7px no-repeat;
	padding: 20px;
	padding-top: 25px;
	z-index: 500;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	color: #404040;
	opacity: 0.9;
}

#browser_warning_window .browser_warning p
{
	margin-bottom: 10px;
}

.browser_warning a
{
	color: black;
	text-decoration: underline;
}

#bg .browser_warning
{
	font-size: 12px;
	color: #404040;
	clear:both;
	width: 40%;
	padding-top: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 360px; 
	height: 70px;
	padding: 20px;
	background-color: #E1E1E1;
	z-index: 10;
	/*background-color: #ffff00;*/
}


