/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/layout/body-bg.jpg) repeat-x #f9ebbe;
	margin: 0px;
}

a:link, a:visited, a:focus {
	color: #701717;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

h1, h2, h3 {
	font-size: 2.0em;
	font-weight: normal;
	color: #701717;
}

h2, h3 {
	font-size: 1.6em;
	margin:10px 0px 0px 0px;
}

/* Container Styles
--------------------------------------------------------------- */

#outerContainer {
	width: 100%;
	float: left;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

	#contentContainer {
		width: 960px;
		background: #fff;
		border-top: 350px solid #fff;
	}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: right;
			width: 670px;
			padding: 5px 20px 20px 10px;
		}
		
			#main p {
				margin: 7px 0px 7px 0px;
				font-size: 1.2em;
				line-height: 20px;
			}


				#product-range #main ul li,
				#products-range #main ol li {
					list-style-type:disc;
					padding-left: 0px;
					background-image: none;
					font-size: 1.0em;
				}
				
				#main ul li,
				#main ol li {
					font-size: 1.2em;
					background-image: url(../../images/misc/tick.png);
					background-repeat: no-repeat;
					background-position: left;
					padding: 3px 0px 3px 25px;
					list-style-type: none;
					list-style-position: outside;
					margin:0px 0px 0px 10px;
				}
				
			#product-range #main ul {
				width: 200px;
				float: left;
				font-size: 1.2em;
				padding: 5px 0px 5px 20px;
			}
			
				#product-range #main ul li {
					padding: 2px 0px 2px 0px;
				}
				
			#brandLogoContainer {
				width: 670px;
				float: left;
				padding: 10px 0px 10px 0px;
			}
			
				#brandLogoContainer img {
					width: 165px;
					height: 55px;
					float: left;
				}
				
				#brandLogoContainer img.paddLeft {
					padding: 0px 0px 0px 165px;
				}

/* Sidebar / CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: left;
			width: 240px;
			border-left: 10px solid #fff;
			border-right: 10px solid #fff;
			background: #701717;
		}
		
		#sidebar-cta {
			width: 220px;
			height: 230px;
			float: left;
			border: 10px solid #701717;
			position: relative;
			background: url(../../images/layout/sidebar-cta-bg.jpg) left top no-repeat;
		}
		
			#sidebar-cta p {
				position: absolute;
				top: 32px;
				left: 10px;
				color: #2c2b2b;
				font-size: 2.5em;
			}
		
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 940px;
	height: 120px;
	position: absolute;
	z-index: 100;
	top: 10px;
	left: 10px;
	background: url(../../images/layout/header-bg.png) repeat-x;
}

	#logo {
		width: 210px;
		height: 100px;
		float: left;
		padding: 10px 0px 0px 10px;
	}
	
	#cta-top-right {
		height: 92px;
		float: right;
		padding: 28px 10px 0px 0px;
		text-align: right;
	}
	
		#cta-top-right p {
			color: #fdf8da;
			font-size: 1.6em;
			line-height: 1.0em;
		}
		
		#cta-top-right p.header-tel {
			color: #fff;
			font-size: 3.8em;
		}

/* Header Bar Styles
--------------------------------------------------------------- */

#header-bar {
	width: 940px;
	height: 200px;
	position: absolute;
	z-index: 100;
	top: 140px;
	left: 10px;
}

	#header-bar img {
		float: left;
		border-right: 10px solid #fff;
	}
	
	#header-bar img.endImg {
		float: right;
		border: none;
	}
	
	#badge-cta {
		width: 146px;
		height: 132px;
		padding: 14px 0px 0px 0px;
		position: absolute;
		z-index: 1000;
		top: 245px;
		right: -40px;
		text-align: center;
		background: url(../../images/layout/badge-cta-bg.gif) no-repeat;
	}
	
		#badge-cta p {
			color: #fff;
			font-size: 2.8em;
			line-height: 1.0em;
		}
		
			#badge-cta p.offText {
				font-size: 2.0em;
				text-transform: uppercase;
				line-height: 0.8em;
			}
			
			#badge-cta p.telText {
				color: #fdf8da;
				font-size: 1.2em;
				text-transform: none;
				font-weight: bold;
				padding: 3px 0px 0px 0px;
			}
			
			#badge-cta p.starText {
				width: 100px;
				padding: 3px 23px 0px 23px;
				color: #000;
				font-size: 0.9em;
			}

