/* ================================================== */
/* || GELAN-WEB                                    || */
/* || - Layout CSS                                 || */
/* ================================================== */

/* -------------------------------------------------- */
/*  = Main Template                                   */
#main {
	margin: 0 auto;
	text-align: center;
	
	margin-bottom: 50px;
	
}

#main_page {
	width: 976px; /**/
	margin: 10px auto 0 auto;
	text-align: left;
}

#page_header {
	width: 960px;
	height: 211px; min-height: 211px;
 
	background-image: url('../images/page_header.png');
	background-repeat: no-repeat;
	border: 3px solid #FFFFFF;/**/
	clear: both;
}

#page_body {
	width: 960px;
	
	min-height: 10px;	
	background-image: url('../images/page_body.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;

}

#page_footer {
	width: 960px;
	padding: 0;
	margin: 0;
	font-size: 0.8em;

	min-height: 50px;

}

/* -------------------------------------------------- */
/*  = Header Template                                 */
#header_navbar {
	width: 960px;
	height: 36px; min-height: 36px;
	text-align: right;
}

#header_middle {
	width: 960px;
	height: 146px; min-height: 146px;	
	/*height: 99px; min-height: 99px;*/
}

#header_toolbar {
	width: 960px;
	height: 29px; min-height: 29px;	
}

#navbar_linkbox {
	width: 260px;
	height: 36px; min-height: 36px;
	float: right;
	margin: 0 auto;
	text-align: center;
}

#linkbox_text {
	margin-top: 8px;
	font-size: 15px;
}

#toolbar_search {
	margin-right: 5px;
	margin-top: 3px;
	float: right;
}
#toolbar_info { 
	color: #EEEEEE;
	margin: 3px 10px;
	float: left;
	font-weight: bold;
	font-size: 18px;
	opacity:.50;	filter: alpha(opacity=50);	-moz-opacity: 0.50;
}
#toolbar_info:hover { 
	opacity:1.00;	filter: alpha(opacity=100);	-moz-opacity: 1.00;
}
#toolbar_info a {
	color: #FFFFFF;
	text-decoration: none;
}
#toolbar_info a:hover {
	color: #FF6644;

}
#toolbar_info a img {
	display: none;
}

/* -------------------------------------------------- */
/*  = Body Template                                   */
#body_left {
	width: 203px;
	float: left;
	/*min-height: 384px;	*/
	min-height: 400px;
	background-color: #FFFFFF;
}

#body_center {
	width: 562px;
	float: left;
	background-color: #FFFFFF;
	min-height: 384px;	
	
}

#body_right {
	width: 185px;
	float: right;
	min-height: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	
}

#left_index {
	 
}

#left_content {
	padding: 0 10px;
}

#contact_info {
	font-size: 0.8em;
	padding: 10px 0;
}

#center_breadcrumb {
	 padding: 5px 0px 0px 19px;
	 font-size: 0.8em;
}

#center_content {
	 width: 550px;
	 max-width: 550px;
	 
}

#content_table {
	 overflow: hidden; width: 515px; max-width: 515px; min-width: 515px;
}


#right_langselect {
	font-size: 13px;
	width: 140px;
	float: left;
	padding: 7px 0;
}

#right_sizeselect {
	width: 45px;
	float: right;
}

#sizeselect_small {
	/*font-size: 0.8em;/**/
	font-size: 16px;
	color: #6699CC;
	display: inline;
	cursor: pointer;
	vertical-align: middle;
}

#sizeselect_medium {
	 /*font-size: 1.1em;/**/
	 font-size: 18px;
	 color: #6699CC;
	 display: inline;
	 cursor: pointer;
	 margin: 0 3px;
	 vertical-align: middle;
}

#sizeselect_big {
	 /*font-size: 1.4em;*/
	 font-size: 23px;
	 color: #6699CC;
	 cursor: pointer;
	 display: inline;
	 vertical-align: middle;
}

#sizeselect_small:hover, #sizeselect_medium:hover, #sizeselect_big:hover
{
	color: #88BBEE;
}


#right_content {
	 clear: both;
}

a.right_panel:link, a.right_panel:visited {
	display: block;
	text-align: left; 
	vertical-align: middle;
	border: 1px solid #DDDDDD;
	color: #000000;
	
	font-size: 0.9em;
	padding: 5px 10px 5px 10px;
	margin: 5px 10px 5px 0;
	font-weight: bold;
	width: 150px;
	
	height: 40px;
	max-height: 40px;


	overflow: hidden;
	background: #FFFFFF url('../images/panel.png') repeat-x;

	opacity:.70;	filter: alpha(opacity=70);	-moz-opacity: 0.70;
	text-decoration: none;
}

a.right_panel:hover, a.right_panel:active {
	opacity:1.00;	filter: alpha(opacity=100);	-moz-opacity: 1.00;
	text-decoration: none;
	color: #000000;
}
a.right_panel p {
	overflow: hidden;
	float: right;

	min-width: 110px;
	text-align: left;
	width: 110px;
}
a.right_panel img {
	float: left;
	text-align: left;
	vertical-align: middle;
	width: 35px;
	overflow: hidden;
}
/* -------------------------------------------------- */
/*  = Footer Template                                 */
.footer_panel {
	text-align: left; 
	vertical-align: middle;
	border: 1px solid #DDDDDD;
	
	font-size: 0.9em;
	padding: 5px;
	
	min-height: 50px;
	height: 50px;

	background: #FFFFFF url('../images/panel.png');
	background-repeat: repeat-x;
	opacity:.90;	filter: alpha(opacity=90);	-moz-opacity: 0.90;
}


.footer_panel:hover {
	opacity:1.00;	filter: alpha(opacity=100);	-moz-opacity: 1.00;
}
