/*
	This theme created by Series 3 Graphics - UK Website Design
	www.series3graphics.co.uk 07/03/10
	
	Specialist in Prestashop Customisation
	
	email: sales@series3graphics.co.uk
	
	PrestaShop CSS
	18 used colors : 
	10 grays: #374853 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f4
	4 fushias: #f6dce8 #dd2a81 #971d58 #5d0630
	2 yellows: #f8e1a0 #f9e400
	1 green: #488c40
	1 red: #da0f00
	
	
*/

* {
	padding:0;
	margin:0;
}

body {
	margin-top:0px!important;
        background-color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #ffffff;
	text-align:center;
}






a {

	color: #8DC7F5;
	text-decoration: none;
	outline: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline!important;
	color: #999999!important;
	
}

a img {
	outline: none;
	border: none;
	text-decoration: none;
	background:transparent!important;
}

img {
	outline: none;
	border: none;
	text-decoration: none;
	background:transparent!important;
}

#page {
	width: 980px;
	margin: 0px auto 0px auto;
	text-align:left;
	background-color: #1D2525;
        height:auto;
        padding-bottom:70px;
}

h1#logo {
	float: left;
	width: 224px;
	height: 158px;
}
#header {
	width: 980px;
	height: 158px;
	text-align: right;
	background-color: #000000;
	background-image: url(http://www.showersnbaths.co.uk/themes/showersnbaths/img/headerBG.jpg);
	background-repeat: repeat-x;
}

h2#telephone {
	float: right;
	width: 235px;
	height: 102px;
}

#partners {
        padding: 35px;
	height: auto;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	min-height:800px;
        position:relative;
        top:30px;
}

#breadcrumb a{
	font-size: 14px;
	color: #CCCCCC;
}

