html, body {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	background: #3C1125;
}

#wrapper {
	background: #3C1125;
	width: 750px;
	margin: 50px auto 0 auto;
}

/* YARNS CONTENT */

.imageFloatRight {
	float: right;
	clear: right;
	margin: 5px 5px 0 0;
}

#yarnsTable {
	width: 370px;
	margin-top: 10px;
}

#yarnsTable th {
	color: #6C1F40;
}

#yarnsTable .id {
	color: #CA4A3D;
}

#yarnsTable .price {
	color: #FA6759;
}

#yarnsTable td {
	border-bottom: solid 1px #CCCCCC;
}

/* COLOURS PAGE CONTENT */

#column {
	width: 245px;
	float: left;
	margin-left: 45px;
}

.colourExample {
	margin: 0 0 20px 0;
}

.colourExampleHeading {
	font-size: 11px;
	font-weight: bold;
	color: #FA6759;
	margin-top: -20px;
	margin-left: 5px;
}

.colourExampleText {
	margin-left: 5px;
}

/* LINKS */

a:link, a:visited, a:active {
	color: #3C1125;
	text-decoration: underline;
}

a:hover {
	color: #3C1125;
	text-decoration: none;
}
 /* SPACER USED TO DROP CONTENT DOWN PAST NAVIGATION */
 
#spacer {
	height: 0;
	clear: both;
	width: 610px;
}

/* TOP WRAPPER  */

#topWrapper {
	width: 610px;
	margin: 0 auto;
	background: #FFFFFF;
}

#topWrapper #topWrapperLeft {
	width: 610px;
	background-image: url(../images/white_TLHS.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	height: 60px;
}

#topWrapper #topWrapperRight {
	width: 610px;
	background-image: url(../images/white_TRHS.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
}

#topWrapper #logo {
	width: 219px;
	height: 95px;
	float: right;
	margin-top: -45px;
	margin-right: 25px;
}

/* MIDDLE WRAPPER */

#middleWrapper {
	width: 750px;
	background: #FFFFFF;
}

#middleWrapper #left {
	width: 70px;
	background-image: url(../images/border_LHS.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	float: left;
}

#middleWrapper #middle {
	width: 600px;
	float: left;
	clear: none;
	padding: 0 5px;
	background: #FFFFFF;
}

#middleWrapper #right {
	width: 70px;
	background-image: url(../images/border_RHS.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 105px;
	float: left;
}

/* NAV WRAPPER */

#navWrapper {
	width: 750px;
	background: #6C1F40;
	height: 30px;
	float: left;
	clear: left;
	margin-top: -2px;
}

#navWrapper #middle {
	width: 420px;
	margin: 0 auto;
	height: 30px;
}

#navWrapper #middle img {
	border: none;
}


/* BOTTOM WRAPPER */

#bottomWrapperL {
	background-image: url(../images/sticks_LHS.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#bottomWrapperR {
	background-image: url(../images/sticks_RHS.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#ltWrapper {
	background-image: url(../images/border_LHS.gif);
	background-repeat: no-repeat;
	background-position: left -12px;
}

#lbWrapper {
	background-image: url(../images/leaves_BLHS.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

#rtWrapper {
	background-image: url(../images/border_RHS.gif);
	background-repeat: no-repeat;
	background-position: right -12px;	
}

#rbWrapper {
	background-image: url(../images/leaves_BRHS.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#contentWrapper {
	width: 610px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#content {
	width: 610px;
	background: #FFFFFF;
}

#content #header {
	margin: 0 auto;
	width: 600px;
}

#paddedContent {
	min-height: 330px;
	margin-left: 31px;
	width: 360px;
}

.heading {
	color: #CA4A3D;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.subHeading {
	color: #FA6759;
	font-weight: bold;
}

#orderOnline {
	padding: 10px;
	border: solid 2px #CA4A3D;
	margin: 30px 5px 5px 0;
}

/* FOOTER */

#footer {
	clear: both;
	width: 610px;
	margin: 5px auto 0 auto;
	padding: 0;
	text-align: right;
	color: #B7658A;
	font-size: 10px;
}