/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 { font-size: 100%; }

/* Removes dotted outline from links */
a:active, a:visited { outline: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Normalizes tables */
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/

/* Removes border from fieldset and img */
fieldset, img { border: 0; }

/* Left-aligns text in caption and th */
caption, th { text-align: left; }

/* layout.css */
html { text-align: center; }

body {
	position: relative;
	width: 801px;
	margin: 0 auto;
	text-align: left;
}

div#site_info {
	width: 100%;
	clear: both;
}

div#nav_top {
	left: 260px;
	margin-top: -105px;
	width: 541px;
}

div#breadcrumb_search { width: 799px; }

div#content {
	position: relative;
	padding-left: 31px;
	padding-right: 29px;
	padding-bottom: 20px;
	display: inline-block;
	width: 739px;
}

/* .full_width { display: block !important; } */

img#banner {
	margin-left: -30px;
	margin-right: -31px;
	height: 213px;
	width: 797px;
}

div#columns { position: relative; }

div#columns_store {
	margin-top: 40px;
	display: inline-block;
	padding-bottom: 20px;
}

/* Home page columns */
div#content_catalog {
	position: relative;
	width: 457px;
	padding: 0;
}

div#content_features {
	position: absolute;
	top: 0px;
	left: 487px;
	width: 249px;
	padding: 34px 0 0;
}

/* Inside page columns */
div#main_left {
	display: inline;
	float:left;
	width: 457px;
}

div#sidebar_right {
	width: 249px;
	margin-left: 487px;
	padding-top: 12px;
}

div#sidebar_left {
	display: inline;
	float:left;
	width: 212px;
	padding: 35px 10px;
}

div#main_right {
	margin-left: 251px;
	border-left: none;
	padding: 35px 10px;
}

