html,body {
	background: #fff;
	color: #000;
	font: 13px/1.6em Arial,Verdana,Geneva,sans-serif;
	margin: 0;
	padding:0;
	text-align: center;
	height:100%;

	background: #fff url('../../images/site/bgtop.png') repeat-x; /* Old browsers */

	_behavior: url(includes/css/csshover.htc);	/* Fix IE6 Hover Behavior For Fancy Popup thingies, relative to base tag because IE is crazy */
}

a {
	color: #555;
	text-decoration: underline;
}
a:hover {
	color: #777;
	text-decoration: none;
}
#wrapper {
	background: url('../../images/site/wrapper_bg.png') repeat-y;
	position: relative;
	width: 1010px;
	height: 100%;
	margin-left: 10px;
}
#page_container {
	/*border: 5px solid #333;
	border-radius:0px 0px 4px 4px;
	box-shadow: 0px 0px 3px #333;*/
	border-top: 0;
	margin: 0 auto;
	text-align: left;
	width: 1010px;
}
#content {
	position: relative;
	z-index: 1;
}
.infoBoxContents {
	position:relative;
	z-index: 1;
}
.headertext{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
#central_content {
	width:780px;
	padding-left: 20px;
	float:left;
	background-color: transparent;
	margin-top: -4px;
}
#column_left {
	position: relative;
	width: 200px;
	float:left;
	margin-top: -4px;
}

#column_left .box {
	/*border-radius:3px;
	box-shadow:0px 0px 3px #333333;*/
	margin:0px;
	padding:0px;
}
#column_right {
	width: 170px;
	float:left;
}

#footer {
	text-align: center;
	clear:both;
	width:1010px;
	height: 43px;
	background-color: #0092d0;
	margin-left: 10px;
}
#footer a{
	text-decoration: none;
	color:#fff;
}
#footer p{
	padding-top: 2px;
	color:#fff;
	font-size: 13px;
	font-weight: bold;
}
#footer2 {
	margin: 30px auto;
	text-align: center;
	width: 970px;
	clear:both;
}
/** Cart Navigation **/
.cartNavigation a, .cartNavigation a:hover {
	color: #fff;
	padding-left:10px;
}

div.cartNavigation {
	color: #fff;
	font-size: 11px;
	padding: 3px;

	position:absolute;
	right:0px;
	bottom:0px;
}



a.pageResults, .accountCategory, .checkoutBarFrom, .checkoutBarTo {
	color: #777;
}
a.pageResults:hover {
	color: #777;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 18px;
	margin-top: 10px;
	color: #0092d0;
}
h2 {
	font-size: 16px;
	color: #0092d0;
}
h3 {
	font-size: 14px;
}
img {
	color: #666;
	border: none;
}
legend {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: black;
}
fieldset {
	border: 1px solid #333;
	padding: 6px;
	margin: 0;
}
td, input, textarea, select, checkbox, radio {
	font-size: 13px;
	line-height: 1.6em;
}

#topNavigation {
	/*background: url(../../images/headerextend_sub_bar.jpg) repeat-x center;*/
	height:39px;
	width:990px;
	padding-left: 10px;
}

#header {
	background-color: transparent;
	position: relative;
	height: 97px;
	/*background: url(../../images/site/header_bg.png) repeat-x center;*/
}

#logo {
	position: absolute;
	left: 10px;
	top: 21px;
}

#header_search {
	float:right;
	width: 200px;
	padding: 4px;
	text-align: right;
	margin-top: 17px;
}

#header_search .search_words {
	width: 164px;
	height:23px;
	font-size:14px;
	line-height:14px;
	padding:2px;
	background-color: #F3F2F2;
	border: none;
}
.quick_search_button {
	margin-bottom: -3px;
}

.phone{
	float:right;
	color:#2B90CF;
	font-size:17px;
	padding-top:12px;
	font-family: Trebuche MS, Verdana, Geneva, sans-serif;
	padding-right: 10px;
}
#slogan{
	float:right;
	font-size:20px;
	padding-top:30px;
	color:#BA2B3A;
	padding-right:10px;
}

