@font-face {
	font-family: 'HomeSweetHome';
	src: url('fonts/homeswee-webfont.eot');
	src: local('☺'), url('fonts/homeswee-webfont.woff') format('woff'), url('fonts/homeswee-webfont.ttf') format('truetype'), url('fonts/homeswee-webfont.svg#webfontXjgb8DW5') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BigCaslonMedium';
	src: url('fonts/bigcaslon.eot');
	src: local('Big Caslon'), local('BigCaslon-Medium'), url('fonts/bigcaslon.woff') format('woff'), url('fonts/bigcaslon.ttf') format('truetype');
}

body {background-color: #ededed; background-image:url('images/chainstitch.jpg'); background-repeat: no-repeat; font-family: 'BigCaslonMedium', Helvetica, sans-serif;}

#container {background-color: #ededed; width: 820px; margin: 0px auto;}
a {text-decoration: none; color: #000; border: none;}
a:link {color: #000;}
a:visited {color: #000;}
img {border-style: none;}
.dashedbar {border-bottom: 1px dashed #666666;}

/* Header and navigation styles */
#logo {
	width: 160px;
	float: left;
}
#logotext {
	margin-top: 30px;
	float: left;
}

#header {
	height: 140px;
	/*border-bottom: 1px dashed #666666;*/
}

#nav {
	height: 30px;
	background-color: #ededed;
	font-family: 'BigCaslonMedium', serif;
	font-size: 12pt;
	margin-top: 0px;
}
#nav ul {
	list-style-type: none;
	}
#nav ul li {
	padding: 10px 18px;
	float: left;
	}
#nav ul li a {
	color: #000000;
	display: block;
	}

h1 {
	font-family: 'HomeSweetHome', Helvetica;
	font-size: 29px;
	font-weight: 300;
	padding-top: 30px;
}

/* Basic info and contact form styles */
#contact {
	width: 820px;
	margin-top: -10px;

}
h2 {
	font-family: 'BigCaslonMedium', serif;
	font-size: 24px;
	font-weight: 200;
	text-align: center;
}
p {
	font-family: 'BigCaslonMedium', serif;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.6em;
	text-align: center;
}
#cform {
	background-image: url('images/rect.gif');
	background-repeat: no-repeat;
	height: 250px;
	margin-left: 10px;
	margin-bottom: 30px;
	
	overflow: scroll;
	/*border-bottom: 1px dashed #666;*/
}
.formtext {
	margin: 20px 0 0 30px;
	float: left;
}

/* Price guideline styles */
#prices {
	width: 820px;
	margin-top: 30px;
	/*border-bottom: 1px dashed #666;*/
}
.col {
	width: 260px;
	margin: 0 0 20px 0;
	float: left;
}
.col2 {
	width: 260px;
	margin: 0 20px 20px 20px;
	float: left;
}
.col3 {
	width: 260px;
	margin: 0 0 20px 0;
	float: right;
}

#prices p {
	font-family: 'BigCaslonMedium', serif;
	font-size: 11px;
	text-align: justify;
	clear: both;
}
#prices td {
	font-family: 'BigCaslonMedium', serif;
	font-size: 14px;
}

#reviews {
	float: left;
	}
#reviews img {
	margin: 30px 0 0 20px;
}
#reviews iframe {
	margin-top: 20px;
	float: left;
}