/* 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,
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;
}
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;
}
/* end of reset */



.container {
	width: 900px;
	margin: 0 auto;
}


@font-face{ 
	font-family: 'vistaslab-light';
	src: url('../fonts/vistaslab-light-071211005EmigreWebOnly.eot');
	src: url('../fonts/vistaslab-light-071211005EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/vistaslab-light-071211005EmigreWebOnly.woff') format('woff');
}




/* Home Slideshow */

#slideshow {
	margin: 0 auto;
}

.home-slideshow { height: 432px; width: 632px; padding:0; margin:0; overflow: hidden }
.home-slideshow img { height: 400px; width: 600px; padding: 15px; border: 1px solid #ddd; background-color: #eee; top:0; left:0 }


/* Text */

body {
	font-family: 'vistaslab-light';
}
p {
	font-size: 16px;
	line-height: 22px;
	color: #444;
	margin: 10px 0;
}
b, strong {
}

.intro {
	font-size: 22px;
	line-height: 28px;
	color: #77858f;
}


h1 {font-size:44px;color:#984708}
h2 {font-size:32px;color:#666}
h3 {font-size:28px;color:#555}
h4 {font-size:24px;color:#444}
h5 {font-size:20px;color:#333}
h6 {font-size:16px;color:#222}

.footer {
	text-align: center;
	font-size: 13px;
	color: #777;
	margin: 10px 0;
}



