/* ===================== General CSS (Broad Changes) ======================== */
body
{
	background-image: url(../images/site_images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #f6e9ab;
	margin: 0px 0px 10px 0px;
	color: #000000;
}
/*====IE PNG Fix=====*/
img
{
	behavior: url(iepngfix.htc)
}
a:link { color: #537500; text-decoration: none; }
a:active { color: #344900; text-decoration: none; }
a:visited { color: #537500; text-decoration: none; }
a:hover { color: #344900; text-decoration: underline; }

td
{
	font-family: verdana;
	font-size: 11px;
}

div
{
	font-family: verdana;
	font-size: 12px;
}

img
{
	border: 0px;
}

.clearfix
{
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

#template_container
{
	width: 964px;
	background-color: transparent;
	padding: 0px 8px 18px 8px;
}

/* Start Header Area */

#header
{
	background-image: url(../images/site_images/topbg.png);
	background-repeat: no-repeat;
	width: 964px;
	height: 149px;
	position:relative;
}

#search_nav_wrapper
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 530px;
    border: 0px solid red;
    text-align: right;
    margin-top: 12px;
    margin-right: 13px;
}

#search
{
	padding: 0px;
	text-align: right;
	display: inline;
}

.search
{
	padding: 0px;
	margin: 1px 0px 18px 0px;
	background-color: transparent;
	font-family: verdana;
	font-size: 11px;
	color: #323232;
	border: 0px;
	width: 180px;
	height: 18px;
    vertical-align: top;
}

.searchbutton
{
	margin-top:1px;
	margin-left: 0px;
	padding: 0px;
	width: 27px;
	height: 18px;
	vertical-align: top;
}

#nav
{
	margin-top: 38px;
	margin-right: 0px;
}

#nav ul
{
	margin: 0px;
	padding: 0px;
}

#nav ul li
{
	padding: 0px;
	list-style-type: none;
	display: inline;
}

/* End Header Area */

#body
{
	margin-top: 14px;
	width: 964px;
}

.body_table
{
	width: 100%;
}

.body_left_cell
{
	width: 1px;
	text-align: left;
	overflow: hidden;
}

.body_right_cell
{
	border: 0px;
	background-color: #fef9dc;
    padding: 8px;
}

/* Start Left Nav Area */

#categories, #shoppingcart, #budgetinfo, #administer, #reports
{

}

#reports
{
	margin-top: 10px;
}

#leftbgwrapper
{
	margin-top: 0px;
	margin-bottom: 10px;
	border: 0px;
	background-color: #fcbd49;
}

#leftbg
{
	padding: 8px 0px 8px 8px;	
	font-size: 11px;
}

.cartwrapper
{
	padding: 0px 0px 8px 8px;
	text-align: left;
	font-size: 11px;
}

.cart a:link, .cart a:visited
{
	font-size: 11px;
	text-decoration: none;
}

.cart a:active, .cart a:hover
{
	font-size: 11px;
	text-decoration: underline;
}


#discount_check_wrapper, #mailing_list_link_wrapper
{
	text-align:center;
	padding-bottom: 10px;
}

/* End Left Nav Area */

/* Start Footer Area */

#footer
{
	border-top: 3px solid #ba9012;
	margin-top: 0px;
	padding-top: 8px;
	width: 980px;
	color: #000000;
}

#footerleft
{
	font-size: 10px;
	margin-left: 11px;
	float: left;
}

#footer a:link, #footer a:active, #footer a:visited
{
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footerright
{
	font-size: 10px;
	margin-right: 11px;
	float: right;
}

/* End Footer Area */

font
{
	font-weight: bold;
}

fieldset legend
{
	color: #ba9012;
	font-weight: bold;
	cursor: pointer;
}

fieldset
{
	cursor: default;
}

.submit
{
	color: #fffabd;
	font-family: verdana;
	font-size: 11px;
	padding: 3px 6px 3px 6px;
	border: 1px solid #537500;
	background-color: #537500;
	/* IE10 */
	background-image: -ms-linear-gradient(top, #afc94e 0%, #537500 100%);

	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #afc94e 0%, #537500 100%);

	/* Opera */
	background-image: -o-linear-gradient(top, #afc94e 0%, #537500 100%);

	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #afc94e), color-stop(1, #537500));

	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #afc94e 0%, #537500 100%);

	/* Proposed W3C Markup */
	background-image: linear-gradient(top, #afc94e 0%, #537500 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afc94e', endColorstr='#537500',GradientType=0 );
	-moz-box-shadow: 1px 1px 5px #bfbfbf;
  	-webkit-box-shadow: 1px 1px 5px #bfbfbf;
  	box-shadow: 1px 1px 5px #bfbfbf;
	cursor: pointer;
}

.submit_disabled
{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #999;
	background-color: #D0D0D0;
	cursor: default;
}

.small
{
	font-size: 7pt;
	color: #000000;
	font-weight:Bold;
}

.system_error_box
{
	background: #fff;
	border: 2px solid #f00;
	-webkit-box-shadow: 3px 3px 5px 0px #aaa;
	-moz-box-shadow: 3px 3px 5px 0px #aaa;
	box-shadow: 3px 3px 5px 0px #aaa;	
	padding:10px;
	margin:5px;
}

.error
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	border-color: #ec3829;
	border-width: 0px;
}

.loading_box
{
	border: 1px solid black;
	background-color: #f0f0f0;
	position: absolute;
	left: 1px;
	top: 1px;
	width: 100px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
}

.cvv2_whats_this
{
	font-size: 10px;
}

.time_to_ship_wrapper
{
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	margin-top: 8px;
}

.po_any_code_demo_instructions_wrapper
{
	font-size:10px;
	color: #800;
	padding: 3px;
}

.any_cc_num_demo_instructions_wrapper
{
	font-size:10px;
	color: #800;
	padding: 3px;
	margin-left:5px;
}

.item_feature_wrapper
{
	margin-top:10px;
}

.item_feature_title
{
	font-weight:bold;
}

.cvv2_body
{
	border: 1px solid #000000;
	background-color: #ebebeb;
}

.static_headings
{
	font-weight: bold;
	font-size: 1.3em;
	color: #ba9012;
}