@CHARSET "UTF-8";
body {
	background-color: 			#fff;
	margin: 					0;
	font-family:				tahoma,verdana,arial;
	color: 						#80270f;
}

a, a:link, a:active, a:hover, a.active, a:visited {
	font-family:				tahoma,verdana,arial;
	font-size:					14px;
	color: 						#80270f;
	text-decoration: 			none;
}

a:hover {
	text-decoration: 			underline;
}

.clear {
	clear: 						both;
}

#canvas {
	width: 						1127px;
	height:						768px;
	border: 					red solid 0px;
	background-image: 			url("../template/background.jpg");
	background-repeat: 			no-repeat;
	background-position: 		center top;
}

.site {
	margin-left:				80px;
}

.header {
	height: 					129px;
	border: 					green solid 0;
}

.headerMenu {
	color:						#450808;
	font-size:					10px;
	height: 					60px;
	width: 						200px;
	float: 						left;
	margin: 					0 0 0 143px;
	padding: 					32px 0 0 0;
	letter-spacing: 			1px;
	text-align: 				left;
}

.headerMenu p {
	line-height: 				11px;
	margin: 					0;
}

.headerMenuRight {
	float: 						right;
	padding: 					21px 328px 0 0;
	font-size: 					16px;
	text-align: 				right;
}

.headerMenuRight a {
	font-weight:				bold;
	padding-left:				10px;
}

.headerMenuRight p {
	line-height: 				19px;
	margin: 					0;
}

.headerMenuRight a:hover {
	color: 						#000;
}

.headerMenuRight a, a:link, a:active, a:hover, a.active, a:visited {
	font-size:					16px;
	text-decoration: 			none;
}

.content {
	clear: 						both;
	min-height: 				400px;
	height: 					200px;
	border: 					blue solid 0px;
}

.leftColumn {
	float:						left;
	font-size:					10px;
	height:						400px;
	text-align:					left;
	width:						170px;
}

.leftColumn p{
	margin: 					4px 6px;
}

.centerColumn {
	float: 						left;
	width:						520px;
	height:						418px;
	border: 					gray solid 0px;
}

.rightColumn {
	float: 						left;
	width:						270px;
	border: 					olive solid 0px;
}

.rightCatDesc {
	height:						338px;
	margin-top:					8px;
	text-align:					center;
	width: 						inherit;
}

.rightCatDescTitle {
	width: 						inherit;
}

.rightCatDescContent {
	font-size:					12px;
	margin:						18px 0;
	padding:					0 8px;
	text-align:					left;
}

.borderUnderline {
	border-bottom: 				#000 1px solid;
}

ul#menu, ul#menu ul {
  list-style-type:				none;
  margin: 						0;
  padding: 						0;
  width: 						15em;
}

ul#menu a {
	display: 					block;
	text-decoration: 			none;	
}

ul#menu li {
	margin-top: 				1px;
}

ul#menu li a {
	padding:					8px 1px 1px;
	margin:						0;
	font-size: 					12px;
	border-bottom: 				1px #80270F dotted;
}

ul#menu li a:hover {
	color: 						#000;
}

ul#menu li ul li a {
	padding:					4px 1px 1px;
	font-size:					12px;
	padding-left: 				20px;
	border-bottom: 				none;
}

ul#menu li ul li a:hover {
 	border-left: 				5px #80270F solid;
	padding-left: 				15px;
}

.productsTitle {
	font-size: 					16px;
	height: 					31px;
	margin-top: 				10px;
	font-weight: 				bold;
}

.productsTumb {
	float: 						left;
	margin-right: 				6px;
}

.productsTumbImage {
	cursor: 					pointer;
	position:					relative;
	z-index:					2;
}

.productsImage {
	width: 						491px;
	height: 					294px;
	float: 						left;
	padding-left: 				15px;
}

#imgPreload {
	margin:						112px 0 0 213px;
	position:					absolute;
	z-index:					1;
}

.imgPreloadMin {
	margin:						16px 0 0 16px;
	position:					absolute;
	z-index:					1;
	float:						left;
}

#img_a {
	position:					relative;
	z-index:					2
}

#shop_img_a{
	position:					relative;
	z-index:					2;
	border: 					none;
}

#shopImgPreload {
	padding:						70px 0 0 45px;
	position:					absolute;
	z-index:					1;
}

