@charset "utf-8";
/* CSS Document - Rolley - creatif multimedia */

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #f3f5f4 url(images/bodybg.jpg) top repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}
div#header {
	position: relative;
	margin: auto;
	width: 100%;
	height: 74px;
	background: url(images/banner-01b.jpg) top right no-repeat;
}
div#header_content{
	position: relative;
	margin: auto;
	width: 80%;
	height: 74px;
}
div#menu {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(images/menubar.gif) top right no-repeat;
	width: 464px;
	height: 32px;
	padding-top: 5px;
}

div#banner {
	position: relative;
	margin: 10px auto;
	width: 100%;
	height: 105px;
	text-align: right;
	background: url(images/banner-01a.jpg) top right no-repeat;
}


/* styles for the whole content area and side bar layout */
div#content_area {
	position: relative;
	margin: 43px auto;
	width: 80%;
	border-right: 2px solid #f58220;
	text-align: left;
}
div#content {
	padding: 0px 20px 20px 242px;
}
div#sidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: auto;
	width: 222px;
	text-align: left;
}
div#sidebar_acct {
	display:none;
	/* border-right: 2px solid #30659a;
	padding: 5px 20px 5px 0px; */
}
div#sidebar_feeds{
	/* margin: 10px auto; PUT THIS BACK IN WHEN THE CART IS ENABLED */ 
	border-right: 2px solid #30659a;
	padding: 0px 20px 20px 0px;
}
div#sidebar_footer{
	margin: 10px auto;
	border-right: 2px solid #a5a7ab;
	padding: 0px 20px 5px 0px;
}
