@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../image/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

form,td, th {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #ff6000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#page {
	width: 903px;
	text-align: left;
}

#offset_top {
	height: 32px;
	background-image: url(../image/logo_top.png);
	background-repeat: no-repeat;
}

#core_top {
	height: 97px;
	background-image: url(../image/bar.png);
}

.logo {
	height: 97px;
	width: 383px;
	float: left;
}

.offset_item {
	height:43px;
}

.offset_item_katalog {
	height:28px;
}

.item,.item_selected,.item_hover {
	font-size: 12px;
	height: 97px;
	width: 65px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:bold;
	text-align:center;
}

.item_selected {
	background-image: url(../image/item_hover.png);
	background-repeat: repeat-x;
	cursor: pointer;
	cursor: hand; 	
}

.item_selected a {
	color: #f78f1e;
	text-decoration:none;
	font-size: 12px;
}

.item_hover {
	color: #FFF;
	background-image: url(../image/item_selected.png);
	background-repeat: repeat-x;
	cursor: pointer;
	cursor: hand;
}

.item_hover a {
	text-decoration: none;
	color:#FFF;
	font-size: 12px;
}

.item a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #484848;
	text-decoration: none;
}

#language_bar {
	height: 25px;
	text-align: right;
}

.language,.language a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	background-color: #f78f1e;
	font-weight:bold;
	color: #FFF;
	padding-top: 0px;
	padding-right: 4px;
	padding-left: 4px;
}
.language a:hover {
	text-decoration: underline;
}

.line {
	background-color: #f78f1e;
	height: 3px;
	margin-top:-1px;
	overflow: hidden;
}

#core_middle {

}

#core_middle_partners {
	height: 724px;
	background-image: url(../image/image_2.jpg);
	background-repeat: no-repeat;
}

.left_column {
	width: 447px;
	float: left;
}

.right_column {
	width: 436px;
	float: right;
}

.offset_column {
	float: left;
	width: 20px;
	height:10px;
}

.teaser_1 {
	height: 245px;
	background-image:url(../image/teaser_1.png);
}

.teaser_1_text {
	padding: 20px;
	font-size: 16px;
	color:#2f2f2f;
	text-align:justify;
	font-style: normal;
	margin: 0px;
}

.teaser_1_text strong
{
	font-weight: normal;
}

.teaser_1_text h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 29px;
	margin:0px;
	padding: 0px;
	color:#2a2a2a;
	font-weight: normal;
}

.teaser_1_text p {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}

.teaser_2 {
	height: 245px;
	background-image:url(../image/teaser_2.png);
}

.teaser_2_text {
	padding: 20px;
	font-size: 16px;
	color:#f2f1f1;
	text-decoration: none;
	text-align:justify;
	font-weight: normal;
}
.teaser_2_text p {
	margin: 0px;
	padding: 0px;
}
.some_space {
	height: 8px;	
}

#core_bottom {

}

.footer {
	background-image:url(../image/footer.png);
	background-repeat:repeat-x;
	padding-top: 12px;	
}

.footer_text, .footer_text a, .footer_text a:hover {
	color: #5e5e5e;
	font-size: 12px;
}

.footer_text a:hover {
	color: #333333;
	text-decoration:none;
}
.footer_text {
	padding-left: 3px;
	padding-right: 3px;
}
.clear_both {
	clear: both;
	float: none;	
}

.partners_1_column {
	width: 54px;
	height: 10px;
	float:left;
}

.partners_2_column {
	width: 370px;
	background-color:#FFF;
	float:left;
}

.partners_2_column_big {
	width: 794px;
	background-color:#FFF;
	float:left;
}

.partners_2_column_text, .news_text {
	padding: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}
.partners_2_column_text h1,.news_text h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:26px;
	background-color:#EEE;
	font-weight:normal;
}

.partners_2_column_text h2,.news_text h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:normal;
}

.news_text, .news_text ul, .news_text li {
	text-align: left;
}
.news_text a {
	text-align: left;
	text-decoration: none;
}
#core_middle_catalog {
	height: 717px;
	background-image: url(../image/image_3.jpg);
	background-repeat: no-repeat;
}

select {
	font-size: 14px;
	background-color: #FFF;
	border: 1px solid #333;
	cursor: pointer;
	cursor: hand; 		
}

option, .option_hover {
	font-size: 14px;
	background-color: #FFF;
	border: 0px solid #333;
	color:#000;
}

.option_hover {
	background-color: #ff6000;
	color:#FFF;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #f78f1e;
	border: 0px solid #f65d01;
	color:#FFF;
	cursor: pointer;
	cursor: hand;
	font-weight:bold;
	padding: 4px;
}

