﻿/* Brochure */
.BrochureImage {
    background-color:#ECEEED;
    width:970px;
    height:400px;
}

.VirtualBrochureImage {
    padding-top:1px;
}

/* HomePage */

.SlideHide
{
	height:100px;
}

.RedirectWait
{
	display: block;
	float: left;
	height: 400px;
	color: #666666;
	margin-top: 5px;
}

.NewsArea
{
	padding-left: 15px;
	height: 20px;
	font-size: 12px;
	color: #666666;
}

.stockistSearchWarning
{
    z-index:5000;
    display:block;
    position:absolute;
    width:400px;
    left:450px;
    top:120px;
    background-color:White;
    opacity:0.9;
    color:Black;
    font-size:12px;
    border:solid 1px silver;
}

.stockistSearchWarning p{
    margin:15px;
}

.stockistWarningClose{
    position:relative;
    float:right;
    margin-right:5px;
    margin-top:1px;
    font-family:Arial;
    font-size:12px;
    cursor:pointer;
}


.StockistSearchStart
{
    margin-top:-14px;
    width:970px;
    background-color:#F9F9F7;
}

.StockistSearchStartImg{
    margin-top:63px;
}

.StockSearchBar
{
	font-size: 11px;
	color: #333333;
	padding-left: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #F2EFE9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F2EFE9;
	height: 28px;
	vertical-align: bottom;
	table-layout: auto;
	margin-bottom: 15px;
}
.StockSearchBarText
        {
	border-spacing: 0px;
	border-collapse:collapse;
    width:964px;
}
.StockSearchBarRight
{
	background-color: #F2EFE9;
	padding-left: 10px;
}
.StockSearchBarRightNoPadding
{
	background-color: #F2EFE9;
	padding-right: 0px;
	padding-left: 0px;
}
.StockSearchButton
{
	background-color: #F2EFE9;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 10px;
}

.stockistSearchPageContainer
{
    position:relative;
    width: 970px;
    margin-bottom:5px;
    overflow:hidden;
}

.StockistsStaticRight
{
	float: left;
	position:relative;
	width: 325px;
	color: #666666;
	font-size: 11px;
}

.stockistSearchMap
{
	position:absolute;
	right:0px;
}

.MapStyling
{
	width: 635px; 
	height: 350px;
}

.StockistDirections
{
	width:0px;
	font-size:11px;
	color: #333333;
	height: 315px;
	position:relative;
}
  
.DirectionsHolder
{
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	opacity: 0.0;
	width:0px;
	position:relative;
	display:inline;
	top:0px;
	right:0px;
	float:right;
}

.StockistDirections div
{
    position:relative;
    top:-4px
}

.StockistDirections img
{
	height:25px;	
}

.directionsFooter
{
    background-color: #F2EFE9;
    width:322px;
    margin-top:5px;
    margin-left:5px;
    text-align:right;
    padding:4px;
}

.ContentHolder970 iframe {
    height:1px!important;
}

#CurrentNews 
{
	display: none;
}

.NewsArea .label 
{
	font-weight: bold;	
}

.NewsArea .NewsMessage 
{
	padding-left: 10px;	
} 

.SlideShowArea
{
	z-index: -1;
	display: block;
	height: 507px;
	overflow:hidden;
    width:970px;
}

#slideShowText
{
    background-image:url(/App_Themes/Default/Images/StaticPages/SlideTextBackground.png);
    color:#4f4e4e;	
    position:relative;
    width:251px;
    height:253px;
    left:719px;
    bottom:300px;
    z-index:100;
}

#slideShowTextTab
{
    width:16px;
    height:36px;
    float:left;
    position:absolute;
    bottom:0px;
    left:-16px;
    background-image:url(/App_Themes/Default/Images/StaticPages/SlideTextTab.png);
    cursor:pointer;
}
#slideShowTextArea
{
    width:251px;
    height:252px;
    float:right;	
}
#slideShowTextArea h3 {
    width:100%;
}

#slideShowTextHeader
{
    float:left;
    margin:20px;
    margin-bottom:17px;
    margin-top:18px;
    font-size:17px;
    width:47%;
}
#slideShowTextImg
{
    position:relative;
    background-color:Silver;
    width:50px;
    height:50px;
    float:right;
    margin:20px;
    margin-bottom:10px;
    border:solid 1px #FFFFFF;
}

#slideShowTextParag
{
    margin-left:20px;
    margin-right:20px;
    text-align:left;
    font-size:11px;
}

#slideShowTextMore
{
    float:right;
    margin-right:20px;
    font-size:11px;
    color:#4f4e4e;
    margin-top:-5px;	
}

