/* reset */
body, div, h1, h2, h3, h4, p, ul, ol, li, di, dt, dd, img, form {
	margin: 0px; 
	padding: 0px;
	border: 0px;
}

body { 
	background:url(../images/pattern.png) #d2e4f5; 
	font: 12px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#container {
	width: 918px;
	margin: 0 auto;
}

#top {
	background: url(../images/top.jpg) top no-repeat;
	height: 174px; width: 859px;
	float: left;
}
#top-frame {
	background: url(../images/top-frame.png) top no-repeat;
	height: 22px;
}
#left-frame {
	background: url(../images/left-frame.png) top no-repeat;
	height: 174px; width: 29px;
	float: left;
}
#right-frame {
	background: url(../images/right-frame.png) top no-repeat;
	height: 174px; width: 30px;
	float: left;
}


#content {
	background: url(../images/bg-content-slice.png) repeat-y;
	min-height: 400px;
}

#side {
	float: left;
	padding-left: 19px;
	width: 204px;
}

#side h3 {
	font: 16px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold; text-transform: uppercase; text-align: center;
	color: #669999;
}

#menu {
	background: url(../images/bg-menu-slice.png) repeat-y;
	min-height: 200px;
	width: 204px;
}

#menu-top {
	background: url(../images/menu-top.png) top no-repeat;
	height: 7px;
}

#menu-bottom {
	background: url(../images/menu-bottom.png) top no-repeat;
	height: 7px;
}

/* menu list */

#menu ul {
	list-style-type: none;
	padding: 20px 0px 20px 50px;
}
#menu ul li {
	background: url(../images/kropla.png) no-repeat;
	height: 30px;
}
#menu ul li a {
	font: 16px Tahoma, Arial, Helvetica, Sans-serif;
	line-height: 34px;
	padding-left: 30px;
	color: #5a5a5a;
}
#menu ul li a:visited {
	color: #5a5a5a;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#menu ul li a:hover:visited {
	text-decoration: underline;
}

#wrench {
	background: url(../images/wrench.jpg) 1px 20px no-repeat;
	height: 163px;
	width: 203px;
}

#main-content {
	float:left;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	width: 638px;	
}

#title {
  background: url(../images/kreska.png) bottom left no-repeat;
	font: 18px "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	line-height: 34px;
	padding-left: 15px;
	margin-bottom: 10px;
	color: #5a5a5a;
}

.image {
	float: right;
	margin-left: 10px;
	border: 2px solid #5a5a5a;
}

#footer {
	background: url(../images/bottom.png) top no-repeat;
	height: 100px;
}

#footer-content {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 58px 0px 20px 30px;
}

#design a  { background: url(../images/design.png) no-repeat; float:right; height: 21px; width: 165px; }

h1 a {
	background: url(../images/logo.png) bottom right no-repeat;
	display: block; width: 385px; height: 57px;
	margin: 24px 0px 0px 20px;
	text-indent: -9999px;
}

p { 
	color: #3d3d3d; 
	line-height: 18px;
	padding-bottom: 10px;
}
a { text-decoration: none; color: #007de2; }
a:hover { text-decoration: underline; }

.clear { clear: both; }

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/popbox/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/popbox/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/popbox/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

