body {
	text-align: left;
	line-height: 1.5em;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
	background: #FFFFFF url(../images/sakura_bg.jpg);
}

p{
	margin-bottom: 20px;
	vertical-align: middle;
}

ol{
	list-style: decimal;
	margin-left: 30px;
}

a{
	color: #666666;
	text-decoration: underline;
}

img {
	border: 0;
	padding: 0;
	vertical-align: middle;
}

td {
	vertical-align: top;
}

a:hover{
	color: #0076a0;
}

#maincontainer{
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header{
	padding-top: 10px;
	background: #FFFFFF url(../images/header.png) top center no-repeat;
	height: 80px;
}

	#header #sitelogo{
		float: left;
		margin-top: 12px;
		margin-left: 45px;
	}
	
	#header #bar{
		float: right;
		padding-right: 70px;
		margin-top: 29px;
		margin-right: 25px;
		word-spacing: 20px;
	}
	
	#header #bar a{
		text-decoration: none;
		color: #CCCCCC;
		font-size: 12px;
		word-spacing: normal;
		font-weight: bold;
	}
	
	#header #bar a:hover{
		color: #3399FF;
	}
	
#banner{
	clear: both;
	height: 270px;
	text-align: center;
	padding: 10px;
	background-color: #fff;
	background: #fff url(../images/banner.png) top center no-repeat;
}

#contents{
	clear: both;
}

	#contents #catcontainer{
		width: 220px;
		float: left;
		background-color: #FFFFFF;
	}
	
	#contents #catcontainer ul#catleft {
		margin: 0; 
		padding : 0; 
		list-style : none;
		text-decoration: none;
		margin: 0 0 20px 0;
	}
	
	#contents #catcontainer ul#catleft li {
		text-indent: 5px;
		border-top: 1px dotted #d3d3d3;
		text-transform: capitalize;
	}
	
	#contents #catcontainer ul#catleft li a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 2px 2px 2px 3px;
		text-decoration: none;
	}
	
	#contents #catcontainer ul#catleft li a:hover{
		background: url(../images/arrow.jpg) no-repeat;
		background-position: 0 9px;
	}
	
	#contents #catcontainer h1 {
		font-size: 15px;
		color: #666666;
		background: url(../images/catbullet.jpg) no-repeat;
		padding: 15px 0 10px 65px;
		margin-bottom: 15px;
		font-weight: bold;
	}
	
	/***					round corners					***/
	
	#contents #cat_left_top{
		background: url(../images/cat_left_top.jpg) no-repeat;
		height: 5px;
		width: 220px;
	}
	
	#contents #cat_left_bottom{
		background: url(../images/cat_left_bottom.jpg) no-repeat;
		height: 5px;
		width: 220px;
	}
	
	#contents #cat_right_top{
		background: url(../images/cat_right_top.jpg) no-repeat;
		height: 5px;
		width: 729px;
	}
	
	#contents #cat_right_bottom{
		background: url(../images/cat_right_bottom.jpg) no-repeat;
		height: 5px;
		width: 729px;
	}
	
	/***					round corners					***/
	
	
	#contents .walls{
		border-left: 1px solid #d3d3d3;
		border-right: 1px solid #d3d3d3;
		padding: 0 10px 10px 10px;
		position: relative;
	}
	
	#contents #rightcontainer{
		width: 730px;
		float: right;
		background-color: #FFFFFF;
	}
	
	#contents #rightcontainer h1 {
		font-size: 15px;
		color: #666666;
		background: url(../images/featured.jpg) no-repeat;
		padding: 15px 0 10px 65px;
		margin-bottom: 15px;
		font-weight: bold;
	}

	#contents #rightcontainer .featuredproduct, #contents #rightcontainer .productdetails{
		clear: both;
		border-top: 1px dotted #d3d3d3;
		padding: 10px 10px 5px 10px;
		min-height: 75px;
	}
	
	#contents #rightcontainer .feat{
		width: 475px;
		float: left;
	}
	
	#contents #rightcontainer .feat a{
		height: 100%;
		width: 100%;
		display: block;
	}
	
	#contents #rightcontainer .feat ul { margin-left: 30px; padding : 0; list-style: square; }
	
	#contents #rightcontainer .feat table.featured{
		width: 100%;
	}
	
	#contents #rightcontainer .feat table.featured td.label{
		font-weight: bold;
		width: 125px;
	}
	
	#contents #rightcontainer .featpic{
		position: relative;
		float: right;
		width: 200px;
		text-align: center;
		margin-bottom: 5px;
	}
	
	#contents #rightcontainer .featpic #new{
		position: absolute;
		background: url(../images/ribbon_new.png) right top no-repeat;
		width: 87px;
		height: 89px;
		right: -1px;
		top: -1px;
		z-index: 20;
	}
	
	#contents #rightcontainer .featpic img{
		padding: 5px;
		z-index: 10px;
	}
	
.spacer{
	clear: both;
}

#footer{
	color: #999999;
	padding: 20px 0 20px 0;
	clear: both;
	text-align: right;
	line-height: 1.3em;
}

#products{
	margin: 0 0 30px 0;
	border: 1px solid #FFFFFF;
}

table#products td{
	padding: 20px 0;
	border: 3px solid #FFFFFF;
	text-align: center;
}

table#products img{
	vertical-align: middle;
}

table#products td:hover{
	border: 3px solid #04a2e1;
}

table#products td.noborder{
	border: 3px solid #FFFFFF;
}

img.contact{
	margin-right: 15px;
}

.error{
	font-style: italic;
	font-weight: bold;
	font-size: 90%;
	color: red;
	padding: 10px;
	vertical-align: top;
}	
