@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff;
	color:#000;
	font:0.75em Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	padding-bottom:2px;
	
}

#container	{
	background-color:#fff;
	width:920px;
	margin: 0 auto;
	min-height:600px;
	position:relative;
	margin:0 auto;	
}

#header	{
	background-image: url(/images/mainstream_header.jpg);
	width:920px;
	height:136px;
	margin: 0 auto;
	padding-top:0px;
	position:relative
}

#logo	{
	position:absolute;
	left:20px;
	top:6px;
}

h1	{
	font-size:16px;
	font-weight:bold;
}

#sidebar1	{
position:absolute;
bottom:35px;
left:230px;
}

#sidebar1 ul li	{
	float:left;
	list-style:none;
	margin-right:15px;
}

#sidebar1 ul li a	{
color:#fff;
text-decoration:none;
}

#shadow	{
	height:100%;
	width: 20px;
	background-image: url(/images/mainstream-shadow.gif);
	margin-left:0px;
	position:absolute;
	top:-30px;
	left:0;
	background-repeat:repeat-y;
}

#shadow2	{
	height:100%;
	width: 20px;
	background-image: url(/images/mainstream-shadow-right.gif);
	margin-right:0px;
	position:absolute;
	top:-30px;
	right:-10px;
	background-repeat:repeat-y;
}

#footer	{
	background-image: url(/images/mainstream-footer2.jpg);
	width:920px;
	height:99px;
	margin: 0 auto;
	position:relative;
	margin-top:-60px;
	
}

#rosette	{
	position:absolute;
	top:-5px;
	right:-14px;
	width: 335px;
	height: 82px;
}

#footLogo	{
	position:absolute;
	top:41px;
	left:27px;
	width: 317px;
	height: 66px;
}

#number	{
	position:absolute;
	top:45px;
	right:50px;
}

#mainContent	{
	position:relative;
	padding:0px 20px 45px 20px;
}
#shadowLeft	{
	background: url(/images/mainstream-shadow.gif) repeat-y;
	position:absolute;
	right: -20px;
	top: 0;
	height:100%;
	width: 20px;
	
}

#shadowRight	{
	background: url(/images/mainstream-shadow-right.gif) repeat-y;
	position:absolute;
	right: -40px;
	top: 0;
	height:100%;
	width: 20px;
}

#top-pictures img	{
	margin:4px;
	padding-bottom: 2px;
	
}

#bottom-pictures img	{
	margin:4px;
	padding-top:2px;
}

#middle-text	{
	border-bottom: 0px solid #ababab;
	border-top: 0px solid #ababab;
	padding:0px 7px 0px 7px;
}

label	{
	list-style:none;
	text-decoration:none;
}

input	{
	float:right;	
}

form	{
	width:400px;	
	line-height:30px;
}

textarea	{
	float:right;	
	clear:both;}

ul li	{
	list-style:none;
}

form fieldset {
	border: 0;
}
.footsubtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #999999;
}


#products-page {}
#products-page #left-side {
	float: left;
	width: 195px;
	padding: 0;
	margin: 0;
}
#products-page #left-side #category-menu {
	padding: 12px 0 0 0;
	margin: 0;
	background: url(../../images/catMenuTop1.gif) top left no-repeat #DEDEDE;
}
#products-page #left-side #category-menu ul.categories {
	background: url(../../images/catMenuBottom1.gif) bottom left no-repeat;
	padding: 0 0 12px 0;
	margin: 0;
	width: 195px;
}
#products-page #left-side #category-menu ul.categories li.category {
	font-size: 18px;
	color: #635F5E;
	font-weight: bold;
}
#products-page #left-side #category-menu ul.categories li.category.current {
	color: #000;
}
#products-page #left-side #category-menu ul.categories li.category a {
	padding-left: 10px;
	width: 185px;
	height: 24px;
	display: block;
	color: #635F5E;
	text-decoration: none;
}
#products-page #left-side #category-menu ul.categories li.category.current a {
	color: #000;
}
#products-page #left-side #category-menu ul.categories li.category ul.products {
	margin: 0;
	padding: 0;
}
#products-page #left-side #category-menu ul.categories li.category ul.products li.product {
	font-size: 14px;
	color: #635F5E;
	font-weight: normal;
}
#products-page #left-side #category-menu ul.categories li.category ul.products li.product.current {
	color: #000;
	font-weight: bold;
}
#products-page #left-side #category-menu ul.categories li.category ul.products li.product a {
	color: #635F5E;
	text-decoration: none;
}
#products-page #left-side #category-menu ul.categories li.category ul.products li.product.current a {
	color: #000;
	font-weight: bold;
}

