@charset "utf-8";
/*---------------- basic styling -------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	}

#wrapper {
	position: relative;
	width: 795px;
	text-align: left;
	background-color: #fff;
	/* [disabled]margin-top: 0; */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#clear {
	clear:both;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #5B4A42;
	line-height: 1.5em;
	word-spacing: normal;
}
p2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #5B4A42;
}

p a               {
	text-decoration: none;
	color: #C65528;
}
p a:hover {
	text-decoration: underline;
	color: #C65528;
}
p a:visited {
	text-decoration: underline;
	/* [disabled]color: #669999; */
}

.ind {
	text-indent: 20px;
}
.indit {
	text-indent: 20px;
	font-style:italic;
}
.small {
	font-size: 9px;
	font-color: #5B4A42;
	font-family: Tahoma, Geneva, sans-serif;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #5B4A42;
	line-height: 1.2em;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	margin-right: 0px;
	margin-left: 0px;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #748a9d;
	/*border: .25px solid #5B4A42; */
	padding: 6px;
	margin: 0px;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #5B4A42;
	line-height: 20px;
	text-transform: uppercase;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1.5em;
}
h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5B4A42;
}
h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	padding: 3px;
}
h7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #5B4A42;
	line-height: 1.2em;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	margin-right: 0px;
	margin-left: 0px;
}

#pic1 {
	padding: 2px;
	border: 1px solid #5B4A42;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pic2      {
	padding: 2px;
	border: 1px solid #5B4A42;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	float: right;
}
#pic2Text {
	float: right;
	clear: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5B4A42;
	font-style: italic;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 2px;
	width: 185px;
}

#pic3 {
	padding: 2px;
	border: 1px solid #5B4A42;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	clear: right;
}
#pic3Text {
	float: right;
	clear: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5B4A42;
	font-style: italic;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 2px;
	width: 185px;
}

#pic4 {
	padding: 2px;
	border: 1px solid #5B4A42;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	clear: right;
}
#pic4Text {
	float: right;
	clear: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5B4A42;
	font-style: italic;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 2px;
	width: 185px;
}

#pic5 {
	padding: 2px;
	border: 1px solid #5B4A42;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	clear: left;
}

#homeButton {
	position: relative;
	float: left;
	margin-right: 120px;
}

.sthome {
	color: #5B4A42;
	font-weight: bold;
}





/*-------------- position container elements ------------*/

	

#header{
	height: 117px;
	background-image: url(../_assets/images/header2.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	text-align: center;
	position: relative;
	}

#schacht-logo {  
    background-image:url(http://www.schachtspindle.com/_assets/images/header2.png);
    display:block;
	background-repeat:no-repeat;
	margin-top: 5px;
    height: 117px;
	overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
	width: 795px;
}

#topmenu_ytw {
	text-align: center;
	padding-left: 1px;
	border: 1px solid #5B4A42;
	position: absolute;
	z-index: 1;
}
#subHeader {
	margin-top: 5px;
	position: relative;
}
#subHeader #homeButton {


}
#subHeader #homeButton a {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #5B4A42;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
#subHeader #homeButton a:hover {
	color: #C65528;
	text-decoration: underline;
}

#subHeader #title {
	width: 550px;
	margin-left: 160px;
}
#subHeader #search {
	position: relative;
	text-align: right;
	padding-top: 8px;

}

#sidebar {
	float: left;
	border: 1px solid #5B4A42;
	width: 150px;
	padding: 2px;
	margin-bottom: 2em;
}
#sidebar #blogNav  {
	border: 1px solid #5B4A42;
	margin-bottom: 5px;
	height: 94px;
}

#sidebar #sideNav  {
	border: 1px solid #5B4A42;
	margin-bottom: 5px;
	height: 94px;
}

#sidebar #newsletterNav {
	border: 1px solid #5B4A42;
	height: 94px;
	margin-bottom: 5px;
}
#sidebar #freePatternsNav {
	margin-bottom: 5px;
	border: 1px solid #5B4A42;
	height: 94px;
}
#sidebar #videosNav {
	margin-bottom: 5px; last item in list doesn't need bottom margin 
	border: 1px solid #5B4A42;
	height: 94px;
}

#sidebar #lastNav {
	margin-bottom: 5px; last item in list doesn't need bottom margin 
	border: 1px solid #5B4A42;
	height: 94px;
}