#slideShowPager
{
    float:right;
    clear:both;
    font-size:11px;
    bottom:10px;
    position:absolute;
    right:10px;
}

#slideShowPager img
{
    border:none;
    outline:none;	
}

#slideShowTextArea a
{
    margin-left:5px;
    color:#4F4E4E;
    font-weight:bold;	
}
#slideShowTextArea a:hover
{
    text-decoration:underline;
}

/*** Static Page Headers ***/
.StaticHeader
{
    display: block;
    width: 970px;
    margin-bottom: 1px;
    background-color: #FFFFFF;
    height: 46px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666666;
}

.StaticHeader h1
{
    font-family: Arial;
    font-size: 22px;
    margin-left: 8px;
    color:#ada698;
}

.StaticHeader h2
{
    display: block;
    float: left;
    border-right: solid 1px #666666;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 2px;
}

.StaticHeader a
{
    font-family: Arial;
    font-size: 10.5px;
    color: #666666;
}

.StaticHeader a:hover
{
    text-decoration: underline;
}

.StaticHeader .StaticLast
{
    border-right: 0px;
}

/*** Static Split ***/

.StaticLeft
{
    float: left;
    display: block;
    color: #666666;
    font-size: 11px;
    padding-left:25px;
}

.StaticLeft p{
    width:310px;
}
.StaticLeft a
{
    text-decoration: underline;
}

.StaticLeft input, .StaticLeft select
{
    width: 240px;
}

.StaticLeft td
{   
    vertical-align: top;
    padding: 3px;
    padding-left: 0px;
}

.StaticRight
{
    float: left;
    display: block;
    color: #666666;
    font-size: 11px;
    border-left: solid 1px #DDDDDD;
    margin-left:50px;
    padding-left:50px;
    height:340px;
    width:420px;
}


.StaticRight input, .StaticRight select {
    position:relative;
    float:left;
    clear:none;
    width: 240px;
}

.StaticRight .subInput {
    margin-top:22px;
}

.StaticRight h3, .StaticLeft h3, .StaticMainContentFull h3
{
	font-size: 12px;
	margin-bottom: 5px;
	color: #666666;
}

/*About*/
.StaticRightAbout
{
    float: left;
    display: block;
    color: #666666;
    font-size: 11px;
    border-left: solid 1px #DDDDDD;
    margin-left:20px;
    padding-left:25px;
    height:375px;
}

.StaticRightAbout img{
    width:380px;
    margin-top:20px;
}

.StaticLeftAbout
{
    float: left;
    color: #666666;
    font-size: 11px;
    margin-left:20px;
    height:450px;
    width:450px;
}

.StaticLeftAbout .Signature
{
    font-size: 10.5px;
    margin-top: 5px;
}


/*Contact*/
.StaticRight .Contact table input, .StaticRight .Contact table textarea{
    width:340px;
}

/*Download Centre */

.StaticRight input
{
    width: 240px;
}

.StaticMainContentFull {
    padding:0px;
}

.StaticMainContentFullPremier 
{
    padding:20px;
    height:466px;
    width:930px;
}

h1{
    font-family: Arial;
    font-size: 21px;
    margin-bottom: 5px;
    color: #666666;
}

.StaticMainContentFullPremier p{
    clear:none;
    float:left;
    margin-right:5px;
    margin-top:-6px;
    font-size:12px;
    color:#444;
}

.StaticMainContentFullPremier .premierLogo{
    float:right;
    clear:none;
    margin-top:-40px;
}

.StaticRightButton input
{
    width: 82px;
    height: 22px;
    border: solid 1px #AAAAAA;
    position: relative;
    float:right;
    right:-55px;
    margin-top:0px;
    background-image: url(/App_Themes/Default/Images/Common/SendButtonOff.jpg);
    cursor: pointer;
}

.StaticRightButton input:hover
{
    background-image: url(/App_Themes/Default/Images/Common/SendButtonOn.jpg);
}

.StaticSearchButton
{
	width: 85px;
	display: block;
	float: left;
}

.StaticSearchButton input
{
    width: 82px;
    height: 22px;
    border: solid 1px #AAAAAA;
    background-image: url(/App_Themes/Default/Images/Common/SearchButtonOff.jpg);
    cursor: pointer;
}

.StaticSearchButton input:hover
{
    background-image: url(/App_Themes/Default/Images/Common/SearchButtonOn.jpg);
}

.StaticRight textCategory
{
    width: 240px;
    overflow: hidden;
}

.StaticRight td
{   
    vertical-align: top;
    padding: 3px;
    padding-left: 0px;
}


/*Stockist Links*/

