body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	margin: 10px;
}

h1 {
	font-size: 24px;
	color: #f44903;
}

h2 {
	font-size: 20px;
	color: #be3902;
}

h3 {
	font-size: 16px;
	color: #9a2e02;
}

p{
	font-size: 12px;
	text-align: justify;
	text-indent: 25px;
	word-spacing: 3px;
	line-height: 12pt;
}

ul, ol {
	margin-top: 0;
	line-height: 180%;
}

a:link{
	text-decoration: none;
	color: #00ace6;
}
a:visited,  a:active {
	text-decoration: none;
	color: #0086b3;
}

a:hover{
text-decoration: underline;
	color: #005f80;
}

a img{
border-style: none;
}


/*---CAŁOŚĆ---*/

#calosc {
	width: 1024px;
	margin:0 auto;
}

/*---NAGŁÓWEK---*/

#naglowek {
	width: 1024px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #EEEEEE;
	border-bottom: 2px solid #DEDEDE;
	}
	
#menu {
	width: 1024px;
	height: 55px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 38px;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 10px 11px 10px 11px;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	color: #f44903;
	border: none;
}

#menu a:hover {
	text-decoration: underline;
	color: #663300;
}	

/*---MENU LEWE---*/
	
#menu_lewe {
	width: 138px;
	float: left;
	text-align: justify;
	overflow: hidden;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #EEEEEE;
	border-right: 2px solid #DEDEDE;
}

#menu_leweP {
	width: 158px;
	float: left;
	text-align: justify;
	overflow: hidden;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #EEEEEE;
	border-right: 2px solid #DEDEDE;
}

#menu_lewe ul{
	list-style: none;
	line-height: 25px;
	padding-left:10px;
	font-size: 18px;
	font-weight: normal;
}

#menu_leweP ul{
	list-style: none;
	line-height: 25px;
	padding-left:10px;
	font-size: 18px;
	font-weight: normal;
}


#menu_lewe a{
	color: #f44903;
}

#menu_leweP a{
	color: #f44903;
}

#menu_lewe a:hover {
	text-decoration: underline;
	color: #663300;
}	

#menu_leweP a:hover {
	text-decoration: underline;
	color: #663300;
}
/*---TRESC---*/

#tresc{
	width: 1004px;
	text-align: justify;
	overflow: hidden;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

/*---KOLUMNA 1 (z menu bez nowości)---*/

#kolumna1{
	width: 823px;
	text-align: justify;
	overflow: hidden;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#kolumna1P{
	width: 844px;
	text-align: justify;
	overflow: hidden;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}


/*---KOLUMNA 2 (z menu i nowościami)---*/
	
#kolumna2 {
	width: 642px;
	text-align: justify;
	overflow: hidden;
	float: left;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}	
	
#kolumna2P {
	width: 642px;
	text-align: justify;
	overflow: hidden;
	float: left;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}	

/*---NOWOŚCI---*/
#nowosci{
	width: 200px;
	text-align: justify;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #EEEEEE;
	border-left: 2px solid #DEDEDE;
}
	
#nowosciP{
	width: 180px;
	text-align: justify;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #EEEEEE;
	border-left: 2px solid #DEDEDE;
}

/*---KOLUMNA 3 (bez menu z nowościami)---*/
	
#kolumna3 {
	width: 782px;
	text-align: justify;
	overflow: hidden;
	float: left;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}		
	
/*---STOPKA---*/

#stopka {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #EEEEEE;	
	clear:left;
	width: 1024px;
	padding: 10px 0 10px 0;
	border-top: 2px solid #DEDEDE;
}

#stopka table {
	table-layout: fixed;
	width: 70%;
	margin: 0 auto;
}

#stopka tr{
	height: 29px;
}

#stopka td{
	vertical-align: top;
}

#stopka img{
	
}

/*---REKLAMA---*/

.info{
	background-color: #dfdfdf;
	padding: 10px;
	border-radius: 20px;
	border-right: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
}

.info .ramka{
	background-color: #FFFFFF;
	padding: 10px;
	border-radius: 10px;
}

#formularz td.prawo{
font-weight: bold;
text-align: right;
}

img.prawo{
	padding: 10px;
	float: right;
}

img.lewo{
	padding: 10px;
	float: left;
}


.cennik_optima{
	width: 100%;
	table-layout: auto;
	border-style: solid;
	border-width: 1px;
}

.cennik_optima td{
	padding: 3px;
	text-align: center;
}

.przypis{
	text-indent: -15px;
	margin: 0px;
}

.form_koszyk{
	display:inline;
}
/*---Brand-Rex TYPY---*/

#typy{
	font-weight: bold;
	text-align: center;
}

.typy_srodek  img{
	width: 200px;
	height: 154px;
	text-decoration: none;
}

.typy_srodek{
	padding-top: 2px;
	padding-bottom: 15px;
}

.lista_brandrex td{
	vertical-align: middle;
	/* border-style: solid;
	border-width: 1px; */
}

td.gradient{
	background: transparent url('images/brand-rex/gradient.jpg') repeat-x;
}
td.kat{
	height: 25px;
	color: #005bab;
	font-weight: bold;
}

/*--------------KONIEC------------

#logo {
	float: left;
	height: 65px;
	margin: 0;
	padding-top: 20px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding-left: 25px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}






#top {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04.jpg) repeat-y left top;
}

#top-bgtop {
	background: url(images/img03.jpg) no-repeat left top;
}

#top-bgbtm {
	padding: 30px 10px 0px 20px;
	background: url(images/img05.jpg) no-repeat left bottom;
}




.post {
}

.post .title {
	height: 38px;
	padding: 12px 0 0 20px;
	letter-spacing: -.5px;
	color: #181818;
}

.post .title a {
	color: #181818;
	border: none;
}

.post .meta {
	margin-top: -10px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	background: url(images/img10.jpg) repeat-y left top;
	text-align: justify;
}

.post .entry-bgtop {
	background: url(images/img08.jpg) no-repeat left top;
}

.post .entry-bgbtm {
	margin-bottom: 25px;
	padding: 30px 20px 10px 20px;
	background: url(images/img09.jpg) no-repeat left bottom;
}


.links {
	display: block;
	width: 130px;
	height: 33px;
	margin-top: 20px;
	padding-top: 7px;
	background: url(images/img07.jpg) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}



#sidebar {
	float: right;
	width: 230px;
	padding: 10px 0px 0px 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	padding-left: 15px;
	background: url(images/img06.jpg) no-repeat left 15px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding: 12px 0 0 15px;
	letter-spacing: -.5px;
	color: #181818;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}



#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

*/



