@import "reset.css";

body {
  color: #666465;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

form { margin: 10px; }
input, select { padding: 0px; margin: 5px; width: 200px; }
textarea { margin: 5px; }

fieldset { font-weight: bold; margin-top: 10px; }
th { text-align: left; font-weight: normal; width: 150px; }

ul { list-style: square; padding-left: 20px; }
p, ul { margin: 5px 0px; }
b, strong { color: #333; }

#background {
  background: #B3907A;
  width: 100%;
  height: 280px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
}
#backgroundLeft, #backgroundRight {
  margin: 0px auto;
  width: 1044px;
  height: 280px;
  position: relative;
}
#backgroundLeft { background: url(../images/backgroundLeft.png) no-repeat left; }
#backgroundRight { background: url(../images/backgroundRight.png) no-repeat right; top: -280px; }


#wrapper {
  margin: 0px auto;
  width: 1000px;
  position: relative;
  z-index: 10;
}


#header {
  background: url(../images/header.png) repeat-x left 187px;
  height: 219px;
  margin-bottom: 34px;
}
#headerLogo {
  background: url(../images/headerLogo.png) no-repeat;
  width: 507px;
  height: 209px;
}
#headerLogo span {
  color: #FFF;
  font-size: 0.8em;
  position: absolute;
  right: 20px;
  top: 5px;
}
.pageSubtitle
{
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 11px;
  color: #fff;
}

#headerTitle {
  color: #8b0203;
  position: absolute;
  left: 520px;
  top: 35px;
}
#headerText {
  color: #fff;
  font-size: 0.9em;
  padding-right: 10px;
  position: absolute;
  left: 520px;
  top: 55px;
}
#headerInfo {
  color: #fff;
  background: #850203 url(../images/headerInfo.png);
  font-size: 0.8em;
  padding-left: 15px;
  line-height: 30px;
  position: relative;
  top: 10px;
}
#headerLinks {
  background: #6F0505 url(../images/linsCrossing.png) no-repeat center left;
  height: 30px;
  padding: 0px 10px 0px 40px;
  float: right;
}
#headerLinks .home,
#headerLinks .mail,
#headerLinks .contacts {
  border-right: 1px solid #892122;
  padding: 0px 7px;
  margin: 8px 0px;
  display: block;
  width: 16px;
  height: 16px;
  float: left;
}
#headerLinks .home { background: #6F0505 url(../images/linksHome.png) no-repeat center; }
#headerLinks .mail { background: #6F0505 url(../images/linksMail.png) no-repeat center; }
#headerLinks .contacts { background: #6F0505 url(../images/linksContacts.png) no-repeat center; border: 0px; }


#menu {
  font-weight: bold;
  line-height: 56px;
  list-style: none;
  padding-left: 20px;
  margin: -5px 0px 0px 0px;
  background: #5E5F4F url(../images/menuBackground.png) no-repeat;
  width: 980px;
  float: left;
  clear: both;
}
#menu li {
  background: url(../images/menuSeparator.png) no-repeat right 2px;
  padding-right: 1px;
  float: left;
  position: relative;
}
#menu a {
  color: #FFF;
  font-size: 0.8em;
  text-decoration: none;
  display: block;
  padding: 0px 10px;
}
#menu a:hover,
#menu .this,
#menu li:hover > #menu a,
#menu :hover > a
{ background: #B00000 url(../images/menuHover.png) no-repeat center; }
#menu li:hover ul li,
#menu .end { background: none; }

#menu li:hover ul li a:hover { background: #E2E2E2; }
#menu li:hover ul li a.multi:hover { background: #E2E2E2 url(../images/raquo.jpg) no-repeat 125px center; }
#menu a.multi { background: url(../images/raquow.jpg) no-repeat 125px center; }
#menu :hover ul :hover > a { background: #E2E2E2 url(../images/raquo.jpg) no-repeat 125px center; }

#menu li ul,
#menu li:hover ul li ul,
#menu li:hover ul li:hover ul li ul {
  display: none;
  background: #FFF;
  border: 1px solid #555646;
  list-style: none;
  padding: 5px;
  margin: 0px;
  width: 140px;
  position: absolute;
}
#menu li:hover ul {
  display: block;
  border-top: 0px;
  top: 56px;
  left: 0;
  z-index: 100;
}
#menu li:hover ul li { float: none; }
#menu li:hover ul li a {
  color: #830304;
  font-weight: bold;
  line-height: 1.3em;
  display: block;
  padding: 5px 10px;
  width: 120px;
}
#menu li:hover ul li ul,
#menu li:hover ul li:hover ul li ul {
  display: none;
}
#menu li:hover ul li:hover ul,
#menu li:hover ul li:hover ul li:hover ul {
  display: block;
  top: 0px;
  left: 140px;
}


#sidebar {
  width: 300px;
  float: right;
  padding-top: 10px;
}

#call {
  color: #FFF;
  background: url(../images/callBackground.png) repeat-x;
  text-align: right;
  width: 230px;
  height: 95px;
  padding-right: 20px;
  margin: 5px 0px;
  position: relative;
  z-index: 10;
  padding-left: 50px;
}
#call img { position: absolute; left: 0px; z-index: -10; }
#call .t1 { font-size: 1.3em; padding-top: 16px; }
#call .t2 { font-size: 1em; }
#call .phone {
  font-size: 1.4em;
  font-weight: bold;
  padding-top: 10px;
}

