body {
	margin: 0;
	padding: 0;
	background: #F48444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #F48444;
}

h1 { font-size: 44px;}

h2 { font-size: 15px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #F48444; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width: 980px;
	margin: 0px auto;
	background: #FDFDFD;
}
/* Header */

#header {
	width: 980px;
	height: 10px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: right;
	width: 640px;
	padding-top: 80px;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#menu a:hover { 
	text-decoration: none; 
}

#menu .current_page_item a {
}

#menu .first {
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 30px 20px 10px 20px;
}


/* Spacer */ 

.spacer { clear:both; }

.spacer2 { clear:both; width:100%; height:1px; background:#999 url(http://www.bathroomexpress.co.uk/images/border_line.jpg) no-repeat; }

/** LOGO */

#logo {
	float: left;
	width: 300px;
	height: 401px;
	margin: 0 auto;
	padding-top: 10px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	margin-top: -4px;
	text-transform: lowercase;
	font-size: 13px;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 10px;
	font-size: 48px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}


#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: left;
	width: 660px;
}

/* Post */

.post {
	margin-bottom: 45px;
}

.post .title {
	height: 30px;
	padding-left: 1px;
	color: #A15E00;
}

.post .title a {
	background: #FFFFFF;
	padding: 1px 1px;
	text-decoration: none;
	text-transform: none;
	font-size: 15px;
	color: #F48444;
}

.post .date {
}

.post .meta {
	height: 32px;
	margin-left: 2px;
	padding: 4px 30px 2px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 5px 5px;
}

.post .links {
	display: block;
	width: 120px;
	height: 18px;
	margin: 30px 0px 0px 0px; 
	padding: 3px 0px 0px 40px;
	background: #4DA1A3;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	padding: 20px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #333333;
}

#footer a {
	color: #9B5B01;
}

