#wrapper {
	clear: both;
	position: relative;
	margin: 0 auto 20px auto;
	padding: 0 20px 20px 0px;
	border: 0px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 4px;
	border: 4px solid;
    border-color: #829688;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-bottom-right-radius:20px;
    border-bottom-left-radius:20px;
	background-color: #fff;
}


/* Enter Your Custom CSS Here */
.site-description, .site-name {
   display: none;
}

/* custom html tags */

h1 {
	margin-top: 0.1em;
  	margin-left: 10px;
	margin-bottom: 0.1em;
	font-size: 1.625em; /* = 42px */
    font-family: Comic Sans, Comic Sans MS, cursive;
}

#clearit {
	clear: both;
	float: left;
	width: 600px;
}
/* sidebars */

#sidebarLinks {
    display: block;
	min-width: 100px;
    line-height: 13px;
  	margin-top: 12px;

}

#sidebarLinks p {
    display: block;
	min-width: 100px;
  	line-height: 24px;
}

#sidebarLinks a {
    display: block;
	min-width: 100px;
  	line-height: 13px;
}


/* March Home Page Rebuild Test */
#secRowBoxOne {
	height: 163px;
	float: left;
	width: 210px;
	margin-right: 24px;
  	margin-left: 5px;

  	text-align: center;
    vertical-align: middle;
	padding-top: 30px;

}
#secRowBoxTwo {
	height: 100px;
	float: left;
	width: 160px;
	margin-right: 24px;
  	text-align: center;

}
#secRowBoxThree {
	height: 200px;
	float: left;
	width: 160px;
  	text-align: center;

}


#thirdRowTall {
	height: 350px;
	float: left;
	width: 444px;
	margin-right: 24px;
	text-align: center;
    border: 2px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/* border-radius: 4px; */
}

#thirdRowDisplay {
	width: 206px;
	height: 500px;
	float: left;
	margin-right: 24px;
	text-align: center;
    border: 2px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/* border-radius: 4px; */
}

#clearithome {
	height: 30px;
	clear: both;
	float: left;
	width: 600px;
}


/* =Content
-------------------------------------------------------------- */
#content {
	margin-top: 10px;
	margin-bottom: 20px;
}

#content-full {
	margin-top: 10px;
	margin-bottom: 20px;
}

#content-blog {
	margin-top: 10px;
	margin-bottom: 20px;
}

#content-images {
	margin-bottom: 20px;
}

#content-search {
	margin-top: 20px;
	margin-bottom: 20px;
}

#content-archive {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap a {
	font-size: 12px;
}

#content .sticky {
	clear: both;
}


