* { 

	
	margin: 0px; 
	padding: 0px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	}

body {
	background-color: #FFFFCC; 
	font-family:Tahoma, Verdana, sans-serif;
	padding:0px;
}

#container{ 
 	width: 780px;
	margin-left: auto;
	margin-right: auto;
	
	background-color:#fff7dd;
	text-align:center;
	border-style:solid;
	border-color:#cacac2;
	border-width:thin;
	background-repeat:no-repeat;
} 
 
#menu {
	margin-left:auto;
	margin-right:auto;		
	height:25px;
	width:700px;
	margin-bottom:10px;
	margin-top:20px;
	border-style:solid;
	border-width:thin;
	border-color:#cacac2;
	padding:0px;
	/*background-image:url(images/menu.png);*/
	background-color:#89a9e1;
}


#logo {  
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#89a9e1;			
	float:left;	
	margin-right:0px;
	border-style:solid;
	border-color:#cacac2;
	border-width:thin;
	width:279px;
	height:462px;
		
}

#middle {
	background:inherit;
	width:700px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	margin-bottom: 20px;
}

.italic {
	font-style:italic;
}

#previewPane{
	
	font-size:13px;
	position:relative;
	float:right; 
	height:462px;
	width:407px;
	overflow:no;
	margin-bottom: 20px;
	padding:0px;
	border-style:solid;
	border-color:#cacac2;
	border-width:thin;
	text-align:center;
	background-image:url(images/content.jpg);
	background-position:0 0;
	background-repeat:no-repeat repeat-y;
	
	
}

#content {
overflow:auto;
height:460px;
width:407px;
}
#previewPane p {
	margin-bottom:10px;
}
#footer {
	
	clear: both;
	height:60px;
	width:700px;
	background:#fefff8;
	margin-bottom:10px;
	
	border-style:solid;
	border-color:#cacac2;
	border-width:thin;
	text-align:left;	
	
}

#foot_container {
	float:left;
	width:280px;
	height:50px;
	background:#fefff8;
}

#address {
	font-size:10px;
	position:relative;
	float:left;
	width:125px;
	height:60px;
	text-align:left;
	overflow:auto;
	background:#fefff8;
	padding-left:2px;
	font-style:italic;
}

#promos{
	font-size:11px;
	background:#fefff8;
	height:50px;
	float:left;
	width:150px;
	text-align:left;
	font-weight:bold;
	
}
 
#quick_gallery {
	padding:0px; 
	width: 420px;
	
	display:block;
	height:50px;
	background:#fefff8;
 }

#galleryContainer{
		
		height:47px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		width:370px; 
		float:left;
		margin-top:5px;
		/* CSS HACK */
		height: 52px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/50px;	/* Other browsers */
		height: /**/50px;
				
	}
	#arrow_left{
		position:relative;
		float:left;
		z-index:10;
		background-color: #FFF;
		margin-top:20px;
		margin-right:5px;
	}
	#arrow_right{
		z-index:10;
		background-color: #FFF;
		float:right;
		margin-top:20px;
	}
	#theImages{
		position:absolute;
		height:50px;
		left:40px;
		width:100000px;
		
		
	}
	#theImages #slideEnd{
		float:left;
		
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

.kodeks {
	font-size:9px;
}


th {background-color:#89a9e1;
	}
	
.table_text {
	font-family:Tahoma, Verdana, sans-serif;
	font-size:12px;
	border:1px solid #003366;
	}

.page_header{
	margin-top:15px;
}
#previewPane img {
	border:4px solid #C0C5FA;
	margin:5px;
}

table li {
	font-size:12px;
	font-family:Tahoma, Verdana, sans-serif;
	text-align:left;
	list-style:square;

}
.page_end {
margin-bottom:0px;
}

.com_table {
	border: 1px solid #C0C5FA;
	margin-bottom:5px;
	font-size:inherit;
	text-align:left;
	
}