.StaticLeftFull
{
    float: left;
    display: block;
    width: 950px;
    margin: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #666666;
    font-size: 11px;
}

.StaticLeftFull .Logos
{
    float: left;
    display: block;
    width: 95px;
    height: 95px;
    color: #666666;
    font-size: 11px;
}

/*Brochure Request*/

.StaticLeftFull .Image
{
    float: left;
    display: block;
    width: 970px;
    height:320px;
    margin-left: -10px;
    color: #666666;
    font-size: 11px;
}

.VirtualBrochures object embed
{
    width: 1024px;
    height: 740px;
}

/* Form */
.Checkbox20 input
{
	width: 20px;
}

.padLeft input{margin-left:2px;}

/*Care sheets*/

.StaticMainContentFull .CareSheet
{
    float: left;
    display: block;
    width: 150px;
    height: 250px;
    margin-right: 7px;
    margin-bottom: 5px;
}

.StaticMainContentFull .CareSheetLast
{
    margin-right: 0px;
}

.StaticMainContentFull .CareSheet h3
{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.pressReleaseHolder{
    position:relative;
    float:left;
    height:280px;
    overflow:scroll;
    overflow-y:hidden;
    margin:0px;
    padding:0px;
    margin-left:30px;
    margin-top:42px;
    display:inline;
    width:850px;
}

.pressReleaseSubHolder{
    width:25000px;
}

.PressRelease
{
    float:left;
    display:inline;
    height: 250px;
    margin-right:60px;
    width:155px;
    font-size:9px;
    text-align:center;
}

.magazeinHolder{text-align:center;}
.magazineHolder a img
{
    margin-top:10px;
    width:150px;
    height:192px;
    overflow:hidden;
    margin-left:20px;
    right:0px;
    z-index:10;
    position:relative;
}
.PressRelease:hover h3{color:black;}
.PressRelease h3{margin-left:5px;width:180px;color:#555;}
.magazineShadow{margin-top:-16px;z-index:1;position:relative;}
.StaticMainContentFull .PressReleaseLast
{
    margin-right: 0px;
}


.StaticMainContentFull a
{
    text-decoration: underline;
}

/* Price list */

.StaticMainContentFull .PriceList
{
    float: left;
    display: block;
    width: 220px;
    height: 300px;
    margin-right: 7px;
    margin-bottom: 5px;
    text-align: center;
}

/*About Us*/

.EmailContactsTable td
{   
    padding: 1px;
    padding-left: 0px;   
}

.PrivacyType {
    font-size:11px;
    color:#444;
}

.PrivacyType h3 
{
    font-size:14px;
}

/*** Stockist Search ***/


.StockistSearchGroup 
{
	width:330px;
	background-color:#c1bdad;
	font-size:11px;
	position:relative;
	margin-top:5px;
	height:16.5px;
	padding-top:2px;

}

.StockistSearchGroupText 
{
	color:#FFFFFF;
	padding-left:4px;
}

.StockistSearchAddressHeader
{
	width: 324px;
	height:18px;
	background-color:#F2EFE9;
	padding:3px;
	outline:none;
	margin-top:5px;
}

.StockistSearchAddressHeaderImg
{
	display:inline;
	float:left;
}

.StockestAddressHeaderText
{
	color:#757575;
	font-weight:bold;
	font-size:11px;
	outline:none;
	width:250px;
	position:relative;
	display:inline;
	float:left;
	top:3px;
	left:5px;
	width:220px
}

.StockistAddressMilesImg
{
	float:right;
	position:relative;
	text-align:right;
	right:0px;
	color:#757575;
	font-weight:normal;
	font-size:11px;
	display:inline;
	top:3px;
}



.StockistAddressBlock
{
	border: 1px solid #F2EFE9;
	padding:10px;
	
}

.StockistAddressBlockTable
{
	width:304px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.StockistMarketCheckBox
{
	width: 450px;
	display: block;
	float: left;
	margin: 2px;
}

.StockistMarketCheckBox input
{
	width: 15px;
}

/* Stockist Links */

.StaticMainContentFull .Stockist td
{
    padding-right: 15px;
    padding-bottom: 10px;    
    font-size: 11px;
}

/* Sitemap */

.SiteMapHolder{
    height:350px;
    overflow:hidden;
    overflow-y:scroll;
    margin-top:20px;
    margin-left:15px;
    width:900px;
    font-size:11px;
}

.Sitemap
{
	display: block;
	float: left;
	margin-bottom: 10px;
}

.MarketLI
{
	display: block;
	float: left;
	width: 200px;
}

.Sitemap h1, .Sitemap h1 *
{
	font-size: 20px;
	font-family: Arial;
}

.Sitemap ul li h3 /* Category Links. There are hyperlinks (a) inside these list items (li) */
{
	margin-left: 10px;
}

.Sitemap ul li ul li /* Range Links. These will inherit any properties defined from Category links, unless you specify them here to override */
{
	margin-left: 20px;
}

/* Send to a Friend */

.ProductSuggestion
{
	display: block;
	float: right;
	height: 300px;
	width: 350px;
	border: solid 1px #888888;
}

/*Premier Partners*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #CCC;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #FFF;
}
ul.tabs li a {
	text-decoration: none;
	color: #555;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #F5F9F2;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #CCC;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
    margin-bottom:10px;
    height:346px;
}

.tab_content {
    font-size: 1.2em;
    padding-left:20px;
    padding-top:20px;
}

.tab_content td {
    vertical-align:top;
    width:300px;
}
.regionContainer{
    padding:5px;
    margin-right:0px;
    font-size:12px;
    color:#444;
    vertical-align:text-top;
}

.regionContainer h5{
    font-weight:bold;
    font-size:12px;
}

.associatedTown{
    font-size:11px;
    clear:both;
    float:left;
    position:relative;
    padding-right:20px;
}
.partnerLink{
    font-size:11px;
    text-decoration:underline;
}
.partnerLink:hover
{
    color:#484848;
}
.staticFooter{
    left:0px;
	font-size: 15px;
	float: left;
	background-color: #f2efe9;
	background-repeat: repeat-x;
	width: 970px;
	height: 26px;
	display: inline;
	border-top:solid 1px #dfdcd5;
    bottom:0px;
    font-size:11px;
    z-index:1001!important;
    overflow:visible;
    position:absolute;
}
.staticFooter div {
    bottom:-8px;
    z-index:1001!important;
    display:block;
    position:absolute;
    left:26px;
}

.staticFooter ul li {
    cursor:pointer; display:inline; float:left; list-style:none; margin-top:0px;height:27px;bottom:-6px; position:relative;
}

.staticFooter a {
    color:#333;
}

.staticFooter a:hover {
    text-decoration:underline;
}

.DetailPanel {
float:left;
height:507px;
width:291px;
background-image:url(/App_Themes/Default/Images/Master/LeftMenuBackground.png);
z-index:10;
position:absolute;
}

.ScrollContainer {
height:507px;
overflow:hidden;
}

.PresentationPanelOverflow {
width:692px;
overflow:hidden;
position:absolute;
left:278px;
z-index:0;
height:507px;
}

.CategoryLanding .Navigation {
position:absolute;
bottom:10px;
width:668px;
z-index:20;
margin-left:12px;
right:12px;
height:74px;
}

.NavLeft {display:none;position:absolute;left:0px;cursor:pointer;}
.NavRight {position:absolute;right:0px;cursor:pointer;}

.NavLeft, .NavRight {
-webkit-transform: scale(0.95);
 -moz-transform: scale(0.95);
 -o-transform: scale(0.95);
 -ms-transform: scale(0.95);
}

.NavLeft:hover, .NavRight:hover {
-webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
}

.ScrollContainer img {
position:relative;
float:left;
height:507px;
margin-right:1px;
}

.DetailHeaderImage {
margin-top:20px;
margin-left:20px;
clear:none;
}

.HotSpotClose
{
    cursor:pointer;
    display:none;
}

.HotSpotClose div {
padding:22px;
font-size:12px;
}

.DetailCopy {
font-size:13px;
padding:20px;
padding-top:10px;
width:238px;
color:#666;
}

.DetailPanel li {
color:#666;
margin-left:32px;
font-size:12px;
padding-top:5px;
}

.DetailPanel li a {font-weight:bold;}
.DetailPanel li a:hover {
text-decoration:underline;
cursor:pointer;
}

.FeedbackImage {
position:absolute;
bottom:15px;
left:10px;
}

.CategorySubPage {
width:632px;
position:absolute;
left:278px;
height:507px;
padding:30px;
font-size:13px;
color:#666;
padding-top:15px;
}

.SubPageTitleImage {
margin-bottom:15px;
}

.SubPageContentImage {
position:absolute;
margin-top:10px;
left:30px;
}

.subContentRight a {
text-decoration:underline;
}

.bathroomPaintScroller {
width:692px;
overflow:hidden;
left:-30px;
position:relative;
}

.bathroomPaintOptions {
width:2450px;
margin-left:8px;
float:left;
position:relative;
}

.bathroomPaintOptions .productPaintListGroup {
float:left;
position:relative;
}

.bathroomPaintOptions .productPaintList {
cursor:default;
}