#shopping-basket {
	padding: 12px 0 0 0;
	margin: 20px 0;
	background: url(../../images/catMenuTop.gif) top left no-repeat #85c226;
	width: 195px;
}
#shopping-basket #basket-bottom {
	background: url(../../images/catMenuBottom.gif) bottom left no-repeat;
	padding: 0 0 12px 0;
	margin: 0;
	width: 195px;
}
#shopping-basket .basket-item {
	margin: 5px 5px 5px 10px;
	font-size: 14px;
}
#shopping-basket .basket-item a {
	float: right;
	text-decoration: none;
}

#products-page #product-display {
	float: left;
	width: 660px;
	overflow: hidden;
	margin: 0 10px 0 10px;
}
#products-page #product-display .product-image {}
#products-page #product-display h2 {}
#products-page #product-display .buy-product a {
	background: url(../../images/orderButton.jpg) top right no-repeat;
	text-decoration: none;
	width: 140px;
	height: 20px;
	padding: 5px 60px 0 0;
	display: block;
	float: right;
	text-align: right;
	overflow: hidden;
	color: #999;
}

#products-page #category-display {
	float: left;
	width: 660px;
	overflow: hidden;
	margin: 0 10px 0 10px;
}
#products-page #category-display .category-image {}
#products-page #category-display h2 {}

#products-page #category-display #category-products {
	float: left;
	width: 660px;
	overflow: hidden;
	margin: 0 10px 0 10px;
}
#products-page #category-display #category-products .category-product {
	width: 200px;
	height: 220px;
	text-align: left;
	float: left;
	padding: 4px;
	margin: 0 10px 10px 0;
	border: 1px solid #A9A9A9;
	color: #999;
	position: relative;
}
#products-page #category-display #category-products .category-product .product-image {}
#products-page #category-display #category-products .category-product .product-image img {
	margin: auto;
}
#products-page #category-display #category-products .category-product h3 {
	margin: 0;
	padding: 0;
}
#products-page #category-display #category-products .category-product h3 a {
	text-decoration: none;
	font-size: 16px;
	color: #34302D;
}
#products-page #category-display #category-products .category-product span {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#products-page #category-display #category-products .category-product span a {
	background: url(../../images/orderButton.jpg) top right no-repeat;
	text-decoration: none;
	width: 140px;
	height: 20px;
	padding: 5px 60px 0 0;
	display: block;
	float: right;
	text-align: right;
	overflow: hidden;
	color: #999;
}

#products-page #categories-list {
	float: left;
	width: 660px;
	overflow: hidden;
	margin: 0 10px 0 10px;
}
#products-page #categories-list .category-item {
	width: 200px;
	height: 180px;
	text-align: left;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #A9A9A9;
	color: #999;
	padding: 4px;
}
#products-page #categories-list .category-item .category-image {}
#products-page #categories-list .category-item .category-image img {
	margin: auto;
}
#products-page #categories-list .category-item h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
#products-page #categories-list .category-item h3 a {
	text-decoration: none;
	color: #34302D;
}

.checkout-form {
	width: 100%;
}

.checkout-form label {
	float: left;
	display: block;
	width: 200px;
	margin-right: 20px;
	font-weight: bold;
	clear: left;
}
.checkout-form input, .checkout-form textarea {
	float: left;
	clear: none;
	width: 300px;
}

.checkout-button	{
	background-color:#000;
	color:#fff;
	padding:5px;
	margin: 50px;
	text-decoration:none;
}

.checkout-button a	{
	background-color:#000;
	color:#fff;
	padding:5px;
	text-decoration:none;
}

.checkout-button1	{
	background-color:#000;
	color:#fff;
	padding:5px;
	margin: 50px;
	text-decoration:none;
	margin-top:-20px;
	float:right !important;
	margin-right:355px;
	width:100px;
	height:30px;
	
}

.checkout-butto1n a	{
	background-color:#000;
	color:#fff;
	padding:5px;
	text-decoration:none;
}

.delete-product	{
	background: url(../../images/delete.png);
	text-indent:-9999px;
	overflow:hidden;
	width:17px;
	height:17px;
	text-align:left;
	display:block;
}