/* Main page layout */

#site_container {
	width: 100%;
	height: auto;
	border: 1px none black;
	background: transparent;
	text-align: center;
}

#site_body {
	background: white;
	width: 800px;
	border: 1px black;
	position: relative;
	height: auto;
	margin: auto;
	text-align: center;
}

#site_banner {
	background: transparent;
	width: 800px;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	border: transparent;
}

#site_menu {
	width: 800px;
	float: none;
	position: relative;
	text-align: center;
	border: 1px  black;
	margin-bottom: auto;
	background: #f2f2f2;
	height: 16px;
}

#site_footer {
	width: 100%;
	margin: auto;
	text-align: center;
	position: relative;
	clear: left;
	float: left;
	background: transparent;
}

/* content layout */

#content_body {
	background: white;
	border: 1px  black;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: left;
	position: relative;
	float: left;
	margin: auto;
	height: auto;
	width: 800px;
}

#content_main {
	float: left;
	position: relative;
	background: white;
	border: 1px aqua;
	width: 800px;
	padding-bottom: 15px;
}

#content_main_row {
	width: 660px;
	float: left;
	position: relative;
	background: white;
	text-align: left;
	border: 1px  black;
}

#content_main_text {
	width: 340px;
	float: left;
	position: relative;
	font: 12px/16px   Verdana, Arial, Helvetica, sans-serif;
	color: #494949;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}

#content_main_image {
	width: 302px;
	position: relative;
	float: left;
}

#content_main_line {
	width: 598px;
	border-left: 1px solid #81204c;
	float: left;
	position: relative;
	margin-top: 10px;
}

#content_row {
	color: #494949;
	font: 11px/12px Arial, Helvetica, sans-serif;
	width: 800px;
	border: 1px none black;
	position: relative;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	height: auto;
}

#content_menu_column {
	width: 139px;
	float: left;
	border: 1px fuchsia;
	position: relative;
	background: white;
	border-right-width: 1px;
}

#content_menu {
	width: 139px;
	float: left;
	position: relative;
	border: 1px fuchsia;
	background: white;
	height: auto;
	padding-top: 20px;
}

#content_search {
	width: 139px;
	float: left;
	position: relative;
	border: 1px  fuchsia;
	background: transparent;
	padding-top: 40px;
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #81204c;
	text-align: left;
	padding-left: 5px;
	text-transform: uppercase;
}

#content_search_go {
	width: 120px;
	float: left;
	position: relative;
	border: 1px  fuchsia;
	background: white;
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #81204c;
	text-align: right;
	padding-left: 5px;
	text-transform: uppercase;
}

#content_3rd_column {
	width: 110px;
	float: left;
	position: relative;
	border: 1px black;
	margin: 20px 15px 10px 5px;
}

#content_item {
	float: left;
	border: black;
	position: relative;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #494949;
	width: 460px;
	text-align: justify;
	height: auto;
	margin-left: 7px;
	vertical-align: top;
}

#content_item_policy {
	float: left;
	border: black;
	position: relative;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #494949;
	width: 680px;
	text-align: justify;
	height: auto;
	margin-left: 7px;
	vertical-align: top;
}

#content_item_home {
	float: left;
	border: green 0;
	position: relative;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #494949;
	width: 370px;
	text-align: justify;
	height: auto;
	margin-left: 7px;
	vertical-align: top;
}

#content_image {
	float: right;
	width: 290px;
	position: relative;
	text-align: right;
	border: green  1px;
	margin: 0 10px 15px 5px;
}

#content_image_home {
	float: right;
	width: 395px;
	position: relative;
	text-align: right;
	border: green 0;
	margin: 15px 10px 15px 5px;
	vertical-align: top;
}

#content_product_item {
	float: left;
	border: black 0;
	position: relative;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #494949;
	text-align: justify;
	margin-left: 5px;
	height: auto;
	width: 360px;
}

#content_home {
	float: left;
	border: fuchsia  1px;
	position: relative;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #494949;
	width: 370px;
	text-align: justify;
	margin-left: 5px;
	height: auto;
}

/* Account Tags */

p.account {
	
}

input.account {
	border: 1px solid black;
	font: 11px/12px Arial, Helvetica, sans-serif;
	width: 150px;
}

select.account {
	width: 150px;
	font: 11px/12px Arial, Helvetica, sans-serif;
}

/* shop page structure */

#shop_body {
	border: 1px  black;
	width: 800px;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: left;
	position: relative;
	float: left;
	margin: auto;
	height: auto;
	background: white;
}

#shop_content {
	width: 640px;
	border: 1px  green;
	float: left;
	position: relative;
	border-left-color: #81204c;
	border-left-style: solid;
	margin-top: 10px;
	margin-bottom: 10px;
}

#shop_column {
	width: 20px;
	float: left;
	position: relative;
	border: 1px dotted black;
}


#shop_menu {
	width: 400px;
	float: left;
	position: relative;
	padding: 4px 1px 1px;
	font: 11px/12px Arial, Helvetica, sans-serif;
	border-right: 1px  black;
	margin-top: 5px;
	margin-bottom: 5px;
	background: transparent;
	border-left: 1px solid black;
}

