/******************************* Global Styles *****************************************/
body {
	text-align: center;
	background: #283c61;
	font-family: "Lucida Grande", "Lucida", "Tahoma", "Arial New", "Arial", sans-serif;
	font-size: 11px;
	/*color: #596479;*/
	color: #393e47;
	/*font-style: italic;*/
	background: url('../img/bg-site-check.gif') repeat top left;
}
p {
	line-height: 15px;
}
body .wrap-main {
	width: 950px;
	margin: 0 auto;
	/*border: 1px solid gray;*/
	background: white;
}
body .wrap-head {
	width: 950px;
	height: 214px;
	position: relative;
	text-align: center;

	/* required for menus */
	/*z-index: 1988;*/
	z-index: 15;
}
body .wrap-head .logo {
	position: relative;
	top: 15px;
	margin: 0 auto;
	width: 319px;
	height: 126px;
	cursor: pointer;
	background: url('../img/head-festa-logo.gif') no-repeat top left;
}
body .wrap-head .pattern {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url('../img/pattern-head.gif') no-repeat 0px 45px;
	width: 100%;
	height: 100%;
}
body .wrap-content {
	text-align: left;
	width: 950px;
	min-height: 500px;
	margin-top: 3px;

	/* required for menus */
	z-index: 0; 
}


body .wrap-content .col {
	display: inline;
	float: left;
}
body .wrap-content .row {
	display: block;
}

body .wrap-foot {
	height: 273px;
	width: 100%;
	margin-top: 50px;
	text-align: left;
}
body .wrap-foot .supporters {
	width: 100%;
	height: 135px;
	border-top: 2px solid silver;
	position: relative;
	text-align: left;
	padding-top: 10px;
}
body .wrap-foot .supporters .logo {
	position: relative;
	margin-top: 15px;
	margin-right: 2px;
	left: 7px;
	top: 0px;
	cursor: pointer;
}
body .wrap-foot .supporters .logo.tall { top: 10px; }
body .wrap-foot .supporters .logo.medium { top: 3px; }

body .wrap-foot .supporters .message { 
	position: absolute;
	top: 28px; 
	left: 7px;
	text-transform: uppercase;
	font-size: 9px;
	font-style: normal;
	display: none;
}
body .main-image-blank{
	background: #345ca3;
	width: 515px;
	height: 315px;
	margin-left: 18px;
}
body .wrap-foot .footer {
	color: white;
	height: 160px;
	position: relative;
	background: #345ca3 url('../img/bg-site-footer.gif') no-repeat top left;
	text-align: center;
	width: 100%;
}
body .wrap-foot .footer a { color: white; text-decoration: none; }
body .wrap-foot .footer a:hover { text-decoration: underline; }
body .wrap-foot .footer .footer-text {
	position: relative;
	left: 0px;
	top: 110px; 
	width: 650px;
	margin: 0 auto;
	text-align: center;
}
body .wrap-foot .footer .footer-text .row-2{ margin-top: 7px; color: #8ca3cb !important; }
body .wrap-foot .footer .footer-text .row-2 a { color: #8ca3cb; }

body .wrap-foot .footer .footer-text .link {
	display: inline;
	float: left;
	margin-left: 10px;
	cursor: pointer
}
body .wrap-foot .footer .footer-text .h_divider {
	display: inline;
	float: left;
	margin-left: 7px;
	border-right: 1px solid white;
	height: 1em;
	position: relative;
	top: 3px;
	left: 0px;
}
body .wrap-foot .footer .link-sitemap{
	position: absolute;
	right: 18px;
	bottom: 18px;
}

a { 
	/*color: #596479; */
	color: #393e47;
}
/**************************** End Global Styles *****************************************/

/**************************** Menu Styles **********************************************/
ul.menu-regions {
	margin-top: 5px;
	margin-left: 12px;
	height: 30px;
	width: 520px;
	clear: both;
}
ul.menu-regions li {
	display: inline;
	float: left;
	height: 30px;
	margin-right: 1px;
}
ul.menu-regions li img {
	height: 30px;
}
body .wrap-head .wrap-menu {
	position: absolute;
	left: 0px;
	bottom: 7px;
	height: 35px;
	width: 950px;
	background: url('../img/bg-menu.gif') no-repeat top left;
	text-align: center;
}
body .wrap-head .wrap-menu ul.menu-level-1 {
	position: relative;
	margin: 0 auto;	
	text-align: left;
	/*border: 1px solid green;*/
	height: 35px;
	/*width: 640px;*/ 
	width: 780px;
}
body .wrap-head .wrap-menu ul.menu-level-1 li {
	float: left;
	position: relative;
	background: none;
}
body .wrap-head .wrap-menu ul.menu-level-1 li.over {
}
body .wrap-head .wrap-menu ul.menu-level-1 li ul.menu-level-2 {
	width: 223px;
	position: absolute;
	top: 35px;
	left: 0px;
	/*background: #83181c;*/
	display: none;
}
body .wrap-head .wrap-menu ul.menu-level-1 li ul.menu-level-2 li ul.menu-level-3 {
	position: absolute;
	top: 0px;
	left: 100%;
	display: none;
	width: 232px;
}
body .wrap-head .wrap-menu ul.menu-level-1 li ul.menu-level-2 li {
	float: left;
	width: 100%;
	color: white
}
body .wrap-head .wrap-menu ul.menu-level-1 li ul.menu-level-2 li a {
	display: block; /* to fill width of container */
	background: #83181c;
	font-style: normal;
	cursor: pointer;
	height: 100%;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	/*padding-top: 6px;*/
	color: white;
}
body .wrap-head .wrap-menu ul.menu-level-1 li ul.menu-level-2 li a:hover {
	background: #5b1417;
}
body .wrap-head .wrap-menu ul.menu-level-1 li ul.menu-level-2 li .item {
	padding-top: 7px;
	padding-bottom: 7px;
}

/* custom menu */
body .wrap-head .wrap-menu ul.menu-level-1 li#m-croatia ul.menu-level-2 li .item { padding-left: 22px; }
body .wrap-head .wrap-menu ul.menu-level-1 li#m-festa-gallery ul.menu-level-2 li .item { padding-left: 14px; }
body .wrap-head .wrap-menu ul.menu-level-1 li#m-croatia ul.menu-level-2 { width: 160px !important; }
body .wrap-head .wrap-menu ul.menu-level-1 li#m-festa-gallery ul.menu-level-2 { width: 130px !important; }
body .wrap-head .wrap-menu ul.menu-level-1 li#m-program-2008 { }
body .wrap-head .wrap-menu ul.menu-level-1 li#m-contact { }
body .wrap-head .wrap-menu ul.menu-level-1 li ul.menu-level-2#m-croatia li ul.menu-level-3#m-croatia-regions { width: 216px !important;}

/************************* End Menu Styles **********************************************/


/* general site-wide section */
body .wrap-content .box .ifr_poll { width: 125px; border: none; height: 160px; overflow: hidden; } 
body .wrap-content .col#col-c .box .ifr_subscribe_enews, 
body .wrap-content .col#col-b .box .ifr_subscribe_enews 
{ width: 125px; border: none; height: 93px; overflow: hidden; }

