/* ----------------- CSS 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;
	background: transparent;
}
body {
	line-height: 1;
	font: 63% trebuchet, "trebuchet ms", helvetica, arial, verdana, sans-serif;
}
ol, ul {
	list-style: none;
}

ul, ol, dl {
	position: relative;  
}

blockquote, q {
	quotes: 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;
}

td {
	vertical-align: top;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

img { 
	-ms-interpolation-mode : bicubic; 
	background: transparent;} 

/* ----------------- Main Structure ----------------- */


.contentwrap {
display: block;
position: relative;
width: 792px;
margin: 0 auto;
}

#mast {

}

#mast h1 a {
	text-indent: -9999px;
	background: url('../images/main/betheaten.png') top right no-repeat;
	width: 745px;
	height: 86px;
	margin: 40px 20px 30px 20px;
	display: block;
	position: relative;
}

#nav {
	float: left;
	display: block;
	position: relative;
}

#content {
float: right;
margin-right: 10px;
display: block;
position: relative;
width: 400px;
}


#headline {
}

img.about {
	float: right;
	margin: 20px 35px;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
}

img.about:hover {
border-bottom: 1px solid #981D39;
}



/* ----------------- Links ----------------- */

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #953339;
}

a:visited {

}

a:hover {

	text-decoration: underline;
}

/* ----------------- Navigation ----------------- */

#nav ul {
	display: block;
	position: relative;
	list-style: none;
	margin: 50px 0 30px 120px;
	width: 150px;
	}

#nav ul li {
}

#nav ul li, #nav ul li a, #nav ul li a:link {
	text-indent: -9999px;
	text-decoration: none;
	position: relative;
	display: block;
	background: transparent;
	}
	
#nav ul li {
	margin: 10px;
	width: 200px;
}
	
#nav ul li.index {
	background: url('../images/nav/home.png') 30px 0 no-repeat;

	height: 15px;
}

#nav ul li.back  {
	background: url('../images/nav/back.png') 5px 0 no-repeat;

	height: 15px;
	margin-top: 30px;
}

#nav ul li.contact {
	background: url('../images/nav/contact.png') 30px 0 no-repeat;
	height: 15px;
}

#nav ul li.fabric {
	background: url('../images/nav/fabric.png') 30px 0 no-repeat;
	height: 12px;
	margin-left: 25px;
}

#nav ul li.paper {
	background: url('../images/nav/paper.png') 30px 0 no-repeat;
	height: 12px;
	margin-left: 25px;
}

#nav ul li.news {
	background: url('../images/nav/news.png') 30px 3px no-repeat;
	height: 15px;
}

#nav ul li.works {
	background: url('../images/nav/works.png') 30px 0 no-repeat;
	height: 15px;
}

#nav ul li a:hover, #nav ul li.on a {
background: url('../images/nav/stitch.png') 0 5px no-repeat;
}

#nav ul li.back a:hover, #nav ul li.fabric a:hover, #nav ul li.paper a:hover {
	background: none !important;
}

#nav ul li.paper.on a,  #nav ul li.fabric.on a {
	background: transparent !important;
}

#nav ul li.paper.on {
	background: url('../images/nav/paper-on.png') 30px 0 no-repeat;
}

#nav ul li.fabric.on {
	background: url('../images/nav/fabric-on.png') 30px 0 no-repeat;
}


/* ----------------- Pages ----------------- */

/* Index Page */

body#index {
	background: #EFF1E0 url('../images/main/home.png') top center no-repeat;
}

#index h2 {
	background: url('../images/headlines/homeheadline.png') no-repeat scroll top left;
	width: 418px;
	height: 118px;
}

#index #content img {
margin: 30px auto;
}


/* Contact Page */

body#contact {
	background: #DAE5D7 url('../images/main/contact.png') top center no-repeat;
}


#contact #content {
margin: 30px auto 0;
width: 500px;
}

#contact #content img {
	float: left;
}


.address {
	float: right;
	margin-top: 110px;
	width: 170px;
}

.address p {
	white-space: nowrap;
	color: #953339;
	background: transparent;
	line-height: 1.4em;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}

p.linktext  {
	white-space: normal;
	display: block;
	position: relative;
	background: #C6D6C3 url('../images/main/link.png') 0 4px no-repeat;
	margin: 15px 0;
	padding-left: 20px;
}

p.linktext a:link {
}

a.hoverlink {
display: block;
position: relative;
float: left;
height: 163px;
width: 163px;
margin: 0 15px 0 0 !important;
}

a.hoverlink:link, a.hoverlink:hover, a.hoverlink:visited {
	border: 1px solid transparent !important;
}

.photolinks {
	margin-top: 30px;
	display: block;
	position: relative;
}

.photolinks img {
height: 163px;
float: left;
width: 163px;
margin: 0 !important;
display: block;
position: relative;
}

a.hoverlink:hover, a.hoveron:link {
border: 1px solid #fff !important;
display: block;
position: relative;
}

/* News Page */

body#news {
	background: #EDF0C6 url('../images/main/news.png') top center no-repeat;
}


#news #content {
margin: 50px auto 0;
width: 500px;
}


/* About Pages */

body#about {
	background: #E9E8D4 url('../images/main/about.png') top center no-repeat;
}

#about h2 {
	background: url('../images/headlines/worksinpaper.png') no-repeat scroll top left;
	width: 308px;
	height: 75px;
}

#about h2.fabric  {
	background: url('../images/headlines/worksinfabric.png') no-repeat scroll top left;
	width: 310px;
	height: 67px;
}

img.worksheadline {
	padding-bottom: 30px;
}

#about #content img {
margin: 30px auto;
}


#about #nav {
	margin-top:-30px;
}


/* Paper */

body#paper {
	background: #E9E8D4 url('../images/main/paper.png') top center no-repeat;
}

#paper h2 {
	background: url('../images/headlines/worksinpaper.png') no-repeat scroll top left;
	width: 308px;
	height: 75px;
}



/* Fabric */

body#fabric {
	background: #F9F2DF url('../images/main/fabric.png') top center no-repeat;
}

#fabric h2 {
	background: url('../images/headlines/worksinfabric.png') no-repeat scroll top left;
	width: 308px;
	height: 75px;
}


#fabric table, #paper table {
	
}

#fabric td, #paper td {
	padding: 15px;
}

#fabric td img, #paper td img {
	
}

#fabric td img, #paper td img {
	border: 1px solid transparent;
}

#fabric td img:hover, #paper td img:hover {
	border: 1px solid #fff !important;
}




#leftcol {
	width: 350px;
	float: left;
	margin-top: 30px;
}

#leftcol p {
	color: #953339;
	line-height: 1.4em;
}

#leftcol h3 {
	text-transform: uppercase;
	margin: 25px 0 10px 0;
	color: #991A37;
	font-size: 17px;
}

#leftcol h3.nopad {
	text-transform: uppercase;
	margin-top: 0
}

#leftcol a {
	text-decoration: underline;
}


/* ----------------- Headlines ----------------- */

h2 {
	text-indent: -9999px;
	display: block;
	position: relative;
	background: transparent;
}

h3 {
	color: #646A35;
	font-size: 1.3em;
	font-weight: bold;
}


/* ----------------- Typography ----------------- */

p, li, dd {
font-size: 1.3em;
}

ul.location li {	
	color: #689898;
	margin: 13px 0;
	font-weight: bold;
	white-space: nowrap;
}

ul.location span {
	color: #646A35;
	padding-left: 7px;
}