

body, div, table, td, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}
body {
  background: #666666 url(/public/images/backgradient.jpg) top repeat-x;
}
p, h1, h2, h3, h4, h5, h6 {
  padding: 0 30px;
  margin: 0;
}
h1 {
  margin: 0 0 15px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #464646;  
}
h2 {
  margin: 25px 0 5px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #464646;  
}
h3 {
  margin: 16px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #464646; 
}
p {
  margin: 15px 0 0 0;
}
a {
  color: #464646;
  text-decoration: underline;
}
a:hover {
  color: #9a0a0d;
  text-decoration: underline;
}
#page {
  width: 800px;
  margin: 0 auto;
}
#header {
  height: 160px;
  overflow: hidden;
  background: #ffffff url(/public/images/header_back.jpg) top repeat-x;
}
#header-left-bg {
  width: 31px;
  height: 160px;
  overflow: hidden;
  float: left;
  background: #ffffff url(/public/images/header_left.jpg) top repeat-x;
}
#header-right-bg {
  width: 31px;
  height: 160px;
  overflow: hidden;
  float: right;
  background: #ffffff url(/public/images/header_right.jpg) top repeat-x;
}
#header-logo-area {
  width: 138px;
  height: 160px;
  overflow: hidden;
  float: left;
  background: transparent;
}
#header-main-area {
  height: 160px;
  overflow: hidden;
  background: transparent;
}
#header-main-top {
  height: 100px;
  overflow: hidden;
  background: transparent;
}
#header-main-bottom {
  height: 30px;
  background: transparent;
  _position: relative;
  _left: 3px;
}
#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
#nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  float: right;
  display: block;
  height: 30px;
  overflow: hidden;
}
#content {
  overflow: hidden;
  background: #ffffff url(/public/images/page_back.jpg) left repeat-y;
  padding: 0 30px;
}
#catalog-selector {
  height: 27px;
  overflow: hidden;
  background: #ffffff url(/public/images/catalog_back.jpg) top repeat-x;
  border: 1px solid #490000;
  border-top: 1px solid #ae0c10;
  border-left: 1px solid #ae0c10;
}
#catalog-options {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
#catalog-options li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  display: block;
  height: 27px;
  overflow: hidden;
  font-size: 15px;
  line-height: 27px;
}
#catalog-options li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 0 24px 0 24px;
}
#catalog-options li a:hover {
  color: #ffffff;
  background: transparent url(/public/images/catalog_hover.jpg) top repeat-x;
}
#content-area {
  background: #e1e1e1;
  border: 1px solid #c2c2c2;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  padding: 20px 0 20px 0;
}
#footer {
  overflow: hidden;
  background: #ffffff url(/public/images/page_back.jpg) left repeat-y;
  padding: 30px 80px;
}
#copyright {
  float: right;
  width: 350px;
  color: #777777;
  margin: 0;
  text-align: right;
}
#footer-signature {
  float: left;
  width: 90px;
  margin: 0;
}
#footer-address {
  margin: 0 0 0 100px;
}
#contact-info {
  margin: 0 0 0 30px;
}
#contact-info th {
  vertical-align: top;
  color: #464646;
  padding: 2px 10px 2px 0;
  text-align: right;
}
#contact-info td {
  vertical-align: top;
  padding: 2px 0;
  text-align: left;
}
#google-map {
  float: right;
  margin: 0 30px;
  width: 350px;
  height: 215px;
  border: 1px solid #d0d0d0;
  background: #ffffff url(/public/images/icon_loading.gif) 50% 50% no-repeat;
}
.hilite-shape {
  float: left;
  padding: 10px 0 10px 20px;
}
.hilite {
  width: 340px;
  background: #ffffff url(/public/images/hilite_back.jpg) left repeat-y;
}
.hilite-top {
  background: #ffffff url(/public/images/hilite_top.jpg) no-repeat;
  height: 20px;
  overflow: hidden;
}
.hilite-bottom {
  background: #ffffff url(/public/images/hilite_bottom.jpg) no-repeat;
  height: 20px;
  overflow: hidden;
  clear: left;
}
.hilite-main {
  overflow: hidden;
  padding: 0 20px;
}
.hilite-main h3 {
  padding: 0;
  margin: 0 0 5px 0;
}
.hilite-main h3 a {
	text-decoration: none;
}
.hilite-main h3 a:hover {
  text-decoration: none;
}
.hilite-main img.hilite-thumb {
  float: left;
  margin: 0 10px 0 0;
}
.hilite-code {
  font-size: 11px;
  color: #666666;
}
input, select, textarea {
  font-size: 12px;
  font-family: Arial, sans-serif;
}
input.md, input.lg, input.sm {
  color: #666666;
  background: #e9e9e9;
  border: 1px solid #c0c0c0;
  padding: 2px;
}
input.sm {
  width: 50px;
}
input.md {
  width: 150px;
}
input.lg {
  width: 250px;
}
textarea.md, textarea.lg, textarea.sm {
  color: #666666;
  background: #e9e9e9;
  border: 1px solid #c0c0c0;
  padding: 2px;
}
textarea.sm {
  width: 50px;
  height: 100px;
}
textarea.md {
  width: 150px;
  height: 100px;
}
textarea.lg {
  width: 250px;
  height: 200px;
}
select {
  color: #666666;
  background: #e9e9e9;
  border: 1px solid #c0c0c0;
  padding: 2px;
}
input.btn-primary {
  font-weight: bold;
  padding: 2px 12px;
}
input.btn-secondary {
  font-weight: normal;
  padding: 2px 12px;
}
fieldset {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: transparent;
}
input.focused, select.focused, textarea.focused {
  background: #ffffff;
  color: #000066;
  border: 1px solid #000066;
}
table.form {
  border: 1px solid #b0b0b0;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  background: #d0d0d0;
  padding: 8px;
  width: 450px;
  margin: 15px auto;
}
table.form th {
  padding: 2px 16px 2px 4px;
  vertical-align: top;
  text-align: right;
}
table.form td {
  vertical-align: top;
  text-align: left;
  padding: 2px;
}
table.form tr.required th {
  background: url(/public/images/icon_required.gif) 100% 3px no-repeat;
}
table.form tr.error th {
  background: url(/public/images/icon_error.gif) 100% 3px no-repeat;
  color: #cc0000;
}
table.form tr.error td input,
table.form tr.error td select,
table.form tr.error td textarea {
  color: #cc0000;
  background: #fff6f0;
  border: 1px solid #cc0000;
}
.hidden {
  display: none;	
}
.errors {
  background: #9a0a0d;
  padding: 10px;
  display: block;
  margin: 0 30px 20px 30px;
  color: #ffffff;
  border: 1px solid #490000;
  border-top: 1px solid #ae0c10;
  border-left: 1px solid #ae0c10;
}
.errors a, .errors a:hover {
  color: #ffffff;
}
.success {
  background: #808080;
  padding: 10px;
  display: block;
  margin: 0 30px 20px 30px;
  color: #ffffff;
  border: 1px solid #505050;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}
.success a, .success a:hover {
  color: #ffffff;
}
.cleanup {
  height: 0px;
  overflow: hidden;
  clear: both;
}

/* SLIMBOX */
#lbOverlay {
  position: absolute;
  z-index: 9999;
  left: 0;
  width: 100%;
  background-color: #000000;
  cursor: pointer;
}
#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  left: 50%;
  overflow: hidden;
  background-color: #ffffff;
}
.lbLoading {
  background: #ffffff url(/public/images/loading.gif) no-repeat center;
}
#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #ffffff;
  background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}
#lbPrevLink {
  left: 0;
}
#lbPrevLink:hover {
  background: transparent url(/public/images/lightbox_prevlabel.gif) no-repeat 0% 15%;
}
#lbNextLink {
  right: 0;
}
#lbNextLink:hover {
  background: transparent url(/public/images/lightbox_nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
  font-size: 11px;
  color: #606060;
  line-height: 14px;
  text-align: left;
  border: 10px solid #ffffff;
  border-top-style: none;
}
#lbCloseLink {
  display: block;
  float: right;
  width: 70px;
  height: 22px;
  background: transparent url(/public/images/lightbox_close.gif) no-repeat right;
  margin: 5px 0;
  outline: none;
}
#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}