/* Vertical Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 240px;
	float: left;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				width: 230px;
				height: 25px;
				float: left;
				padding: 10px 0px 0px 10px;
				margin: 0px 0px 1px 0px;
				color: #fdf8da;
				text-decoration: none;
				font-weight: bold;
				font-size: 1.1em;
				background: url(../../images/layout/link-bg.png) left top no-repeat;
			}
				
				#navigation ul li a.special-offers-a {
					color: #FF0;
					padding-left: 35px;
					width: 205px;
					background: url(../../images/layout/link-bg-special-offers.jpg);
				}

				#navigation ul li a:hover {
					background: #fdf8da;
					color: #000;
				}
				
#index #navigation .index-a,
#product-range #navigation .product-range-a,
#trade-paints #navigation .trade-paints-a,
#designer-paints #navigation .designer-paints-a,
#woodcare #navigation .woodcare-a,
#wallcoverings-fabrics #navigation .wallcoverings-fabrics-a,
#primers #navigation .primers-a,
#environmental-products #navigation .environmental-products-a,
#specialist-products #navigation .specialist-products-a,
#window-poles-tracks-blinds #navigation .window-poles-tracks-blinds-a,
#contact #navigation .contact-a {
	color: #fff;
	background: url(../../images/layout/active-link-bg.png) left top no-repeat;
}

	#special-offers #navigation .special-offers-a {
		background: url(../../images/layout/active-link-bg-special-offers.jpg);
	}

/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 960px;
	color: #fff;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	border-top: 10px solid #fff;
	font-size: 1.0em;
	background: #701717;
}

	#footer .index-a,
	#footer .contact-a {
		display: none;
	}

	#footer h2 {
		font-weight: bold;
		margin: 0px;
		color: #fdf8da;
		padding: 3px 5px;
		font-size: 1.2em;
		font-style: italic;
		width: 250px;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer p, #footer ul {
		margin: 0px;
		padding: 0px;
	}

	#footer a {
		white-space: nowrap;
		color: #fdf8da;
		text-decoration: none;
	}
		
		#footer a:hover {
			color: #ffcc00;
			text-decoration: underline;
		}

/* Footer Services Styles
--------------------------------------------------------------- */	

	#footer #footer-services {
		float: left;
		width: 270px;
		margin: 0px;
		padding: 0px 0px 0px 10px;
	}
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 250px;
				padding: 3px 5px;
				border-bottom: 1px dotted #ccc;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 290px;
		padding: 0px 0px 0px 10px;
	}
	
		#footer #footer-areas h2 {
			width: 290px;
		}
	
		#footer #footer-areas ul {
			float: left;
			width: 140px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 115px;
			padding: 3px 5px;
			border-bottom: 1px dotted #ccc;
		}
		
/* Footer Address Styles
--------------------------------------------------------------- */	

	#footer #footer-address {
		float: left;
		width: 180px;
	}
	
		#footer #footer-address h2 {
			width: 170px;
		}
		
		#footer #footer-address p {
			line-height: 20px;
			padding: 3px 5px;
		}
				
/* Footer Help & Advice
--------------------------------------------------------------- */	

	#footer #footer-help {
		float: right;
		width: 165px;
		padding: 0px 10px 0px 0px;
	}
	
		#footer #footer-help h2 {
			width: 155px;
		}
		
			#footer #footer-help ul li {
				float: left;
			}
					
			#footer #footer-help ul li a {
				float: left;
				width: 155px;
				padding: 3px 5px;
				border-bottom: 1px dotted #ccc;
			}
		
		#footer #footer-help p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-help .bottomLink {
			margin-bottom: 5px;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 940px;
		clear: both;
		float: left;
		margin: 15px 0px 10px 0px;
		text-align: center;
	}

/* Image Styles
--------------------------------------------------------------- */

.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	float: right;
	margin: 0px 0px 0px 5px;
}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}
