/* Overall */
html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	background: url(../images/Layout_BG.jpg) repeat-x;
}

input, select, textarea, table, td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

h2 { font-size: 20px; line-height: 16px;}

.text-center { text-align: center;  }
.text-left { text-align: left; }
.text-right { text-align: right; }
/* Navigation */

nav ul { list-style: none; list-style-type: none; margin: 0; padding: 0;}
nav ul.main-menu li { list-style: none; list-style-type: none; margin:0; padding: 0;}
nav ul.sub-menu { padding-left: 15px; margin-bottom: 20px; }

nav ul.main-menu > li { line-height: 2rem; }
nav ul.sub-menu > li { line-height: 1.7rem; }

section { margin-bottom: 15px;} 
/* Shopping Cart Overrides */
.textbox {
	width: 200px;
}

.tdtopmenu {
	text-align: center;
	font-weight: bold;
	padding-bottom: 15px;
}

.tdpaging {
	padding: 20px 0;
}

.imgthumb {
	max-width: 120px;
	width: expression(this.width > 120 ? 120: true);
}

span.itemName {
	font-size: 17px;
	font-weight: bold;
	color: #C16223;
}


.itemName .itemName_link {
	font-size: 15px !important;
	font-weight: normal !important;
	text-decoration: none;
}



.itemName .itemName_link:hover {
	text-decoration: underline;
}



.itemDescription b {
	display: block;
	font-weight: normal;
	padding-bottom: 5px;
}

.salePriceValue span,
.salePriceValue,
.salePrice {
	color: #F66900;
	font-weight: normal;
	font-size: 14px;
	float: none;
	/*margin-top: -18px;*/
}

.tblproduct .salePrice {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	float: none;
	margin-top: -15px;
}

.tblproduct .itemSku {
	font-weight: bold;
	color: #000;
	float: none;
}

.tblproduct td {
	text-align: center;
	width: 200px;
}

.itemQuantity,
.item_option_level {
	color: #7d7d7d;
	font-weight: bold;
}

.connect_widget_interactive_area {
	display: block;
	margin: 25px 0;
}

nobr {
	white-space: normal;
}

.btn_addcart,
.td_itemQuantity {
	vertical-align: middle !important;
}

.itemOptionButton {
	-moz-box-shadow: 2px 2px 0px 0px #e5e5e5;
	-webkit-box-shadow: 2px 2px 0px 0px #e5e5e5;
	box-shadow: 2px 2px 0px 0px #e5e5e5;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3863e), color-stop(1, #8f3f09) );
	background:-moz-linear-gradient( center top, #f3863e 5%, #8f3f09 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3863e', endColorstr='#8f3f09');
	background-color:#f3863e;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:0px solid #8f3f09;
	display:inline-block;
	color:#ffffff!important;
	font-family: Arial Black, "Arial Black", Helvetica, Verdana, sans-serif;
	font-weight: 900;
	font-size:15px;
	font-style:normal;
	height:34px;
	line-height: normal;
	width:auto;
	text-decoration:none;
	text-align:center;
	text-shadow:2px 2px 0px #7a3100;
	cursor: pointer;
	letter-spacing: -1px;
}

#buttonTable table {
	width: 100% !important;
}
/* ------------------ */

form {
	margin: 0;
	padding: 0;
}

a {
	color: #C16223;
	text-decoration: underline;
}
a:hover {
	color: #F76800;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, pre {
	margin: 0;
}

p {
	margin: 0;
  font-size: 1.1em;
	padding: 0 0 1.5em 0;
	line-height: 1.8em;
}

ul {
	margin: -0.8em 0 0 0;
	padding: 0 0 0 3em;
}
ul ul {
	margin-top: 0;
}
ul li {
	margin-bottom: 0.6em;
}

* :focus {
	outline: 0;
}


/* Headings */
.Heading1 {
	color: #F76800;
	font-size: 17px;
	font-weight: bold;
}


/* Highlights */
.Highlight1 {
	color: #C00;
}

.Highlight2 {
	color: #090;
}

.Highlight3 {
	color: #F76800;
}

.Highlight4 {
	color: #E6E6E6;
}


/* Backgrounds */
.Background1 {
	background-color: #EBEBEB;
	border-left: 6px solid #D1D1D1;
	padding: 12px 5px 0px 12px;
	color: #696969;
}


/* Images */
.ImageLink {
	background-color: #E3E3E3;
	border: 1px solid #C1C1C1;
	padding: 3px;
	margin: 6px 10px;
}
a .ImageLink {
	border: 1px solid #C1C1C1;
}
a:hover .ImageLink {
	background-color: #E6EEF7;
	border: 1px solid #538CC6;
}


