/*-----------------------------------------------------------------------------
 Copyright: Copyright (C) Bubbles Bathrooms. All rights reserved.
 Filename: layout.css
 Description: CSS Layout
 Version: 1.0
 Author: John Ellis
 Date Created: Nov 16th, 2009
 Last Updated: Nov 16th, 2009
 Last Updated By: John Ellis
-------------------------------------------------------------------------------
 Email: john [dot] ellis [at] 360innovate [dot] co [dot] uk

 Website: www.bubblesbathrooms.co.uk
-------------------------------------------------------------------------------

 This file is not a template and may not be reproduced.

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


/* CSS Style reset by Eric Meyer */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---- begin basic layout ----*/


body.background {

	background-color:#dedede;

}

#wrapper {

	width:900px;
	height:100%;
	margin:0 auto;

}

#footer {

	width:900px;
	margin:0 auto;
	
}

#branding {

	height:135px;

}

#logo {

	padding-top:10px;
	float:left;

}

#header {

	height:337px;
	padding:21px 0;

}

#main-navigation {

	height:33px;
	background:transparent url(../images/navigation-bg.png) no-repeat 0 0;

}

#main-navigation a, a:hover, a:visited {

	text-decoration:none;

}

ul.navbar {
	
	padding-top:6px;

}

ul.navbar li {

	display:inline;
	padding:0px 20px;

}

#flash-banner {

	width:666px;
	float:left;

}

div.flash-link-one {

	width:100%;
	padding-bottom: 8px;
}

div.flash-link-two {

	width:100%;
	margin-top: 7px;
}

#calls-to-action {

 	float:left;
	width:200px;
	padding-left:7px;
}

#tagline {

	float:left;
	padding:70px 0 0 10px;

}

#phone {

	float:right;
	margin-top:40px;
}

#content-left {

	width:526px;
	float:left;
	padding-bottom:20px;
	clear:right;
	height:100%;

}

#content-right {

	width:295px;
	float:left;
	padding-top:3px;
	padding-left:74px;

}

#content-right img {

	padding-bottom:20px;

}

#footer {

	padding:20px 0;
	clear:both;

}

.address {

	width:300px;
	padding-top:30px;

}

div.company-addresses {

	float:left;
	width:260px;
}

img.accreditations {

	margin:0 0 0 20px;
	height:74px;

}

div.supplier-links {

	height:100px;
	width:100%;
}

div.supplier-links img {

	float:left;
	padding:0;
	margin:0;
}

#footer-wrapper {

	width:100%;
	background-color:#fff;
	clear:both;
	
}

#clearfix {
	clear:both;

}

/*-------form layout and styling-------*/

.contact-form {
	width:450px;
	height:220px;
	font-size:12px;
	color:#484444;

}

form#contact {
	height:220px;

}

div.row {
  clear: both;
  padding-top: 4px;
}

div.row span.label {
  float: left;
  width: 65px;
  text-align: left;
}

div.row span.formw {
  float: right;
  width: 375px;
  text-align: left;
} 

form#contact input, textarea {
	border:1px solid #aaa;

}

input.submit{
	margin-top:10px;
}

hr{
color:#fff;
width:520px;

}