@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	min-width: 900px;
	text-align: center;
}



/* Page Border and Frame */

#border_main {
  text-align: left;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#border_content {
	text-align: left;
	border: 1px solid #962D27;
	margin-top: 8px;
	background-color: #FFFFFF;
}



/* Element Stylings */

form { 
	margin: 0;
	padding: 0; 
}

h1 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

a {
	color: #000000;
}



/* Cattree Link Stylings */

.cat {
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	white-space: nowrap;
	text-decoration: none;
	display: block;
	padding: 4px;
	margin: 3px 0px;
}
.cat:hover {
	background-color: #C8B070;
}
.cat:visited {
	color: #FFFFFF;
}
.cat1 {
	color: #FFFFFF;
	text-align: left;
	white-space: nowrap;
	text-decoration: none;
	display: block;
	padding: 1px 2px 1px 2px;
	margin-left: 3px;
}
.cat1:hover {
	background-color: #C8B070;
}
.cat1:visited {
	color: #FFFFFF;
}
.cat2 {
	color: #FFFFFF;
	text-align: left;
	white-space: nowrap;
	text-decoration: none;
	display: block;
	padding: 1px 2px 1px 2px;
	margin-left: 18px;
}
.cat2:hover {
	background-color: #C8B070;
}
.cat2:visited {
	color: #FFFFFF;
}
.cat3 {
	color: #FFFFFF;
	text-align: left;
	white-space: nowrap;
	text-decoration: none;
	display: block;
	padding: 1px 2px 1px 2px;
	margin-left: 25px;
}
.cat3:hover {
	background-color: #C8B070;
}
.cat3:visited {
	color: #FFFFFF;
}



/* Site Width Settings */

.site_width {
	width: 900px;
}
.site_width2 {
	width: 898px;
	height: 300px;
}



/* Global Header Stylings */

.top1 {
	vertical-align: middle;
}
.top2 {
	text-align: right;
	vertical-align: bottom;
	padding: 0px;
	width: 100%;
}
.top_nav1 {
	text-align: right;
	padding-bottom: 12px;
}
.top_nav2 {
	text-align: right;
}
.top_nav2 a {
	color: #FFFFFF;
	display: block;
	padding: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #962D27;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
}
.top_nav2 a:hover {
	color: #FFFFFF;
	background-color: #C8B070;
}.top_search {
	text-align: right;
	background-color: #962D27;
}


.nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C34A2C;
	text-align: center;
	white-space: nowrap;
	display: block;
	padding: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFEECC;
}
.nav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C4BDDE;
	text-align: center;
	white-space: nowrap;
	display: block;
	padding: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFEECC;
}
.nav2 a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C34A2C;
	text-align: center;
	white-space: nowrap;
	display: block;
	padding: 8px;
}
.nav2 a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C4BDDE;
	text-align: center;
	white-space: nowrap;
	display: block;
	padding: 8px;
}



/* Left and Main Column Stylings */

.left {
	text-align: left;
	vertical-align: top;
	background-color: #962D27;
	color: #FFFFFF;
}
.left .tree {
	padding: 8px;
}

.main {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 18px;
	width: 100%;
}
.search {
	padding: 4px;
	background-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.search input {
	color: #333333;
	background-color: #FFFFFF;
	height: 17px;
	border: 1px solid #FFFFFF;
}

.search2 {
	padding: 4px;
	background-color: #000000;
}
.search2 input {
	color: #FFFFFF;
	background-color: #962D27;
	height: 20px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}
.close {
	text-align: center;
	vertical-align: top;
	padding: 15px;
}
.ctgy_1 {
	text-align: left;
	vertical-align: top;
	padding: 3px 5px;
	width: 25%;
	background-color: #EFEFEF;
}
.ctgy_1 a {
	text-decoration: none;
	display: block;
}
.ctgy1 {
	text-align: center;
	vertical-align: top;
	padding: 12px;
}
.ctgy2 {
	text-align: left;
	vertical-align: top;
	width: 100%;
	font-size: 11px;
	padding: 12px;
}
.ctgy3 {
	text-align: left;
	vertical-align: top;
	padding: 12px;
	white-space: nowrap;
}
.ctgy4 {
	background-image: url(../images5/bkg_ctgy4.gif);
	height: 21px;
}
.prod1 {
	text-align: left;
	vertical-align: top;
	padding: 12px;
}
.prod2 {
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding: 12px;
}
.logn1 {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 50%;
	border: 1px solid #000000;
}
.logn2 {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 50%;
	border: 1px solid #000000;
}
.category_layout {
	text-align: center;
	vertical-align: top;
	padding: 5px;
	width: 33%;
}
.adv_checkout {
	background-color: #962D27;
	text-align: center;
	white-space: nowrap;
	display: block;
	padding: 8px;
	width: 195px;
	border: 1px solid #000000;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.adv_continue {
	background-color: #C8B070;
	text-align: center;
	white-space: nowrap;
	display: block;
	padding: 8px;
	width: 195px;
	border: 1px solid #000000;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

