@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #871f11;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.kuzman #container { 
	width: 780px;
	background: #FFFFFF;
	background-image: url(images/bckgrnd.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.kuzman #header {
	width: 780px;
	height: 136px;
	background-image: url(images/kuz_header.png);
}

.kuzman #sidebar1 {
	float: left;
	width: 180px;
	padding: 60px 10px 0 10px;
	background-image:url(images/cedar_sil.png);
	background-repeat:no-repeat;
}

#magnify {
	position:absolute;
	width:340px;
	background-color:#fff;
	z-index:100;
}
#magnify a.p1, #magnify a.p1:visited {
	display:block;
	width:340px;
	height:280px;
	text-decoration:none;
	background:#fff; border:0;
}
#magnify a img {
	border:0;
}
#magnify a.p1:hover {
	text-decoration:none;
	background-color:#8c97a3;
	color:#000;
}
#magnify a .large {
	display:block;
	position: absolute;
	width:1px;
	height:1px;
	border:0px;
	top:-1px;
	left:-1px;
}
#magnify a.p1:hover .large {
	display:block;
	position: absolute;
	top:-250px;
	left:-25px;
	width:631px;
	height:500px;
	border:7px solid #000;
}
#info {
	z-index:100; height:22em;
}

.kuzman #mainContent {
	background: #FFFFFF;
	margin: 0 0 0 200px;
	padding: 15px 15px 10px 15px;
}

.kuzman #mainContent h3 {
	font-style: italic;
	color: #871f11;
}

.kuzman #mainContent #contact {
	font-size: 11px;
}

.kuzman #mainContent #contact td {
	vertical-align: top;
}

.kuzman #container #mainContent #details {
	font-size: smaller;
	text-align: center;
}

.kuzman #mainContent caption {
	font-weight: bold;
	font-size: 24px;
	color: #871f11;
}

.kuzman #mainContent #products td {
	font-size: 12px;
}

.kuzman #mainContent #products #details {
	font-size: 9px;
	text-align:left;
}

.kuzman #links a {
	color: #fff;
}

.kuzman #links a:hover {
	color: #49572a;
}

.kuzman #gallery {
	text-align: center;
	font-size: x-small;
}

.kuzman #gallery a {
	text-align: center;
	font-size: x-small;
	color: #49572a;
	text-decoration: none;
}

.kuzman #gallery a:hover {
	color: #871f11;
	text-decoration:underline;
}

.kuzman #footer {
	clear:both;
	padding: 5px 5px 5px 5px;
	background:#49572a; 
}

.kuzman #footer ul {
	text-align: center;
}

.kuzman #footer li { 
	display:inline;
	text-align:center;
	height: 5px;
	margin:0;
	padding:0 0.6363em;
	border-right:1px solid #86a31d;
	border-left:1px solid #86a31d;
}

.kuzman #container #footer a {
	font-size: 10px;
	color: #86a31d;
	text-decoration: none;
}

.kuzman #container #footer a:hover {
	color: #fff;
	text-decoration: none;
}

.kuzman #footer p {
	margin: 0 0 0 10px;
	padding: 10px 0;
	font-size: 9px;
	color: #86a31d;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

hr {
	color: #49572a;
}

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0 0 0 70px;
	padding: 0;
	list-style-type: none;
	font-size: 110%;
	cursor: default;
	width: 6.9em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 95%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 6.9em;
	background:none;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 95%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 11.5em;
	left: -1000em;
	top: 0;
	border: 2px solid #526312;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
	background-color:#86a31d;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 11.8em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0.5em .75em;
	color: #000;
	text-decoration: none;
}

ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #49572a;
	color: #FFF;
}

ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #49572a;
	color: #FFF;
}


/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(images/MenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(images/MenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		
	}
}
