body {
	background: #8e1c1c url(images/ss-body.jpg) repeat-x top left;
	color: #646260;
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
}

a:link { color: #b80808; }
a:visited { color: #8e1c1c; }
a:hover, a:active { color: #f20000; }

img { border: none; }

h1 { font-size: 1.6em; font-family: "Palatino Linotype", Palatino, Georgia, serif; }
h2 { font-size: 1.8em; font-family: "Palatino Linotype", Palatino, Georgia, serif; }
h3 { font-size: 1.2em; font-family: "Palatino Linotype", Palatino, Georgia, serif; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

hr { height: 1px; color: #eee; background: #eee; border: none; overflow: hidden; }

form { padding: 0; margin: 0; display: inline; }

.floatleft { float: left; padding: 0 10px 5px 0; }
.floatright { float: right; padding: 0 0 5px 10px; }
.center { text-align: center; margin: auto; }
.plain { margin: 0; padding: 0; list-style: none; }
.plain li { margin: 0; padding: 0; }
.inline, .inline li { display: inline; }
.clear { clear: both; display: block; height: 1px; line-height: 1px; color: white; background: transparent; }



#layout {
	width: 900px;
	padding: 0 20px;
	margin: auto;
}

html>body #layout { 
	background: url(images/ss-shade.png) repeat-y top left;
}

#header {
	background: #f6f1e5 url(images/ss-hdr.jpg) repeat-x top left;
	height: 150px;
	padding: 0 0 0 50px;
	font-family: "Palatino Linotype", Palatino, Georgia, serif;
}

#header h1 {
	width: 300px;
	height: 100px;
	float: left;
	overflow: hidden;
	margin: 0;
	background: url(images/ss-logo.jpg) no-repeat top left;
}

#logo {
	width: 300px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

#header address {
	float: right; 
	width: 180px;
	padding: 28px 50px 0 0;
	margin: 0;
	text-align: right;
	font-size: 1.3em;
	font-style: normal;
}

#nav {
	margin: 0; 
	padding: 10px 0 0 0; 
	list-style: none;
	height: 40px;
	clear: both;
}

#nav li {
	padding: 0 40px 0 0;
	margin: 0;
	float: left;
}

#nav li a, #nav li a:visited {
	height: 40px;
	float: left;
	text-decoration: none;
	font-size: 1.6em;
	color: #847362
}

#nav li.ative a, #nav li a:hover, 
.index #nav .index a, .sewing #nav .sewing a, .embroidery #nav .embroidery a, 
.singer #nav .singer a, .pfaff #nav .pfaff a, .contact #nav .contact a {
	background: url(images/ss-mark.jpg) no-repeat bottom center;	
	color: #f20000 !important;
}

#nav li a:hover {
	text-decoration: underline;
}

#content {
	padding: 20px 50px;
	width: 800px;
	min-height: 400px;
	overflow: hidden;
	background: white;
	clear: both;
}
#content p, #content li {
	font-size: 1.4em;
}

#content address{font-style:normal;font-size: 1.4em;}
#content .floatright img, #content .floatleft img { 
	border: 3px solid #ece1cf;
}


#footer {
	clear: both;
	text-align: center;
	padding: 10px 50px 30px;
	background: white;
	color: #98918b;
	border-bottom: 6px solid #dccfbc;
}

#footer a, #footer a:visited {
	color: #a79375;
}
#footer a:hover, #footer a:active {
	color: #c29f6b;
}

#footer p, #footer h6 {
	margin: 0;
}

#footernav {
	padding: 10px 0;
	margin: 0;
	list-style: none;
}

#footernav li {
	padding: 0 10px;
	margin: 0;
	display: inline;
}

.home-box {
	width: 390px;
	height: 192px;
	float: left;
	margin: 0 0 3px 3px;
	color: #752626;
	position: relative;
}

.home-box h2 {
	margin: 0;
}

.home-box h2 a {
	width: 390px;
	height: 192px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	position: absolute; 
	top: 0;
	left: 0;
}

.home-box li {
	font-size: 1.2em !important;
}

#home-singer h2 a:hover, #home-sewing h2 a:hover {
	background: url(images/ss-home-l.png) no-repeat top left;
}

#home-pfaff h2 a:hover, #home-embroidery h2 a:hover {
	background: url(images/ss-home-r.png) no-repeat top left;
}

#home-sewing ul {
	padding: 60px 0 0 14px;
}

#home-embroidery p {
	padding: 60px 14px 0 155px;
	margin: 0;
	text-align: right;
	font-size:1.1em
}

#home-singer { background: url(images/ss-home-singer.jpg) no-repeat top left; margin-left: 6px; }
#home-pfaff { background: url(images/ss-home-pfaff.jpg) no-repeat top left; }
#home-sewing { background: url(images/ss-home-sewing.jpg) no-repeat top left; margin-left: 6px; }
#home-embroidery { background: url(images/ss-home-embroidery.jpg) no-repeat top left; }

strong.red { color: #b80808; font-size: 1.2em; }

#contact { margin: 0; padding: 0; display: block; width: 600px; }
#contact p { margin: 0; line-height: 32px; clear: left; }
#contact label { width: 180px; float: left; }
#contact .input { height: 22px; border: 1px solid #ddd; width: 300px; }
#contact textarea { border: 1px solid #ddd; width: 300px; }
#contact .button { margin-left: 180px; height: 22px; background: #777; color: white; border: 1px solid #777; width: 100px; }

.floataddress { float: right; width: 180xp; text-align: right; }