body {
  background:#333333;
  margin:0px;
  padding:0px 0px 0px 0px;
  font:13px Tahoma;
  color:#000000;
  text-align:center;
}
.wrap {
  width:980px;
  margin:0 auto;
  text-align:left;
  position:relative;
  background:#FFFADB;
}
#header {
  height:325px;
  overflow:hidden;
  position:relative;
  background:#000000 url(/images/header_.jpg);
}
#header #logo {
  position:absolute;
  top:46px;
  left:338px;
}
#header #menu {
  position:absolute;
  bottom:10px;
  left:398px;
}
p, h1, h2, h3, h4, h5, ul {
  margin:0px;
  padding:0px;
  margin-bottom:10px
}
ul {
  margin-top:10px;
}
input, textarea, option, select {
  font-size:13px;
  font-family:"Trebuchet MS";
  color:#333333
}
li {
  list-style:square;
  list-style-position:inside;
  padding:1px 0 1px 10px;
  margin:0;
}
a {
  color:#136EB0;
  text-decoration:underline
}
a:hover {
  color:#136EB0;
  text-decoration:underline
}
#content {
  position:relative;
  height:1%;
  zoom:1;
}
#banners {
  float:right;
  width:200px;
  padding:25px 10px;
  background:#FFFFFF;
}
#content_ {
  margin:25px 0px 25px 25px;
  padding:20px;
  background:#FFFFFF;
  border:1px solid #F4E3D8;
  float:left;
  width:670px;
}
#content b, #content strong {
}
#footer {
  background:#000000;
  height:50px;
  font:11px Tahoma;
  color:#FFFFFF;
  position:relative;
  padding:30px 20px 0 20px;
}
#footer #menu {
  float:left;
  font:12px Tahoma;
}
#footer .r {
  float:right;
}
#footer a {color:#FFFE61; text-decoration:none;}
#footer a:hover {color:#FFFFFF}
#menu {
  color:#FFFFFF;
}
#menu a {
  margin:0 5px;
  color:#FFFFFF;
  text-decoration:none;
  text-transform:uppercase;
}
#menu a:hover, #menu a.act {
  color:#FFFF80
}
h1 {
  font:20px Arial;
  color:#136EB0;
}
h2 {
  font:18px Arial;
  color:#136EB0;
}
h3 {
  font:18px Arial;
  color:#136EB0;
}
h4 {
  font:bold 12px Arial;
  color:#136EB0;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_window a {
  color:#D38605;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #FFFFFF;
	z-index: 102;
	display:none;
	text-align:left;
	top:30px;
	left:50%;
        color:#000000;
        border-top:3px solid #73716E;
        border-bottom:3px solid #000000;
}

* html #TB_window { /* ie6 hack */
position: absolute;
top: expression(30 + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border:1px solid #C4BFC0
}

#TB_caption{
	height:35px;
	padding:7px 30px 10px 15px;
	float:left;
        font:14px "Trebuchet MS"
}
#TB_caption #TB_secondLine{
        font:14px "Trebuchet MS"
}

#TB_closeWindow{
	height:25px;
	padding:7px 13px 10px 0;
	float:right;
}
#TB_closeWindowButton {
  font-size:10px;
  border:1px solid #8F8B9C;
  padding:2px 6px;
  color:#5E5870 !important;
  text-decoration:none !important;
  background:#EEEEEE
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
    display:none;
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	/*padding:2px 15px 15px 15px;*/
	padding:0px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
        color:#000000;
        font-size:12px;
}

#TB_ajaxContent.TB_modal{
	/*padding:15px;*/
}

#TB_ajaxContent p{
	/*padding:5px 0px 5px 0px;*/
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#form {
  margin-top:10px;
}

#form th {
  vertical-align:top;
  width:140px !important;
  padding-left:10px;
  padding-right:5px;
  text-align:right;
  font-weight:normal;
}
#form th b {
  font-weight:normal;
}
#form td {
  padding-left:8px;
}
#form td.group {
  font-weight:bold;
}
#form input, #form textarea {
  width:350px;
}
#form input.button, .button {
  width:auto;
  background:#136EB0;
  color:#ffffff;
  border:0px solid #136EB0;
  font:13px Tahoma;
  padding:0px 10px;
  height:24px;
  line-height:24px;
}

