html, body { height: 100%; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #C33;
}
a:hover { color: #ED1C24; }
a img { border: none; }

.aplink { color: inherit; }

h1 {
	font-size: 22px;
	color: white;
}

h2 {
	font-size: 16px;
	color: white;
}

h3 {
	font-size: 14px;
	color: #ED1C24;
}

h4 {
	font-size: 12px;
	color: white;
}

p, ol, ul, li {
	margin: 0;
	line-height: 150%;
}

div hr { display: none; }

.hrdot {
	border-bottom: dotted thin white;
	height: 2px;
}

.hrdash {
	border-bottom: dashed thin white;
	height: 2px;
}

.hrsolid {
	border-bottom: solid thin white;
	height: 2px;
}

.hrdouble {
	border-bottom: double 4px white;
	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;
}
.crossbrowser_min_height {
  min-height: 250px;
  _height: 250px;
}
.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;
	padding: 0 5px;
}

.list_img {
	border-right: solid 1px #333;
	float: left;
	padding-right: 5px;
	margin-right: 5px;
}

.div_obj, .cart_obj {
	border: solid 1px #333;
	padding: 5px;
	margin: 5px 0;
	overflow: hidden;
}

.cart_obj img { vertical-align: text-top; }

.div_bod {
  min-height: 75px;
  _height: 75px;
}

.div_link {
  float: right;
  padding-left: 10px;
}

.paypal { vertical-align: middle; }

#container {
	background: url(../images/bg_container.jpg) repeat-y left top;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#header {
  background: url(../images/bg_head.jpg) no-repeat left top;
  height: 135px;
  padding: 25px;  
}

#nav {
  background-color: #ED1C24;
	display: block;
	width: 100%;
	clear: both;
	text-align: center;
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	z-index: 9;
}
#nav li {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*float: left;
	vertical-align: middle;
}
#nav li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 5px 5px;
	min-width: 80px;
  max-width: 160px;
}
#nav li a:hover {
	color: #034;
}
#nav li:hover ul {
	opacity: 0.9;
	filter: alpha(opacity=90);
	left: 0;
}
#nav ul {
	text-align: left;
	list-style: none;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	left: -9999px;
}
#nav ul li {
	border-top: solid 1px white;
	display: block;
	width: 100%;
}
#nav ul a {
	background: #000;
	padding: 2px 5px;
}
#nav ul a:hover {
	background: #333;
}                          
#nav #hit { color: #034; }
#nav #subhit { background: #AAA; }

#gallery {
  background: url(../images/bg_gallery.jpg) repeat-y left top;
  padding: 10px;
  position: relative;
  z-index: 0;
}
#gallery .galleria-layer {
  top: auto !important;
  bottom: 0px !important;
}
#gallery .gal_textbox {
  position: relative;
  overflow: hidden;
}
#gallery .gal_text {
  font-size: 16px;
  color: white;
  padding: 10px;
}
#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: 960px; }

.bod_d { padding: 10px; }
.bod_d ul, .bod_d ol {
	zoom: 1;
	overflow: hidden;
	margin-left: 0;
	padding-left: 0;
}
.bod_d li {
	margin-left: 20px;
	padding-left: 4px;
}

.inp {
	margin: 2px 0;
	overflow: hidden;
}
.inp textarea {
	padding: 2px 1%;
	*padding: 2px;
	margin: 0;
}

.inp_txt {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	min-width: 40px;
	float: right;
}

.w40p { width: 40px; }

.w75p { width: 75px; }

.w90p { width: 90px; }

.w25 { width: 25%; }

.w50 { width: 50%; }

.w75 { width: 75%; }

.w100 {
	width: 98%;
	margin: 2px 0;
	clear: both;
}

.h50 { height: 50px; }

.h90 { height: 90px; }

.h200 { height: 200px; }

.btns { text-align: right; }

.btn {
	cursor: pointer;
	border: solid 1px #333;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #333;
	color: white;
	padding: 1px 2px;
}
.btn:hover {
	background-color: white;
	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; }

#footer {
  text-align: right;
  color: #999;
  width: 960px;
  margin: 0 auto;
}
#footer a { color: #999; }
#footer a:hover { color: #333; }