html {
	color: #000;
}
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 0px none;
}
.wrapper {
	font-family: "Lucida Grande", "Verdana", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 0.92em;
	color: #555;
	float: left;
}
.container {
    max-width: 1060px;
}
header {
	position: fixed;
	float: left;
	width: 240px;
	padding-top: 40px;
}
.title {
	display: block;
	font-size: 2.1rem;
	font-weight: bold;
	text-align: right;
	color: #fff;
}
.title:hover {
	cursor: hand;
}
.subtitle {
	padding-top: 5px;
	font-family: Georgia,"Bitstream Charter",serif;
	font-size: 0.75rem;
	text-align: right;
	color: #b6b6b6;
}
.subtitle:hover {
	cursor: hand;
}
ul.nav_wrapper {
	margin-top: 0px;
	padding: 0px 0px 10px 20px;
	display: block;
	color: #555;
	text-decoration: none;
	line-height: 1.2;
	font-size: 1.0rem;
	text-align: left;
}
li.nav_link {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0px 10px 20px;
	list-style: none;
}
li.nav_link:hover {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	list-style: none;
	background: #333 none repeat scroll 0% 0%;
}
li.nav_link_active {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0px 10px 20px;
	list-style: none;
	background: #333 none repeat scroll 0% 0%;
}
a.nav_link {
	color: #646464;
	text-decoration: none;
}
.content {
	display: inline-block;
	margin: 40px 0px 0px 240px;
	max-width: 800px;
	padding: 0px;
	top: 40px;
}
.content_cell {
	float: left;
	margin: 13px 0px 0px 13px;
	height: 250px;
	width: 250px;
	opacity: .7;
	overflow: hidden;
}
.content_cell:hover {
	opacity: 1;
}
.cell_overlay {
	display: none;
	margin: 6px;
	height: 50%;
	width: 100%;
	opacity: .3;
}
.main_cell_content_label {
	background-color: #fff;
	font-size: 23pt;
	margin: 7px;
	color: #777;
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.about_title {
	display: block;
	margin: 13px 0px 0px 50px;
	font-size: 2.0rem;
	font-weight: thin;
	text-align: center;
	color: #646464;
}
.about_image {
	float: left;
	height: 250px;
	width: 250px;
	margin-right: 20px;
	margin-bottom: 10px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.about_image:hover {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
.about_content {
	font-size: 1.1em;
	color: #bbb;
	margin-left: 50px;
	margin-right: 40px;
	padding-top: 20px;
	clear: both;	
}
.btn_cartAdd {
	width: 150px;
}
.vert-spacer {
	clear: both;
	line-height: 1.3;
	margin: 20px;
}
.horiz-spacer-190 {
	display: inline-block;
	width: 190px;
	margin-left: 0 0 0 200px;
	padding: 0px;
}


/* Flash the page */
.flash {
  -moz-animation: flash .25s ease-out;
  -moz-animation-iteration-count: 1;

  -webkit-animation: flash .25s ease-out;
  -webkit-animation-iteration-count: 1;

  -ms-animation: flash .25s ease-out;
  -ms-animation-iteration-count: 1;
}
@-webkit-keyframes flash {
    0% { background-color: none; }
    50% { background-color: #fff; }
    100% { background-color: none; }
}
@-moz-keyframes flash {
    0% { background-color: none; }
    50% { background-color: #fff; }
    100% { background-color: none; }
}
@-ms-keyframes flash {
    0% { background-color: none; }
    50% { background-color: #fff; }
    100% { background-color: none; }
}


/* T.A.T. Cart styles */
.tat_cart_title {
	display: block;
	margin: 13px 0px 0px 23px;
	font-size: 2.0rem;
	font-weight: thin;
	text-align: center;
	color: #646464;
}
.tat_cart_cell {
	float: left;
	margin: 13px 0px 0px 13px;
	height: 125px;
	width: 125px;
	opacity: .95;
	overflow: hidden;
}
.tat_cart_cell:hover {
	opacity: 1;
}
.tat_cart_cell_text {
	float: left;
	color: #fff;
	font-family: Georgia,"Bitstream Charter",serif;
	font-size: 0.75rem;
	margin: 13px 0px 13px 13px;
	padding-top: 13px;
	height: 112px;
	width: 375px;
	overflow: hidden;
}
.tat_cart_container {
	margin: 10px 0px 0px 15px;
	width: 225px;
	height: 45px;
	z-index: 9090;
}
.tat_cart {
	display: inline-block;
	visibility: visible;
	width: 45px;
	height: 45px;
	text-align: center;
	background: url('shop-cart-sprite-45px.png') no-repeat 0 0;
}
.tat_cart_green {
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	background: url('shop-cart-sprite-45px.png') no-repeat 0 -45px;
}
.tat_cart_total_item_count {
	margin: 10px 0px 0px 0px;
	padding: 1px 0px 0px 5px;
	display: inline-block;
	height: 25px;
	font-size: .95em;
	color: #00dd00;
	text-align: center;
	vertical-align: bottom;
}
.tat_cartAddStatus {
	display: inline-block;
	visibility: hidden;
	cursor: pointer;
	vertical-align: top;
	width: 175px;
	height: 25px;
	color: #000;
	font-size: .8em !important;
	padding 15px 0px;
	text-align: center;
	padding-top: 9px;
	background-color: #555;
	-moz-opacity: 0.0;
	opacity: 0.0;
	filter: alpha(opacity=00);
	border-radius: 50px;
	z-index: 1190;
}
.tat_displayHide {
	visibility: visible;
}
.tat_displayShow {
	visibility: visible !important;
	display: inline-block;
	color: #000;
	font-size: .9em !important;
	padding 15px 0px;
	text-align: center;
	background-color: #fff000 !important;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	border-radius: 20px;
	z-index: 9090;
}
.tat_cart_delete_btn {
	width: 80px;
	height: 12px;
	margin-top: 4px;
	padding: 3px 9px;
	background-color: #646464;
	text-decoration: none;
	text-align: center;
	font-size: .7em;
	color: #000;
	opacity: .7;
}
.tat_cart_delete_btn:hover {
	opacity: 1;
}
dt, dd {
	margin: 2px 4px;
	display: inline-block;
	float: left;
	font-weight: 200;
}
dt {
	color: #646464;
	font-weight: 100;
	text-align: right;
	width: 100px;
	clear: left;
}
.tat_cart_totals_table {
	position: fixed;
	padding: 0px 13px 13px 0px;
	top: 100px;
	width: 220px;
	border: #646464 1px solid;
	right: 50px;
}
dt.tat_cart_totals_table_label {
	color: #646464;
	font-weight: 100;
	text-align: right;
	width: 130px;
	clear: left;
}
dd.tat_cart_totals_table_value {
	color: #fff;
	font-weight: 100;
	text-align: right;
	width: 70px;
}
a.tat_cart_buy_button {
	clear: both;
	display: inline-block;
	height: 95px;
	width: 225px;
	margin: 5px auto 0px 4px !important;
	background: url('paypal-checkout.png') no-repeat 0 0;
	text-align: center;
	text-decoration: none;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a.tat_cart_buy_button:hover {
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
