@import url(reset.css);
@import url(default.css);
@import url(menu.css);

/*
html { background: #fff url(../images/bg.jpg); }
*/
body { background: url(../images/body.png) top center no-repeat; }

#container { background: #fff url(../images/container_bg.jpg) top left no-repeat; width: 1043px; margin: 0 auto; padding: 0; position: relative; }

#header { position: relative; }
#header h1 { width: 288px; text-indent: -9999px; }
#header h1 a:link, #header h1 a:visited { display: block; height: 110px; }

#search { position: absolute; top: 31px; left: 291px; }
#search fieldset { margin: 0; padding: 0; border: none; }
#search fieldset legend { display: none; }
#search ul { margin: 0; padding: 0; position: relative; width: 300px; background: url(../images/search.png) no-repeat 15px 0px; padding: 14px 0 0; }
#search ul li { list-style: none outside; }
#search ul li.form-item { float: left; }
#search ul li.form-item input { background: #fff url(../images/search-input.png) no-repeat; border: none; width: 247px; font-size: 1.5em; padding: 11px 7px; }
#search ul li.buttons { float: left; }
#search ul li.buttons button { background: #fff url(../images/search-button.png) top left no-repeat; border: none; text-indent: -9999px; width: 38px; height: 40px; display: block; }

#main1 { margin: 0; }
#main2 { background: url(../images/colLeft-padding.png) repeat-y; }

#colLeft { float: left; width: 216px; margin: 0; padding: 0; background: url(../images/colLeft.png) no-repeat; }
#colLeft .padding { background: url(../images/colLeft-padding.png) repeat-y; margin: 18px 0 0; padding: 0 16px 10px 8px; }

#colRight { float: right; width: 150px; margin: 0; padding: 0; }

#bcrumb {
	background:url(../images/bcrumb_bg.gif) repeat-x;
	height:20px;
	color:#fff;
	font-size:1em;
	padding:7px 10px 0 10px;
	margin-left:216px;
}
#bcrumb a {color:#fff;text-transform:uppercase;}
.root #bcrumb { display:none; }

#content { margin: 0 150px 0 216px; min-height:200px; }
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }

body.root #content .padding {
	padding: 12px 0;
}
h2.title { margin: 0 0 10px; }

#deals { margin: 0 0 0 -10px; padding: 0 0 0 218px; background:url(../images_blue/deals.png) no-repeat; height:191px; }
#deals li { list-style: none outside; float:left; padding: 2px; }

#footer { 
	width: 980px;
	margin: 10px auto;
	text-align: center;
}

#ds_left { background: url(../images_blue/ds_left.png) top left no-repeat;  width: 19px; height: 62px; position: absolute; top: 155px; left: -3px; }
#ds_right { background-image: url(../images_blue/ds_right.png); background-repeat: no-repeat; width: 17px; height: 62px; position: absolute; top: 155px; right: 0; }

body.noRight #main2 {  }
body.noRight #colRight { display: none; }
body.noRight #content { margin-right: 0; }

body.noLeft #main1 { background-image: none; }
body.noLeft #colLeft { display: none; }
body.noLeft #content { margin-left: 0; }

body.noStructure {}
body.noStructure #colLeft,
body.noStructure #colRight,
body.noStructure #main1,
body.noStructure #main2,
body.noStructure #content,
body.noStructure #header,
body.noStructure #footer,
body.noStructure #menu
{
	display:none;
}

.scoutfitters .form_half {
	float: left;
}
.scoutfitters h4 {
	margin-bottom: .4em;
	color: #80C590;
	font-style: italic;
	text-align: center;
}
.scoutfitters a { color: #80c590; }

.scoutfitters div.form_row {
	margin-bottom: .25em;
}
.scoutfitters span.form_label label {
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: middle;
}
.scoutfitters span.form_element input {
	width: 180px;
	height: 1.6em;
	vertical-align: middle;
}
.scoutfitters .error { padding-left: 108px; }

.form_row {
	clear: both;
	padding: 3px 0;
}

.form_row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.form_row div {
	width: 270px;
	float: left;
}
.form_row span.form_label {
	float: left;
	width: 140px;
	text-align: right;
	font-size: 12px;
}
.form_row span.form_element {
	float: left;
	width: 190px;
	text-align: left;
	font-size: 12px;
	padding-left: 6px;
}
