/*
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:#aeb2ba;
/*	text-align:center; */
	color:#484848;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size:14px;
	line-height:25px;
}

#wrapper {
/*	height:400px; /* TO DELETE */
	margin:0 auto;
	width:950px;
}
#beforeHeader {
    background:url(img/up_light.jpg) no-repeat;
    height:19px;
    width:914px;
}
#sec {
	margin:0 auto;
	width:911px;
}
#inner{
	border-bottom-width: 20px;
	border:1px #828792 solid;
	float:left;
        margin: 0px 0px 20px 20px;
	overflow:hidden;
}
#content, #nav {
	margin-bottom:-10000px;
	padding-bottom:10000px;
}

#footer a {
 color: #787878;
}

/*********************************************
		SPECJALNE KLASY
**********************************************/

.clear {
	clear: both;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.png{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
		this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}
.imglewa {
    float:left;
}

/*********************************************
					NAGŁÓWEK
**********************************************/
#header {
	background:#838893;
	height:284px;
	margin:0 auto;
	width:911px;
}
#logo {
	background: url(img/logo.jpg) no-repeat;
	display:block;
	float:left;
	height:113px;
	width:115px;

}
h1 {
    color:white;
    font-family:"Century Gothic", sans-serif;
    font-size:17px;
    font-weight: normal;
    text-align: center;
    padding-top:160px;
    padding-left:5px;
    padding-right:10px;
}
#top {
	background: url(img/chemia.jpg) no-repeat;
	display:block;
	float:left;
	height:284px;
	width:796px;
}

.page-id-13 #top {
    background: url(img/top.jpg) no-repeat;
}

/*********************************************
					CONTENT
**********************************************/
#content {
	background:white;
	float:left;
	width:616px;
}
#article {
	padding:32px;
}
#article ol {
    list-style:decimal;
}
h2,h3,h4 {
	font-weight:normal;
	margin-bottom:12px;
}
h2 {
	font-size:18px;
	margin-bottom:26px;
}
h3 {
	text-decoration:underline;
}
h4 {
	font-weight:bold;
}
p {
	margin-bottom:12px;
}
ul {
	margin-left:17px;
	list-style:disc;
}
a {
    color:#484848;
}
a:hover {
    color:#484848;
    text-decoration: none;
}
li {
	margin-bottom:11px;
}
/*********************************************
					NAWIGACJA
**********************************************/
#nav {
	background: #ededed url(img/menu.jpg) no-repeat;
	border-left: 1px #c2c4ca solid;
	float:left;
	width:292px;
}

#cert {
        background: url(img/cert.png) no-repeat;
        height:213px;
        margin-top:140px;
        width:268px;
        
}
.widget_pages {
	background: url(img/nav_h2.jpg) no-repeat;
	display:block;
        font-size: 18px;
	margin:10px 0 0 10px;
	padding:15px 0 0 70px;
	width:210px;
	overflow: hidden;
}
.widget_pages_back {
	display:block;
        font-size: 18px;
	margin:0px 0 0 10px;
	padding:0px 0 0 70px;
	width:210px;
	overflow: hidden;
}
.widget_pages ul {
	margin:35px 0 0 -32px;
}
.widget_pages_back ul {
	margin:0 0 0 -32px;
}

li.widget {
	list-style:none;
}

.page_item {
	font-size: 16px;
	margin-bottom:5px;
}

.page_item ul {
	display: none;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 10px;
        margin-bottom:5px;
	width:185px;
}

.page_item ul li {
	margin-left: 15px;
}

.page_item ul li a {
	background: none;
	font-size:14px;
}

.page-item-arrow {
	background: url(img/arrow.png) no-repeat right;
	padding-right: 20px;
}

li a {
    list-style:none;
    color:#787878;
    text-decoration:none;
}
li a:hover {
    color:#8b8b8b;
    text-decoration: underline;
}
/*********************************************
					FOOTER
**********************************************/
#footer {
	background:white;
	border: #838792 solid 1px;
	height:49px;
	margin: 0px auto 44px;
        text-align: center;
        padding-top:18px;
	width:909px;
}