.fieldKey, .tableHeading, .formAreaTitle {
	font-weight: bold;
}
.formArea {
	background: #FFF;
	border: 1px solid #777;
}
.errorBox {
	background: #DA3D3D;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
.infoBox {
	border: 1px solid #fff;
}
.infoBoxHeading, .productListing-heading {
	background: #0092d0;
	color: #FFF;
	font-size: 11px;
	padding: 3px;
	font-weight: bold;
}

.productListing-heading a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.bodyBreadcrumbs {
	padding-top: 5px;
	font-size: 11px;
}
.bodyBreadcrumbs a, .bodyBreadcrumbs a:hover {
	color: #036;
}
.headerBreadcrumbs {
	font-size: 11px;
}
.headerBreadcrumbs a, .headerBreadcrumbs a:hover {
	color: #FFF;
}
.markProductOutOfStock {
	color: #B20000;
	font-weight: bold;
}
.messageStackError, .messageStackWarning, .errorBox, .infoBoxNotice, .infoBoxNoticeContents {
	background: #DA3D3D;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
.messageStackWarning {
	background: #9F09F0;
}
.messageStackSuccess {
	background-color: #9F09F0;
	color: #FFF;
	font-weight: bold;
}
.moduleRowOver {
	background-color: #777;
	color:#FFF;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #DEDEDE;
}
.newItemInCart, .inputRequirement, .productSpecialPrice, .errorText, .stockWarning {
	color: #B20000;
}
.orderEdit {
	color: #000;
	text-decoration: underline;
}
.pageHeading {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.productListing-data {
	padding: 3px;
}
tr.productListing-odd td {
	background: #eee;
}
tr.productListing-odd td {}

tr.productListing-hilite td.productListing-data {
	background: #ee0;
}

.progress {
	background-color: #000080;
	color: #FFF;
	font-size: 12px;
	height: 14px;
	overflow: hidden;
	width: 1px;
}
.smallText {
	font-size: 10px;
}
.subBar {
	background: #DEDEDE;
}
.subBar, .checkoutBarCurrent {
	color: #000;
}
.box {
	margin: 5px;
	width: 170px;
}
.box td {
	font-size: 11px;
	line-height: 1.5em;
	padding: 3px;
}
.child_options {
	display: block;
}
.child_options input, .child_options select {
	width: 160px;
}

.pricebreaksFloat div {
	display:none;
}
.pricebreaksFloat:hover div {
	display:block;
}
.pricebreaksPopup {
	background:white;
	position:absolute;
	border:1px solid black;
	width:140px;
}

ul.noindent {
	margin-left: 1.5em;
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
div.categoryImage {
	float:left;
	margin:0 0 10px 10px;
	text-align:center;
	font-size: 10px;
	position: relative;
	z-index: 90;
}
div.productImage {
	float:left;
	margin:0 10px 10px 0;
	text-align:center;
	font-size: 10px;
}
div.productImage img, div.categoryImage img {
	margin: 5px;
}
.simple_button {
	padding:2px;
	margin-bottom:3px;
	border:1px solid #CCCCCC;
	background-color:#f4f4f4;
	cursor:pointer;
	font-size:13px;
}
#parentProductListing {
	overflow:auto;
	max-height:600px;
}

table.productListing {
	margin:0px;
	padding-top:1px;
}
.filters {
	padding : 8px;
	margin : 3px 0;
	font-size: .9em;
	font-weight: normal;
}
.product-title {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
}
/* LOGIN FORM STYLES */

ul.formRow {
}
ul.formRow li {
	display:block;
	float:left;
	padding:4px;
	margin:4px;
}
ul.formRow li.rowLabel {
	width:180px;
}
.rowLabel {
	width:120px;
}
.formSubHeader {
	color:#555;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #CCC;
}
.formHeader {
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-indent:8px;
}
.formBox {
	background:#EDEDED;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:10px;
	margin-bottom: 10px;
}
.formBox h2 {
	margin: 0px 0px 6px 0px;
}
.formPasswordBox {
	background:#FFF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #CCC;
}
.formPasswordBox h3 {
	margin: 0;
}
/* LOGIN JS BUTTONS */
.loginChooseButton {
	width:250px;
	text-decoration:none;
	background:#EDEDED;
	color:#444;
	line-height:48px;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:5px;
	display:block;
	margin:0 auto 10px;
	text-align:left
}
.loginChooseButton img {
	float:left;
	margin-right:12px;
}
.loginChooseButton:hover {
	background:#CCC;
	color:#FFF;
}

/* PRINT STUFF */

#printNav {
	float: right;
	margin-bottom: 6px;
}
#printfix {
	clear: both;
	display:none;
}

#printlogo { display: none; }

ol.titled_progressbar {
	display: block;
	padding: 1px;
	width: 100%;
	float: left;
	border: 1px solid black;
	margin: -5px 0 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	list-style-type: none;
}

.titled_progressbar li {
	display: block;
	padding:5px 0;
	margin:0px;
	list-style-type: none;
	float: left;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.titled_progressbar li.tp_current {
	background: url(../../images/site/heading_gradient_med.jpg) #444 repeat-x top;
	color: white;
}

.titled_progressbar li.tp_selected {
	background: url(../../images/site/heading_gradient_med.jpg) #444 repeat-x 10px;
	font-weight: bold;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
}

.titled_progressbar li.tp_first {
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
}
.titled_progressbar li.tp_last {
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

.pics {
	height:249px;
	width:830px;
	padding: 0px;
	margin-top: 1px;
}

.pics img {
    padding: 0px;
    background-color: #eee;
    width:  798px;
    height: 214px;
    top: 0;
    left: -9px;
}

#admin_editbar {
	background: url(../../images/site/heading_gradient_med.jpg) #444 repeat-x;
	width: 100%;
	left: 0;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	padding: 6px;
	font: 12px/1em Verdana, Arial;
	color: white;
	opacity: .9;
	border-top: 1px solid white;
}

#admin_editbar a {
	color: white;
}

#cartNavigation {
    position: absolute;
    right: 0;
    text-align: right;
    top:0px;
    font-size: 11px;
}
#cartNavigation ul {
    list-style: none outside none;
    margin: 0;
}
#cartNavigation ul li:first-child {
    background: none repeat scroll 0 0 transparent;
}
#cartNavigation ul li {
    background: url("../../images/site/navCartDivide.jpg") no-repeat scroll 0 0 transparent;
    border-style: solid;
    border-width: 0;
    float: left;
    height: 21px;
}
#cartNavigation ul li a {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 0.8em;
    padding: 6px 10px;
    text-decoration: none;
}

#cartNavigation ul li a:hover {
    color:#fff;
    text-decoration: underline;
}

#cartNavigation ul li a.navIcon {
    margin-left: 6px;
    padding: 6px 10px 6px 32px;
}
#cartNavigation ul li a.iconAccount {
}
#cartNavigation ul li a.iconViewQuote {
}
#cartNavigation ul li a.iconSubmitQuote {
}
#cartNavigation ul li a.iconViewCart {
}
#cartNavigation ul li a.iconCheckout {
}

/** START: Category Level Filtering **/
.cat_lvl_filter {
	margin-bottom: 5px;
	padding: 4px;
	float:right;
	font-weight: bold;
}
/** END: Category Level Filtering **/

.imgbox {
	width:230px;
	padding:5px;
	text-align:left;
	font-size:12px;
	line-height:14px;
}

.imgboxfoot {
	background-color:#be2e38;
	padding:5px;
	width:230px;
	margin-bottom:10px;
}
.imgboxfoot .footlink{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
.custom-features-block {
	margin-top: 10px;
	font-weight: bold;
}
.custom-features-heading {
	margin-bottom: -10px;
}