a.button {
   float:left;
   display:block;
   color:#ffffff !important;
   text-decoration:none !important;
}
a.button:hover {
  color:#ffffff;
  text-decoration:none !important;
  background:#396400;
  border:0px solid #136EB0;
}
#form textarea, #form input, input.input {
  border:1px solid #cccccc;
  padding:3px;
  background:#f4f4f4;
}
#form textarea {
  height:120px;
}
#content #form b {
}
.need, .req {
  font:16px Tahoma;
  color:#ff0000;
}
.need2, .req2 {
  font-weight:bold;
  color:#ff0000;
  font-family:Tahoma, Arial
}
div.message {
  color:#990000;
  margin-bottom:15px;
}
img.left {
  margin:0px 25px 15px 0px;
}
img.right {
  margin:0px 0px 15px 25px;
}
div.search {
  padding-bottom:15px;
}
ul.sitemap {
}
ul.sitemap ul.sitemap li {
  list-style:square;
  font-weight:normal;
  margin-left:15px;
  padding:0px;
  font:13px Arial
}
ul.sitemap ul.sitemap li a {
  text-decoration:underline
}
ul.sitemap ul.sitemap {
  margin:5px 5px 5px 15px;
}
ul.sitemap li {
  background:none;
  padding:1px 0px;
  margin:0px;
  list-style:none;
  font:bold 16px "Trebuchet MS"
}
ul.sitemap li a {
  text-decoration:none;
  color:#4A4A4A
}
ul.sitemap ul.sitemap li a {
  text-decoration:underline;
  color:#005AEB
}
table.table {
  font-size:12px;
  margin-bottom:15px;
  border-bottom:1px solid #F4E3D8;
}
table.table td {
  padding:6px 12px;
}
.page_content td {
  vertical-align:top;
}
.page_content td p {
  margin:0px;
  padding:0px;
}
table.table tr.first_line td {
  background:#FFFADB;
  vertical-align:middle;
  font-weight:bold;
}
table.table tr td {
  border-top:1px solid #F4E3D8;
  background:#FFFDF0
}
table.table tr.even td {
  background:#FFFADB
}
.paginal {
  position:absolute;
  top:10px;
  right:50px;
}
.paginal a, .paginal span {
  float:left;
  line-height:22px;
  padding:0 5px;
}
.paginal a.act, .paginal a.act:hover {
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
}
.paginal a.prev {
  width:22px;
  height:22px;
  background:url(/images/prev.png) no-repeat;
  margin-right:20px;
}
.paginal a.next {
  width:22px;
  height:22px;
  background:url(/images/next.png) no-repeat;
  margin-left:20px;
}
.paginal a:hover {
}
.paginal span {
  margin:0px 5px;
}
div.hr {
  height:1px;
  overflow:hidden;
  border-top:1px solid #C4BFC0;
  margin-top:10px;
  padding-top:10px;
}
div.clear {
  height:1px;
  overflow:hidden;
  clear:both
}
#files td {
  padding:0 0 5px 5px;
  font-size:13px
}
#files td small {
  font-size:12px
}
#files td b {
  color:#333333
}

#products div.item {
  margin:0 0 20px 0;
  padding:30px 30px 30px 430px;
  background:#FFFFFF url(/images/curl.gif) no-repeat 400px 270px;
  border:1px solid #F4E3D8;
  position:relative;
  height:350px;
}
#product {
  margin:0 0 30px 0;
  padding:30px 30px 30px 30px;
  background:#FFFFFF;
  border:1px solid #F4E3D8;
  position:relative;
}
#products div.item img  {
  position:absolute;
  top:30px;
  left:30px;
  border:2px solid #DC2600;
}
#products div.item .arr  {
  position:absolute;
  top:-5px;
  left:30px;
  width:179px;
  height:51px;
  background:url(/images/arrow.png) no-repeat;
  text-align:center;
  color:#FFFFFF;
  font:16px/40px Arial;
}
#products div.item a.more {
  background:#E02D00;
  float:left;
  text-decoration:none;
  font:italic bold 13px Arial;
  color:#FFFFFF;
  padding:4px 30px;
  margin:20px 0 0 0;
  border:1px solid #FF3809;
}
body.product #content_ {
  padding:0;
  background:none;
  border:none;
  width:700px;
}
div.gallery {
  position:relative;  
  padding:0 0 40px 0;
}
div.gallery div.gitem {
  float:left;
  width:200px; 
  margin:0 0 10px 22px;
  font:11px Tahoma;
  color:#444
}
div.gallery div.gitem b {
  font:18px Arial;
}
div.gallery div.gitem img {
  margin-bottom:10px;
}
#counter {
  background:#333333;
  height:33px;
  padding:10px 0;
  overflow:hidden;
}
.counter {
  width:88px;
  height:31px;
  float:left;
  overflow:hidden;
  margin:0 10px 0 0;
  
}
#content_ .banner {
  text-align:center;
  margin-bottom:20px;
}
#banners .banner {
  text-align:center;
  margin-bottom:10px;
}
