﻿body {
    Padding: 0px;
    margin: 0px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size: 100%;
    text-align: center;
    letter-spacing: 1px;
}

/*
    Master Page Header and Footer
*/
#divPageHeader {
    position: relative;
    text-align: center;
    margin: 0px auto;
    max-width: 100%;
    min-width: 1380px;
    height: 68px;
    background-color: #231F20;
}

.header_logo {
    padding: 10px 0px 0px 20px;
    float: left;
}

.header_links {
    padding: 6px 15px 0px 0px;
    float: right;
    color: #FFFFFF;
    font-size: 90%;
}

    .header_links a {
        margin: 0px 15px 0px 0px;
        color: #FFFFFF;
        text-decoration: none;
    }

#divPageHeader input[type=text] {
    border-radius: 10px;
    padding-left: 8px;
}

#divPageHeader input[type=submit] {
    position: absolute;
    top: -999px;
    width: 0px;
    height: 0px;
    padding: 0px;
}

 
#divPageFooter {
    position: relative;
    text-align: center;
    margin: 0px auto;
    max-width: 100%;
    min-width: 1380px;
    height: 170px;
    background-color: #58585A;
} 
 

.footer_text {
    padding: 10px 0px 0px 0px; 
    color: #FFFFFF;
    font-size: 80%;
    text-decoration: none;
}
 

#divPageContent {
    position: relative;
    text-align: center;
    margin: 0px auto;
    max-width: 100%;
    min-width: 1380px;
}
 

/*
    Progress Bar
*/

#divProgress {
    position: relative; 
    overflow: hidden;
    padding: 25px 0px;
} 

#divProgress img {
    /*position: absolute; on IE, cannot show anything*/
    text-align: center;
    margin: 0px auto;    
    left: 0px; 
    /*width: 100%;  
    max-width: 100%; 
    max-height: 100%;
    min-width: 180px; 
    min-height: 10px;  
    z-index:1;*/
}
  

/*
    Section Titles
*/
 
.get_started {
    width: 100%;
    height: 40px;
    color: #58585A; 
    padding: 0px; 
    font-weight: bold;
    font-size: 120%; 
}

.section_title {
    width: 100%;
    height: 30px;
    color: #FFFFFF; 
    padding: 7px 0px 0px 0px; 
    font-weight: bold;
    font-size: 120%;
    background-color: #838487;
}

.section_disclaimer {
    width: 100%;
    height: 30px;
    color: #000000;
    padding: 10px 0px 0px 0px;
    font-size: 100%;
    background-color: #BDBEC1;
} 

/*
    Steps images
*/

#divRoomTypeThumbnails img{
  width: 100%;
  /*min-width: 500px;
  max-width: 480px; */
  min-height: 280px; 
  max-height: 100%; 
  clear: both;
}

#divRoomThumbnails img{
 /*  width: 100%;
 min-width: 500px;
  max-width: 480px; */  
  /*min-height: 180px;  
  max-height: 185px;*/ 
} 

#divProductRangeThumbnails img{
  min-width: 110px;
  max-width: 280px; 
  clear: both;
}

#divDesignThumbnails img{
  min-width: 110px;
  max-width: 280px; 
  clear: both;
}
 
#divDesignConcept img{
  /*min-width: 300px;
  max-width: 1100px; 
  clear: both;*/
}

#divColourThumbnails img{
  min-width: 110px;
  max-width: 280px; 
  clear: both;
}
 
#divColourConcept img{
  /*min-width: 800px;
  max-width: 1100px; 
  clear: both;*/
}

#divProductThumbnails img{
  /*min-width: 60px;
  max-width: 180px;  
  clear: both;*/
}

/*#divProductConcept{
  width: 1400px;
  overflow: hidden; 
}*/

#divViewOption img{
  min-width: 60px;
  max-width: 80px; 
  clear: both;
}
 
#divViewOption table{ 
  max-width: 400px;
}

#divViewOption table td{ 
  width: 90px;
  text-align: center; 
} 
#divProductDetails img {
    /*min-width: 60px;
    max-width: 180px;  
    clear: both;*/
}

.nextstep {
    min-width: 50px;
    max-width: 120px; 
    clear: both;
}

#divStepContent {
    position: relative;
    text-align: center;
    margin: 0px auto; 
    font-size: 120%;
    font-weight: bold;
    color: #58585A;  
}
 
#divStepContent table {
    text-align: center;
    margin: 0px auto; 
    width: 100%;
}



 