@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/style/page_background.png);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#6aaff4;
	margin:0px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

img {
	border:0px;
}

#galleria {
	clear:both;
	margin:20px;
}

.galleria-stage .galleria-images{
	height:600px;
}


#main_container {
	width:980px;
	margin:auto;
	overflow:hidden;
}

#header {
	width:980px;
	height:90px;
	position:relative;
}

#logo {
	width:510px;
	height:90px;
	margin-left:350px;
	position:absolute;	
}

#middle {
	width:980px;
	background-image:url(images/style/middle_background.png);
	background-repeat:repeat-y;
	overflow:hidden;
}

#left_column {
	float:left;
	margin-left:11px;
	width:210px;
	min-height:100px;
	overflow:hidden;
}

.left_menu {
	margin-bottom:20px;
}

.left_menu_header {
	background-image:url(images/style/left_menu_header.png);
	background-repeat:repeat-y;
	min-height:10px;
	width:190px;
	text-align:left;
	color:#FFF;
	padding:4px;
	font-weight:bold;
}

.left_menu_item {
	margin-left:12px;
	margin-top:4px;
}

#center_column {
	float:left;
	margin-left:19px;
	width:720px;
	min-height:100px;
	overflow:hidden;	
}

#breadcrumbs {
	margin-top:4px;
	font-size:10px;
}

.product_row_home {
	overflow:hidden;
	margin-top:10px;
}

.product_box_home {
	width:350px;
	float:left;
	min-height:100px;
	background-color:#999;
	margin-left:5px;
	margin-right:5px;
}

.product_box_header_home {
	width:350px;
	height:40px;
	text-align:center;
	background-image:url(images/style/home_header.png);
	font-size:14px;
}

.header_text {
	padding-top:10px;
}

.intro_row_home {
	overflow:hidden;
	margin-top:10px;
}

.banner_home {
	overflow:hidden;
}

.intro_img_home {
	width:350px;
	overflow:hidden;
	margin-left:5px;
	margin-right:5px;
	float:left;
}

.intro_box_home {
	width:170px;
	overflow:hidden;
	margin-left:5px;
	margin-right:5px;
	float:left;
}

.intro_box_header_home {
	width:170px;
	height:40px;
	text-align:center;
	background-image:url(images/style/home_header_small.png);
	font-size:14px;
}

.intro_box_content_home {
	font-size:10px;
	text-align:left;
	padding:8px;
}

.news_item_home {
	margin-bottom:10px;	
}

.event_box {
	overflow:hidden;
	clear:both;
	margin-top:20px;
}

.event_image {
	width:360px;
	float:left;
}

.event_description {
	float:left;
	margin-left:10px;
	width:350px;
}

.event_title {
	font-size:16px;	
	margin-bottom:10px;
	font-weight:bold;
	color:#666;
}

.page_title {
	font-size:18px;
	font-weight:bold;
	color:#909090;
}

.section_title {
	font-size:14px;
	font-weight:bold;
	color:#909090;
}

.page_content {
	text-align:justify;
	overflow:hidden;
}

.news_item {
	text-align:justify;
	margin-top:10px;
}

.attachment_container {
	clear:both;
	overflow:hidden;
}

.attachment_box {
	width:90px;
	float:left;
	margin:10px;
	text-align:center;
}

.attachment_box_title {
	text-align:center;
	margin:4px;

}

.product_range_description {
	text-align:justify;
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
}


#middle_bottom {
	width:980px;
	height:30px;
	background-image:url(images/style/middle_bottom.png);
	background-repeat:no-repeat;
}

#middle_top {
	width:980px;
	height:26px;
	background-image:url(images/style/middle_top.png);
	background-repeat:no-repeat;
}

#footer {
	width:980px;
	background-image:url(images/style/footer_background.png);
	background-repeat:repeat-y;
	position:relative;
	height:90px;
}

#footer_content {
	position:absolute;
	margin-left:250px;
	width:700px;
	height:90px;
	text-align:center;
}

#footer_bottom {
	width:980px;
	height:20px;
	background-image:url(images/style/footer_bottom.png);
	background-repeat:no-repeat;
}

/* LINK */

a:link {
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
	font-weight:bold;
}

a:active {
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	font-weight:bold;
}

#footer_content a{
	color:#FFF;
}



.left_menu a{
	color:#FFF;
}

#breadcrumbs a {
	color:#0e72b5;
}

.product_box_header_home a {
	color:#FFF;
}

.intro_box_header_home a {
	color:#FFF;
}


.intro_box_content_home a {
	color:#0e72b5;
}

.page_content a {
	color:#0e72b5;
}
