/* 
  SITE: bathroomwarehouseblackpool.com
  AUTHOR: Quentin James
  LAST UPDATED: 
  LE VERSION: 1.0
----------------------------------*/

/* COLORS
  HEX COLOR      	 DESCRIPTION
  
  ---MAIN COLORS---
  #99ccff         	Pale Blue
  #003298			Mid Blue
  #000066			Dark Blue
  #ff0000			Mid Red
  #ce0000			Dark Red

  
----------------------------------*/

/* TABLE OF CONTENTS
  ALL SECTIONS OF THE CSS SHOULD BE NUMBERED FOR EASY REFERENCE AND SEARCHING
  
  =01 GENERIC
  =02 HEADER
  =03 LAYOUT
  =04 MAIN IMAGE (home page)
  =05 LEFT CONTENT
  =06 RIGHT CONTENT
  =07 FOOTER
  =08 MAIN SINGLE
  =09 COLUMN 1
  =10 GALLERY

----------------------------------*/

/* CSS STRUCTURE
  DEFINES THE ORDER OF CSS TAGS WITHIN ELEMENTS TO KEEP THINGS CONSISTENT
  
  - positioning (with coordinates) styles
  - float/clear styles
  - display/visibility styles
  - spacing (margin, padding, border) styles
  - dimensions (width, height) styles
  - typography-related (line-height, color, etc.) styles
  - miscellaneous (list-style, cursors, etc.) styles  

----------------------------------*/

/*---------------------------------
 =02 GENERIC 
 
 NOTES:
 GLOBAL FONT SIZE SET TO 11px
 GLOBAL LINE HEIGHT SET TO 15px
----------------------------------*/


/* PNG FIX */
 img, div { behavior: url(http://www.bathroomwarehouseblackpool.com/css/iepngfix.htc) }
/* CF2007 last modified 17.04.2008  */


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 16, 2010 */



@font-face {
	font-family: 'MyriadProRegular';
	src: url('../fonts/myriadpro-regular-webfont.eot');
	src: local('☺'), url('../fonts/myriadpro-regular-webfont.woff') format('woff'), url('../fonts/myriadpro-regular-webfont.ttf') format('truetype'), url('../fonts/myriadpro-regular-webfont.svg#webfont9qpfIP9Q') format('svg');
	font-weight: normal;
	font-style: normal;
}




html { 
    height:100%;
	overflow:inherit;
} 
   
   
* {
	margin: 0;
	padding: 0;
}

* html #wrapper { 
	height:100%; 	
}


body {
  	background: url("../images/common/background_360.jpg") #99ccff;
  	background-position: top center;
  	background-repeat: repeat-x;
  	position: relative; 
  	min-height:100%;
  	padding: 0;
	margin: 0;
	border: 0;
}


<!--[if IE 6]> 
body { 
    height: 100%; 
} 
<![endif]--> 


h1, h2, h3, h4, h5, h6, caption{
  	font-family: MyriadProRegular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
  	font-weight: normal;
}


p {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
}


fieldset {
  border: 0;
}


hr
{
	border: 0;
	background: #000066;
	padding: 0px;
	margin: 10px;
	height: 1px;
}


#wrapper
{
  	padding: 0px;
	margin: 0px;
	border: 0;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.clear
{
	clear: both;
}


/*---------------------------------
  =02 HEADER
----------------------------------*/

#header
{
	text-align: left;
	padding: 0;
	margin: 0;
	border: 0;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#header div
{
	float: left;
	padding: 0;
	margin: 0;
	border:0;
}

#header div.right
{
	background: url("../images/common/background_telephone.gif");
  	background-position: top center;
  	background-repeat: repeat-x;
  	width: 312px;
}

#header h1
{
	font-family: MyriadProRegular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #99ccff;
	padding: 22px 0px 0px 0px;
}

#header h2
{
	font-family: MyriadProRegular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding: 38px 0px 4px 20px;
}

#header p
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #99ccff;
	padding: 0px 0px 0px 0px;
}

#header a:link
{
	color: #FFF;
	text-decoration: none; 
}

#header a:visited
{
	color: #FFF;
	text-decoration: none; 
}

#header a:hover
{
	color: #99ccff;
	text-decoration: underline; 
}



/*---------------------------------
  =03 NAVIGATION
----------------------------------*/



#navigation
{
	background: url("../images/common/background_nav.gif");
  	background-position: top center;
  	background-repeat: repeat-x;
  	width: 980px;
	height: 30px;
	padding: 0;
	margin: 0px;
	border: 0;
	clear: both;
}


#navigation div.left
{
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	border: 0;
}


#navigation div.right
{
	float: right;
	margin: 0;
	padding: 0px 15px 0px 0px;
	border: 0;
}


#navigation ul
{
	padding: 6px 0px 0px 0px;
	margin: 0;
	text-align: right;
}

#navigation li
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	display: inline;
	margin-right: 10px;
	padding-right: 16px;
	border-right: 2px solid #99ccff;
	text-decoration: none;
}

#navigation li.last
{
	border-right: 0;
	padding-right: 0;
}

#navigation a:link
{
	color: #FFF;
	text-decoration: none; 
}


#navigation a:visited
{
	color: #FFF;
	text-decoration: none; 
}

#navigation a:hover
{
	color: #99ccff;
	text-decoration: underline; 
}



/*---------------------------------
  =04 CODA SLIDER
----------------------------------*/


#coda_slider
{
	float: left;
	width: 980px;
	height: 400px;
	padding: 0;
	margin: 0;
	border: 0;
}


#coda_slider h1
{
	font-family: MyriadProRegular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	line-height: 100%;
	padding: 0;
}


#coda_slider p
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	line-height: 100%;
	padding: 0;
}



