﻿@import "undohtml.css";

body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #fff url(../images/body_bg.jpg) no-repeat 50% 0px;
font-size:11px;
color:#333;
font-family:arial;
}

	/*                 ukrywanie wystających                      */
div{
	overflow: hidden;
	}

h1, h2, h3, h5, h5, h6 {font-weight:bold;}
	
h1{
	}
	
h2{
	}
	
h3{
	}	
	
a{color:#699b24;}
a:hover, a:focus{}
a:visited{}

.fl{
	float:left;
	clear:both;
	}

.fr{
	float:right;
	clear:both;
	}	

	
	/*                  środkowanie - wpisz szerokość                      */
#container{
	margin: 0 auto;
	width: 970px;
}

	.mainpage{
	background: url(../images/produkct_package.jpg) no-repeat 355px 181px;}
	
	
#top {
padding-left:250px;
height:253px;
background: url(../images/top_bg.gif) no-repeat 660px 0px;
width:717px;
overflow:visible;
position:relative;
}

	.logo{
	margin-top:37px;
	margin-left:20px;}
	
	
	
	.top_menu {
		overflow:visible;
		position:absolute;
		top:135px;
		right:8px;
		width:108px;
		background:#004b00 url(../images/menu-bottom.gif) no-repeat bottom center;
	}
	
	.top_menu img.arrow {
		position:absolute;
		bottom:-10px;
		right:10px;
		z-index:100;
	}
	
	/*.top_menu:hover{
		background:#004b00 url(../images/top_menu_last_hover.gif) no-repeat bottom center;
	}*/
	
	.top_menu ul {
		width:108px;
		float:left;
		padding-bottom:10px;
		background:#004b00 url(../images/menu-bottom.gif) no-repeat bottom center;
	}
	
	
	
	.top_menu h3 {
		float:left;
		width:100%;
		text-align:center;
		margin-bottom:17px;
	/*	background:url(../images/menu-trigger.gif) center 17px no-repeat;*/
	}
	
	.top_menu ul li {
	font-size:12px;
	line-height:26px;
	height:26px;
	text-align:center;
	}
	
	.top_menu li a,
	.top_menu h3 {
		font-size:12px;
		color:#fff;
		font-weight:bold;
	}
	
	.top_menu li a:hover{
	color:#76a839;}
	

#mid {
	height:700px;
	margin-left:278px;
	padding-bottom:20px;
	width:690px;
	margin-bottom:0px;
	}
	
	.product_package{
	height:430px !important;
	padding-top:270px;
	}
	
	.content{
	float:left;
	margin-top:20px;
	margin-left:16px;
	width:408px;
	}
	
	* html .content {display:inline;}
	
	.content p{
	float:left;
	clear:both;
	margin-top:10px;
	margin-bottom:5px;
	width:404px;
	line-height:15px;
	letter-spacing:-0.2px;
	}
	
	.content img{
	padding:1px 5px;
	max-width:400px;
	max-height:400px;}
	
	.h1_image{
	line-height:18px;
	font-size:16px;
	font-weight:bold;	
	}
	
	.first_p{
	font-weight:bold;}
	
	
	
	.sidebar{
		float:right;
		margin:15px 50px 10px 0;
		width:210px;
		overflow:hidden;
	}
	
	* html .sidebar {margin-right:25px;}
	
	
	.product{
	clear:both;
	float:left;
	margin-top:10px;}
	
	.product li{
	border-top:2px dotted #E1EBD3;
	padding:15px 0;}
	
	.produkt img{
	padding:0px !important;}
	
	.contact {
	width:404px;
	margin-top:20px;}
	
	.contact label{
	float:left;
	width:200px;
	clear:both;}
	
	.contact input{
	background:#E1EBD3;
	border:0 none;
	clear:both;
	float:left;
	font-size:14px;
	height:20px;
	line-height:14px;
	margin-bottom:10px;
	padding:4px 2px;
	width:190px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px;    /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px;
	}
	
	.contact textarea{
	float:left;
	width:396px;
	clear:both;
	background:#E1EBD3;
	border:0 none;
	line-height:16px;
	font-size:14px;
	padding:4px 2px;
	font-family:arial;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px;    /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px;
	}
	
	.submit{
	height:28px !important;
	margin-left:210px;
	margin-top:10px;
	color:#76a839;
	font-weight:bold;
	cursor:pointer;}
	
	.gray_text{
	margin-top:30px;
	border-top:1px dotted #e1ebd3;
	padding-top:10px;
	color:#ccc;
	font-size:10px;}
	
	.sale_box{
	background:transparent url(../images/sale_bg.gif) no-repeat scroll 0 0;
	float:left;
	font-size:14px;
	height:100px;
	margin-top:20px;
	padding:50px 20px;
	text-align:right;
	width:360px;}
	

#foot {
border-top:1px solid #EFF0EF;
height:56px;
margin-top:0px !important;
margin-bottom:100px;
margin-left:286px;
padding:5px;
width:620px;
}
	
	.foot_menu{
	float:left;
	margin-left:23px;
	margin-top:23px;
	}
	
	.foot_menu li{
	border-right:1px solid #EEEEEE;
	float:left;
	font-size:12px;
	height:14px;
	line-height:14px;
	padding:0 10px;
	text-align:center;}
	
	.foot_menu li:last-child{
	border-right:none;}
	
	.foot_menu li a{
	color:#999;
	}
	
	.foot_menu li a:hover{
	color:#76a839;
	}
	
	.foot_menu li a:active{
	color:#76a839;
	font-weight:bold;
	}
	
	.foot_logos{
	float:right;
	margin-right:20px;}
	
	.foot_logos a{
	padding: 0 5px;}