/* Buttons */
.Btn1,
.Btn2,
.Btn3 {
	background: url(/images/Button_BG1.png) repeat-x top;
	border-bottom: 0;
	border: 1px solid;
	padding: 5px 11px;
	margin: 0 3px 0 0;
	cursor: pointer;
	font: bold 13px Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.Btn1:hover,
.Btn2:hover,
.Btn3:hover {
	text-decoration: none;
}
.Btn1:active,
.Btn2:active,
.Btn3:active {
	position: relative;
	top: 1px;
}

.Btn1 {
	background-color: #08548E;
	border-color: #1E3D5B;
	color: #D6E0EB;
}
.Btn1:hover {
	background-color: #0965AA;
	color: #FFF;
}

.Btn2 {
	background-color: #7E7E7E;
	border-color: #6E6E6E;
	color: #E6E6E6;
}
.Btn2:hover {
	background-color: #989898;
	color: #FFF;
}

.Btn3 {
	background-color: #C9992C;
	border-color: #966F12;
	color: #FAEED1;
}
.Btn3:hover {
	background-color: #E4B242;
	color: #FFF;
}


/* Layout */
#header,
#header_container,
#footer,
#footer_container,
#center,
#body_container {
	margin: 0 auto;
}

#header_container,
#body_container {
	position: relative;
	width: 974px;
	text-align: left;
}

#footer_container {
  width: 100%;
}

#header {
	position: relative;
	z-index: 1;
	background: url(../images/Layout_Header.jpg) no-repeat center top;
	height: 262px;
}

#footer {
	background: url(../images/Layout_Footer.jpg) no-repeat center top;
	height: 175px;
	clear: both;
}

#body_right #footer {
	margin-top: 20px;
}

#body_bg {
	overflow: hidden;
	clear: both;
}

#body_container {
	min-height: 300px;
}

#body {
	z-index: 2;
	overflow: hidden;
}

#body_left {
	width: 27%;
	margin: 0 0 20px 0;
	float: left;
}

#body_right {
	float: right;
	width: 70%;
	margin-bottom: 25px;
	overflow: hidden;
}


/* Navigation */
#nav {
	position: absolute;
	top: 100px;
	left: 100px;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	height: 35px;
	text-indent: -9999px;
}
#nav a:hover,
#nav a.hover,
#nav a.selected {
	background-position: 0 -35px !important;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}


/* Navigation (Footer) */
#footer_menu {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 65px 0 0px 0;
  text-align: center;
}
#footer_menu li {
  display:  inline-block;
  padding: 0 15px;
}
#footer_menu a {
  font-size: 1.2rem;
  font-weight: bold;
}

#navf {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}
#navf ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navf ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navf ul li a {
	color: #CCC;
	text-decoration: none;
	margin: 0 10px 0 6px;
}
#navf ul li a:hover {
	color: #FFF;
	text-decoration: none;
}


/* Home */
#home {
	position: absolute;
	top: 19px;
	left: 129px;
	width: 721px;
	height: 181px;
}
#home a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}


/* Cart */
#cart {
	position: absolute;
	top: 145px;
	left: 858px;
	width: 110px;
	height: 91px;
	background: url(../images/Button_ShoppingCart.png) no-repeat;
}
#cart a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}


/* Copyright */
#copyright {
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #666666;
}
#copyright a {
	color: #F76800;
	text-decoration: none;
}
#copyright a:hover {
	color: #FCD77C;
}

#body_right #copyright {
	width: 100%;
}


/* Designed By... */
#designed {
	width: 100%;
	text-align: center;
	font-size: 9px;
	color: #B3B3B3;
}
#designed a {
	color: #B3B3B3;
	text-decoration: none;
}
#designed a:hover {
	color: #F66900;
}

#body_right #designed {
	width: 100%;
}


/* Flash */
#flash {
	position: absolute;
	top: 10px;
	left: 10px;
}


/* Social */
#social {
	position: absolute;
	top: 10px;
	left: 10px;
}


/* Panel Container */
#panel_mid {
	background: url(../images/Layout_NavMid.jpg) repeat-y;
	width: 256px;
}
#panel_top {
	background: url(../images/Layout_NavTop.jpg) no-repeat;
	min-height: 404px;
	padding: 25px 25px 25px 25px;
}
#panel_btm {
	background: url(../images/Layout_NavBtm.jpg) #FFF no-repeat;
	height: 11px;
}

#panel_mid h2 a {
	color: #FFF;
	text-decoration: none;
}
#panel_mid h2 a:hover {
	color: #FFDBB5;
}