/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	clear: both;
	margin: 0 auto;
	background-color: #3681ba;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3681ba), to(#3681ba));
	background-image: -webkit-linear-gradient(top, #3681ba, rgba(54, 129, 186, 1));
	background-image: -moz-linear-gradient(top, #3681ba, #3681ba);
	background-image: -ms-linear-gradient(top, #3681ba, #3681ba);
	background-image: -o-linear-gradient(top, #3681ba, #3681ba);
	background-image: linear-gradient(top, #3681ba, #3681ba);


	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
}

.main-nav {
	clear: both;
}

.menu,
.menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li {
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	margin: 0;
	padding: 0;
	border: 0;
}

.menu li:hover {
	z-index: 10000;
	white-space: normal;
}

.menu li li {
	float: none;
}

.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.menu li:hover > ul {
	visibility: visible;
	top: 100%;
}

.menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.menu:after,
.menu ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: 0;
	content: ".";
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
	width: auto;
	min-width: 15em;
	margin-top: 1px;
}

.menu a {
	display: block;
	position: relative;
	height: 45px;
	margin: 0;
	padding: 0 0.9em;
	border-left: 1px solid #585858;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 45px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
    text-shadow: none;
}

.menu a:hover {
	color: #fff;
	background-color: #3681ba;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3681ba), to(#3681ba));
	background-image: -webkit-linear-gradient(top, #808080, #363636);
	background-image: -moz-linear-gradient(top, #808080, #363636);
	background-image: -ms-linear-gradient(top, #808080, #363636);
	background-image: -o-linear-gradient(top, #808080, #363636);
	background-image: linear-gradient(top, #808080, #363636);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
}

ul.menu > li:hover {
	color: #fff;
	background-color: #363636;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #FFC203;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;

	filter: none;
}

.menu li li {
	width: auto;
	margin: -1px 0 1px 0;
	border: 1px solid #e5e5e5;
	color: #444;
	background: #fff;
	background-image: none;

	filter: none;
}

.menu li li a {
	height: auto;
	height: 20px;
	padding: 5px 10px;
	border: none;
	color: #444;
	background: transparent !important;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	white-space: nowrap;
}

.menu li li a:hover {
	border: none;
	color: #444;
	background: #f5f5f5 !important;
	background-image: none;

	filter: none;
}

.menu li li:hover {
	background: #f5f5f5 !important;

	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}


/* =Widgets
-------------------------------------------------------------- */
/* =Left Sidebar Menu
-------------------------------------------------------------- */
.widget-wrapper {
	margin: 6px 6px 6px 6px;
	padding: 10px;
	border: 2px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/* border-radius: 4px; */
	background-color: #ffffff;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 0px;
  	margin-left: 0px;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
  	line-height: 21px;
  	color: #3681ba; !important
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 0 0 0 20px;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
}

#widgets .widget-title img {
	float: right;
	position: relative;
	top: 4px;
	width: 11px;
	height: 11px;
}

.widget-title h3,
.widget-title-home h3 {
	display: block;
	margin: 0;
	padding: 0 0 0 3px;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	color:  #ffffff;
  	background-color: #296389;
    min-width: 100px;

}

#widgets .textwidget {
	display: block;
	margin: 0;
	line-height: 1.5em;
    font-size: 12px; !important
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 20.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 76.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-right: 0 !important;
	margin-left: 0 !important;
  	margin-top: 3px !important;
}
/* =home promo banners/
-------------------------------------------------------------- */

#header {
  	margin-top: 27px;
}

#homepromomajor {
	clear: right;
	float: left;
	width: auto;
  	margin-bottom: 27px;
}

#homepromotwo {
	width: auto;
  	height: 270px;
	float: left;
  	padding: 0px 0px 0px 0px;
    margin: -30px 0px 0px 0px;
}

#homepromothree {
	width: 450px;
	float: left;
    border: 2px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/* border-radius: 4px; */
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
    margin: -40px 20px 0px 0px;
}

#homepromofour {
    width: 200px;
	float: left;
    border: 2px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/* border-radius: 4px; */
	background-color: #ffffff;
	padding: 0px 0px 0px 10px;
    margin: -40px 0px 0px 0px;
}

#homepagetable2col {
	border: 0px;
    padding: 0px 0px 0px 0px;
}

#homepagetable1 {
	border: 0px;
}

#homepagetable2 {
	border: 0px;
  	padding: 0px 0px 0px 0px;
}

table, th, td {
      vertical-align: top;
}


/* =product page category banners/
-------------------------------------------------------------- */

#catone {
	float: left;
	width: auto;
  	margin-right: 6px;
}
#cattwo {
	float: left;
	width: auto;
	margin-right: 6px;
}
#catthree {
	float: left;
	width: auto;
	clear: right;
}
#catclearit {
	clear: both;
	height: 12px;
}
/* =breadcrumb/
-------------------------------------------------------------- */

.breadcrumb-list {
	font-size: 12px;
	margin-left: 12px;
}
/* =product pages/
-------------------------------------------------------------- */
#prodTitle {
	text-align: left; !important;
	width: 870px;
	color: #FFFFFF;
	background-color: #004372;
	padding: 20px;
	font-size: 22px;
	margin-bottom: 0px;
	display: none;
}
/* =Use to adjust space above search results/
-------------------------------------------------------------- */
.spider_catalog_style {
  display: block;
  box-sizing:border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  margin: -95px 0px 0px 0px;
}

.spidercataloginput {
  box-sizing:border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  margin: 0px 2px 0px 0px;
}

.spider_catalog_style table, tr, td {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
}

.spider_catalog_style img {
  box-shadow: none;
}

#cat_form_page_nav1 {
  margin-top: 0; !important;
  margin-bottom: 0; !important;
}

#productMainDiv {
}

.CatalogSearchBox{
  padding-top: 0px;
  margin: 0px 0px -30px 0px;
}

.spidercataloginput{
  padding-top: 10px;
  margin: 0px 0px -30px 0px;
}

#prod_name_1_1 {
  padding: 0px;
}

#cat_id_1_1 {
  display: none;
}

input[type=submit] {
    margin: 0px 0px 3px 0px;
}
/* =hide powered by wordpress slug/
-------------------------------------------------------------- */
.powered  {
 margin-right: 0 !important;
 margin-left: 0 !important;
 margin-top: 3px !important;
 display: none;
}

/* =Wood Sign Top Image Divs/
-------------------------------------------------------------- */
#Wood_Sign_Displays {
    margin: 0px 0px -35px 0px;
}

