html, body
{
    color: #555555;
}

hr
{
    border: 1px #cccccc solid;
}

A:link
{
    color: #555555;
}

A:visited   
{
    color: #555555;
}

A:active    
{
    color: #555555;
}

A:hover 
{
    color: #333333;
}


#menu A:link
{
    color: #ffffff;
}

#menu A:visited   
{
    color: #ffffff;
}

#menu A:active    
{
    color: #ffffff;
}

#menu A:hover 
{
    color: #dddddd;
}

#menubg
{
    background: url("../images/menubg.png");
}

#logobg
{
    background: url("../images/logobg.png");
}

#toggleshow, #togglehide
{
    color: #ffffff;
}

#maincontentbg
{
    background: url("../images/contentbg.png");    
}

#checkinspan img
{
    background: url("../images/calendar.png");
}

#checkoutspan img
{
    background: url("../images/calendar.png");
}

#bookingbg
{
    color: #ffffff;
}

#search
{
    background-image: url('../images/search_icon.png');	
}

#contact
{
    color: #ffffff;
}

.imagehide
{
    background-image: url('../images/arrow_down.png');	
}
.imageshow
{
    background-image: url('../images/arrow_up.png');	
}

.submenuhide
{
    background-image: url('../images/arrow_right.png');	
}
.submenushow
{
    background-image: url('../images/arrow_left.png');	
}

.title
{
    color: #293033;
}

#languages a
{
    color: #293033;
}


#galleryimg
{
    background: url('../images/gallery.png');	    
}


#pagemenu a
{
    color: #35a4ec;
}

#submenu
{
    color: #555555;
    background-color: rgba(255, 255, 255, 0.9);
}

#submenutoggle
{
    background-image: url('../images/submenu.png');	
}

#pagemenu
{
    border-top: 1px #999999 solid;
    border-bottom: 1px #999999 solid;
}

.policies
{
    border-top: 2px solid #cccccc;
}

.policies th
{
   border-bottom: 1px solid #cccccc;
}

.policies td
{
    border-bottom: 1px solid #cccccc;
}

#extratable th
{
   border-bottom: 2px solid #cccccc; 
}

#extratable td
{
    border-bottom: 1px solid #cccccc;
}

#socialtext
{
    color: #dddddd;
    border-color: rgba(09, 110, 192, 0.6);
}

#contacttext
{
    color: #dddddd;
    border-color: rgba(09, 110, 192, 0.6);
}

#submenu .menubefore
{
    background-color: #293033;
}

#pagemenu .menubefore
{
    background-color: #293033;
}

#breadcrumbdiv a
{
    color: #35a4ec;
}

#breadcrumbdiv a:hover
{
    color: #1584cc;
}

#pagemenu a
{
    color: #35a4ec;
}

#pagemenu a:hover
{
    color: #1584cc;
}

#h1div
{
    color: #cccccc;
}
