
/* styling for the banner that appears at the very top of MPS - it's also used for the footer at
 * very bottom of page
 */
.top_banner {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color: #C3C7CC;
    height: 30px;
    margin-bottom: 15px;
	color: black;
}
.top_banner #welcome {
    font-size: 16px;
    font-style: italic;

}

/* set colour of <a> tags in footer to match Top Banner */
.top_banner a { color: black;}
.top_panel .contact
{
    font-size: 18px;
    font-style: italic;

}


.top_panel .contact_strong
{
    font-weight: bold;
    font-size: 24px;
}

/* Classes useful for display:flex */
/* note: it is the order of the classes in the stylesheet that determines precedence! */
.flex-down
{
    display: -webkit-flex; /* Safari 6.1+ */
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;


}

.flex-across
{
    display: -webkit-flex; /* Safarai 6.1+ */
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.spacearound
{
    justify-content: space-around;
    -webkit-justify-content: space-around;

}

.spacebetween
{
    justify-content: space-between;
    -webkit-justify-content: space-between;

}

/* flat coloured dark-blue banner, height is 25px; */
.banner
{
	height: 25px;
	margin: 10px;
	background-color: #44616E;
}

.small-text
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 10px !important;
    font-weight: normal !important;
    color: white !important;
}
/* styling for standalone menu buttons */

.default-button { 
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 12px !important;
    font-weight: normal !important;
    text-decoration: none;
    padding-left: 10px; 
    padding-right:10px;  
    color: white !important; 
    background-color: #44616E;
    display: table-cell; 
    vertical-align: middle;}
    
    

.default-button:hover 
   { 
   color: white !important;
   text-decoration: none !important;
   background-color: #3ab54a;} 
 
/* styling for a submit <button> used in forms */  
.form-submit-button
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 12px !important;
    font-weight: normal !important;
    text-decoration: none;
    padding-left: 10px; 
    padding-right:10px;  
    color: white !important; 
    background-color: #44616E;
    border: none;
    height: 25px;
}

.form-submit-button:hover
   { 
   color: white !important;
   text-decoration: none !important;
   background-color: #3ab54a;} 


.orange-button {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 12px !important;
    font-weight: normal !important;
    text-decoration: none;
    padding-left: 10px; 
    padding-right:10px;  
    color: white !important; 
    background-color: #fcadff;
    display: table-cell; 
    vertical-align: middle;
}

.selected-button 
    { 
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 12px !important;
    font-weight: normal !important;
    color: white !important; 
    background-color: #41aa4b; 
    display: table-cell;
    vertical-align: middle; 
    text-decoration:none;
    padding-left: 10px; 
    padding-right:10px;  
    }

.selected-button:hover 
    { 
    color: black !important;
    background-color: #4D85A7; 
    display: table-cell;
    vertical-align: middle;
    text-decoration: none !important;
    }

.spacing10 { display: table-cell; padding 10px;}

.spacing {display: table-cell; padding: 15px;}

.spacing50 { display: table-cell; width: 50px;}

.explore { 
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 10px !important;
    font-weight: normal !important;
    text-decoration: none;
    padding-left: 10px; 
    padding-right:10px;  
    color: white !important; 
    background-color: #44616E;
    display: table-cell; 
    vertical-align: middle;
    text-align: left;
    height: 23px;}
    
/* styling for grid of product category images */

.product_range
{
	font-size: 11px;
}
.product_range  .mps_title_range_container
{
	float:left;	border:dashed 1px #4D86A8; background-color:#FFF;
}

.product_range .mps_title_range_container2
{
	float:left;	border:solid 1px #CADBE5; /*background-color:#CADBE5;*/ background-color:#FFF;
}

.product_range .mps_title_range_container2:hover
{
	border: solid 1px #4D86A8;
}

.product_range .mps_title_range_box
{
	width:164px;
	height:120px;	/* NEW for Whiteley */
	margin-top:12px;
	background-position:center;
	background-repeat:no-repeat;
}

.product_range .mps_title_range_box22
{
	width:164px;
	height:120px;	/* NEW for Whiteley */
	margin-top:6px;
	margin-left:6px;
	background-position:center;
	background-repeat:no-repeat;
}

.product_range .mps_title_range_box_plain
{
	width:120px;
	height:110px;
	text-align:center;
	padding-top:6px;
}


.product_range .a_ordinary
{
	color: #000000;
	text-decoration:none;
	font-weight:normal;
}

.product_range .a_ordinary:hover
{
	color: #000000;
	text-decoration:underline;
	font-weight:normal;
}

.product_range .a_ordinary_ul
{
	color: #000000;
	text-decoration:underline;
	font-weight:normal;
}

.product_range .a_ordinary_ul:hover
{
	color: #000000;
	text-decoration:underline;
	font-weight:normal;
}

.product_range .mps_title_range_description_plain
{
	width:110px; height:24px; font-size:11px; padding: 5px 5px 8px 5px;
	text-align:center;
}



.green {background-color: #41aa4b;}
