/* ===================== General CSS (Broad Changes) ======================== */
body
{
	background-image: url(../images/site_images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #006699;
	margin: 0px 0px 10px 0px;
	color: #000000;
	border:0px;
}
/*====IE PNG Fix=====*/
img
{
	behavior: url(iepngfix.htc)
}
a:link { color: #006599; text-decoration: none; }
a:active { color: #023853; text-decoration: none; }
a:visited { color: #006599; text-decoration: none; }
a:hover { color: #023853; 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 0px 0px 0px;
}

#header
{
	background-image: url(../images/site_images/topbg.jpg);
	background-repeat: no-repeat;
	width: 964px;
	height: 112px;
	position:relative;
}

#top1
{
	float: left;
}

#top2
{

	position:absolute;
	top:5px;
	left:13px;
}

#top3
{
	float: left;
}

#top4
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 380px;
    border: 0px solid red;
    text-align: right;
    margin-top: 38px;
    margin-right: 10px
}

#top5
{
	float: left;
}

#search
{
    padding: 0px;
    text-align: right;
    display: inline;
}

.search
{
	padding: 0px;
	margin: 0px 0px 11px 0px;
	background-image: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	color: #323232;
	border: 1px solid #3d3d3d;
	width: 153px;
	height: 16px;
    vertical-align: top;
}

.searchbutton
{
	margin-left: 2px;
	padding: 0px;
	width: 49px;
	height: 18px;
	vertical-align: top;
}

#nav
{
}

#nav ul
{
	margin: 0px;
	padding: 0px;
}

#nav ul li
{
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#body
{
	margin-top: 5px;
	width: 964px;
	border: 0px;
}

.cartwrapper
{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 8px 13px;
	text-align: left;
	color: #023853;
	font-size: 11px;
}

.cart a:link, .cart a:visited, .cart a:hover
{
	font-size: 11px;
	text-decoration: none;
}
.cart a:hover
{
	font-size: 11px;
	text-decoration: underline;
}
.body_table
{
	width: 100%;
	border: 0px;
}
.body_left_cell
{
	width: 1px;
	text-align: left;
	overflow: hidden;
	border:0px;
}

.body_right_cell
{
	border: 0px;
	background-color: transparent;
    padding: 0px 10px 0px 10px;
}
.body_right_cell_bg
{
	border: 0px;
	background-image: url(../images/site_images/content_bg.png);
	background-repeat: repeat-y;
	background-color: transparent;
}
#rightwrapper
{
	border: 0px;
    background-color: #fff;
}

#right
{
	/*width: 748px;*/
	/*margin: 7px;*/
}

#categories
{
}

#leftbgwrapper
{
	margin-top: 0px;
	border: 0px;
	background-image: url(../images/site_images/cat_bg.png);
	background-repeat: repeat-y;
	background-color: transparent;
}
#cartbgwrapper
{
	color:#023853;
	margin-top: 0px;
	border: 0px;
	background-image: url(../images/site_images/cartbg.png);
	background-repeat: repeat-y;
	background-color: transparent;
}
#leftbg
{
	padding: 8px 0px 8px 13px;
	font-size: 11px;
}

#shoppingcart
{
	margin-top: 0px;
}

.floatinglinks
{
	color: #ffffff;
	text-decoration: none;
}

.floatinglinks a:link, .floatinglinks a:active, .floatinglinks a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.floatinglinks a:hover
{
	color: #fdd51d;
	text-decoration: underline;
}

#footerbg
{
	background-image: url(../images/site_images/footer.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: right top;
	width:964px;
	height:84px;
}
#footer
{
	padding-top: 32px;
	padding-left:92px;
	width: 964px;
	color: #fdd51d;
	text-align:center;
}

#footertop
{
	font-size: 10px;
	margin-left: 5px;
}

#footer a:link, #footer a:active, #footer a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover
{
	color: #fdd51d;
	text-decoration: underline;
}

#footerbottom
{
	font-size: 10px;
	margin-right: 5px;
}

font
{
	font-weight: bold;
}

fieldset legend
{
	color: #2b77a6;
	font-weight: bold;
	cursor: pointer;
}

fieldset
{
	cursor: default;
}

.submit
{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #023853;
	background-color: #006599;
	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;
}

.error
{
	font-family: verdana;
	font-size: 9pt;
	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;
}