@charset "utf-8";
body {
	background-color: #165B92;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
* {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin: auto;
	width: 760px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}

#wrapper #header {
	background-image: url(../images/header.jpg);
	height: 127px;
}
#header #logo {
	float: left;
	width: 460px;
}

#wrapper #header #contact {
	font-size: 13px;
	font-weight: bold;
	padding-top: 32px;
	padding-left: 550px;
}
#topnavigation {
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

#wrapper #contentwrapper #navigation {
	width: 180px;
	float: left;
	background-color: #CC3300;
	font-size: 13px;
	font-weight: bold;
}
#wrapper #contentwrapper {
	background-image: url(../images/bkgrd.jpg);
	background-repeat: repeat-y;
	padding-bottom: 6px;
}

#wrapper #contentwrapper #maincontent {
	margin-left: 190px;
	font-size: 12px;
	line-height: 18px;
	margin-right: 15px;
	padding-top: 8px;
}
#wrapper #contentwrapper #maincontent #slides {
	float: right;
	width: 300px;
	margin-left: 9px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#wrapper #contentwrapper #maincontent p {
	margin-top: 8px;
	margin-bottom: 10px;
}
#wrapper #contentwrapper #maincontent h1 {
	font-size: 20px;
	color: #CC0000;
	line-height: 24px;
	margin-bottom: 12px;
	margin-top: 12px;
}
#wrapper #contentwrapper #maincontent h2 {
	color: #165B92;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#wrapper #contentwrapper #maincontent li {
	margin-left: 25px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 10px;
}

#wrapper #contentwrapper #clearfloats {
	clear: both;
	height: 0px;
}
#wrapper #footer {
	font-size: 10px;
	text-align: center;
	padding-bottom: 8px;
	background-color: #FF9900;
	padding-top: 8px;
	line-height: 14px;
}
#wrapper #footer a {
	color: #000000;
	text-decoration: none;
}
#copyright {
	color: #000000;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.border {
	border: 1px solid #333333;
}
.greyborder {
	border: 1px solid #CCCCCC;
}

.dye td {
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin: auto;
}
#TableCenter {
	margin: auto;
}
.calldetails {
	background-color: #FF9900;
	display: block;
	width: 300px;
	border: 1px solid #CC3300;
	padding: 3px;
	margin: auto;
	font-size: 18px;
	color: #165B92;
	text-align: center;
}
.rightimage {
	margin-left: 8px;
}
#wrapper #contentwrapper #maincontent select option {
	padding: 2px;
}
.red {
	color: #CC3300;
	font-size: 13px;
	font-weight: bold;
}
.small {
	font-size: 10px;
	line-height: 11px;
}
.clear {
	clear: both;
	height: 0px;
}
.listing {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #EEEEEE;
}

.yarnlogo {
	float: left;
	width: 175px;
	border: 1px solid #CCCCCC;
}
.yarnlink {
	height: 52px;
	margin-left: 200px;
	padding-top: 30px;
	color: #CC3300;
	font-size: 17px;
	font-weight: bold;
}
.yarnlink a:link {
	font-size: 17px;
	text-decoration: none;
	color: #CC3300;
	font-weight: bold;
}
.yarnlink a:visited {
	font-size: 17px;
	text-decoration: none;
	color: #CC3300;
	font-weight: bold;
}
.yarnlink a:hover {
	font-size: 17px;
	text-decoration: none;
	color: #CC3300;
	font-weight: bold;
}
.yarnlink a:active {
	font-size: 17px;
	text-decoration: none;
	color: #CC3300;
	font-weight: bold;
}#maincontent ul li {
	list-style-image: url(../images/yarn-weight/arrow.jpg);
	list-style-position: outside;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
}
#breadcrumbs {
	font-size: 10px;
	color: #CD3300;
	margin-top: 15px;
	margin-bottom: 15px;
}
#breadcrumbs a:link {
	color: #165B92;
	text-decoration: underline;
	font-weight: normal;
}
#breadcrumbs a:visited {
	color: #165B92;
	text-decoration: underline;
	font-weight: normal;
}
#breadcrumbs a:hover {
	color: #165B92;
	text-decoration: underline;
	font-weight: normal;
}
#breadcrumbs a:active {
	color: #165B92;
	text-decoration: underline;
	font-weight: normal;
}
.listingb {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #E3F0FB;
}
.sidebarnotes {
	color: #165B92;
	display: block;
	background-color: #FFFFFF;
	margin: 7px;
	padding: 10px;
	font-weight: normal;
	font-size: 11px;
}
