
/*-- Body 
--------------------------------------------------------*/

body {
	padding:0px;
	margin:0px;
	height:100%;
	background-image:url('../img/body_bg.jpg');
	background-repeat:repeat-x; 
	background-color:#ffffff;
	font-family:arial;
	font-size:12px;
	color:#343434;
	line-height:18px;
}

td {
	vertical-align:top;
	font-family:arial;
	font-size:12px;
	color:#343434;
	line-height:18px;
}

a {
	color:#C53F4C;
}

a:hover {
	color:red;
}


/*-- Container 
--------------------------------------------------------*/

#main_container {
	width:expression(document.body.clientWidth > 1200? "1200px": "100%" );
	background-color:#ffffff;
}

#left_top {
	background-image:url('../img/bg_left.jpg');
	background-repeat:no-repeat;
	background-position:100% 0%;
	border-bottom:1px solid #2B568B;
	text-align:center;	
}

#left_top .logo {
	padding-top:47px;
}

#left_top .links_top {
}

#left_top .links_top img{
	 border:0px;
}

#right_top {
	background-image:url('../img/bg_right.jpg');
	background-repeat:no-repeat;
	background-position:100% 0%;
	border-bottom:1px solid #2B568B;
}

#center_left {
	padding-left:30px;
	padding-top:20px;
	padding-right:15px;
	padding-bottom:78px;
}

#center_right {
	padding-right:30px;
	padding-top:20px;
	padding-left:9px;
	padding-bottom:78px;
}

#center_center{padding-right:21px;padding-top:20px;padding-left:15px;padding-bottom:78px;}
#center_center blockquote{display:none;}

.title{
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
	color:#30568A;
	padding-left:6px;
	padding-bottom:7px;
	background-image:url('../img/title_bg.gif');
	background-repeat:no-repeat;
	background-position:0% 100%;
}

h2{
	margin:0px;
	padding:0px;
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
	color:#30568A;
	padding-left:6px;
	padding-bottom:7px;
	background-image:url('../img/h2_bg.jpg');
	background-repeat:no-repeat;
	background-position:0% 100%;
}

h2 a{
	font-size:13px;
	color:#30568A;
	text-decoration: none;
}

p{
	margin:0px;
	padding:0px;
	padding-left:6px; 
	padding-top:7px;
	text-align:justify;

}

#main_menu {
	padding-left:6px;
	font-family:verdana;
	font-size:12px;
	padding-bottom:18px;
}

#main_menu .menu_item_1 a
{
	color:#3F83C5;
	padding-left:13px;
	padding-top:7px;
	padding-bottom:3px;
	background-image:url('../img/li.gif');
	background-repeat:no-repeat;
	background-position:1px 12px;
	font-weight:bold;
}

#main_menu .active_menu_item_1 a
{
	color:#C53F4C;
	padding-left:13px;
	padding-top:7px;
	padding-bottom:3px;
	background-image:url('../img/li_active.gif');
	background-repeat:no-repeat;
	background-position:1px 12px;
	font-weight:bold;
}

#main_menu .menu_item_2 a
{
	color:#3F83C5;
	padding-left:11px;
	padding-top:2px;
	padding-bottom:3px;
	background-image:url('../img/li_2.gif');
	background-repeat:no-repeat;
	background-position:0px 8px;
	font-weight:bold;
	font-size:11px;
	margin-left:14px;
}

#main_menu .active_menu_item_2 a
{
	color:#C53F4C;
    padding-left:11px;
    padding-top:2px;
    padding-bottom:3px;
    background-image:url('../img/li_2_active.gif');
    background-repeat:no-repeat;
    background-position:0px 10px;
    font-weight:bold;
    font-size:11px;
    margin-left:14px;
}

#main_menu .menu_item_3 a
{
	color:#3F83C5;
	padding-left:11px;
	padding-top:2px;
	padding-bottom:3px;
	background-image:url('../img/li_2.gif');
	background-repeat:no-repeat;
	background-position:0px 8px;
	font-weight:bold;
	font-size:11px;
	margin-left:26px;
}

#main_menu .active_menu_item_3 a
{
	color:#C53F4C;
    padding-left:11px;
    padding-top:2px;
    padding-bottom:3px;
    background-image:url('../img/li_2_active.gif');
    background-repeat:no-repeat;
    background-position:0px 10px;
    font-weight:bold;
    font-size:11px;
    margin-left:26px;
}

#main_menu a
{
	text-decoration:none;
}

#main_menu a:hover
{
	color:#C53F4C;
}

.img img{
	margin-left:6px;
	margin-top:10px;
	border:1px solid #3F83C5;
}

.news_date {
	margin-top:10px;
	padding-left:17px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#C53F4C;
	background-image:url('../img/li_3.gif');
	background-repeat:no-repeat;
	background-position:6px 6px;
}

