body {
	color:#FFFFFF;
	font:16px arial, sans-serif;
	margin:0;
	padding:0px;
	background:#000000 url(../images/bg-pattern.jpg) center;
}

form
{
	margin:0px;
	padding:0px;
}

img
{
	border:none;
}


a {
	color:#FFFF99;
	text-decoration:none;
	outline:none;
}
a:hover 
{
	text-decoration:underline; 
	color:#FFFFFF;
}



p {
	margin:10px 0px;
}

h1 {
	font-size:21px;
	/*color:#EDEBB8;*/
	margin:0px;
	padding:0px;
	padding-top:25px;
	padding-left:20px;
	font-family:CenturyGothic, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h2 {
	margin:0;
	padding-top:35px;
	padding-left:30px;
	font-weight:normal;
	font-size:18px;
	color:#EDEBB8;
	font-family:CenturyGothic, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h3 {
	margin:0;
	padding-top:20px;
	padding-left:50px;
	font-weight:normal;
	font-size:18px;
	color:#EDEBB8;
	font-family:CenturyGothic, Arial, Helvetica, sans-serif;
	font-weight:normal;
}


.error
{
	color:#FF0000;
	font-size:10px;
}

.div_poza_album
{
	padding:0px;
	border:#5F0000 solid 4px;

}


.inline
{
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
}

.floatright
{
	float:right;
	padding-right:70px;
	margin:0px;
}

.floatleft
{
	float:left;
}

.clear
{
	clear:both;
	margin:0px;
	padding:0px;
}


.wrapper
{
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
}

.topmenu_panel
{
	padding:0px;
	margin:0px;
	float:left;
	width:1000px;
	height:49px;
	background-image:url(../images/lumina.jpg);
	background-repeat:no-repeat;
}

/* TOP Menu-------------------------------------------------------------- */

#access {
	display:block;
	margin:14px 30px 0 -5px;
	padding:0;
	width:auto;
	height:35px;
	text-align:left;
}
#access .menu-header,
div.menu {
	font-size: 20px;
	width: auto;
	font-family:CenturyGothic, Arial;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	display:inline-block;
	margin:0 10px;
}
#access .menu-header li:first-child,
div.menu li:first-child {
	margin-left:0;
}
#access .menu-header li:last-child,
div.menu li:last-child {
	margin-right:0;
}
#access a {
	font-family:CenturyGothic, Arial, sans-serif, Tahoma;
	font-weight:normal;
	font-variant:normal;
	color:#EDEBB8;
	display: block;
	line-height: 16px;
	padding: 4px 6px 6px 6px;
	margin:0 auto;
	text-decoration: none;
	/*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);*/
	/*
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	*/
	/*opacity: 0.6;*/
	/*
	filter: alpha(opacity=60);
	white-space:nowrap;
	*/
}
#access ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #000000;
	
	/*text-shadow: 1px 1px 0 #CCCCCC;*/
	/*background:url(../images/transparent_bg_white_50.png);*/
	/*
	background-color:#EDEBB8;
	opacity: 1;
	filter: alpha(opacity=100);
	*/
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* END TOP Menu-------------------------------------------------------------- */


.slider_panel
{
	padding:0px;
	margin:0px;
	float:left;
	width:1000px;
	height:362px;
	background-image:url(../images/slider-panel.jpg);
	background-repeat:no-repeat;
}




.main_panel
{
	width:966px;
	padding:0px;
	margin:0px auto;
	/*min-height:400px;*/
	background:url(../images/pattern-page.jpg) center;
	
}


.top_page
{
	width:966px;
	height:68px;
	padding:0px;
	margin:0px;
	/*min-height:400px;*/
	background:url(../images/bara.png) center top no-repeat;
	clear:both;
}




/*main*/

.main
{
	width: 647px;
	margin:0px;
	padding:10px;
	float:left;
	font-size:15px;
	line-height:20px;
	/*border: 1px solid #000000;*/
}

.sidebar
{
	width: 273px;
	margin:0px;
	padding:10px;
	float:right;
	font-size:14px;
	line-height:18px;
	/*border: 1px solid #000000;*/
}

.footer
{
	background:url(../images/footer-bg.png) repeat-x top;
	height:34px;
	padding:10px;
	padding-top:12px;
	margin: 0px auto;
	width:946px;
	font-size:13px;
	line-height:18px;
}

.footer a
{
	color:#666666;
	text-decoration:none;
	outline:none;
}
.footer a:hover 
{
	text-decoration:none; 
	color:#CCCCCC;
}


.red
{
	color:#FF0000;
}

hr 
{
	border: none 0;
	border-top: 1px dashed #F4D295;/*the border*/
	width: 95%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	text-align:center;
	margin:20px 0px;
} /*end main*/


.div_agenda
{
	border: 1px dashed #F4D295;
	padding: 20px;
	margin: 10px;
}

/*nivoslider*/

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:1px;
}

/*end nivoslider*/

