/* ===================== General CSS (Broad Changes) ======================== */
body
{
	background-image: url(../images/site_images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0px 0px 10px 0px;
	color: #242424;
}
/*====IE PNG Fix=====*/
img
{
	behavior: url(iepngfix.htc)
}
a:link { color: #e8856b; text-decoration: none; }
a:active { color: #eb9c1a; text-decoration: none; }
a:visited { color: #e8856b; text-decoration: none; }
a:hover { color: #eb9c1a; text-decoration: none; }

td
{
	font-family: verdana;
	font-size: 11px;
	color: #242424;
}

div
{
	font-family: verdana;
	font-size: 12px;
}

img
{
	border: 0px;
}

.clearfix
{
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

.note
{
	color: #6d6853;
	border-width:1px 2px 2px 1px;
	border-style:solid;
	border-color:#f8f8d0;
	background-color:#ffffe9;
	padding:10px;
	/* IE10 */
	background-image: -ms-linear-gradient(top, #ffffe9 0%, #f8f8d0 80%);

	/* IE9 */
	filter: progid:DXImageTransform.Microsoft.gradient( StartColorStr='#ffffe9', EndColorStr='#f8f8d0',GradientType=0 );

	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #ffffe9 0%, #f8f8d0 80%);

	/* Opera */
	background-image: -o-linear-gradient(top, #ffffe9 0%, #f8f8d0 80%);

	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffe9), color-stop(.8, #f8f8d0));

	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #ffffe9 0%, #f8f8d0 80%);

	/* Proposed W3C Markup */
	background-image: linear-gradient(top, #ffffe9 0%, #f8f8d0 80%);

	-webkit-box-shadow: 1px 1px 5px 0px #808080;
	-moz-box-shadow: 1px 1px 5px 0px #808080;
	box-shadow: 1px 1px 5px 0px #808080;
}

#search
{
	background-image: url(../images/site_images/searchbg.png);
	margin-top: 0px;
	padding: 0px;
	position: absolute;
	width: 202px;
	height: 40px;
	top: 0px;
	right: 80px;
	z-index: 1000;
}

.search
{
	padding: 0px;
	margin: 9px 0px 0px 18px;
	background-color: transparent;
	font-family: verdana;
	font-size: 11px;
	color: #323232;
	border: 0px;
	width: 150px;
	height: 15px;
	float: left;
}

.searchbutton
{
	margin: 9px 0px 0px 4px;
	padding: 0px;
	width: 22px;
	height: 14px;
	float: left;
}

#template_container
{
	width: 964px;
	background-image: url(../images/site_images/angle_bg.gif);
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	position: relative;
}

#header
{
	background-image: url(../images/site_images/topbg.jpg);
	width: 963px;
	height: 105px;
	position:relative;
}

#top1
{
	float: left;
}

#top2
{

	position:absolute;
	top:5px;
	left:13px;
}

#top3
{
	float: left;
}

#top4
{
	margin-left:583px;
	width: 366px;
}

#top5
{
	float: left;
}

#nav
{
	margin-left: 58px;
}

#nav ul
{
	margin: 0px;
	padding: 0px;
}

#nav ul li
{
	padding: 0px;
	list-style-type: none;
	float: left;
}

#body
{
	margin-top: 6px;
	width: 964px;
}

.cartwrapper
{
	margin: 0px 0px 8px 0px;
	color: #C4C4C4;
	font-size: 11px;
	line-height: 90%;
}

.cart a:link, .cart a:visited, .cart a:active, .cart a:hover
{
	font-size: 11px;
	text-decoration: none;
}

#left
{
	float: left;
	width: 192px;
}

#midspace
{
	float: left;
	width: 7px;
	height: 1px;
}

#rightwrapper
{
	background-color: #ffffff;
	float: left;
	border: 1px solid #000000;
	margin-top: 4px;
}

#right
{
	width: 744px;
	margin: 7px;
}

#categories
{
}

#leftbgwrapper
{
	margin-top: 0px;
}

#leftbg
{
	padding: 8px 0px 8px 28px;
	background-image: url(../images/site_images/leftbg.png);
	background-repeat: repeat-y;
	font-size: 11px;
	color: #c4c4c4;
}

#shoppingcart
{
	margin-top: 11px;
}

.featured_items_wrapper
{
	margin-top: 30px;
	/*background-color: #BBCEE3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	padding: 20px;
}
.featured_items_title
{
	font-weight: bold;
	font-size: 18px;
}

#footer
{
	margin-top: 4px;
	width: 980px;
	color: #000000;
}

#footerleft
{
	font-size: 10px;
	margin-left: 5px;
	float: left;
}

#footer a:link, #footer a:active, #footer a:visited
{
	color: #6e6e6e;
	text-decoration: none;
}

#footer a:hover
{
	color: #000000;
	text-decoration: none;
}

#footerright
{
	font-size: 10px;
	margin-right: 5px;
	float: right;
}

font
{
	font-weight: bold;
}

fieldset legend
{
	color: #e8856b;
	font-weight: bold;
	cursor: pointer;
}

fieldset
{
	cursor: default;
}

.submit
{
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #242424;
	background-color: #E8856B;
	cursor: pointer;
}

.submit_disabled
{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #0f3155;
	background-color: #9f9f9f;
	cursor: default;
}

.small
{
	font-size: 7pt;
	color: #000000;
	font-weight:Bold;
}

.error
{
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #ec3829;
	border-color: #ec3829;
	border-width: 0px;
}

.loading_box
{
	border: 1px solid white;
	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: #ec3829;
	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;
}

#budget_summary_page table
{
	 word-break: break-all;
	 word-break: break-word;
	 table-layout: fixed;
	 width: 100%;
	 display: inline-block;
}

#budget_summary_page table td
{
	 vertical-align: top;
}