body {
	background: url(images/sitebg.jpg) fixed bottom left no-repeat #fff;
	margin: 0px;
	color: #fff;
	height: 100%;
	}

a:link, a:visited { 
	color: #444; 
	text-decoration: none; 
	}
	
a:hover {
	color: #111;
}

#background_img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 800px;
	height: 500px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sitebg.png', sizingMethod='scale');
}
	
#outer {
	width: 728px;
	position: absolute;
	left: -370px;
	margin-left: 50%;
	margin-top: 4%;
	z-index: 1;
	background: url(images/header_bg.jpg) top left no-repeat;
}

#logo {
	width: 169px;
	float: left;
	height: 50px;
	background: url(images/logo.jpg);
	background-repeat: no-repeat;
}

.menu_item {
	width: 110px;
	min-height: 50px;
	float: left;
}

.menu_item a, .menu_item a:link, .menu_item a:active {
	font-family: trebuchet ms, tahoma, arial;
	font-size: 16px;
	font-style: oblique;
	line-height: 50px;
	margin-left: 15px;
	color: #999;
	text-decoration: none;
}

.menu_item a:visited {
	color: #999;
	text-decoration: none;
}

.menu_item a:hover {
	color: #8fcd23;
	text-decoration: none;
}

.inactive_item {
	background: url(images/menu_item.jpg) top left no-repeat;
}

.active_item {
	background: url(images/menu_item_a.jpg) top left no-repeat;
}

.active_item a:visited {
	color: #8fcd23;
}


#submenu {
		float: left;
		margin: 0;
		padding: 0 0 5px 8px;
		color: #333;
}

#submenu p {
	margin-top: 5px;
	font-size: 14px;
	font-family: trebuchet MS;
}

#submenu a {
	text-decoration: none;
}

#submenu a:hover {
	color: #6dab01;
}

#trace {
	float: right;
	padding-top: 7px;
	padding-bottom: 5px;
	color: #444;
}

#content {
	min-height: 450px;
	height: auto !important;
	height: 40px;
	padding: 0;
	background: url(images/bg_content.jpg) no-repeat top left #333;
}


#content_inner {
	position: relative;
	z-index: 98;
}

#content_tekst {
	padding: 5px 15px 0 15px;
}

#content img {
	border-color: #333;
}

#content_bottom { 
	clear:both;
	line-height:1px; 
	margin:0;
	height:10px; 
	background: url(images/bg_contentbottom.gif) top left no-repeat;
	}
	
#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #fff;
	z-index: 99;
}

#content a:link, #content a:visited, #content a:active {
	color: #eeeeee;
}

#content a:hover {
	color: #dddddd;
}	

#footer {
	width: 100%;
	height: 12px;
	font-family: arial;
	font-size: 11px;
	padding-top: 4px;
	margin-top: 5px;
	color: #777;
}

.photoview {
 
}

#OuterContainer {
	position: relative;
	padding: 0;
	margin: 0;
	width: 720px;
}

#CaptionContainer {
	float: left;
	line-height: 0px;
	width: 70px;
	padding-bottom: 10px;
}

html>body #CaptionContainer {padding-left: 10px;} 

#Container {
	position: relative;
	height: 200px;
	margin: 0 0 6px 0;
	background-color: #dedede;
	border: 5px solid #333;
	font-size: 0px;
	}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:70); /* Transpartantie for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(images/c.gif) no-repeat; /* IE trucje voor hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover  { background: url(images/previous.gif) 10% 95% no-repeat;}
#NextLink:hover, #NextLink:visited:hover { background: url(images/next.gif) 90% 95% no-repeat; }

/* background image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(images/previous.png) 10% 95% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(images/next.png) 90% 95% no-repeat; }

#Caption p {
	margin: 0px;
	padding-left: 5px;
	font-size: 11px;
	line-height: 40px;
}

#Caption H3 {
	margin: 0px;
	padding-left: 5px;
	padding-top: 10px;
	line-height: 20px;
	font-size: 13px;
}

#Counter {
	height: 50px;
	font-weight: bold;
	font-size: 22px;
	color: #888;
	padding-left: 5px;	
}

#view_product {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	background: #3b3b3b;
	border-top: 5px solid #333;
	border-left: 5px solid #333;
	border-right: 5px solid #333;
	float: left;
	padding-left: 10px;
}
