body{
	margin:0px;
}

html{
	background-color:#df0023;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;	
	margin: 0px;
}

#top_line{
	width:100%;
	height:3px;
	background-color:#df0023;
}

#main_contener_contact{
	width:100%;
	height:966px;
	background-color:white;
}

#contener{
	width:1010px;
	position:relative;
	margin: 0 auto;
	left: 50%;
	margin-left: -505px;
	background-color:white;	overflow:hidden;
}

#logo{
	width:500px;
	float:left;
}

#logo img{
	width:300px;
	padding-top:20px;
}

#menu{
	width:505px;
	height:200px;
	float:left;
	text-align:right;
}

.menu {
	font-size: 16px; 
	padding-top:60px;
}

.menu li{
	display:inline;
	list-style-type: none;
	margin-left:10px;
	margin-right:40px;
	padding-bottom:4px;
	font-weight:bold;
	height:40px;
	border:0px;	
	font-size: 18px;
	cursor: pointer;
}

.menu li:hover{
	border-bottom:3px solid #df0023;
}

.menu a{text-decoration:none; color:#464646;}
.menu a:hover{text-decoration:none;}

#slider{
	height:1010px;
	height:400px;
	margin-left:auto;
	margin-right:auto;	
}

#footer{
	width:100%;
	padding:15px;
	background-color:#df0023;
	color:white;
}
.footer_text{
	width:1010px;
	margin-left:auto;
	margin-right:auto;
}

#info{
	background-color:white;
	width:1010px;
	float:left;
	margin-top:20px;
}

#text{
	width:780px;
	float:left;
	font-size:13px;
	margin-top:20px;
	padding:10px;
	line-height:18px;
}

#offer_text{
	width:780px;
	float:left;
	font-size:13px;
	margin-top:20px;
	padding:10px;
	line-height:18px;
	text-align:justify;
}

#text2{
	width:780px;
	height:300px;
	float:left;
	font-size:13px;
	margin-top:20px;
	padding:70px;
	line-height:18px;
	text-align:center;
}

#contact{
	width:198px;
	float:left;
	padding-left: 10px;
	height: 350px;
	margin-top:20px;
	border-left:2px solid #df0024;
	font-size:12px;
	line-height:20px;
}

#contact h3{
	margin-top:0px;
}

#imie_nazwisko{
	width:450px;
	height:34px;
	padding-left:5px;
	padding-right:5px;
}

#email{
	width:450px;
	height:34px;
	padding-left:5px;
	padding-right:5px;
}

#tresc{
	width:450px;
	height:106px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

/************************************ OFERTA ************************************/
#offer_catalog_list {text-align:justify;}
#offer_catalog_list a{text-decoration:none;}
#offer_catalog_list a:hover{opacity: 0.5;}

#catalog_box{
	width:240px;
	border:1px solid #464646;
	float: left;	
	margin:5px;
}

#catalog_box_title{
	width:100%;
	height:45px;
	padding:5px;
	border-bottom:1px solid #464646;
	background-color:#df0023;
	color:white;
	font-weight:bold;
	//font-size:15px;
	text-align:left;
}

#catalog_box_image{
	text-align:center;
}

#catalog_box_image img{
	text-align:center;
}


#back{
	font-size:20px;
	width:100%;
	margin-bottom:20px;
	color: #464646;	
}

#back a:hover{
	opacity:none;
	color: #df0023;	
}

#offer_product_title{
	font-weight:bold;
	font-size:20px
}

#offer_product_description{

}

#offer_thumb  img{
	padding:5px;
}

#offer_thumb a img:hover{
	opacity:0.5;
}




