body{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: arial;
	line-height: 16px;
	color: #7c7b7b;
}

a:link, a:visited{
	color: #090909;
}

#top_menu{
	position: fixed;
	top: 0px;
	width: 100%;
	height: auto;
	z-index: 10;
}
#top_menu_content{
	width: 100%;
	height: 0px;
	overflow: hidden;
	text-align: center;	
	overflow: hidden;
}
#top_menu_bg, .top_menu_bg{
	width: 100%;
	height: 27px;
	background: #2f2f2f url(../images/css/top_menu_bg.gif) no-repeat center bottom;
}

.white_top{
	background: url(../images/css/menu_down.png) no-repeat center center;
	width: 100%;
	height: 26px;	
}

.menu_content{
	width: 100%;
	height: 24px;
	text-align: center;
	padding-top: 5px;
}

a.menu_link:link, a.menu_link:visited{
	padding: 3px 9px 3px 9px;
	color: #ffffff;
	font-family: Georgia!important;
	font-size: 12px;
	text-decoration: none;	
}
.lang_selected{
	color: #a4a4a4!important;
}
.menu_separator{
	padding: 3px 0px 3px 0px;
	color: #ffffff;
	font-family: Georgia!important;
	font-size: 12px;
	text-decoration: none;
}
a.menu_link:hover{
	background: #030303;
}
a.gallery_menu_link:link, a.gallery_menu_link:visited{
	color: #a5a5a5;
	text-decoration: none;
}
a.gallery_menu_link:hover{
	text-decoration: underline;
}
.gal_active{
	color: #727271!important;
}

#bottom_menu{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 10;
}
#bottom_menu_content{
	width: 100%;
	height: 0px;
	overflow: hidden;
	text-align: center;	
	float: left;
}
.white_bottom{
	background: url(../images/css/menu_up.png) no-repeat center 4px;
	width: 100%;
	height: 26px;
	float: left;
}

h3.minibox_title{
	margin: 0px;
	padding: 0px 0px 6px 2px;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #e5e5e5;
	width: 310px;
	clear: both;
}

#left_menu{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: auto;
	overflow: hidden;
	z-index: 9;
}

#white_left{
	width: 0px;
	height: 100%;
	float: left;
}
#left_cursor{
	width: 26px;
	height: 100%;
	float: left;
	background: url(../images/css/menu_left.png) no-repeat right center;
}

#right_menu{
	position: fixed;
	top: 0px;
	right: 0px;
	width: auto;
	height: 100%;
	overflow: hidden;
	z-index: 9;
	background: url(../images/css/menu_right.png) no-repeat left center;
}

#white_right{
	width: 0px;
	height: 100%;
	float: left;
	overflow: hidden;
}

#right_cursor{
	width: 26px;
	height: 100%;
	float: left;
	background: url(../images/css/menu_right.png) no-repeat left center;
}

#content{
	width: 800px;
	height: 60px;
	margin: auto;
	background: #efefef;
	z-index: 0px;
}

.inputbox{
	border: 1px solid #e5e5e5;
	background: #2e2e2e;
	color: #bebebe;
	padding: 4px;
	width: 500px;
	font-size: 11px;
	
}
.submit_button{
	width: 612px;
	border-bottom: 1px solid #e5e5e5;
	float: left;
	padding: 10px 0px 3px 0px;
}
.button{
	border: none;
	color: #000000;
	background: url(../images/css/submit_bg.gif) no-repeat left center;
	font-size: 14px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	float: right;
	padding: 2px 0px 2px 24px; 
	cursor: pointer;	
}

#gallery_menu_top{
	width: 100%;
	height: 42px;
	background: url(../images/css/gal_menu.gif) repeat-x;
}
.gallery_menu_content{
	width: 100%;
	text-align: center;
	padding: 13px 0px 7px 0px;
	color: #a5a5a5;
}