/* GENERAL */

* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
    min-height: 100%;
}

body {
	font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
	margin: 0;
	padding: 0;
	font-size: 9pt;
	letter-spacing: 0.083em;
}

h1 {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 2em 0;
}

p {
	font-size: 83.3%;
	font-weight: normal;
}

a {
	color: black;
	text-decoration: none;
	outline: none;
}

a:link {
   text-decoration: none;
   color: black;
}

a img {
	border: none;
}

#everything {
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 1.875em;
}

/* MAINBOX */

#box {
	width: 66.667em;
	height: 41.667em;
	background-color: white;
    border: 1px solid black;
    margin: 1.25em 0 0 0;
}

#logo {
	position: absolute;
	float: left; 
}
#logo img {
	margin-top: 0.5em; 
}

#corner {
	position: absolute;
	margin-left: 56.25em;
	margin-top: 0.083em;
}
#presscorner {
	position: absolute;
	margin-left: 56.167em;
	margin-top: 0;
	z-index: 2;
}

/* MENU */

#springsummerlink {
	position: absolute;
	height: 1.667em;
	margin: 0.6em 0 0 16.5em;
	z-index: 2;
}

#dot {
	position: absolute;
	height: 1.667em;
	margin: 0.6em 0 0 25.9em;
}

#fallwinterlink {
	position: absolute;
	height: 1.667em;
	margin: 0.6em 0 0 27em;
}

#dot1 {
	position: absolute;
	height: 1.667em;
	margin: 0.6em 0 0 34.5em;
}

#aboutlink {
	position: absolute;
	height: 1.667em;
	width: 3.833em;
	margin: 0.6em 0 0 35.6em;
}

#dot2 {
	position: absolute;
	height: 1.667em;
	width: 9.75em;
	margin: 0.6em 0 0 39.6em;
}

#presslink {
	position: absolute;
	height: 1.667em;
	width: 4.917em;
	margin: 0.6em 0 0 40.6em;
}

#dot3 {
	position: absolute;
	height: 1.667em;
	width: 0.833em;;
	margin: 0.6em 0 0 44.6em;
}

#otherlink {
	position: absolute;
	height: 1.667em;
	width: 4.917em;
	margin: 0.7em 0 0 45.6em;
}

#dot4 {
	position: absolute;
	height: 1.667em;
	width: 0.833em;
	margin: 0.6em 0 0 60.9em;
}

#contactlink {
	position: absolute;
	height: 1.667em;
	width: 5.167em;
	margin: 0.6em 0 0 61.8em;
}

#dot5 {
	display:none;
	position: absolute;
	height: 1.667em;
	width: 0.833em;
	margin: 0.6em 0 0 61.25em;
}


#policieslink {
	display:none;
	position: absolute;
	height: 1.667em;
	width: 4.917em;
	margin: 0.6em 0 0 44.75em;
}
#mycartlink {
	display:none;
	position: absolute;
	height: 1.667em;
	width: 4.75em;
	margin: 0.6em 0 0 62.25em;
}

/* INDEX */

#welcomeboxright {
	width: 17em;
	height: 20em;
	margin-top: 10em;
	margin-left: 262px;
	text-align: center;
}

#enterlink {
	margin: 5em 0 0 6em;
	font-size: 116.7%;
}

#sculpture {
	display: none;
	position: absolute;
	margin: 7em 0 0 2em;
}

/* INDEX-2 */

#entryBox {
	width: 66.667em;
	height: 41.667em;
	background-color: white;
    margin: 1.25em 0 0 0;
}
#enterbutton {
	margin: 22em 0 0 6em;
}

#sculptureBox {
	position: absolute;
	margin: 1.5em 0 0 2em;
}

#logoBox {
	width: 17em;
	height: 20em;
	margin: 8em 6em 0 0;	
	float: right;
}

/* ABOUT */

#about {
	width: 800px;
	height: 500px;
}
#abouttext {
	float: left;
	margin: 7.5em 0 0 2em;
	text-align: center;
	font-weight: normal;
	width: 475px;
}
#about h1 {
	font-size: 116.7%;
	margin-bottom: 1.5em;
}
#about p {
	font-size: 91.7%;
	line-height: 1.5em;
	word-spacing: 0.083em;
}
#aboutimage img {
	border: 1px solid black;
	float: right;
	margin: -35.8em 2.5em 0 0;
	padding: 3px;
}

#margintop {
	margin: 2em 0 0 0;
}

#boutiquelist {
	width: 46em;
	height: 8em;
	font-size: 83.3%;
}
#boutiquelist ul {
	list-style: none;
}
#column1 {
	float: left;
	margin: 0 0 0 2em;
}
#column2 {
	float: right;
		margin: 0 2em 0 0;
}

.linebreak {
	margin-bottom: 1.5em;
}

/* SPRING/SUMMER COLLECTION */

#texture {
	width: 65em;
	margin-right: auto;
	margin-left: auto;
}

#texturetable {
	border: none;
	margin: 6em 0 0 0;
}

#table1 img, #table2 img {
	display: block;
}
#table1 td, #table2 td {
	padding: 1px;
}

.border {
	border: 1px solid black;
}
.border2 {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

/* FALL/WINTER COLLECTION */

#texture {
	width: 65em;
	margin-right: auto;
	margin-left: auto;
}

