﻿/************* HEADER **************/

#Header
{
    background-color: transparent;
    height: 70px;
    padding: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CDCDCD;
    clear:both;
}

#HS #Header #BanLogo {
    background-image: url( '../Media/Images/Banners/HotelSolutionsCan.gif' );
    width: 305px;
}

#HSUS #Header #BanLogo {
    background-image: url( '../Media/Images/Banners/HotelSolutionsUS.jpg' );
    width: 330px;
}

#Header #BanLogo {
    display:block;
    float:left;
    background-color: White;
    background-repeat: no-repeat;
    height: 80px;
}

#HS #Header #CountryInput {
    background-image:url('../Media/Images/Icons/ca.gif');
}
#HSUS #Header #CountryInput {
    background-image:url('../Media/Images/Icons/us.gif');
}

#Header #CountryInput {
    clear:right;
    float:right; 
    background-repeat: no-repeat;
    background-position:left center;
    width: 95px;
    padding-left: 25px;
    text-align: right;
    height:20px;
}

#Header #CountryInput select {
    font-size:10px;
    width: 95px;
}

#Header #AddToFav 
{
    clear:right;
    float:right;
    display:block;
    font-size: .6em;
    margin-top: 10px;
    width: 120px;
}

#Header #Assistance
{
    margin-top: 50px;
    margin-left: 140px;
    font-size: 18px;
    font-weight: bold;
    float:left;    
    font-family: Arial;
}

/*#Header #TopBar {
    float:right;
    width:650px;
    margin-top: 15px;
    padding: 5px 0px;  
    clear:right;
}*/

#Header /*#TopBar*/ #inputSearch
{
    clear: right;
    float: right;
    width:170px; /*170px*/
    margin-left: 25px;
    margin-top: 8px;
    background:url("../Media/Images/Layout/input-text-search.jpg") no-repeat scroll 0 0 transparent;
    padding-left: 25px;
}

/************* CONTENT **************/

#Content {
    float:right;
    width: 742px;
}

#Content #TopBar {
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 5px;
    width: 727px;
}

#Content #TopBar .floatLeft {
    width: 500px;    
}

#Content #TopBar .floatLeft .boldBtn {
    float: left;    
}

/************* SIDEBAR **************/

#Sidebar
{
    float: left;
    height: auto;
    width: 235px;
    padding: 10px 10px 20px 10px;
}

#Sidebar .MenuGroup
{
    margin-bottom: 20px;
}

#Sidebar .MenuGroup a.boldBtn
{
    width: 200px;
    margin: 0 auto;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
}

#fr #Sidebar #Flyer {
    background-image: url('../Media/Images/Buttons/brochureHS_fr.jpg');
}
#en #Sidebar #Flyer {
    background-image: url('../Media/Images/Buttons/brochureHS_en.jpg');
}

#Sidebar #Flyer
{
    /*border: 1px solid #000000;*/
    display: block;
    /*background-repeat: no-repeat;
    background-image: url(  '../Media/Images/Theme/flyer2.gif' );
    background-color: #C0C0C0;
    background-position: bottom right;*/
    margin-bottom: 10px;
    width: 235px;/*width: 218px;*/ 
    /*font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 10px;*/
    height: 62px;/*height: 50px;*/
    /*line-height:1.5em;*/
}

/************* FOOTER **************/

#Footer
{
    border-bottom: 1px solid #D8D8D8;
    background: url( "../Media/Images/Backgrounds/footer.jpg" ) repeat-x scroll 0 0 transparent;
    /*background-color: #800000;*/
    height: 23px;
    clear: both;
    padding: 6px 10px;
}

#Footer a.lightBtn
{
    padding: 3px 10px 3px 10px;
    margin-top: 2px;
    margin-right: 10px;
    font-size: .7em;
    font-weight: bold;
    /*color: #333333;*/
    /*background: url(  '../Media/Images/Buttons/dark_btn_bg.jpg' ) repeat-x center left;*/
    color: #800000;
    height: 1.2em;
    float: left;
    text-decoration: none;
}


#Footer #copyright
{
    font-size: .55em;
    color: #000000;
    /*color: #FFFFFF;*/
    float: right;
    text-align: right;
}

/************* HOME INDEX ***********/

#Home {
    /*height:603px;*/
    width:722px;
    /*background-color:#C0C0C0;*/         
}

#Home #mainTheme {
    border: 1px solid #CCCCCC;
    /*border-bottom: 1px solid #CCCCCC;*/
    height: 270px;
    width: 722px;
} 

#Home #themeBox {
    float: right;
    width: 720px;
    height: 270px;
    margin: 1px;
    background-image: url(   '../Media/Images/Theme/promo_hs.jpg' );
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: center bottom;
}

#Home #environment, 
#Home #news, 
#Home #liquidations {
    margin-right: 1px;
    width: 239px;
    height: 330px;
    float: right;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: center bottom;
}
#Home #environment{background-image: url( '../Media/Images/Theme/env.jpg' );}
#Home #liquidations{background-image: url( '../Media/Images/Theme/liquidation.jpg' );}
#Home #news{
background-image: url( '../Media/Images/Theme/new.jpg' );
background-position: center center;
width: 240px;
}

#Home .sectionDarkBar {
    background: url(  '../Media/Images/Buttons/dark_btn_bg.jpg' ) repeat-x top left;
    margin: 3px;
    height: 25px;
    text-align: center;
    font-size: 1.5em;
    padding-top: 2px;
    color: #000000;
}