@charset "utf-8";
/* CSS Document */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: Arial, sans-serif;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* START PAGE STYLES */

body {
	background-attachment: fixed;
	background-image: url(images/pillows.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
	font-size: 1.7em;
	font-weight: 700;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 20px;
}
h2 {font-size: 1.2em; margin-bottom: 10px;font-weight: 700;}
a {color: #06F; text-decoration: none;}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	background-color: #FFF;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#about .firstP { font-size: 1.6em; color: #ff0066;}
#about p{line-height: 1.4em; padding: 10px; background-color: #fff; font-size: .8em;}

.clearfix {clear: both;}

#content {width: 100%; background-color: #fff;}
#wrapper {
	width: 960px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.items img:nth-of-type(1) {margin-right: 35px;}
.furniture {margin: 30px 0;}

.contact {
	background-image: url(images/google-map.jpg);
	background-repeat: no-repeat;
	width: 960;
	height:427px;
}
.contactHeader {width: 960; margin: 0 auto;}
.contactInfo {width: 960; margin: 10px auto; font-weight: 400; font-size: .9em; color: #333;}
strong {font-weight: 700; color: #000;}

iframe {overflow-y:hidden;}

#footer {
	width: 960px;
	margin: 20px auto;
	font-size: .7em;
	color: #666;
	text-align: center;
}

#foxyform_embed_link_478531 {display:none !important;}