html, body { height: 100%; }
body {
	background: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
}
input { font-family: Arial, Helvetica, sans-serif; }

a {
	text-decoration: none;
	color: black;
}
a:hover { color: #DA0031; }
a img { border: none; }

.aplink { color: inherit; }

h1 {
	font-size: 22px;
	color: #333;
}

h2 {
	font-size: 16px;
	color: #333;
}

h3 {
	font-size: 14px;
	color: #333;
}

h4 {
	font-size: 12px;
	color: #333;
}

h1, h2, h3, h4, p, ol, ul, li { margin: 0; }

div hr { display: none; }

.hrdot {
	border-bottom: dotted thin #333;
	height: 2px;
}

.hrdash {
	border-bottom: dashed thin #333;
	height: 2px;
}

.hrsolid {
	border-bottom: solid thin #333;
	height: 2px;
}

.hrdouble {
	border-bottom: double 4px #333;
	height: 5px;
}

.img_div {
	font-size: 10px;
	text-shadow: none;
	color: white;
	position: relative;
}
.img_div, .pay_btn, .img_txt span, .pdf_div, .inline {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.img_div .img_txt {
	background: url(../images/_50.png) repeat left top;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.img_div .img_txt span { padding: 2px 5px; }
.img_div, .img_div a { color: white; }
.addto {
	padding: 2px;
	width: 96%;
	max-width: 96px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.pdf_div {
  vertical-align: text-middle;
  overflow: hidden;
}

.dat_list {
  margin: 0;
  padding: 0;
}

.div_obj {
  background: url(../images/bg_cnr.gif) no-repeat right top #A6A885;
  border-left: solid 2px white;
  float: left;
  width: 218px;
  padding: 10px;
  overflow: hidden;
}
.div_obj .div_label {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  height: 30px;
  padding: 5px 20px 0 20px;
}
.div_obj .div_data {
  text-align: left;
  font-size: 10px;
  line-height: 1em;
  height: 32px;
  padding: 10px 0px;
  overflow: hidden;
}
.div_obj .list_img {
  text-align: center;
  height: 150px;
  margin: 10px 0;
}
.div_obj .div_link {
  display: block;
  background: url(../images/bg_link.gif) no-repeat left top;
  font-size: 10px;
  height: 21px;
  padding: 2px 0 0 15px;
}

.dat_list .top_cnr { background: url(../images/bg_top_cnr.gif) no-repeat right top #A6A885; }

.list_obj {
  font-size: 10px;
  white-space: nowrap;
  height: 24px;
  width: 100%;
  overflow: hidden;
  position: relative;
  clear: both;
}
.list_obj .list_img {
  height: 24px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.list_obj .list_img img {
  width: 100%;
  height: 100%;
}
.list_obj div, .list_obj form {
  display: block;
  padding: 5px 0;
}
.list_obj .div_btn {
  width: 10%;
  padding-left: 5px;
  position: relative;
  z-index: 2;
}
.list_obj .div_label { width: 12%; }
.list_obj .div_data { width: 40%; }
.list_obj .div_qty { width: 8%; }
.list_obj .div_price { width: 8%; }
.list_obj .div_save { width: 8%; }
.list_obj .div_comp { width: 8%; }

.list_obj .div_btn,
 .list_obj .div_label,
 .list_obj .div_data {
  float: left;
  margin-right: 10px;    
  overflow: hidden;
}

.list_obj .div_qty,
 .list_obj .div_price,
 .list_obj .div_save,
 .list_obj .div_comp {
  float: right;
  text-align: right;
}

.list_head {
  color: red;
  height: 35px;
  overflow: none;
}

.div_foot_note {
  font-size: 10px;
  padding-top: 40px;
}
.div_foot_note img { vertical-align: baseline; }

.cart_btn {
  width: 5%;
  margin-left: 5px;
  position: relative;
  z-index: 2;
}
.cart_label { width: 15%; }
.cart_data { width: 30%; }
.cart_qty { width: 8%; }
.cart_price { width: 8%; }
.cart_inp {
  width: 8%;
  position: relative;
  z-index: 2;
}
.cart_inp input {
  border: solid 1px black;
  font-size: 10px;
  text-align: right;
  color: black;
  width: 25px;
}
.cart_comp { width: 8%; }
.cart_save { width: 8%; }
.cart_sub {
  width: 8%;
  margin-right: 5px;
}
.cart_qty, .cart_price, .cart_inp, .cart_inp input, .cart_comp, .cart_save, .cart_sub {
  text-align: right;
  float: right;
}   
.cart_btn, .cart_label, .cart_data { float: left; }   

.paypal { vertical-align: middle; }

#container {
	background: white;
	margin: 0;
	padding: 0;
  overflow: hidden;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

#header {
	height: 345px;
	width: 960px;
	margin: 0 10px;
	position: relative;
	overflow: hidden;
}

#nav {
	display: block;
	font-weight: bold;
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	clear: both;
  position: relative;
	z-index: 9;
}
#nav li {
  border-left: solid 1px white;
	position: relative;
	float: left;
}
#nav li a {
	display: block;
	font-weight: bold;
	color: #A6A885;
	width: 95px;
	height: 65px;
	padding: 55px 10px 10px 10px;
}
#nav li a:hover, #nav .hit {
	background: #DA0031;
	font-weight: bold;
	color: white;
}
#nav span {
  display: block;
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#logo {
  display: block;
  padding: 35px 0 0 10px;
}

