@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(../images/storeSupplyBlog-design-bg.jpg);
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto 0 auto;
	background-color:#ede9d8;
	font-size:12px;
	color:#254362;
}

div#page
{
	width:1000px;
	width:1000px !important;
	height:auto;
	margin:0 auto 0 auto;
}

div#header
{
	width:1000px;
	float:left;
	height:323px;
}

div#nav
{
	background-image:url(../images/headerBG.jpg);
	background-repeat:no-repeat;
	width:825px;
	padding-top:30px;
	padding-left:225px;
	height:38px;
	float:left;
}

div#headerGraphic
{
	width:1000px;
	float:left;
	height:255px;
}

div#contentContainer
{
	width:1000px;
	float:left;
}

div#leftColumn
{
	background-image:url(../images/leftRepeat.jpg);
	background-repeat:repeat-y;
	width:197px;
	float:left;
}

div#leftCat
{
	width:180px;
	float:left;
	padding-left:10px;
	padding-right:5px;
}

div#leftColumn ul
{
	list-style-image:url(../images/leftCarrot_15.jpg);
	line-height:24px;
	margin:0px;
	padding:0px;
	padding-left:18px;
	color: #D6B879;
}

div#leftColumn ul li a, div#leftColumn ul li a:visited
{
	color:#002245;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

div#leftColumn ul li a:hover, div#leftColumn ul li a:active
{
	color:#bc0b1c;
	font-weight:bold;
	text-decoration:none;
}

div#leftColumnBottom
{
	background-image:url(../images/leftBottom.jpg);
	background-repeat:no-repeat;
	width:195px;
	float:left;
	height:13px;
}

div#recentPosts
{
	width:180px;
	float:left;
	padding-top:15px;
	padding-left:10px;
	padding-right:5px;
}
	

div#middleColumn
{
	background-image:url(../images/contentRepeat.jpg);
	width:803px;
	float:left;
	background-repeat:repeat-y;
}

div#blogContent
{
	width:518px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:25px;
	float:left;
}

div#footer
{
	font-size:11px;
	width:518px;
	float:left;
	padding-top:5px;
	color:#889db2;
}

div#footer a, div#footer a:visited
{
	color:#889db2;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}

div#footer a:hover, div#footer a:active
{
	color:#002245;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}

div#rightColumn
{
	width:255px;
	padding-bottom:15px;
	margin-bottom:15px;
	float:left;
}

div#storeSupplyGuy
{
	background-image:url(../images/askStoreSupplyGuy.jpg);
	background-repeat:no-repeat;
	width:245px;
	float:left;
	padding-top:185px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	font-size:11px;
	border-bottom:1px solid #889db2;
}

div#polls
{
	width:245px;
	float:left;
	padding:10px 5px;
	border-bottom:1px solid #889db2;
	font-size:12px;
	color:#889db2;
}

div#popProducts
{
	width:245px;
	float:left;
	padding:10px 5px;
	border-bottom:1px solid #889db2;
	font-size:12px;
	color:#889db2;
}

h1
{
	font-size:18px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	padding-bottom:8px;
	padding-top:5px;
	color:#002245;
}

h2
{
	margin:0px;
	padding:0px;
	color:#bc0b1c;
	font-size:15px;
	padding-top:5px;
	font-weight:bold;
	padding-bottom:8px;
}

h3
{
	font-size:14px;
	color:#889db2;
}

a, a:visited
{
	color:#bc0b1c;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:active
{
	color:#889db2;
	text-decoration:none;
}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
