html, body {
	height: 100%;
}
*{
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #fff url(../images/header_bg.jpg) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

a, a:hover {
text-decoration: none;
}

h1 {
	font-size: 2em;
	color: #853b6a;
	margin: 0 0 5px;
}
p {
	line-height: 1.4;
	font-size: 0.9em;
	margin: 0 0 5px 0;
}
#index p {
	font-size: 0.8em;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 150px;
	color: #fff;
	position: relative;
	top: 0;
	margin-bottom: 20px;
}

#content {
	margin-bottom: -95px;
	min-height: 100%;
	position: relative;
}

/* Navigation */

ul#nav {
	float: right;
	position: relative;
	top: 40px;
}
#nav li {
	display: inline;
	height: 100px;
}
#nav li a {
	padding: 40px 30px;
	color: #fff;
	font-weight: bold;
}
#nav li a:hover {
	background: #a46e91 url(../images/menuhoverbg.jpg) repeat-x;
}

/* Strapline */

#header .table {
	clear:left;
}

#strapline {
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

#phonenumber {
	text-align: right;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 50px;
	background: transparent url(../images/telephone.png) 30px 0 no-repeat;
}

.table {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.row {
	display: table-row;
}

/* Showcase */
#showcase, #iemess-wrap {
	display: table-cell;
	vertical-align: top;
}

#iemess-wrap p {
	margin-right: 10px;
}

#showcase {
	padding-top: 10px;
	text-align: right;
}

/* Bespoke/Products Range */
#bespoke {
	clear: both;
	float: left;
	margin: 20px 0 0;
}
#productrange {
	float: right;
	margin: 20px 0 0;
}
#bespokebutton {
	position: relative;
	float: left;
	bottom: 20px;
	left: 275px;
}
	
#productrangebutton {
	position: relative;
	float: right;
	bottom: 20px;
	right: 20px;
}

.bespokeimage{ width:175px; height:175px; margin:10px 25px; float:left; border:1px solid #e7d8e1;}

/* Clients */
#clientslist {
	background: transparent url(../images/clientsbg.jpg) no-repeat;
	height: 140px;
	padding: 10px 20px;
}
ul.clients {
	margin: 0 0 25px 80px;
	float: left;
	display: inline;
}
ul.clients li {
	list-style: none;
	background: transparent url(../images/tick.jpg) no-repeat;
	padding: 0 0 0 20px;
}

/* Footer */
.clearfooter {
	height: 95px;
	clear: both;
}
#footer {
	background: #f2f2f2;
	border-top: 1px solid #e7d8e1;
	height: 95px;
	margin: 20x 0 0;
	padding: 10px 0 0;
	color: #853b6a;
	line-height: 1.1;
	font-size: 0.85em;
	position: relative;
}
#footer p {
	float: left;
	padding: 0 10px 0 0;
}
#footer a {
	color: #853b6a;
}
#footer a:hover {
	color: #5a2948;
	text-decoration: underline;
}
ul#footernav {
	float: right;
	font-size: 0.85em;
}
ul#footernav li {
	display: inline;
	border-left: 1px solid #ccc;
	padding: 0 0 0 5px;
}
ul#footernav li.first {
	border: none;
}
p#webdesign {
	float: right;
	position: relative;
	top: 25px;
	left: 250px;
}

/* Accordian */


#accordion {
	margin:20px 0px;
}

h3.toggler {
	background: #f2f2f2 url(../images/arrow.png) no-repeat;
	padding-left: 25px;
	margin-top: 15px;
	font-size: 1.8em;
	font-weight: normal;
	cursor: pointer;
	border: 0;
}
h3.toggler:hover {
	background: #f2f2f2 url(../images/purplearrow.png) no-repeat;
	color: #853B6A;
}

div.element img {
	margin-left: 6px;
	margin-left: 7px;
}

#cbot-left, #cbot-middle, #cbot-right, .cbot {
	display: inline;
	padding: 0 9px;
}

.cbot {
	position: relative;
}


.zoom {
	background: url(../images/magnify.png) 40% 0 no-repeat;
	padding-left: 34px;
	line-height: 32px;
}

.zoom1 {
	background: url(../images/magnify.png) 12% 0 no-repeat;
	padding-left: 34px;
	line-height: 32px;
}

/* Contact Form */
#contactform {
	float: left;
	width: 300px;
}
#contactform input, textarea {
	border: 1px solid #853b6a;
	padding: 3px 5px;
	margin: 5px 0;
	width: 250px;
}
input#submit {
	margin: 5px 0 10px;
	width: 75px;
}
#contactform ul li {
	list-style: none;
}
.error {
	border: 1px solid #f00;
    background-color: #fdd;
}

.hotr {
	display: none;
}

#contactdetails {
	float: left;
	width: 300px;
}
#contactdetails a {
	color: #853b6a;
}
#contactdetails a:hover {
	text-decoration: underline;
}
#googlemap {
	float: right;
	width: 350px;
	margin-top: -40px;
}
/* Others */

.centered {
	text-align: center;
}
.purple {
	color: #853b6a;
}
