/* COLORS:
	red: #a62c1b
	menu-gray: #484848
	*/

body {
	margin: 0;
	background-color: #d4d4d4;
	color: black;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	background-repeat: repeat-x;
	
}
a, a:visited, a:active {
	color: #a62c1b;
	text-decoration: none;
}
a:hover {
	color: blue;
}

H2, .big {
	font-size: 15px;
	color: #a62c1b;
	font-weight: bold;
}

#header {
	width: 900px;
	height: 62px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    background-image: url('images/bg_900_header.png');
	background-repeat: no-repeat;
}

/* CONTAINERS
*/

#main_outer {
	/*border: 1px black solid;*/
	width: 900px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: auto;
   margin-right: auto;
	background-image: url('images/bg_900_content.png');
	background-repeat: repeat-y;
	display:table;
	
}
#main_container {
	/*border: 1px red solid;*/
	position: relative;
	width: 800px;
	margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
}


#content {
	/*border: 1px purple solid;*/
	float: right;
	width: 590px;
	margin-right: 30px;
}
/* MENUS
*/
#lang_menu {
	width:120px;
	position:relative;
	top: 28px;
	left: 760px;
}
#topmenu {
	/*border: 1px blue solid;*/
	margin-left: 40px;
	margin-right: auto;
	white-space:nowrap;
}
#left_menu {
	/*border: 1px green solid;*/
	border-right: 1px silver solid;
	width: 150px;
	min-height: 350px;
	float: left;
	margin-top:12px;
}

#left_menu a, #topmenu a, #lang_menu a {
	color: #484848;
}

#lang_menu a.current_menu {
	font-weight: bold;
}
#lang_menu a {
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	padding-left: 5px;
}
#lang_menu a.menu-first {
	border-right: 1px gray solid;
	padding-right: 5px;
}

#topmenu a {
	font-size: 16px;
	text-decoration: none;
}
#topmenu a.menu-1 {
	border-right: 1px gray solid;
	padding-left: 10px;
	padding-right: 10px;
}
#topmenu a.menu-last {
	border-right: 0px;
}
#topmenu a.menu-current, #topmenu a.menu-parent, #lang_menu a.menu-parent, #left_menu a.menu-current, #left_menu a.menu-parent {
	color: #a62c1b;
}
#topmenu a:hover, #left_menu a:hover {
	color: black;
}
#left_menu a {
	font-size: 13px;
	text-decoration: none;
	padding-right: 10px;
}
#left_menu div {
	margin-bottom: 3px;
}

/* FOOTER 
*/
#footer {
	clear:both;
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
   background-image: url('images/bg_900_footer.png');
	background-repeat: no-repeat;
}
#footer_content {
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
}
#footer_content a, #footer_content span {
	color: gray;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
}
/* GALLERY */

img.ig_thumbnail {
	border: 1px solid silver;
}
.arrow {
	font-size: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.thumbnail_div {
	height: 100px;
	position: relative;
	cursor: pointer;
}
.thumbnail {
	position: absolute;
	top: 0; left: 0;
}
.thumbtitle {
	position: absolute; 
	left: 10px; 
	top: 100px;
	width: 110px;
	text-decoration: none;
	color: white;
}
.thumbplus, .thumbminus {
	position: absolute; 
	right: 10px; 
	top: 10px;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
}
.thumbplus {
	background-image: url('images/plus.png');

}
.thumbminus {
	right: 20px;
	background-image: url('images/minus.png');
}
.mainpic_div {
	position: relative;
}
#image_container {
	visibility:hidden;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background-repeat: no-repeat;
	background-position:center; 
	z-index: 888; 
}
#imagecontrol {
	visibility:hidden;
	position: fixed;
	top: 5px;
	width: 230px;
	height: 30px;
	left: 500px;
	z-index: 999;
	background-color: transparent;
	font-size: 50px;
	font-weight: bold;
	vertical-align: top;
	color: #dddddd;	
}
#previmg {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 60px;
	cursor: pointer;
	margin-top: 0;
}
#nextimg {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 70px;
	cursor: pointer;
}
#closeimg {
	position: absolute;
	top: 22px;
	left: 65px;
	width: 100px;
	font-size: 20px;
	cursor: pointer;
	
}

#close_image {
	position: absolute; 
	right: 10px; 
	top: 10px;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-image: url('images/close.png');
	cursor: pointer;
}
#fade {
	visibility:hidden;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: black;
	opacity: 0.85;  
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";  */
	filter: alpha(opacity=85); 
	z-index: 777; 
}



/* /GALLERY */



