/*
Theme Name: Cagro
Theme URI: http://www.icomet.pl/
Description: Szablon graficzny na potrzebny strony firmy Cagro.
Version: 1.0
Author: Icomet
*/
/*********************************************
		IMPORT
**********************************************/
@import 'reset.css';
/*********************************************
		GÅ?Ã“WNY LAYOUT
**********************************************/
body {
    background:url(img/bg.jpg) repeat-x;
}
#wrapper {
    height:600px;
    margin:0 auto;
    width:855px;
}
#header {
    background:url(img/header.jpg) no-repeat;
    height:245px;
    text-indent: -1000px;
    width:880px;
}
#nav {
    background:url(img/bg_menu.jpg) repeat-x;
    float:left;
    height:47px;
    width:880px;
}
#nav li {
    list-style: none;
}
.widget_pages {
    float:left;


}
.widget_pages ul {
    padding-left:20px;
}

.page_item {
    float:left;
    padding:15px 10px 5px 5px;
}
li a {
    color:white;
    font-family: "Georgia", serif;
    font-size:14px;
    font-weight: normal;
    text-decoration: none;
}
li a:hover {
    color:white;
    text-decoration: underline;
}
#content {
    background-color:white;
    width:880px;
}
#tresc {
    float:left;
    background-color:white;
    min-height: 210px;
    padding:20px;
    width:562px;
}
#tresc img {
	background:url(img/baner.jpg) no-repeat;
	display:block;
	height:72px;
	width:200px;
	margin:0 auto;
	margin-top:8px;
}
#aktualnosci {
	background:url(img/aktualnosci.jpg) no-repeat;
	height:47px;
	display:block;
	list-style:none;
	margin:0 auto;
	margin-bottom:10px;
	width:202px;
}
#tresc textarea {
	margin-top:0px;
}
h1,h2,h3,p {
    font-family:"Helvetica",serif;
    font-weight: normal;
}
h1 {
    font-size:17px;
    text-align: center;
    line-height: 24px;
    margin-bottom:10px;
}
h2 {
    font-size:15px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 8px;
}
h3 {
    font-size:13px;
    text-align: center;
    line-height:20px;
    margin-bottom:6px;
}
p {
    font-size:13px;
    text-align: center;
    line-height:20px;
    margin-bottom:6px;
}
#box {
    background:url(img/box_right.jpg) no-repeat;
    background-color:#00a8ff;
    float:right;
    height:250px;
    width:278px;
}
#box p {
    color:white;
    font-family:"Georgia", serif;
    font-size:15px;
    line-height:22px;
    padding:70px 20px 10px 30px;
}
#mapa {
    background:url(img/mapa_enter.jpg) no-repeat;
    margin-left:35px;
    list-style: none;
}
#mapa a {
    display:block;
    height:45px;
    width:205px;
}
#under_content {
    background:url(img/down_content.jpg) no-repeat;
    height:30px;
    width:880px;
}
#under_content p {
	color:#a0a0a0;
	font-family:"Verdana", serif;
	font-size:10px;
	font-weight:normal;
	padding-top:10px;
}
#under_content a {
	color:#a0a0a0;
	font-family:"Verdana", serif;
	font-size:10px;
	font-weight:normal;
	padding-top:10px;
}
/*******************************************
CLASS
********************************************/
.clear {
    clear:both;
}