/*---------------------------------
  =05 THREE BUCKETS
----------------------------------*/

#three_buckets h1
{
	font-family: MyriadProRegular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	padding: 7px 0px 0px 10px;
}



#three_buckets p
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	line-height: 120%;
	padding: 73px 32px 10px 10px;
}

#three_buckets p.last
{
	padding: 73px 10px 10px 10px;
}


#three_buckets a:link
{
	color: #fff;
	text-decoration: underline; 
}


#three_buckets a:visited
{
	color: #fff;
	text-decoration: underline; 
}


#three_buckets a:hover
{
	color: #99ccff;
	text-decoration: underline; 
}


#three_buckets
{
	clear: both;
	overflow: hidden;
	padding: 20px 0px;
	margin: 0;
	border: 0;
	width: 980px;
}


#three_buckets div.bucket_1
{
	background: url("../images/three_buckets/bathroom_design_blackpool.jpg");
  	background-position: top center;
  	background-repeat: no-repeat;
  	float: left;
	margin: 0;
	padding: 0;
	width: 334px;
	height: 170px;
}


#three_buckets div.bucket_2
{
	background: url("../images/three_buckets/bathroom_supply_blackpool.jpg");
  	background-position: top center;
  	background-repeat: no-repeat;
  	float: left;
	margin: 0;
	padding: 0;
	width: 334px;
	height: 170px;
}

#three_buckets div.bucket_3
{
	background: url("../images/three_buckets/bathroom_installation_blackpool.jpg");
  	background-position: top center;
  	background-repeat: no-repeat;
  	float: left;
	margin: 0;
	padding: 0;
	width: 312px;
	height: 170px;
}


/*---------------------------------
  =05 CONTENT
----------------------------------*/


#content
{
	background: url("../images/common/background_nav.gif");
	background-color: #fff;
  	background-position: top center;
  	background-repeat: repeat-x;
	width: 980px;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
}


#content div
{
	background-color: inherit;
	float: left;
	margin: 0;
	padding: 0;
	width: 490px;
}


#content h1
{
	font-family: MyriadProRegular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 7px 10px 20px 10px;
	margin: 0;
}


#content h2
{
	font-family: MyriadProRegular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	padding: 7px 10px 10px 10px;
	margin: 0;
}


#content p
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	color: #000066;
	line-height: 150%;
	padding: 0px 10px 20px 10px;
}

#content p.center
{
	text-align: center;
}


#content a:link
{
	color: #000066;
	text-decoration: underline; 
}


#content a:visited
{
	color: #000066;
	text-decoration: underline; 
}


#content a:hover
{
	color: #99ccff;
	text-decoration: underline;  
}



/*---------------------------------
  =07 HEADER
----------------------------------*/

#sub_header
{
	width: 980px;
	height: 170px;
	padding: 0 0 20px 0;
	margin: 0;
	border: 0;
}



/*---------------------------------
  =07 FOOTER
----------------------------------*/


#footer {
	background: url("../images/common/background_footer.gif");
  	background-position: top center;
  	background-repeat: no-repeat;
  	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
  	width: 980px;
  	height: 100px;
	margin-right: auto;
	margin-left: auto;
}
	

#footer div
{
	float: left;
	margin: 0;
	padding: 0;
	width: 700px;
}


#footer div.last
{
	padding: 0;
	width: 280px;
}


#footer img
{
	padding: 65px 25px 0px 0px;
}



#footer p
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	color: #000066;
	line-height: 150%;
	padding: 65px 0px 0px 30px;
}


#footer a:link
{
	color: #000066;
	text-decoration: underline; 
}


#footer a:visited
{
	color: #000066;
	text-decoration: underline; 
}

#footer a:hover
{
	color: #fff;
	text-decoration: underline; 
}