#shop_menu_item {
	width: 120px;
	float: left;
	position: relative;
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #202020;
	border: 1px none black;
	padding-top: 4px;
}

#shop_left {
	position: relative;
	float: left;
	border: 1px none black;
	text-align: left;
	width: 380px;
	border-left: 1px  #81204c;
}

#shop_center {
	position: relative;
	float: left;
	width: 250px;
	border: 1px none black;
	background: transparent;
}

#shop_right {
	float: left;
	position: relative;
	width: 165px;
	border: 0 solid black;
}

/* Show Product Information */

#productShow {
	border: 1px  black;
	width: 249px;
	float: left;
	text-align: left;
}

#productImage {
	border: 1px none black;
	text-align: center;
	width: 248px;
	margin-bottom: 10px;
}

#productTitle {
	float: left;
	width: 90px;
	position: relative;
	font: 11px Arial, Helvetica, sans-serif;
	color: #494949;
	border: 1px black none;
	margin: auto;
	padding: 2px 2px 2px 5px;
	border-top: 1px  black;
}

#productItem {
	color: #494949;
	font: 11px/12px Arial, Helvetica, sans-serif;
	float: left;
	position: relative;
	border: black;
	margin: auto;
	padding: 2px;
	width: 145px;
}

#productContent {
	color: #494949;
	font: 11px/12px Arial, Helvetica, sans-serif;
	width: 250px;
	float: left;
	border-top: 1px solid #494949;
}

/* Display Product Tables */

#displayHeading {
	color: #81204c;
	font: 16px/19px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
}

#displayProduct {
	width: 462px;
	float: left;
	border: 1px none black;
	text-align: left;
}

#displayRow {
	float: left;
	position: relative;
	width: 405px;
	border: 1px none black;
	text-align: left;
}

#displayItem {
	width: 113px;
	float: left;
	position: relative;
	border: 1px black none;
	font: 10px/12px Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 5px;
	padding: 5px;
}

#displayPagination {
	width: 300px;
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #494949;
	padding: 5px;
	position: relative;
	float: left;
	margin-left: 10px;
}

#displayFooter {
	font: bold 11px/12px Arial, Helvetica, sans-serif;
	color: #494949;
	margin: auto;
	text-align: center;
	position: absolute;
	border: 1px double black;
}

/* Menu Styles */

#menus {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: transparent;
	margin: auto;
	background: #f2f2f2;
	height: 16px;
}

#sub_menu_item {
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: black;
	float: left;
	position: relative;
	width: 139px;
	border: 1px  lime;
	text-align: left;
	margin-left: 5px;
	margin-top: 5px;
	background: transparent;
}

#content_menu_fabric {
	width: 150px;
	height: auto;
	float: left;
	position: relative;
	border: 1px solid black;
}

menu_line {
	border-bottom: 0 #81204c;
	margin-left: 0em; 
	margin-right: 0em; 
	margin-top: 0; 
	margin-bottom: 0;
	color: #81204c;
	border-color: #81204c;
	border-width: 0;
	border-right: 1px solid #81204c;
	float: left;
	width: 1px;
	height: 200px;
	position: relative;
}


/* Main styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #202020;
	font-size: 12px;
	margin-left: .5em;
	margin-right: .5em;
}

#mainBody {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background: #e5e5e5;
	border: 1px none black;
	margin: 10px;
	height: auto;
	width: 100%;
	color: #202020;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #494949;
	font-size: 12px;
	line-height: 16px;
	margin-right: 5px;
	margin-left: 2px;
	text-transform: none;
}

h1 {
	text-transform: uppercase;
	color: #81204c;
	font: bold 16px/18px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1.0px;
	margin-top: 7px;
}

h2 {
	text-transform: uppercase;
	color: #494949;
	font: bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #012368;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #012E61;
	font-size: 12px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	font-size: 13px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #202020;
}

a {
	text-align: left;
	color: #81204c;
	text-decoration: underline;
	font: 11px/12px Arial, Helvetica, sans-serif;
}

a:active, a:hover {
	color: #494949;
	text-decoration: none;
	font: 11px/12px Arial, Helvetica, sans-serif;
}

input {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border: 1px solid black;
	padding: 2px;
	color: #494949;
	font: 12px/16px Arial, Helvetica, sans-serif;
}

select {
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}

textarea {
	font-size: 12px;
	width: 250px;
	height: 100px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.shop {
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #494949;
}

h1.shop {
	text-transform: uppercase;
	color: #81204c;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1.0px;
	margin-top: 7px;
}

h3.shop {
	text-transform: none;
	color: #494949;
	font: bold 10px/12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

p.shop {
	color: #494949;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
}

h2.shop {
	text-transform: uppercase;
	color: #494949;
	margin: 0;
	padding: 0;
	font: bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
}

input.shop {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #494949;
	border: 1px solid black;
	width: 200px;
}

textarea.shop {
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #494949;
	border: 1px solid black;
	width: 220px;
	height: 50px;
}

input.customerPayment {
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #494949;
	border: 1px solid black;
	width: 60px;
}

.outpost {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #202020;
	text-decoration: none;
	line-height: 14pt;
	margin-left: 0em;
	margin-right: 0em;
}


