@charset "UTF-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}

p {
	margin:9px 0;
}

td {
	padding: 5px;
}

img {
	border:none
}

#kettle li{
	list-style-image: url(../images/elements/pot_bullet.gif);
	list-style-position: inside;
	font-size:14px;
	color:#6acad6;
	font-weight:bold;
	height:36px;
}

body {
	background-color: #f6f8f4;
	background-image: url(../images/elements/dripless_bg.gif);
	background-repeat: repeat-x;
}

a:link {
	color:#6acad6;
	text-decoration:underline;
}

a:visited{
	color:#40423d;
	text-decoration:underline;
}

a:hover { 
	color:#6acad6;
	text-decoration:none;
}

#head {
	background-image:url(../images/elements/header.gif);
	width:823px;
	height:95px;
	margin: 23px auto 0;
}

#page {
	width:820px;
	overflow:hidden;
	margin: 0 auto;
	background-color:#F6F8F4;
	border-bottom:1px solid #BFBFBF;
	border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
}

#content {
	margin: 20px 7px;
}


#col535 {
	width:550px;
	background-image:url(../images/elements/535col_bg.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	margin:0 8px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#40423d;
	float: left;
}

#col535 .content {
	padding:0 11px;
}

#col410 {
	width:416px;
	min-height:325px;
	background-image:url(../images/elements/left_colbg.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	margin:0 8px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#40423d;
	float: left;
}

#col410 .content {
	padding:0 11px;
}

#col358 {
	width:358px;
	min-height:325px;
	background-image:url(../images/elements/358col_bg.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	margin:0 8px 25px 435px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#40423d;
}

#col358 .content {
	padding:0 11px;
}

#col269{
	width: 269px;
	margin-left: 490px;
}

#col230 {
	width:230px;
	background-image:url(../images/elements/230col_bg.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	margin:0 8px 25px 570px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#40423d;
	overflow: hidden;
}

#col230 .content {
	padding:0 11px;
}

h1, h2 {
	font-family: "Times New Roman", Times, serif;
	text-transform:capitalize;
	color:#41443f;
}

h1 {
	background-image:url(../images/elements/headline.gif);
	background-repeat:repeat-x;
	margin:1px;
	height:15px;
	font-size:14px;
	padding:8px;
}

h2 {
	font-size: 12px;
}

.headline{
	border: 1px solid #BFBFBF;
	margin: 0 0 20px;
}

#swatches{
	width: 262px;
	height: 51px;
	background-image: url(../images/elements/swatch_bg.gif);
	margin:0 0 0 3px;
}

#swatches ul {
	padding: 12px 0 12px 5px;
}

#swatches li { 
	display: inline; 
}

#swatches li a { 
	float: left; 
	background-repeat: no-repeat; 
	height:27px !important;
	width: 28px; 
	overflow:hidden; 
	text-indent:-9009px;
	background-image: url(../images/swatches/red.jpg)
}

#swatches li a:hover { 
	background-position: 0 -27px;  
}


#footer	{
	width:822px;
	height:35px;
	margin: 0 auto;
	background-image:url(../images/elements/footer.gif);
	background-repeat:no-repeat;
	padding: 5px 0 0 0;
	font-size:.68em;
	font-family:Arial,Helvetica,sans-serif;
	color:#40423d;
	line-height:1.4em;
}

#footer a:link, #footer a:visited {
	color:#40423d;
	text-decoration:underline;
}


#footer a:hover { 
	color:#40423d;
	text-decoration:none;
}

input {
	border:1px solid #999999;
	padding: 3px;
	}

textarea {
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

#shopping input {
	border:none
}