#panel_mid h3 a {
	color: #FFDBB5;
	text-decoration: none;
}
#panel_mid h3 a:hover {
	color: #FFF;
}


.p_right,
.p_left {
	line-height: 1.75rem;
}

.p_right img {
	margin-right: 20px;
}
.p_left img {
	margin-left: 20px;
}

/*
.feature {
	background-color: #F3F3F3;
	border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 25px;
	color: #4D4D4D;
	margin-top: 20px;
}
*/

/* Cufon */
h1 {
	font-size: 22px;
	color: #C16223;
	margin-bottom: 0.5em;
}
h1 a,
h1 a:hover {
	text-decoration: none;
}

h2 {
	font-size: 15px;
	color: #FFF;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 15px;
	color: #FFDBB5;
	margin-bottom: 0.3em;
	margin-left: 16px;
}

h4 {
	font-size: 16px;
	color: #F66900;
	margin-bottom: 0.0em;
}


/* Multi-Column List */
.columns {
	float: left;
	width: 100%;
	padding-bottom: 1.0em;
}
.columns li {
	float: left;
	width: 33.3%;
	/*
	Columns:
	1 = 100%
	2 = 50%
	3 = 33.3%
	4 = 25%
	5 = 20%
	6 = 16.6%
	*/
}


/* Print */
@media print {
	#header,
	#footer,
	#panel,
	.noprint {
		display: none;
	}

	#body_left,
	#body_right,
	#body_center,
	#body_container {
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
	}

	#body,
	#body_bg {
		overflow: auto;
	}
}


/* Search */
#search {
	position: absolute;
	top: 218px;
	left: -1px;
}
#search #query {
	width: 217px;
	padding: 5px;
	padding-right: 30px;
	font-size: 13px;
	color: #797979;
	border: 1px solid #D5D5D5;
	background-color: transparent;
	background: url(../images/icons/Icon_Search.png) no-repeat 99% 50%;
	box-shadow: none !important;
}
#search #query:hover,
#search #query:focus {
	color: #000 !important;
	border-color: #F66900;
}
#search #query::-ms-clear {
    display: none;
}
#search #s {
	margin-left: -35px;
	width: 35px;
	border: 0;
	background-color: transparent;
	box-shadow: none;
	cursor: pointer;
	box-shadow: none !important;
}

#MainTable table table tr:nth-child(2) td,
#MainTable table table tr:nth-child(3) td,
#table_item_html table tr:nth-child(2) td,
#table_item_html table tr:nth-child(3) td {
	text-align: center !important;
	word-wrap: break-word !important;
}
#MainTable table table tr:nth-child(3) td,
#table_item_html table tr:nth-child(3) td,
#MainTable table table tr:nth-child(4) td,
#table_item_html table tr:nth-child(4) td,
#MainTable table table tr:nth-child(5) td,
#table_item_html table tr:nth-child(5) td,
#MainTable table table tr:nth-child(6) td,
#table_item_html table tr:nth-child(6) td,
#MainTable table table tr:nth-child(7) td,
#table_item_html table tr:nth-child(7) td,
#MainTable table table tr:nth-child(8) td,
#table_item_html table tr:nth-child(8) td,
#MainTable table table tr:nth-child(9) td,
#table_item_html table tr:nth-child(9) td,
#MainTable table table tr:nth-child(10) td,
#table_item_html table tr:nth-child(10) td {
	width: 33% !important;
	vertical-align: middle !important;
	text-align: center !important;
	word-wrap: break-word !important;
}
#MainTable table table {
	width: 100% !important;
}


/* Social */
.list_social {
	position: absolute;
    top: 6px;
    right: 0;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.list_social li {
	display: inline;
	margin: 0 0px 0 0 !important;
	padding: 0;
}
.list_social li a {
	display: inline-block;
	font-size: 22px;
	padding: 0 4px;
	text-decoration: none;
}


#ship {
	position: relative;
	top: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #C16223;
}

#ship img {
	width: 35px;
  height: auto;
  margin-right: 7px;
  vertical-align: middle;
}

.section-hero, .feature {
  background-color: #efefef;
  background: linear-gradient(to top, #efefef, #ddd);
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: 25px 0;
  text-align: center;
}
.section-hero:hover {
    cursor: pointer;
}
.section-hero .banner-title { margin-top: 0; margin-bottom: 0; }
.section-hero a { font-size: 1.7rem; font-weight: bold; }

#section-hero-home .banner-title { font-size: 2rem; line-height: 3rem; color: #000; font-weight: bold; padding: 0;}
#section-hero-home a { text-decoration: none; }

.divider { height: 15px; }
.divider-small { height: 13px; }
.divider-medium { height: 18px; }
.divider-large { height: 50px; }