@import "slideshow.css";
body {
margin: 0px;
padding:0px;
font-family: Arial;
font-size: 12px;
background: url('../img/bg_logo.png') no-repeat right center #eee;
}

a:active {  outline:none; }
:focus   { -moz-outline-style:none; }

a {
text-decoration: none;
}

.r5 {-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; }
.r5-top {-moz-border-radius-topleft: 5px;-khtml-border-top-left-radius: 5px;-webkit-border-top-left-radius: 5px;border-top-left-radius: 5px;-moz-border-radius-topright: 5px;-khtml-border-top-right-radius: 5px;-webkit-border-top-right-radius: 5px;border-top-right-radius: 5px;}
.r5-bottom {-moz-border-radius-bottomleft: 5px;-khtml-border-bottom-left-radius: 5px;-webkit-border-bottom-left-radius: 5px;border-bottom-left-radius: 5px;-moz-border-radius-bottomright: 5px;-khtml-border-bottom-right-radius: 5px;-webkit-border-bottom-right-radius: 5px;border-bottom-right-radius: 5px;}
.r5-left {-moz-border-radius-bottomleft: 5px;-khtml-border-bottom-left-radius: 5px;-webkit-border-bottom-left-radius: 5px;border-bottom-left-radius: 5px;-moz-border-radius-topleft: 5px;-khtml-border-top-left-radius: 5px;-webkit-border-top-left-radius: 5px;border-top-left-radius: 5px;}
.r5-right {-moz-border-radius-bottomright: 5px;-khtml-border-bottom-right-radius: 5px;-webkit-border-bottom-right-radius: 5px;border-bottom-right-radius: 5px;-moz-border-radius-topright: 5px;-khtml-border-top-right-radius: 5px;-webkit-border-top-right-radius: 5px;border-top-right-radius: 5px;}


#main {
overflow: hidden;

}

.page-title {
color:#444;
font-weight: normal;
font-family: Helvetica, Arial;
}

#header {
height:100px;
width:100%;
background: url('../img/logo_100x100.png') no-repeat left top #000;
color:#eee;
-moz-box-shadow: 0 0 5px #111;
-webkit-box-shadow: 0 0 5px #111;
}
#header-flames {
height:100px;
margin:0 auto;
width:900px;
}
.hf-home {
background: url(../img/flames/flame_home.png) no-repeat -150px -100px;
}
.hf-about {
background: url(../img/flames/flame_about.png) no-repeat -70px -100px;
}
.hf-services {
background: url(../img/flames/flame_services.png) no-repeat 0px -100px;
}
.hf-media {
background: url(../img/flames/flame_media.png) no-repeat 50px -100px;
}
.hf-news {
background: url(../img/flames/flame_news.png) no-repeat 150px -100px;
}
.hf-calendar {
background: url(../img/flames/flame_calendar.png) no-repeat 240px -100px;
}
.hf-contact {
background: url(../img/flames/flame_news.png) no-repeat 340px -100px;
}
#header-text {
background: #333;
height:20px;
line-height: 20px;
overflow: hidden;
}
#header-text ul {
margin:0px;
padding:0px;
}
#header-text li {
float:left;
margin:0px 10px;
padding:0px 10px;
font-size:16px;
font-family: Helvetica;
font-weight: normal;
color:#777;
}
#body {
color:#222;
width:800px;
padding: 0px;
margin:10px auto;
overflow-y: auto;
overflow-x: hidden;
}

#footer {
height: 30px;
text-align: center;
line-height: 30px;
padding: 0px;
width: 100%;
background: #111;
color: #eee;
-moz-box-shadow: 0 0 5px #111;
-webkit-box-shadow: 0 0 5px #111;
}
#loader {
position: absolute;
top:45%;
left:45%;
display: none;
color:#333;
}
#menu {
width:800px;
margin:0px auto;
padding:20px 0 15px 0;
*padding:20px 0 0px 0;
}
#menu ul {
margin:0px;
padding:0px;
list-style: none;
}

#menu li {
list-style: none;
display: inline;
margin: 0px;
padding: 0px;
height: 30px;
line-height: 30px;
}

#menu li a {
display: block;
float:left;
height:30px;
line-height:30px;
padding: 0 15px;
margin: 0 10px 0 0;
color:#72bf44;
font-size: 16px;
background: #222;
text-transform: uppercase;
font-weight: normal;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 5px #111;
-webkit-box-shadow: 0 0 5px #111;
}
/* menu colors */
#menu li a.menu-active-home {
background:#026990;
color:#fff;
}
#menu li a.menu-active-about {
background:#8b8b89;
color:#fff;
}
#menu li a.menu-active-services {
background:#72bf44;
color:#fff;
}
#menu li a.menu-active-media {
background:#1c9bd7;
color:#fff;
}
#menu li a.menu-active-news {
background:#eeaf1f;
color:#fff;
}
#menu li a.menu-active-calendar {
background:#ec2027;
color:#fff;
}
#menu li a.menu-active-contact {
background:#eeaf1f;
color:#fff;
}
/* menu colors */

