body {
	margin: 0;
	padding: 0;
	background: #fbfaf5 url(images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
}

br {
	clear:both
	}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 17px;
	color:#8b2942;
}

h2 {
	font-size: 14px;
	color:#8b2942;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	color: #333333;
}

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

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 10px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 5px;
}

#next {
	text-align:right;
}

#next A:hover {
	background-color:#fef8cd;
	text-decoration:underline;
	}


/* Header */

#spacer {
	width: 842px;
	height: 20px;
	margin: 0 auto;
}

#logo {
	width:160px;
	height:234px;
	background-image:url(images/logo.gif);
	float:left;
	}

#top {
	width: 730px;
	height: 154px;
	margin: 0 auto;
}

/* Page */

.page {
	width: 730px;
	margin: 0 auto;
	background: url(images/body_bg.png) repeat-y;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/body_bg.png');*/
}

/*.page[class]{   
	background: url(images/body_bg.png) repeat-y;
	}
*/
#page-content {
	padding-left:25px;
	padding-right:25px;
}

#header {
	padding: 0px;
	border: 0px solid #E7E7E7;
}


/* Content */

#content {
	float: right;
	width: 510px;
	padding: 0 0 0 10px;
}

.cartcontent {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #888888;
}

.title {
	margin: 0;
	padding-top:8px;
	color:#555555;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}


.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.articles {
	border: 1px solid #8b2942;
	padding:3px;
	width:230px;
	height:130px
	}

/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
	padding-right: 0px;
	padding-right: 5px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	border-bottom:1px dashed #666666;
	padding: 5px 5px 5px 0px;
}

#sidebar a{
	text-decoration:none;
	font-weight:bold;
	color:#555555;
}

#sidebar a:hover{
	text-decoration:underline;
}

#specials {
	padding-top:0px;
	padding-bottom:10px;
	}
#specials img{
	padding-top:15px;
	}

/* Footer */

.footer {
	width: 730px;
	margin: 0 auto;
	padding: 0 0;
	text-align:center;
	font-size:10px;
	background: url(images/footer.png) no-repeat;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/footer.png');*/
}
/*.footer[class]{   
	background: url(images/footer.png) no-repeat;
	}
*/

.footer p {
	margin-top: 8px;
	text-align: center;
	color: #555555;
}

.footer a {
	color: #444444;
}

#btmmenu {
	padding-top:8px;
	color:#444444;
	}