#video {
  margin: 5px 0px;
}

#foto img, #foto2 img {
  max-width: 300px;
}

#news {
  padding: 10px;
  margin: 10px 0px;
  position: relative;
}
#news h2 span { color: #666; font-size: 0.5em; }
#news h2 a { color: #666; }
#news h3 { padding: 2px 0px; }
#news p {
  border-bottom: 1px solid #820D15;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
#news a.more {
  background: #FFF;
  font-size: 0.9em;
  text-align: center;
  width: 80px;
  display: block;
  position: relative;
  top: -20px;
  left: 200px;
}

#ad {
  color: #000;
  background: #888;
  width: 300px;
  height: 275px;
  padding: 10px;
}


#content { width: 680px; float: left; }

#content div.text { background: #FFF0E9; padding: 10px; }
#content p { padding: 5px 0px; }
#content h2,
#content h3,
#content h4,
#content h5,
#sidebar h2 {
  color: #820D15;
  font-size: 1.2em;
  padding: 15px 0px 6px 0px;
}
#content h3 { font-size: 1em; }
#content h4 { font-size: 1em; padding: 10px 0px 4px 2px; }
#content h5 { font-size: 1em; padding: 10px 0px 2px 5px; }
#content .newsTitle { margin: 10px 0px -10px 0px; }
#content .newsAdded { font-size: 0.8em; margin-bottom: 5px; }
#content p.formSend {
  color: #000;
  background: #FDFFBC;
  border: 1px solid #FBFF60;
  padding: 10px;
  margin: 10px;
}
#content p.formError {
  color: #000;
  background: #FFDDDD;
  border: 1px solid #FF1300;
  padding: 10px;
  margin: 10px;
}
#content iframe { float: right; margin: 5px; }
#content ul { list-style: url(../images/li.png); margin-left: 15px; }
#content ul li { padding: 3px; }

#content .figure {
  text-align: center;
  text-decoration: none;
  width: 110px;
  height: 110px;
  padding: 3px 0px;
  margin: 5px;
  float: left;
  position: relative;
}
#content .figure:hover { background: #FFE8DE; }
#content .figure a { display: block; line-height: 85px; text-decoration: none; }
#content .figure img {
  width: 100px;
  max-height: 80px;
  border: 0px;
  vertical-align: middle;
}
#content .figure p {
  text-align: center;
  font-size: 0.9em;
  margin: 0px;
  padding: 0px 5px;
  position: absolute;
  bottom: 5px;
  width: 100px;
}

#contentPosition {
  background: #FFF0E9;
  text-align: right;
  padding: 10px;
}

#contentReference {
  padding: 17px;
  margin: 15px 0px;
  position: relative;
}
#contentReference a { text-decoration: none; }
#contentReference #referenceZoom {
  background: url(../images/lupa.png) no-repeat left center;
  padding-left: 25px;
}


#menu2 { margin: 15px 0px; height: 220px; }
#menu2 div {
  float: left;
  width: 224px;
  padding: 3px 0px;
  height: 215px;
  margin: 1px;
}
#menu2 p { color: #FFF; padding: 10px; }
#menu2 .vestaveneSkrine { background: #860E0F; }
#menu2 .nabytekNaMiru { background: #B00707; }
#menu2 .kuchyne { background: #660708; }

#menu2 .vestaveneSkrine a,
#menu2 .nabytekNaMiru a,
#menu2 .kuchyne a {
  display: block;
  width: 224px;
  height: 135px;
}
#menu2 .vestaveneSkrine a { background: url(../images/vestaveneSkrine.png); }
#menu2 .nabytekNaMiru a { background: url(../images/nabytekNaMiru.png); }
#menu2 .kuchyne a { background: url(../images/kuchyne.png); }


#footer {
  color: #FFF;
  background: #860E0F;
  font-size: 0.8em;
  clear: both;
  margin: 30px 0px 0px 0px;
  padding: 10px;
}
#footer p { width: 1000px; margin: 0px auto; }
#footer a { color: #FFF; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#wdbox {width: 1000px; margin: 10px auto;}
#wdbox p, #wdbox p a {text-align: center; color: grey; text-decoration: none; font-size: 10px;}

.cornerTL,
.cornerTR,
.cornerBL,
.cornerBR {
  width: 17px;
  height: 17px;
  position: absolute;
}
.cornerTL { background: url(../images/cornerTL.png) no-repeat; top: 0px; left: 0px; }
.cornerTR { background: url(../images/cornerTR.png) no-repeat; top: 0px; right: 0px; }
.cornerBL { background: url(../images/cornerBL.png) no-repeat; bottom: 0px; left: 0px; }
.cornerBR { background: url(../images/cornerBR.png) no-repeat; bottom: 0px; right: 0px; }

.clear { clear: both; }

a { color: #820D15; text-decoration: underline; }
a:hover { text-decoration: none; }

.imgGallery { max-height: 120px; }
.imgReference { max-height: 120px; }
#sidebar div {text-align: center;}
#sidebar div a img {width: 150px;}

#gallery_groups img{
	margin-left: 5px;
	margin-top: 5px;
}
