@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
html, body { height: 100%; }
body {
	background: #333;
  font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 12pt;
	color: #333;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #81C341;
}
a:hover { color: #ED1F28; }
a img { border: none; }

.aplink { color: inherit; }

h1 {
	font-size: 24pt;
	font-weight: 400;
	color: #333;
}

h2 {
	font-size: 18pt;
	font-weight: 400;
	color: #333;
}

h3 {
	font-size: 16pt;
	font-weight: 400;
	color: #333;
}

h4 {
	font-size: 12pt;
	font-weight: 400;
	color: #333;
}

h1, h2, h3, h4, p, ol, ul, li { margin: 0; }

div hr { display: none; }

.hrdot {
	border-bottom: dotted 1px #333;
	height: 1px;
}

.hrdash {
	border-bottom: dashed 1px #333;
	height: 1px;
}

.hrsolid {
	border-bottom: solid 1px #333;
	height: 1px;
}

.hrdouble {
	border-bottom: double 4px #333;
	height: 4px;
}

.img_div {
	font-size: 10pt;
	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;
}


#container {
	background: url(../images/bg_container.gif) repeat-x left top white;
	margin: 0;
	padding: 0;
}

#header {
	background: url(../images/bg_head.gif) no-repeat left top;
  width: 960px;
	height: 325px;
  margin: 0 auto;
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#nav {
	display: block;
	text-transform: uppercase;
	white-space: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
#nav li {
  border-right: solid 1px white;
	position: relative;
	float: left;
	padding: 0 20px;
	margin: 5px 0;
}
#nav li:last-child {
  border-right: none;
  padding-right: 0;
}
#nav li a {
	display: block;
	color: #fff;
	padding: 5px 0;
}
#nav li a:hover {
	color: #fff;
}
#nav .hit { color: #AAA; }

#gallery {
	float: right;
	margin-top: 65px;
  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: 16pt;
  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: 990px;
  margin: 0 auto;
}

.bod_d { padding: 15px; }
.bod_d ul, .bod_d ol {
	zoom: 1;
	overflow: hidden;
	margin-left: 5px;
	padding-left: 5px;
}
.bod_d li {
  margin-left: 15px;
  padding: 0px;
}

.form_obj {
  display: block;
  text-align: left;
}
.form_obj .inp {
  white-space: nowrap;
  margin: 5px 0;
}
.form_obj input, .form_obj textarea, .form_obj select {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
  vertical-align: middle;
}
.form_obj textarea {
  vertical-align: text-top;
  padding: 1px 0 1px 1px;
}
.form_obj label {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  white-space: normal;
  vertical-align: middle;
  margin: 0 -4px 0 0;
  padding: 0;
}

.w40p { width: 40px; }
.w75p { width: 75px; }
.w90p { width: 90px; }

.w10 { width: 9%; }
.w15 { width: 14%; }
.w25 { width: 24%; }
.w35 { width: 34%; }
.w45 { width: 44%; }
.w50 { width: 49%; }
.w55 { width: 54%; }
.w65 { width: 64%; }
.w75 { width: 74%; }
.w85 { width: 84%; }
.w90 { width: 89%; }
.w100 {
	width: 98%;
	margin: 2px 0;
	clear: both;
}

.h50 { height: 50px; }
.h90 { height: 90px; }
.h200 { height: 200px; }

.btns {
  text-align: right;
  padding-right: 1%;
}

.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: 10pt;
	color: black;
	padding: 0 5px;
	margin: 0;
}
.btn_x:hover { color: #66A; }

#footer {
  font-size: 10pt;
  text-align: center;
  color: white;
  width: 960px;
  margin: 0 auto;
  padding: 5px 0;
}
#footer a { color: white; }