/****************************************/
/*              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;
}
/* remember to define focus styles! */
: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;
}

/****************************************/
/*             GENERAL                  */
/****************************************/
body {
  font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
  color: #707070; 
  font-size: 1em;
	background: #ffffff;
}
.cleaner {
  clear: both;
}
.novisible {
  display: none;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.aleft {
  float: left;
}
.aright {  
  float: right;
}
.imgleft {
  margin-right: 10px;
  float: left;
}
.imgright {
  margin-left: 10px;
  float: right;
}
.spacer {
  display: block;
  height: 5px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #931200;
  text-decoration: underline;
}

/****************************************/
/*             PAGE MODEL               */
/****************************************/
div#main {
	position: absolute;	
	left: 0px;
  width: 100%;
  top: 390px; 
}
div#main div#content {
	margin: 0px auto 0px auto;
	width: 874px;
	position: relative;
}
div#main div#content div#subpage {
	position: relative;
	margin: 0px auto 0px auto;
	/*min-height: 250px;*/
	width: 874px;
	font-size: 0.8em;
	text-align: center;
}

/****************************************/
/*          HEADER AND TOP              */
/****************************************/
div#top {
	position: absolute;
	top: 22px;
	left: 0px;
	width: 100%;
  height: 368px;
}
div#top div#header {
	top: 0px;
	left: 0px;
	width: 874px;
  position: relative;
  margin: 0px auto 0px auto;
  overflow: hidden;
	height: 368px;
}
div#top div#header div#home {
	display: block;
  float: left;
  height: 68px;
	width: 312px;
	background: #fff url("../images/logo.gif") top left no-repeat;
}
div#top div#header div#home a {
	display: block;
  height: 68px;
	width: 312px;
	text-decoration: none;
}
div#top div#header div#home a:hover {
	display: block;
  height: 68px;
	width: 312px;
	text-decoration: none;
}
div#top div#header div#home span {
	display: none;
}
div#top div#header div#image {
	float: left;
  height: 300px;
	width: 874px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image:url("../images/main-image.jpg");
}

div#top div#header ul#topmenu {
	float: right;
  display: block;
	list-style: none;
	color: #ffffff;
	font-size: 0.8em;
	margin: 44px 0px 0px 0px;
}
div#top div#header ul#topmenu li {
  float: left;
	line-height: 24px;
	margin: 0px;
}
div#top div#header ul#topmenu li a {
	display: block;
  float: left;
  height: 24px;
  text-decoration: none;
  background-repeat: no-repeat;
	background-position: top left;
}
div#top div#header ul#topmenu li.zlatnictvi a {
	width: 76px;
	background-image:url("../images/menu-zlatnictvi.gif");
}
div#top div#header ul#topmenu li.hodinarstvi a {
	width: 91px;
	background-image:url("../images/menu-hodinarstvi.gif");
}
div#top div#header ul#topmenu li.darky a {
	width: 135px;
	background-image:url("../images/menu-darky.gif");
}
div#top div#header ul#topmenu li.kontakty a {
	width: 71px;
	background-image:url("../images/menu-kontakty.gif");
}
div#top div#header ul#topmenu li a:hover {
  background-position: 0px -24px;
}
div#top div#header ul#topmenu li a span {
  display: none;
}


/****************************************/
/*        FOOTER AND COPYRIGHT          */
/****************************************/
div#main div#content div#footer {
	width: 874px;
  height: 130px;
  font-size: 0.7em;
  text-align: center;
	color: #8c8c8c;
  clear: both;
  margin: 0px 0px 0px 0px;
}
div#main div#content div#footer div#logos {
	float: left;
	width: 874px;
	height: 103px;
	background: #fff url("../images/footer-logos.gif") top left no-repeat;
	margin: 0px 0px 10px 0px;
}
div#main div#content div#footer div.copy {
	float: left;
	width: 874px;
}
div#main div#content div#footer div.copy a {
	color: #000000;
	text-decoration: underline;
}
div#main div#content div#footer div.copy a:hover {
	color: #931200;
	text-decoration: none;
}

/****************************************/
/*            PAGE CONTENT              */
/****************************************/
div#main div#content div#subpage div#maincontent {
  display: block;
  float: left;
  width: 766px;
  text-align: left;
  padding: 40px 10px 40px 108px;
}
div#main div#content div#subpage div#maincontent p {
  font-size: 0.95em;
  line-height: 1.5em;
  text-align: left;
  padding: 10px 10px 10px 30px;
}
div#main div#content div#subpage div#maincontent h1 {
  display: block;
  width: 450px;
  height: 25px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-repeat: no-repeat;
	background-position: top left;
}
div#main div#content div#subpage div#maincontent h1.welcome {
  background-image:url("../images/h1-vitamevas.gif");
}
div#main div#content div#subpage div#maincontent h1.zlatnictvi {
  background-image:url("../images/h1-zlatnictvi.gif");
}
div#main div#content div#subpage div#maincontent h1.hodinarstvi {
  background-image:url("../images/h1-hodinarstvi.gif");
}
div#main div#content div#subpage div#maincontent h1.darky {
  background-image:url("../images/h1-darkove-predmety.gif");
}
div#main div#content div#subpage div#maincontent h1.kontakty {
  background-image:url("../images/h1-kontakty.gif");
}
div#main div#content div#subpage div#maincontent h1 span {
  display: none;
}
div#main div#content div#subpage div#maincontent ul {
  display: block;
  float: left;
  width: 500px;
  padding: 10px 0px 20px 30px;
}
div#main div#content div#subpage div#maincontent ul li {
  display: block;
  float: left;
  padding: 5px 0px 5px 10px;
  line-height: 1.2em;
  width: 490px;
  background: #fff url("../images/bgr-li.gif") 0px 12px no-repeat;
}

div#main div#content div#subpage div#maincontent ul.fourcol {
  display: block;
  float: left;
  width: 766px;
  padding: 10px 0px 10px 30px;
  list-style: none;
}
div#main div#content div#subpage div#maincontent ul.fourcol li.long {
  display: block;
  float: left;
  width: 212px;
  background: none;
}
div#main div#content div#subpage div#maincontent ul.fourcol li.long2 {
  display: block;
  float: left;
  width: 195px;
  background: none;
}
div#main div#content div#subpage div#maincontent ul.fourcol li.short {
  display: block;
  float: left;
  width: 158px;
  background: none;
}
div#main div#content div#subpage div#maincontent ul.fourcol li p {
  padding: 10px 0px 0px 0px;
}
div#main div#content div#subpage div#maincontent ul.fourcol li span {
  display: block;
  float: left;
  width: 45px;
  font-weight: bold;
}


