﻿/*

#ffe6e6 - pink body background
#c99    - sidecolumn
#606    - logo text,nav background
#AD134E - nav and footer border

*/

* {	margin:0; padding:0; }

body
{
		font: 16px/120% Tahoma, Geneva, sans-serif;

	/* "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;*/
	x.font-size: small;
	color: #606;
	background: #c99 url(images/bg-wrap.gif) repeat-y -750px 0;
}

h1 { margin: 0 8px 15px 8px; font-size: 150%; }
h2 { margin: 15px 8px; font-size:130%; }
h3 { margin: 15px 8px;	font-size:120%; }
ul li {	font-size: 90%;	line-height: 1.3em;}
.note {	font-size:85%;	padding: 10px;}

/* support */

.left {	float:left;	}
.right { float:right;}

a {	color: #606;	text-decoration:none;	padding:3px; }

a:hover { color:#AD134E; text-decoration:underline; }
.external {padding-right: 10px; background: url(images/link-external.gif) no-repeat right top; }


/* L A Y O U T */

#wrap {
	min-width: 800px;
	max-width: 950px;
}

#header {
	margin:0;
}

#nav {
	float: left;
	width: 100%;
}

#content {
	float: left;
	width: 70%;
}

#content .gutter {
	padding: 25px;
}

#sidebar {
	float: right;
	width: 30%;
}

#sidebar .gutter {
	padding: 15px 10px 10px 20px;
	
}

#footer {
	clear:both;
}

/* S T Y L E */

#header h1
{
	margin: 0;
	padding:25px 0 55px 0;
	background:url(images/logo.gif) no-repeat top left;
	text-indent:-9000px;
}

/* navigation */
#nav {
	height:75px;
	margin-left: 0;
	padding: 0;
	list-style: none;
	background: #606;
	border-top:3px solid #AD134E;
	border-bottom:3px solid #AD134E;
	background: #fff url(images/yarn-banner.jpg)  0 0 ;
}

#nav li  {
	float:left;
	padding-top: 25px;
	font-family:"Lucida Grande", Sans-Serif ;
	font-size: 160%;
}

#nav a {
	float: left;
	display: block;
	margin-right:4px;
	padding: 0 15px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	outline:none;
}
#nav a:hover {
	color: #ffe6e6;
	text-decoration: underline;
}

/* Content */

#content {
	font-size: 95%;
	padding-bottom: 70px;
	background: url(images/pincushion-banner.gif) repeat-x 0  100%;
}

#content p {
	line-height: 1.5em;
}

#content ul {
	margin-left:35px;
	list-style: square;
}

h1#welcome {
	height:34px;
	background: url(images/h-welcome.gif) no-repeat 0 0;
	text-indent:-9000px;
}


h2#products {
	width:104px;
	height:24px;
	background: url(images/h-products.gif) no-repeat 0 0;
	text-indent:-9000px;
}

h2#accessories {
	width:300px;
	height:40px;
	background: url(images/h-accessories.gif) no-repeat 0 0;
	text-indent:-9000px;
}
#gallery-wrapper h2 {
	width:300px;
	height:40px;
	background: url(images/h-photogallery.gif) no-repeat 0 0;
	text-indent:-9000px;
}


#content h2 {
	color:#5f80c7;
}

#content h3 {
	color: #663;
}

#footer {
	border-top:3px solid #AD134E;
	color:#606;
	font-size:85%;
	padding: 5px;

}

#footer address
{
	font-style: normal;
	display:inline;
}

#footer p {
	display: inline;
	padding: 5px;
}

#footer #validator {
	display:block;
	margin: 15px 0 0 5px;
	padding:0;
}

/* General box layout definitions */

.box {
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: url(images/bottom-left.gif) no-repeat left bottom;
}

.box-outer {
	background: url(images/bottom-right.gif) no-repeat right bottom;
}

.box-inner {
	background: url(images/top-left.gif) no-repeat left top;
	padding-bottom: 14%;	
}

.box h2 {
	background: url(images/top-right.gif) no-repeat right top;
	padding-top:6%;
}


/* box style */
.box h2, .box p {
	padding-left: 8%;
	padding-right: 8%;
	margin: 0;
}

.box h3 {
	margin-left: 8%;
	padding: 0px;
	font-family: Georgia, Serif;
	font-size: 140%;
	font-weight: bolder;
	color: #5f80c7;
}

.box address {
	margin-left: 12%;
	padding: 2px;
	font-size:120%;
}

.box dl  {
	margin-left: 8%;
}
.box dl dt  {
	font-size: 140%;
	margin-left: 4%;
	margin-bottom: 0.6em;
	margin-top: 0.6em;
}

.box dl dd  {
	/* set in #TJK_DL */
	margin-left:8%;
	margin-right:10%;
	line-height: 1.3em;
}

.box ul {
	margin-left: 8%;
	padding: 0px;
}

.box ul li {
	font-size: 120%;
	line-height: 0.9em;
	margin-left: 4%;
	padding: 2px;
}

div.sale { width: 300px }
div.sale h3 { padding:10px 0 0 0; font-family:Impact; font-size:x-large; 
                text-decoration:underline ; color: Red }
div.sale p { margin-left: 0px; color:#000}

#sitedesignby { display:block; font-size:90%; color:#ccc; margin:1em 0; text-align:left}
