html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 13px;
	text-align: center;
	background: #A6A5A6 url(../images/comingsoon/background.jpg)
							repeat-x;
}

.hidden {
	display: none;
}

#page-container {
	width: 720px;
	margin: auto;
 	text-align: left;
}

.twocols #page-container {
	background: #fff
				url(../images/common/bg_wrapper.gif);
}

#logo {
	margin-top: 0;
}

h1 {
	margin: 0;
	border-bottom: 1px solid #000;
	background: #000;
}

img {
	display: block;
}


/* Main Navigation
------------------------------------------------- */

#main-nav { 
	background: #EF3E33
				url(../images/nav/background.gif); 
	height: 29px; 
	padding-left: 113px; 
}

#main-nav ul { margin: 0; padding: 0; list-style-type: none; }
#main-nav li { float: left; }

#main-nav li a {
	float: left;
	height: 0px !important;
	height /**/:29px; /* IE 5/Win hack */ 
	padding: 29px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav li a:hover {
	background-position: 0 -29px;
}

#main-nav li#home,
#main-nav li#home a { width: 67px; background-image: url(../images/nav/home.gif); }

#main-nav li#about,
#main-nav li#about a { width: 84px; background-image: url(../images/nav/about.gif); }

#main-nav li#products,
#main-nav li#products a { width: 84px; background-image: url(../images/nav/products.gif); }

#main-nav li#specials,
#main-nav li#specials a { width: 163px; background-image: url(../images/nav/specials.gif); }

#main-nav li#contact,
#main-nav li#contact a { width: 92px; background-image: url(../images/nav/contact.gif); }

/* Floats
------------------------------------------------- */

.twocols #sidebar-a {
	background: #EF3E33;
	float: left;
	width: 200px;
}

.twocols #content {
	background: #fff;
	margin-left: 200px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #sidebar-a {
  margin-right: -3px;
  }
 
* html #content {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

#header {
	padding: 0;
	border-bottom: 1px solid #000;
}

.home #content-left {
	margin: 0;
	padding: 0;
	float: left;
	width: 250px;

	font-size: 16px;
	line-height: 22px;
	color: #fff;
	background: #EF3E33;
}

.home #content-left .padding {
	margin: 0;
	padding: 10px;
}

.home #content-left a {
	color: #fff;
	font-size: 0.75em;
	text-decoration: none;
}

.home #content-left a:hover {
	text-decoration: underline;
}

.home #content-left h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}



.home #content {
	margin: 0;
	padding: 0;
	float: right;
	width: 470px;
	height: 327px;
	font-size: 12px;
	background-color: #fff;
}

.home #content .padding {
	padding: 20px;
}

#sidebar-a ul {
	margin: 0;
	padding: 20px;
	list-style-type: none;
}

#sidebar-a ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

#sidebar-a ul li a {
	color: #fff;
}

#sidebar-a ul li a:hover {
	text-decoration: none;
}

#content {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 12px;
}

#content .padding {
	padding: 20px;
}

#content h2 {
	margin: 0;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #EC432E;
}

#content h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#content p {
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
	color: #2F2F2F;
}

#content a {
	color: Red;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

.details {
	display: block;
	position: relative;
	background: #FEFFD5;
	border: 1px solid #EBECB5;
	padding: 10px;
}

#footer {
	border-top: 1px solid #000;
	margin: 0;
	clear: both;
}

/* StitchIt Additions
------------------------------------------------- */

.stitch_it_logo 
{
	float: right;
}


/* Content
------------------------------------------------- */
.hyperlinks {
	float: right;
	margin-right: 40px;
	line-height: 150%;
}

.title {
	line-height: 250%;
}

.testimonial {
	display: block;

	background: #FEFFD5;
	border: 1px solid #EBECB5;
	padding: 10px;
}

.productfloats {
	float: left;
	width: 33%;
	text-align: center;
}

.productfloats img {
	margin: 0 auto;
}

.productfloats strong.specials-newprice, .productfloats span.specials-newprice {
	color: #f00;
	font-size: 1.5em;
}

dl.contactlist {
	margin: 10px 0 20px 0;
	padding: 0;
}

dl.contactlist dt {
	float: left;
	margin: 0;
	padding: 0;
	width: 40%;
	font-weight: bold;
}

dl.contactlist dd {
	float: left;
	clear: right;
	margin: 0;
	padding: 0;
	width: 60%;
}


/* Subscribe
------------------------------------------------- */


.subscribe_button 
{
	margin-top: 10px;
	height: 72px; 
}

.specials 
{
	margin-left: 150px;
}

.subscribe_button  ul  
{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

.subscribe_button  li { float: left; }

.subscribe_button  li a {
	float: left;
	height: 0px !important;
	height /**/:72px; /* IE 5/Win hack */ 
	width: 250px; 
	padding: 72px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(../images/home/newsletter_subscribe.gif); 
}

.specials 
{
	height: 101px;	
}

.specials li a 
{
	width: 377px;
	height /**/:101px; /* IE 5/Win hack */ 
	height: 0px !important;
	padding: 101px 0 0;
	background-image: url(/images/specials/newsletter_subscribe.gif);
}

.subscribe_button  li a:hover {
	background-position: 0 -72px;
}

.specials li a:hover 
{
	background-position: 0 -101px;
}

.subscribe_button  li#home,
.subscribe_button  li#home a { }

.subscribe-form {
	border: 2px solid #ef3e33;
	width: 394px;
	padding: 10px;
	padding-top: 5px;
	position: relative;
	margin-bottom: 15px;
}

.subscribe-form legend {
	font-size: 1.5em;
	margin-left: -5px;
	padding: 5px;
	color: #ef3e33;
}

.subscribe-form .textbox {
	width: 250px;
	border: 1px solid #000;
}

.subscribe-form .required {
	font-size: 0.9em;
	font-weight: normal;
}

.subscribe-form label {
	display: block;
	padding-top: 9px;
	padding-bottom: 3px;
	color: #000;
	font-weight: bold;
}