.input_hover, input:hover {
	background-color: #333;
}

#core_middle_contact {
	height: 724px;
	background-image: url(../image/image_4.jpg);
	background-repeat: no-repeat;
}

#core_middle_sistemi_dekorativnih_sencil
{
	height: 760px;
	background-image: url(../image/image_11.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.footer_1 {
	float:left;
	width:450px;
	background-image:url(../image/footer.png);
	background-repeat:repeat-x;
	padding-top: 12px;		
}
.footer_2 {
	float:left;
	width:453px;
	background-image:url(../image/footer.png);
	background-repeat:repeat-x;
	padding-top: 12px;		
}

#core_middle_about_us {
	height: 835px;
	background-image: url(../image/image_5.jpg);
	background-repeat: no-repeat;
}

#core_middle_location {
	height: 835px;
	background-image: url(../image/image_10.jpg);
	background-repeat: no-repeat;
}

.news_left {
	background-color: #e4e4e4;
	background-image:url(../image/bg_news.png);
	background-repeat:repeat-x;
	width: 193px;
	float:left;
	border: 1px solid #b0b1b0;
}
.news_offset {
	float:left;
	width:10px;
	height:2px;
}
.news_right {
	width:650px;
	float:right;
	background-color: #e4e4e4;
	background-image:url(../image/bg_news.png);
	background-repeat:repeat-x;
	border: 1px solid #b0b1b0;
}

.news_black {
	text-align: center;
	background-color: #b6b6b6;
}
.news_pictures {

}
.news_pictures img {
	border: 2px solid #d1d1d1;
	text-decoration:none;
	margin: 13px;
	margin-left: 4px;
	margin-right: 4px;
}

.news_pictures img:hover {
	border: 2px solid #FFF;
}

.news_text ul {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	color: #ff6000;
}

.news_text li:hover {
	/*color: #2a2a2a;*/
}

.news_text h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 20px;
	margin:0px;
	padding: 0px;
	color:#2a2a2a;
	font-weight: normal;	
}

.core_bottom_news {
	width: 650px;
}

.footer_1_news {
	float:right;
	width:250px;
	background-image:url(../image/footer.png);
	background-repeat:repeat-x;
	padding-top: 12px;		
}
.footer_2_news {
	float:right;
	width:402px;
	background-image:url(../image/footer.png);
	background-repeat:repeat-x;
	padding-top: 12px;		
}

.table_catalog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	border: 0px solid #979797;
	margin: 0px;
	padding: 0px;
	border-spacing: 1px;
	background-color: #868686;
}

.catalog_form {
	font-size:13px;
	float: left;
	margin-right: 13px;
}

.catalog_form input {
	font-size: 13px;
	background-color: #FFF;
	border: 1px solid #CCC;
	color:#000;
	font-weight:normal;
	padding: 2px;
	width: 170px;
}

.submit_form_catalog input {
	font-size: 13px;
	background-color: #ff6000;
	border: 0px solid #f65d01;
	color:#FFF;
	cursor: pointer;
	cursor: hand;
	font-weight:bold;
	padding: 2px;
	width: 170px;
}

.table_catalog th {
	border: 1px solid #e3e3e3;
	background-color: #e3e3e3;
	color: #333;
	font-size: 13px;
}

.table_catalog td {
	border: 1px solid #e3e3e3;
	background-color: #e3e3e3;
	background-image:url(../image/table_bg.png);
	background-repeat: repeat-x;
}

.position_right {
	float:right;
}

.input_hover_catalog, .submit_form_catalog input:hover {
	background-color: #333;
}

.maping, .maping a {
	text-align: right;
	color: #999999;
	font-size:13px;
	padding-bottom: 2px;
}

.standard_page {
	background-color: #e4e4e4;
	background-image:url(../image/bg_news.png);
	background-repeat:repeat-x;
	border: 1px solid #b0b1b0;
}

.news_text a:hover{
	text-decoration: underline;
	color: #2a2a2a;
}

.open_button
{
	width:200px;
	font-size: 13px;
	background-color: #f78f1e;
	border: 0px solid #f78f1e;
	color:#FFF;
	cursor: pointer;
	cursor: hand;
	font-weight:bold;
	padding: 5px;
	margin-bottom: 4px;
}

.open_button:hover
{
	background-color: #333;
	border: 0px solid #333;
}

#idCallBack1
{
	margin-top: 4px;
	margin-bottom: 6px;
}

.breadcrumb
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