.news_data {
	padding-left:6px;
	font-family:arial;
	font-size:12px;
	color:#262626;
	line-height:18px;
	padding-bottom:7px;
}

/*-- Bottom 
--------------------------------------------------------*/
#bottom {
	background-image:url('../img/bottom.jpg');
	background-repeat:repeat-y;
	background-position:top right;
	background-color:#3E82C4;
	white-space:nowrap;
	border-top:1px solid #3F83C5;
}

#bottom .left_bottom {
	padding-left:35px;
	padding-top:30px; 
	padding-bottom:30px;
	color:#ffffff;
	vertical-align:middle;
	line-height: 120%;
}

#bottom .right_bottom
{
	width: 185px;
	color: #FFFFFF;
	padding-right: 30px; 
	text-align: right;
	vertical-align: middle;
	background-image: url('../img/colibrice_logo.gif');
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 120%;
}

#bottom .right_bottom a{
	color:#ffffff;
}

#bottom .right_bottom a:hover{
	text-decoration:none;
}

#bottom .left_bottom a{
	color:#ffffff;
}

#bottom .left_bottom a:hover{
	text-decoration:none;
}

/****************************************/
/*                 NEWS                 */
/****************************************/

.category_title
{
	padding-left:8px;
	font-size:12px;
	background-image:url('../img/li_3.gif');
	background-repeat:no-repeat;
	background-position:0px 6px;
	text-decoration: none;
}

.category_title img
{
	margin-left: 7px;
}

.news_title
{
	font-weight: bold;
	text-decoration: underline;
}

.news_sub 
{
	padding-left:8px;
	font-size: 11px;
	color: #a0a0a0;
}

.news_sub a
{
	color: #30568A;
}

.news_separator
{
	color: #c0c0c0;
}

.news_text
{
	padding-left:8px;
	font-size: 11px;
	margin-bottom: 10px;
}

.news_list_date_text
{
	font-size: 11px;
	margin-bottom: -5px;
	padding: 0px;
}

.news_list_title
{
	margin-bottom: 10px;
}

#rss_feeds_link
{
	margin-top: 40px;
	font-weight: bold;
}

#rss_feeds_link img
{
	margin-bottom: -4px;
}

/****************************************/
/*              NAVIGATION              */
/****************************************/

.navigation
{
	margin-bottom: 10px;
}

.section_title
{
	color:#30568A;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
	padding-bottom: 10px;
}

/****************************************/
/*               FEEDBACK               */
/****************************************/

.form_label_mail
{
	margin: 5px;
}


/****************************************/
/*              RESERVATION             */
/****************************************/

.form_label
{
	margin: 5px;
}

.form_splitter
{
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 212px;
	font-weight: bold;
}

.label_text
{
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 5px;
}


/****************************************/
/*                  FAQ                */
/****************************************/

.faq_title {
     margin-top:10px;
     padding-left:17px;
     font-family:arial;
     font-size:12px;
     font-weight:bold;
     color:#C53F4C;
     background-image:url('../img/li_3.gif');
     background-repeat:no-repeat;
     background-position:6px 7px;
}

.faq_answer {
     padding-left:6px;
     font-family:arial;
     font-size:12px;
     color:#01439F;
     line-height:18px;
     margin-bottom:-5px;
     margin-top:5px;
}
.faq_text {
     padding-left:6px;
     font-family:arial;
     font-size:12px;
     color:#262626;
     line-height:15px;
     padding-bottom:7px;
}

.faq_date {
     padding-left:6px;
     font-family:arial;
     font-size:9px;
     color:#C53F4C;
}

/****************************************/
/*                 PHOTO                */
/****************************************/

.photo_in_row
{
	float: left;
	margin-left: 5px;
	margin-bottom: 15px;
	border-color: red;
	width: 130px;
}

.photo_image img
{
	border: 1px solid #436A82; 
}

.photo_category_title
{
	font-weight: bold;
	color:#30568A;
}

.photo_separator
{
	width: 100%;
	height: 1px;
	margin-top: 15px;
}

.photo_image_title
{
	margin-top: 2px;
	line-height: 110%;
}

.photo_title_spacer
{
	margin-bottom: 15px;
}


/****************************************/
/*                  RSS                 */
/****************************************/

#rss_info
{
	margin-bottom: 10px;
}

.rss_chanel
{
	padding-bottom: 10px;
}

.rss_chanel img
{
	margin-bottom: -4px;
}

.rss_chanel a
{
	text-decoration: none;
}

.rss_title
{
	font-weight: bold;
	text-decoration: underline;
}

#rss_valid
{
	margin-top: 25px;
}


/****************************************/
/*                SEARCH                */
/****************************************/

.search_error
{
	color: #C53F4C;
	font-weight: bold;
}

.partners
{
	display: none;
}