#gal_back {
  background: #DA0031;
  height: 215px;
  width: 100%;
  position: absolute;
  bottom:0;
}

#search_box {
  background: url(../images/_gal.png) no-repeat right top;
  height: 215px;
  width: 500px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

#prod_search {
  background: url(../images/bg_search.gif) no-repeat left top;
  height: 31px;
  float: right;
  overflow: hidden;
  padding: 0;
  margin: 10px;
}
#prod_search .search_txt {
  background: none;
  border: none;
  color: #AAA;
  width: 270px;
  padding: 5px 10px;
}
#prod_search .search_btn { float: right; }

#gallery {
  position: relative;
  z-index: 0;
}
#gallery .galleria-layer {
  height: auto !important;
  top: auto !important;
  bottom: 20px !important;
}
#gallery .gal_textbox {
  position: relative;
  overflow: hidden;
}
#gallery .gal_text {
  font-size: 16px;
  color: white;
  padding: 20px;
}
#gallery .gal_text_bg {
  background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.content { width: 100%; }

.bod_d { padding: 0 10px; }
.bod_d ul, .bod_d ol {
	zoom: 1;
	overflow: hidden;
	margin-left: 5px;
	padding: 0;
}
.bod_d li { padding-left: 20px; }

#copy {
  background: #A6A885;
  width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}
#copy .bod_d { padding: 10px; }
#copy .content { background: white; }

#copy_head .bod_d {
  background: url(../images/bg_top_cnr.gif) no-repeat right top #A6A885;
  margin: 0 10px;
  padding: 0;
}
#copy_head ul {
  margin: 0;
  padding: 0 0 10px 0;
}
#copy_head li {
  border-left: solid 1px white;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  color: #DA0031;
  list-style: none;
  max-width: 98px;
  height: 40px;
  padding: 10px;
  margin: 0;
  float: left;
}
#copy_head li:first-child { border-left: none; }
#copy_head a { color: #DA0031; }
#copy_head .hit {
  border-top: solid 1px white;
  border-left: solid 1px white;
  background: #8E001A;
}
#copy_head .hit a { color: white; }

.cat_bar {
  background: #A6A885;
  width: 200px;
}
.cat_bar .bod_d {
  background: none;
  padding-right: 0;
}

#prod_sort { padding: 0 0 10px 0; }
#prod_sort a { padding-left: 10px; }
#prod_sort .hit { font-weight: bold; }

#prod_cats {
  list-style: none;
  margin: 0;
  padding: 0;
}
#prod_cats li {
  background: url(../images/bg_link.gif) no-repeat left top;
  margin-bottom: 3px;
}
#prod_cats li a {
  display: block;
  border-bottom: solid 1px black;
  padding: 2px 0px 6px 0px;
}