.shopProductsImage {
	width: 						150px;
	height: 					200px;
	float: 						left;
	padding: 					12px 0 0 31px;
}

.shopProductsDescription {
	float:						left;
	padding:					10px 0 0 10px;
	text-align: 				justify;
	width:						300px;
	font-size:					10px;
}

.shopProductsTitle {
	font-size: 					16px;
	height: 					42px;
	margin-top: 				10px;
	font-weight: 				bold;
}


#lightbox a {
    outline: none;
}

#lightbox a img{ border: none; }

#outerImageContainer{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    }

#imageContainer{
    padding: 10px;
    }
    
#imageContainer img {border: 1px solid #EFEFEF;}

#loading{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
    }
#hoverNav{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
    width: 49%;
    height: 100%;
    /* background: transparent url(/uploads/images/gfx/sub/serwisy_www/blank.gif) no-repeat; *//* Trick IE into showing hover */
    display: block;
    }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { /* background: url(../uploads/images/prevlabel.gif) left 15% no-repeat; */ }
#nextLink:hover, #nextLink:visited:hover { /* background: url(../uploads/images/nextlabel.gif) right 15% no-repeat; */ }

#imageDataContainer{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%; 
    opacity: 1 !important;
    }
#imageDataContainer img {border: none;}

#imageData{ padding: 10px 10px 0; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 1.0em;  }           
#imageData #bottomNavClose{ width: 66px; float: right;z-index: 1000;}

#bottomNav {float: right; width: 210px;}
#bottomNav a {float: left; color: #FF5100; padding-left: 5px; padding-right: 5px; border-left: 1px solid #696969; line-height: 5px; line-height: 18px;}
#bottomNav a.first {border: none !important;}
#bottomNav a#nextBottomBtn, a#prevBottomBtn, a#bottomNavClose {border: none; cursor: pointer;}
#bottomNav a.active {color: #696969; font-weight: bold;}   
#bottomNav ul li {float: left;}

#bottomNav a#sl0 {border: none;}
#bottomNav a#sl0.active {color:#696969; font-weight:bold;}
        
#overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    }
* html #overlay{ position: absolute;}
*:first-child+html #overlay{ position: absolute;}

ul.screens li {list-style:none;}#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}


#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px 10px 10px 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 32px;
	background: transparent url(/uploads/images/campaigns/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}

#nextLink { right: 0; float: right;}
#prevLink { background: url(/uploads/images/campaigns/prevlabel.gif) left bottom no-repeat; }
#nextLink { background: url(/uploads/images/campaigns/nextlabel.gif) right bottom no-repeat; }

#lightboxImageSwf object {display: block;}
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
    position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

* html #overlay{ position: absolute;}
*:first-child+html #overlay{ position: absolute;}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

	
#jquery-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	right:0;
	bottom:0;
	height: 500px;
}
* html #jquery-overlay {position: absolute;}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-container-image img { border: 1px solid #EFEFEF }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	display: none;
	background:#fff;
}
* html #lightbox-nav {background: transparent;}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box,#lightbox-container-image-data-box-bottom {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 10px 10px 0;
}
#lightbox-container-image-data-box-bottom {
	padding: 0 10px 10px;
}
#lightbox-container-image-data {
	padding: 0; 
	color: #000;
}
* html img#lightbox-image {border: none}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
/*	padding-bottom: 1.0em; */
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	outline:none;
/*	padding-bottom: 0.7em;*/
}

#lightbox-secNav {float: right; width: 210px;}
#lightbox-secNav a {float: left; color: #FF5100; padding-left: 5px; padding-right: 5px; border-left: 1px solid #696969; line-height: 5px; line-height: 18px;}
#lightbox-secNav a.first {border: none !important;}
#lightbox-secNav a.active {widtH: auto;}
#lightbox-secNav a#nextBottomBtn, a#prevBottomBtn, a#lightbox-secNav-btnClose {border: none; cursor: pointer;}
#lightbox-secNav a.active {color: #696969; font-weight: bold;}
#lightbox-secNav ul li {float: left;}
#lightbox-secNav #lightbox-secNav-btnClose{ width: 66px; float: right;z-index: 1000; padding:0;}
ul.screens li {list-style:none;}

#lightbox-secNav a#sl0 {border: none;}
#lightbox-secNav a#sl0.active {color:#696969; font-weight:bold;}

#hoverNav a{ outline: none;}



#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { }
#nextLink:hover, #nextLink:visited:hover { }

