/*
Lace Curtain - Landing Page
The Friendship Express
*/

/*	Browser Reset
------------------------------------------------- */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*	Base
------------------------------------------------- */
html, body {
	background: #0d0d0d url(lace.jpg) right top repeat-x;
	color: #ccc;
	font: 10px "Helvetica Neue", Helcetica, Verdana, sans-serif;
	line-height: 1.3; 
	}
	/* if IE - 62.5% */
.page { margin: 0 auto; padding: 0 16px; width: 736px; }
strong { font-weight: bold; }
em { font-style: italic; }

.businessName { background: transparent url(businessName.png) no-repeat; display: block; height: 80px; margin: 0 auto; width: 768px; text-indent: -999999px; }
#feature { }
h1 {  font: 32px Georgia, serif; margin: 16px 0; }
#feature a { background: transparent url(button.png) no-repeat; display: block; height: 38px; text-indent:-999999px; width: 128px; }
#feature img { float: right; margin: -61px 32px 0 0; }

h2 { font: italic 24px Georgia, serif; line-height: 32px; margin: 56px 0 24px 0; }

.testimonial { background: #1a1a1a url(testimonialBG.png) left top no-repeat; display: block; float: left; font-size: 14px; padding: 8px 24px; width: 312px; }
.q { display: block; font-style:italic; margin: 0 0 16px; }
.left { margin: 0 16px 16px 0; }
.leftDoubleQuote { display: none; }
.rightDoubleQuote { display: none; }
.testimonialAuthor { font-weight: bold; }

#footer { border-top: 1px dotted #ccc; clear: both; padding: 8px 0; }
.copyright { font: bold 12px Georgia, serif; }

a { font-size: 12px; color: #fff; }