.submenu {
width:800px;
display: none;
margin:0 auto;
padding: 0px;
}
.submenu ul {
margin:0px;
padding:0px;
list-style: none;
}
.submenu li {
list-style: none;
display: inline;
margin: 0px;
padding: 0px;
height: 20px;
line-height: 20px;
}
.submenu li a {
display: block;
float:left;
height:20px;
line-height:20px;
background: #000;
padding: 0 10px;
margin:0 10px 0 0;
font-size: 12px;
text-transform: uppercase;
font-weight: normal;
-moz-box-shadow: 0 0 5px #111;
-webkit-box-shadow: 0 0 5px #111;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.submenu li a.submenu-active {
}

/* submenu colors */
#submenu-media a {
color:#1c9bd7;
}

#submenu-media a.submenu-active {
background: #1c9bd7;
color:#fff;
}

#submenu-about a {
color:#8b8b89;
}

#submenu-about a.submenu-active {
background: #8b8b89;
color:#fff;
}
/* submenu colors */


.imagesGallery img{
border:10px solid #ccc;
}

.imagesGallery img:hover{
border:10px solid #333;
}


/* contact page */
.contact-form .notification_error {
border: 1px solid #A25965;
height: auto;
margin:30px;
padding: 4px;
background: #F8F0F1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.contact-form .notification_ok {
border: 1px #567397 solid;
height: auto;
padding: 8px;
margin:30px;
background: #f5f9fd;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.contact-form .info_fieldset { -moz-border-radius: 7px;-webkit-border-radius: 7px; border: 1px #dddddd solid; }

.contact-form .info_fieldset legend {
color: #444; 
font: 18px Helvetica;
padding: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.contact-form .button {
border: 1px solid #777; 
background: #eee;
color: #333333; 
font: 14px Helvetica, Arial, sans-serif;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

/* Label */
.contact-form label  { width: 140px; padding-left: 0px; margin: 5px; float: left; text-align: left; }

/* Input, Textarea */
.contact-form input, textarea{
margin: 5px;
padding: 6px 10px; 
float: left;
border: 1px solid #ccc;  
color: #333333; 
font: 18px Helvetica, Arial, sans-serif;
-moz-border-radius: 5px;
}

/* BR */

.contact-form br { clear: left; }






/* remove margins from the image */
.items img {
	margin:0;
}

/* make A tags our floating scrollable items */
.items a {
	display:block;
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
	margin:20px 15px;
} 
.items img {
border:0px;
width:100px;
}


/* tooltip styling */
#tooltip {
	display:none;
	background:#222;
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
}


#slideshow {
    position:relative;
    height:345px;
    width: 613px;
    margin-left:10px;
    text-align: center;
    background: #333;
    border:10px solid #333;
    -moz-box-shadow: 0 0 10px #333;
    -webkit-box-shadow: 0 0 10px #333;
}

#slideshow DIV {
    position:absolute;
    text-align: center;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    background-color: #FFF;
}

#slideshow DIV.active {
text-align: center;
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    display: block;
    border: 0;
}
#countdownControl {
width:298px;
background:#fff;
color:#c00;
border: 1px solid #222;
border-bottom: 0px;
text-align: center;
height:20px;
line-height: 20px;
position: absolute;
bottom:30px;
font-weight: bold;
-moz-box-shadow: 0 0 10px #333;
-webkit-box-shadow: 0 0 10px #333;
}
#countdownControl:hover {
background: #222;
color:#fff;
}

#Countdown {
-moz-box-shadow: 0 0 10px #333;
-webkit-box-shadow: 0 0 10px #333;
}
/* jQuery Countdown styles 1.5.4. */
.hasCountdown {
	border: 0px solid #ccc;
	background-color: #eee;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 100%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}


.imageGalleryMenu ul {
list-style: none;
margin: 0px;
padding: 0px;
}

.imageGalleryMenu li {
list-style: none;
display: inline;
margin: 0px;
padding: 0px;
}

.imageGalleryMenu li a {
padding:5px 7px;
font-size:11px;
margin:0 3px;
background: #333;
color:#eee;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-decoration: none;
-moz-box-shadow:0 0 3px #333;
-webkit-box-shadow:0 0 3px #333;
}

.imageGalleryMenu li a.gCatActive {
background:#1c9bd7;
}

