@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	background: #000 url(images/bg_pattern.png) repeat;
	color: #fffdd8;
	font-family: arial;
}

img {
	border: 0;
}

a {
	color: #fffdd8;
}
a:hover {
	text-decoration: none;
}
p {
	line-height: 1.4em;
	padding: 10px 20px;
}
.cb {
	clear: both;
	width: 100%;
}

h2 ,h3, h4 {
	margin: .7em 2em;
}

h1 {

}
h2 {

}
h3 {

}
h4 {

}
/****************************************************/
#top {
	height: 70px;
	width: 100%;
	background: #000 url(images/topbar.png) repeat-x;
}

#topwrap {
	width: 970px;
	margin: 0 auto;
}

#menu {
	float: right;
	list-style: none;
}
#menu li {
	float: left;
}

#menu li a {
	float: left;
	margin: 22px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	font-size: 16px;
}
#menu li a span {
	display: none;	
}
#menu_oferta {
	background: url(images/menu_oferta.png) no-repeat  0 -24px;
	height:	24px;
	width: 76px;
}
#menu_realizacje {
	background: url(images/menu_realizacje.png) no-repeat  0 -24px;
	height:	24px;
	width: 113px;
}
#menu_kontakt {
	background: url(images/menu_kontakt.png) no-repeat  0 -24px;
	height:	24px;
	width: 113px;
}
#menu li a:hover, #menu li a.active {
	background-position: 0 0;	
}


#logo {
	float: left;
	margin-left: 100px;
	z-index: 1000;
	position: absolute;
}

.wrapper {
	background: url(images/background2.jpg) no-repeat top center;
	width: 970px;
	margin: 0 auto;	
	padding-top: 90px;
}

.line {
	height: 20px;
	width: 970px;
	background: url(images/linesep.png) no-repeat top center;
	clear: both; 
}
.line_small {
	height: 20px;
	width: 270px;
	background: url(images/smallsep.png) no-repeat top center;
	clear: both; 
	margin: 5px auto;
}
#content {
	position: relative;	
}
/****************************************************/

#oferta .sidebar {
	 width: 240px; 
	 float: left;
}
#oferta .sidebar ul {
	list-style: none;
}
#oferta .sidebar ul li {
	line-height: 1.5em;
	border-bottom: 1px solid #4E4D42;
	width: 200px;
}
#oferta .sidebar ul a {
	text-decoration: none;
	display: block;
	padding-left: 1em;
}
#oferta .sidebar li:hover {
	border-bottom: 1px solid #DFDDBC;
}
#oferta .sidebar h2 {
	font-size: 14px;
	margin: 30px 0 10px 0 ;
}

#oferta .productbox {
	width: 350px; 
	float: left; 
	margin: 10px 7px; 
	padding-bottom: 2em; 
	background: url(images/smallsep.png) no-repeat bottom center;	
}
#oferta .picture {
	width: 100px; 
	float: left; 
	padding: 2px; 
	border: 1px solid #DFDDBC;	
}

/****************************************************/

#welcome {
	width: 970px;
	margin: 0 auto;
}

#welcome #slogan {
	float: left;
	width: 418px;
	clear: left;
	margin: 130px 0 0 12px;	
}

#welcome #slideshow {
	float: right;
	width: 500px;
	background: url(images/slideshow_bg.png) no-repeat;
	height: 400px;
	margin: 0;
}


#welcome #slideshow ul { 
	list-style:none;
}	
#welcome #slideshow, #welcome #slideshow li {
	display: block; 
	height: 400px;
	width: 500px;
	overflow: hidden;
}	

/****************************************************/

#oferta_sample {
	float: left;
	width: 520px;	
}
#oferta_info {
	float: left;
	width: 420px;	
}
/****************************************************/
#gallery {
	width: 970px;
	margin: 10px auto;
	clear: both;
	position:relative;
}
#gallery_menu {
	margin-left: 90px;
	margin-top: 10px;
}
#gallery_menu ul { 
	list-style:none;
}
#gallery_menu, #gallery_menu li {
	display: block; 
	height: 230px;
	width: 780px;
	overflow: hidden;
}	
#gallery_menu .picture {
	display: block;
	width: 120px;
	height: 90px;
	border: 1px solid #858472;
	float: left;
	margin: 4px 4px 14px 4px;
	font-size: 10px;
	text-align: right;
	text-decoration: none;
}

#prevBtn, #nextBtn{ 
	display: block;
	width: 49px;
	height: 47px;
	position: absolute;
	top: 80px;
}
#nextBtn{ 
	left:896px;
}														
#prevBtn a, #nextBtn a {  
	display: block;
	width: 49px;
	height: 47px;
	background: url(images/gallery_left.png) no-repeat 0 0;
}	
#nextBtn a{ 
	background: url(images/gallery_right.png) no-repeat 0 0;	
}	

#main_picture {
	width: 800px;
	margin: 20px auto;
}
#main_picture img {
	border: 1px solid #858472;
}


#gallery_browse {
	margin: 10px auto;
	display: block; 
	width: 970px;
	
}
#gallery_browse .block {
	width: 870px;
	margin: 0 auto;
	clear: both;
}
#gallery_browse h2 {
	padding: 20px;
}
#gallery_browse .line {
	margin-top: 20px;
}

#gallery_browse .picture {
	display: block;
	width: 120px;
	height: 90px;
	border: 1px solid #858472;
	float: left;
	margin: 4px 4px 14px 4px;
	font-size: 10px;
	text-align: right;
	text-decoration: none;
}
#gallery_browse .picture:hover, #gallery_menu .picture:hover {
	border-color: #eee;
}
/****************************************************/
#geo_location #geo {
	height: 357px; 
	width: 521px; 
	float: right;
	padding: 2px; 
	border: 1px solid #DFDDBC;	
	color: black;
}
#geo_location {
	float: right;
	padding: 2px; 
	border: 1px solid #DFDDBC;	
	width: 527px;
}
.shop_picture {
	float: right;
	padding: 2px; 
	border: 1px solid #DFDDBC;	
	width: 527px;
	margin-top: 20px;	
}

/****************************************************/
/****************************************************/
/****************************************************/

#footer {
	background: url(images/footer.png) no-repeat top center;
	width: 961px;
	margin: 20px auto 0 auto;
	clear: both;
	line-height: 1.3em;
	height: 100px;
}

#footer .left {
	width: 450px;
	padding: 15px;
	float: left;
	text-align: right;
}
#footer .right {
	width: 450px;
	padding: 15px;	
	float: left;
}
#footer #copys {
	width: 960px;
	font-size: 10px;
	text-align: center;
	clear: both;
}

#cboxLoadedContent .wrapper {padding-top: 0px;}
#cboxLoadedContent h3 {margin-top: 0px;}