#texturetable {
	border: none;
	margin: 4.75em 0 0 0;
}

#table3 img, #table4 img {
	display: block;
}
#table3 td, #table4 td {
	padding: 0.083em;
}

.border {
	border: 1px solid black;
}
.border2 {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

/* KNOT PAGES */

#thumbwrap {
	width: 80px;
	height: 500px;
}
#thumbnails {
	width: 80px;
	height: 488px;
	text-align: center;
	clear: both;
	padding-top: 12px;
	font-size: 10px;
	border-right: 1px solid black;
}
#thumbnails ul {
	list-style: none;
}
#thumbnails img {
	border: 1px solid black;
	padding: 1px;
	margin: 0;
}
.marginbottom {
	margin-top: 1px;
	margin-bottom: 10px;
}

#fallwinterthumbnails {
	width: 80px;
	height: 415px;
	text-align: center;
	border-right: 1px solid black;
	clear: both;
	padding-top: 83px;
}
#fallwinterthumbnails p {
	font-size: 10px;
	line-height: 12px;
	margin-top: 3px;
	margin-bottom: 2px;
}

#fallwinterthumbnails img {
	border: 1px solid black;
	padding: 1px;
}

#collectiontitle {
  	width: 710px;
   	overflow: hidden;
	margin: 0.25em 0.083em 0 81px;
	position: absolute;
}

.thumbs img {
	border: 1px solid black;
	padding: 0.1em;
	margin: 0.5em 0 0 0;
}

#verticalline {
	height: 41.667em;
	width: 0.083em;
	margin: 0 0 0 0;
	border-left: 1px solid black;
}

#colorbutton {
	width: 22em;
	height: 1.167em;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: center;
	padding: 4px 2px 3px 2px;
}

#colorbutton .underline {
	padding-bottom: 1px;
	border-bottom: 1px solid black;
}

#knottext {
	width: 28em;
	min-height: 8.333em;
	float: left;
	text-align: center;
	margin: -330px 0 0 90px;
}

#knottext p {
	margin: 0 0 2em 0;
}

#knotimg {
	float: right;
	margin: -430px 1em 0 0;
}
#frayimg {
	float: right;
	margin: -37em 1.75em 0 0;
}
#reedimg {
	float: right;
	margin: -37em 1em 0 0;
}
#jumboimg {
	float: right;
	margin: -32em 1.75em 0 0;
}
#ragimg {
	float: right;
	margin: -35em 0.5em 0 0;
}
#neonimg {
	float: right;
	margin: -35.5em 1.5em 0 0;
}
#beadedimg {
	float: right;
	margin: -34.5em 1.75em 0 0;
}
#tabbyimg {
	float: right;
	margin: -35em 2.5em 0 0;
}
#cashmereimg {
	float: right;
	margin: -34em 3em 0 0;
}
#alpacaimg{
	float: right;
	margin: -36em 2em 0 0;
}
#knotbeaded {
	margin: 3.5em 0 0 0;
}

.headermargin {
	margin: 0;
}

/* CONTACT */

#contact {
	width: 66.667em;
	height: 41.667em;
	text-align: center;
}

#mailinglist {
	float: left;
	width: 16.667em;
	height: 33.333em;
	margin: 3em 0 0 3.333em;
}
#mailinglist img {
	margin: 1em 0 6em 0;
}

#email {
	float: left;
	width: 16.667em;
	height: 25em;
	margin: 8.5em 0 0 60px;
}
#email img {
	margin: 3em 0 0 0;
}
#email p {
	margin: 0.333em 0 0 0;
}

#address {
	float: left;
	width: 21.667em;
	height: 16.667em;
	margin: 3.2em 0 0 3.333em;
}
#address img {
	margin: 1em 0 0 0;
}
#address h1 {
	margin: 8em 0 0 0;
}
#email h1 {
	margin: 0;
}

#socialmedia {
	position: absolute;
	width: 8.333em;
	height: 2.5em;
	margin: 38em 0 0 58.5em;
}

/* PRESS */

#press {
	width: 66.667em;
	height: 490px;
	padding: 10px 0 0 0;
}
#press h1 {
	margin: 0.5em 0 0 3em;
	padding: 0;
	clear: both;
}

#domestictable {
	margin: 0em 0 0 8em;
}
#internationaltable {
	margin: 0.25em 0 0 8em;
}

#domestictable td, #internationaltable td {
	border: 1px solid black;
	width: 6.667em;
	height: 8.417em;
}

/* POLICIES */

#policiesmenu {
	width: 38.75em;
	height: 1.75em;
	margin: 9.5em 0 0 2em; 
	float: left;
}

#policiesmenu h1 {
	margin: 0 0 2em 0;
}

#policiestext {
	margin: 2em 0 0 0;
	line-height: 1.5em;
	word-spacing: 0.083em;
	text-transform: none;
}

#policiesmenu {
	font-size: 100%;
	text-transform: uppercase;
}

#policiesmenu ul {
	font-size:  100%;
	line-height: 116.7%;
}

#policiesmenu li {
	list-style: none;
}

#policiesimage img{
	float: right;
	margin: 14em 2.5em 0 0;
}

.description, .icon {
	display: none;
}

#shipping {
	display: block;
}
