/*================================================================
LAYOUT stylesheet for the website.

Define layout and backgrounds for:
- Body
- Wrapper
- Header
- Sidebar
- Content
- Footer
( Navigation is defined in nav.css )

***  NO TYPOGRAPHY STYLES HERE PLEASE  ***

================================================================*/


/* BODY 
----------------------------------------------------------------*/
html {
	height: 101%;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	/* width: 900px; */
	width: 960px;
}

#topwrap {
	position: relative;
	margin: 0 auto;
	/* width: 900px; */
	width: 960px;
}

#header {
	position: relative;
	height: 121px;
}

#main {
	background: url(../img/bg/sb.gif) top left repeat-y;
	margin: 6px 0;
	/* width: 900px; */
	width: 960px;
	padding-bottom: 15px;
}

#sidebar {
	float: left;
	/* width: 180px; */
	width: 240px;
}

#sidebar_container {
	margin: 10px;
}

#content {
	margin: 0;
	padding: 0;
	
	float: right;
	width: 690px;
}

#footer {
	background: #000000 url(../img/bg/swatch.gif) bottom right no-repeat;
}

.imgdesc-ul {
	margin: 15px 0;
}

.imgdesc-li {
	margin-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}

.imgdesc-li img {
	float: left;
	margin-bottom: 10px;
}

.imgdesc-li .desc {
	float: right;
	width: 620px;
}

/* START: for a product display in a stretcher */
.stretcher .imgdesc-li {
	margin-bottom: 15px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
}

.stretcher .imgdesc-li .desc {
	float: right;
	width: 570px;
}
/* END: for a product display in a stretcher */

.leftcol .imgdesc-li .desc {
	float: right;
	width: 240px;
}

dl.leftcol {
	width: 320px;
	float: left;
}

.leftcol {
	width: 320px;
	float: left;
	margin-right: 20px;
}

ul.cart {
	padding: 0;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 14px;
	list-style-type: none;
}

#searchinput {
	margin-bottom: 8px;
	width: 214px;
}

.category {
	padding: 0;
	margin-right: 16px;
	margin-bottom: 20px;
	
	width: 210px;
  	height: 150px;
	float: left;
	background: #E5E5E5 url(../img/bg/vlightgrey.gif) top left repeat-y;
	
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.category .container {
	margin: 8px;
}

