/* Start of CMSMS style sheet 'Demczuk' */
/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS wlasciwy */

body
{
	background: url(images/body_bg.jpg) #fff repeat-x top left;
	font: 0.90em/1.5 "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: white;
        min-width:980px;
}

div#header
{
	height: 428px;
	background: url(images/header.jpg) no-repeat top left;
}

div#header ul
{
	width: 200px;
	position: absolute;
	top: 120px;
	left: 40px;
}

div#header ul li
{
	background: url(images/list_bullet.jpg) no-repeat center left;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 20px;
}

div#header ul li
{
	color: #f8c300;
	font-weight: bold;
}

div#header ul li a
{
	color: white;
	font-weight: normal;
	text-decoration: none;
}

div#header ul li a:hover
{
	color: #f8c300;
	text-decoration: none;
}

div#content
{
	background: url(images/content_bg.jpg) #fff repeat-x top left;
	color: black;
	padding: 0 30px 30px 40px;
	min-height: 200px;
        position: relative;
}

div#content p
{
	padding: 0 0 20px 0;
font-family: Verdana;
font-size: 0.8em;
}

div#content a
{
color: blue;
text-decoration: underline;
}

div#content a:hover, div#content a:focus
{
color: #ffc000;
}

div#body
{
	width: 580px;
        padding-right: 30px;
	border-right: solid 1px #aeaeae;
}

div.body_normal
{
        min-height: 300px;
}

div.body_min
{
        min-height: 650px;
}

div#body h2
{
	font-size: 1.4em;
	margin-bottom: 10px;
	color: #989898;
}
div#body h3
{
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #000064;
}
div#body h4
{
	font-size: 1.1em;
	margin-bottom: 10px;
	color: #000;
}

div#body ul
{
        list-style: circle inside;
	padding: 0 0 20px 0;
font-family: Verdana;
font-size: 0.8em;
}

div#body ol
{
        list-style: none;
	padding: 0 0 20px 0;
        font-weight: bold;
        font-family: Verdana;
        font-size: 0.8em;
}

div#body ol li
{
        background: url(images/gear.gif) no-repeat;
        padding: 0 0 0 35px;
}

div#body ol li ol
{
        list-style: decimal outside;
	padding: 0 0 20px 50px;
        font-weight: normal;
        font-size: 1.1em;
}

div#body ol li ol li
{
        background: none;
        padding: 0;
}

div#body .cms-guestbook-entry h4
{
 font-size: 1em;
 margin: 0;
}

label
{
  display: block;
}

div#sidebar
{
	margin-left: 650px;
 position: absolute;
top: 0px; 
}

div#sidebar img
{
	display: block;
	margin-bottom: 20px;
}

div#sidebar div.box-sklep
{
        height: 650px;
	width: 250px;
}

div#sidebar div.box-glowna
{
	background: url(images/sidebar/boxbg.jpg) #fff repeat-x;
        padding: 20px;
	width: 186px;
}


div#footer
{
	background: url(images/footer_bg.jpg) repeat-x top left;
	min-height: 200px;
        clear: both;
}

div#footer
{
	background: url(images/footer_bg.jpg) #000064 repeat-x top left;
	min-height: 200px;
	padding: 30px 0 0 40px;
}

div#footer p
{
    margin: 10px 0 0 0;
}

div#footer strong
{
	color: #f8c300;
}

/* End of 'Demczuk' */