#sidebar #zoomloomNav {
	margin-bottom: 5px;
	border: 1px solid #5B4A42;
	height: 94px;
}
#sidebar #zoomloomNav {
	margin-bottom: 5px;
	border: 1px solid #5B4A42;
	height: 94px;
}
#productsMenu {
	position: relative;
	z-index: 2;

}

#sidebar  #yearningToWeaveNav {
	border: 1px solid #5B4A42;
	height: 94px;
	margin-bottom: 5px;
}
#mainContent {
	border: 1px solid #5B4A42;
	border-style:solid;
	padding: 10px;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 160px;
	}

#mainContent1 {
	border: 1px solid #5B4A42;
	padding: 10px;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	}
#mainContent2 {
	border: 1px solid #5B4A42;
	padding: 10px;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 160px;
}
#mainContent3 {
	padding: 10px;
	border: 1px solid #5B4A42;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 160px;
}
#mainContent4 {
	padding: 10px;
	border: 1px solid #5B4A42;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 160px;
}

#mainContentHome {
	border: 1px solid #5B4A42;
	padding: 0px;
	position: relative;
	overflow:hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 160px;
	height:auto;
	}
	
div.container {
	border: 1px solid #00cc00;
	overflow: hidden;
	width: 100%;
	padding:5px;
}

div.mainContentCol1 {
	border: 1px solid #cccc00;
	width: 48%;
	float: left;
}

div.right {
	border: 1px solid #00cccc;
	width: 48%;
	float: right;
}

div.buffer {
	border: 0px;
	width: 100%;
	height: 10px;
}
	
	
#mainContentCol1 {
	width:49%; 
	float:left; 
	border: 1px solid #5B4A42;
	height: 230px;
}

#mainContentCol1 {
	position: absolute;
	left: -1px;
	width: 50%;
	border: 1px solid #5B4A42;
	height: 228px;
	top: 12px;
}

#mainContentCol2 {
	width:1%;
	border: 0px;
	float:left;
	height: 230px;
}

#mainContentCol3 {
	float: right;
	width: 49%;
	right: 0;
	border: 1px solid #5B4A42;
	height: 230px;
}

#mainContentPic {
	border: 1px solid #5B4A42;
	position: absolute;
	padding: 2px;
	top: 13px;
	right: 9px;
}

#header  #mainNav  {
	position: absolute;
	bottom: -40px;
	left: -1px;
	width: 795px;

}
#header ul li{
	float:left;
	}



/* -- main navigation styles --*/
#header ul {
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	}
#header ul a{
	text-decoration:none;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	color: #5B4A42;
	text-transform: uppercase;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #5B4A42;
	border-right-color: #5B4A42;
	border-bottom-color: #5B4A42;
	font-size: 8pt;
	background-color: #C0B399;
	padding-top: 3px;
	padding-right: 34px;
	padding-bottom: 3px;
	padding-left: 34px;
	clear: both;
	}
#header ul a.first{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #5B4A42;
	border-right-color: #5B4A42;
	border-bottom-color: #5B4A42;
	border-left-color: #5B4A42;

	}


#header ul a:hover{
	color: #FFFFFF;
	background-repeat: repeat;
	background-image: url(../_assets/images/menu_hover.gif);
	}

#footer    {
	color: #5b4a42;
	margin-top: 3em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	clear: both;
	margin-bottom: 2em;
	text-align: center;
	}
#footer         a    {
	text-decoration: none;
	color: #5B4A42;
}
#footer   a:link  {
	color: #5B4A42;
}
#footer a:visited {
	color: #669999;
	text-decoration: underline;
}

#footer a:hover {
	color: #C65528;
	text-decoration: underline;
}
#footer a:active {
	color: #C65528;
	text-decoration: underline;
}

#footer .style1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
}

#badges {
	height:28px;
	float:center;
}

#columnOne {
	width: 310px;
	position: absolute;
	left: 8px;
	top: 10px;
}
#columnTwo {
	width: 300px;
	margin-left: 314px;
}
#tableA {
	padding: 5px;
}

#columnOneDLR {
	width: 375px;
	position: absolute;
}
#columnTwoDLR {
	width: 375px;
	margin-left: 400px;
}

#columnOneYTW {
	width: 300px;
	position: absolute;
	left: 12px;
	top: 8px;
}
#columnTwoYTW {
	width: 300px;
	margin-left: 314px;
}
.H1small {
	font-size: 10px;
	font-weight: normal;
}
.H1sub {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

.verticalLine { 
	border-left: solid thin #999;
}