#cart_link { text-align: right; }
#cart_link a { color: #A6A885; }
#cart_link a:hover { color: black; }

.zones {
  display: block;
  text-align: right;
}
.zones input[type="text"] { border: solid 1px black; }
.zones .btn {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;  
}

.form_obj {
  display: block;
  text-align: right;
  padding-right: 5px;
}
.form_obj .inp {
  white-space: nowrap;
  margin: 5px 0;
}
.form_obj label {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  width: 100%;
}
.form_obj .inp label { width: 15%; }
.form_obj input[type="text"], .form_obj textarea {
  border: solid 1px black;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
  width: 100%;
  vertical-align: middle;
}
.form_obj textarea {
  vertical-align: text-top;
  padding: 0;
}
.form_obj .inp input[type="text"] { width: 85%; }
.form_obj .inp textarea { width: 85%; }

.w15p { width: 15px; }

.w30p { width: 30px; }

.w40p { width: 40px; }

.w75p { width: 75px; }

.w90p { width: 90px; }

.w25 { width: 25%; }

.w50 { width: 50%; }

.w75 { width: 75%; }

.w85 { width: 85%; }

.h50 { height: 50px; }

.h90 { height: 90px; }

.h200 { height: 200px; }

.btns { text-align: right; }

.btn {
  display: block;
  border: none;
	background: url(../images/bg_btn.gif) no-repeat left top;
	font-weight: 700;
  font-size: 10px;
	color: #DA0031;
  height: 21px;
  padding: 2px 0 0 15px;
}
.btn:hover { color: #333; }

.btn_x {
	cursor: pointer;
	border: none;
	background: none;
	font-size: 10px;
	color: black;
	padding: 0 5px;
	margin: 0;
}
.btn_x:hover { color: #66A; }

.cart_total {  }
.cart_total strong { color: #DA0031; }
.cart_total span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 60px;
  margin-left: 30px;
}
.cart_total .total {
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

#footer {
  background: black;
  color: white;
  margin-top: 10px;
}
#footer .wrapper { width: 960px; }
#footer, #footer a { color: white; }
#footer a:hover { color: #DA0031; }
#footer p { font-size: 10px; }
#footer span {
  display: inline-block;
  text-align: left;
  zoom: 1;
  *display: inline;
}
#footer span:last-child { padding: 0 200px; }
#foot_menu {
  display: block;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 10px 0;
}
#foot_menu li {
  float: left;
  padding: 0 20px 0 0;
}
#made-by {
  text-align: right;
  float: right;
  margin-top: 10px;
}
#foot_just {
  text-align: justify;
}

#log_box {
  display: none;
  background: url(../images/bg_logform.gif) no-repeat left top;
  color: white;
  width: 477px;
  height: 456px;
  margin-left: -239px;
  position: fixed;
  top: 15%;
  left: 50%;
  z-index: 100;
}
#logform {
  display: block;
  padding: 100px 25px 0 25px;
}
#logform label { text-transform: uppercase; }
#log_user {
  font-size: 24px;
  text-align: right;
}
#log_user input {
  border: solid 1px black;
  font-size: 24px;
  width: 250px;
  padding: 5px;
}
#log_pass {
  font-size: 24px;
  text-align: right;
}
#log_pass input {
  border: solid 1px black;
  font-size: 24px;
  width: 250px;
  padding: 5px;
}
#log_forgot {
  background: none;
  border: none;
  float: right;
  clear: both;
  padding: 5px 0;
}
#log_forgot:hover { color: white; }
#log_btn {
  float: right;
  clear: right;
}
#log_txt {
  font-size: 10px;
  padding: 50px 0;
}
#log_back {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#log_out {
  display: block;
  border: solid thin red;
  background: none;
  border: none;
  font-weight: normal;
  font-size: 12px;
  color: #A6A885;
  position: absolute;
  bottom: 10px;
  right: 10px;
}