html {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    font-family:  'Tahoma', 'Verdana', 'Helvetica', 'Arial', sans-serif;
    font-size: 11px;
    color: #ffffff;
    background: #c51515 url('../images/robocza.jpg') top no-repeat;
}

ul, li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-decoration: none;
    color: #ffffff;
}

p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #ffffff;
}

h1, h2, h3, h4 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #ffffff;
}

img {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: none;
}

fieldset {
    border: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

/* -------------------------------------------------------------- */
/* -------------------- End Global style ------------------------ */
/* -------------------------------------------------------------- */

#wrap {
    width: 1000px;
    margin: 0 auto;
}

/* -------------------------------------------------------------- */
/* --------------------------- Header --------------------------- */
/* -------------------------------------------------------------- */

#printheader {
    display: none;
}
#top {
    width: 1000px;
    height: 305px;
	margin-bottom: 14px;
}

#logo {
    display: block;
    float: left;
    width: 116px;
    height: 90px;
    margin-left: 20px;
}

#slogan {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

#menu {
    float: right;
	padding-right: 40px;
    margin-top: 75px;
}

#menu ul {
    list-style-type:  none;
}

#menu ul li {
    float: left;
}

#menu ul li a {
    display: block;
    margin-left: 22px;
    font-size: 14px;
}

#menu ul li a:hover {
    color: #ffcc00;
}

#slider-bg {
  position: absolute;
  width: 1000px;
  height: 200px;
  padding-top: 7px;
  background: url('../images/robocza_13.png') bottom no-repeat;
}

#products {
  float: left;
  width: 350px;
  height: 200px;
}

#products div, #products p, #products span, #products a {
  color: #000;
}

#products div {
  padding-top: 30px;
  padding-left: 20px;
}

#products div a {
  display: block;
  width: 104px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  color: #fff;
  background: url('../images/robocza_14.png') top no-repeat;
}

#pics {
  position: absolute;
  right: 0;
  z-index: -1000;
}

/* -------------------------------------------------------------- */
/* ------------------------ End Header -------------------------- */
/* -------------------------------------------------------------- */

/* -------------------------------------------------------------- */
/* ------------------------- Content ---------------------------- */
/* -------------------------------------------------------------- */

#center {
    width: 960px;
    padding-top: 20px;
	margin-left: 20px;
}

#center ul {
  margin-left: 20px;
}

#content {
    float: left;
    width: 467px;
	padding-right: 10px;
	text-align: justify;
	border-right: #ffffff dotted 1px;
}

#content2 {
  float: right;
  width: 735px;
  padding-left: 20px;
}

#banners {
	float: left;
	width: 188px;
	height: 242px;
	padding-right: 10px;
	padding-left: 60px;
	padding-top: 20px;
	border-right: #ffffff dotted 1px;
}

#banners div {
	margin-bottom: 11px;
}

#contact {
	float: right;
	width: 201px;
	height: 460px;
	
}

#contact p strong {
	font-size: 13px;
	color: #ffc300;
}

#contact p a {
	text-decoration: underline;
}

#submenu {
	float: left;
	width: 184px;
}

ul.sidebar-menu li {
	list-style-type: none;
}

ul.sidebar-menu li a {
	display: block;
	width: 184px;
	/*min-height: 35px;*/
	margin-bottom: 11px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	clear: both;
	/*background: url('../images/robocza_07.png') top no-repeat;*/
	border-radius: 10px;
	background-image: linear-gradient(#0f56a2, #01104a);
	padding:10px 0px;

}
ul.sidebar-menu ul {
	display: none;	
}

ul.sidebar-menu ul li {
	clear: both;	
}

ul.sidebar-menu ul li  a {
	display: block;
	width: 161px;
	height: 15px;
	padding: 0px;
	padding-bottom: 6px;
	padding-left: 30px;
	margin: 0;
	text-align: left;
	line-height: 8px;
	font-weight: normal;
	font-size: 11px;
	background: url('../images/robocza_10.png') top no-repeat;
}

ul.sidebar-menu ul li  a:hover {
	color: #ffd400;
	font-weight: bold;
}

ul.sidebar-menu ul ul li a {
	display: block;
	width: 130px;
	padding: 2px;
	padding-left: 10px;
	margin-left: 15px;
}

/* -------------------------------------------------------------- */
/* ----------------------- End Content -------------------------- */
/* -------------------------------------------------------------- */

/* -------------------------------------------------------------- */
/* --------------------------- Footer --------------------------- */
/* -------------------------------------------------------------- */

#bottom {
	width: 960px;
	height: 39px;
	margin: 0 auto;
	background: url('../images/robocza_02.png') bottom no-repeat;
}

#bottom p {
	line-height: 35px;
	padding: 0 20px;
}

.gallery {
	margin: 5px 5px 5px 5px;
	
}

/* -------------------------------------------------------------- */
/* ----------------------- End Footer --------------------------- */
/* -------------------------------------------------------------- */
