@CHARSET "UTF-8";
body{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/bodybg_strip.jpg);
	background-repeat:repeat-x;
	background-color:#02284c;
	color: #000000;
}
#container{
	margin: 0px;
	width: 1002px;
}

#lr_header {
	display:block;
	height: 616px;
	width: 1002px;
} 

#header{
	display:block;
	width: 1002px;
	height: 481px;
	/*background-image:url(img/header.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	margin:0px;
	
}

.part_header{
	float:left;
	margin:0px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	height:481px;
}

#header_bottom{
	width: 1002px;
	height: 103px;
	background-repeat: no-repeat;
	position: relative;
	margin:0px;

}

#langBar{
	width:320px; 
	float:left;
	height:32px; 
	text-align:right; 
	margin:10px 10px 5px 0px; 
	font-size: 12px;
	color: #003567;
	font-family:Tahoma;
	font-weight:400;
}


#topNavlinks {
	float:right;
	text-align:right;
	margin:10px 60px 5px 10px; 
	font-size: 12px;
	color: #ffffff;
	font-family:Tahoma;
	font-weight:400;	
	height:32px;
}
#topNavlinks a:link, #topNavlinks a:visited{
	color: #ffffff;
	text-decoration: none;
}

#topNavlinks a:hover {
	color: #208694;
	text-decoration: none;
}

#langBar a:link, #langBar a:visited  {
	color: #003567;
	text-decoration: none;
	text-transform: uppercase;
	
}

#langBar a:hover {
	color:  #003567;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
}
#content{
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: #fff url(../img/bg_content.jpg) 0 0 repeat-x;
	background-color:#d3effb;
	width: 1002px;
	position: relative;
}

#leftmenu {
	float: left;
	width: 210px;
	text-align:left;
	font-family:Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#leftmenu p{
	height:34px;
	width:210px;
	margin:0px;
	padding:0px;
}

#leftmenu p a {
	background-image:url(../img/button_off.jpg);
	background-repeat:no-repeat;
	height:34px;
	margin:0px;
	display:block;
	color:#003464;
	text-decoration:none;
	/*width:170px;*/
	/*padding:10px 20px;*/
	width: 210px;
	line-height: 34px;
	text-indent: 20px;
	overflow: hidden;
}

#leftmenu p a:hover {
	background-image:url(../img/button_on.jpg);
	background-repeat:no-repeat;
	height:34px;
	margin:0px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	/*width:170px;
	padding:10px 20px;*/
    width: 210px;
	line-height: 34px;
	text-indent: 20px;
	overflow: hidden;
}

#page{
	float: right;
	width: 792px;	
	overflow:visible;
	text-align: left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	/*border-bottom: 3px solid #cccccc;
	padding: 10px;*/
}

#text {
	margin:10px;
	text-align:justify;
	width:750px;
}

#text hr{
	width:550px;
}

div.page_title {
	float:left;
	background-image: url(../img/title_repeat.jpg);
	background-repeat: repeat-x;
	background-color:#e7f6fd;
	width: auto;
	height:27px;
	text-transform:uppercase;
	padding-left:10px;
	padding-bottom:0px;	
	margin-top:-4px;
	padding-right:10px;
	font-size:22px;
	font-family:Tahoma;
	font-weight:100;	
	color:#003466;
	padding-bottom:10px;
}

#page h1 {
  color: #007500;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  text-align: justify;
  width: 780px;
}
#page img { border:none }

#rightmenu{
	float: right;
	width: 285px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#rightmenu img{ border: none }

#rightmenu a:link, #rightmenu a:visited {
	color: #000000;
	text-decoration: none;
}
#rightmenu a:hover {
	color: #b30f15;
	text-decoration: none;
}

#topNav{
	display:block;
	background: url(../img/top_middle.jpg) 0 0 no-repeat;
	/*color: #000000;*/
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 1002px;
	height:32px;
	position: relative;
	overflow: hidden;
}


#footer{
  background: url(../img/footer.gif) 0 0 no-repeat;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  width:1002px;
  height:9px;
}
/*#footer, #topNav {
  text-align: center;
  padding: 0 10px;
  width: 1004px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}*/
#footer a:link, #footer a:visited 
/*#topNav a:link, #topNav a:visited */{
  color: #000;
  text-decoration: none;
}
#footer a:hover,
/*#topNav a:hover*/ {
	color: #b30f15;
	text-decoration: none;
}
#counter{
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px;
}
a.orange:link, a.orange:visited,
#page a:link, #page a:visited{
  color: #f79700;
  text-decoration: none;
}
a.orange:hover,
#page a:hover{
  text-decoration: underline;
}

.float_left  { float: left; }
.float_right { float: right; }
.clear_left  { clear: left; }
.clear_right { clear: right; }
.clear_both  { clear: both; }
.borderless img { border: none; }

#usa{
  position:absolute;
  bottom: 57px;
  right: 20px;
  color: #007500;
  font-size: 16px;
}

/* CATALOG */
.catalog_details{width: 750px;}
.catalog_details_h, .catalog_details_f{width: 750px; height:27px;}
.catalog_details_b{width: 750px; overflow: hidden;}
.catalog_list{
  width: 769px;
  margin: 0;
}
.catalog_article_h{
  width: 769px;
  height: 27px;
  background: url(../img/catalog_article_top.gif) 0 0 no-repeat;
}
.catalog_article_b{
  width: 769px;
  overflow: hidden;
  background: url(../img/catalog_article_body.gif) 0 0 repeat-y;
}
.catalog_article_f{
  width: 769px;
  height: 27px;
  background: url(../img/catalog_article_bottom.gif) 0 0 no-repeat;
}
.catalog_article, .catalog_detailed{
  margin: 10px 24px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.catalog_limiter{
  width: 721px;
  height: 1px;
  background: #B4CEDF url(../img/limiter.gif) 0 0 repeat-x;
  margin: 5px 0;
}
.catalog_pic{
  width: 170px;
  height: 170px;  
}
.catalog_pic img, .c_pic img{
  border: solid 3px #003466 !important;
}
.catalog_details_pic {
  width: 170px;
  text-align: center;
}
.catalog_short{
  width:520px;
}
.catalog_title{
  width: 520px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.catalog_desc{
  width: 520px;
  text-align: justify;
  font-size: 11px;
  margin-bottom: 10px;
}
.catalog_opt{
  width: 520px;
  font-size: 11px;
  margin-bottom: 10px;
}
.catalog_price{
  color: #871419;
  font-size: 16px;
}
.catalog_link a:link, .catalog_link a:visited{
	font-weight: bold;
	/*font-size: 11px;*/
	color: #003466 !important;
	text-decoration: underline !important;
} 
.catalog_link a:hover{
	text-decoration: none !important;
}
.sTbl td{height: 26px; line-height: 26px; padding:0 5px;}
.dTbl {background-color: #CFDAE4; width: 500px;}
.dTbl th{text-align: left; font-weight: bold; background-color: #B4CEDF; height: 25px; line-height: 25px; padding: 0 5px;}
.dTbl td{background-color: #fff; height: 27px; line-height: 27px; padding: 0 5px;}
.dTbl th.th_left{background-color: #B4CEDF}
.dTbl th.th_right{background-color: #B4CEDF}
.dTbl td.td_left{background-color: #fff}
.dTbl td.td_right{background-color: #fff}
.dTbl td.td_top_left{background-color: #fff}
.dTbl td.td_top_right{background-color: #fff}
.bufferTop10{margin-top: 10px}
.bufferTop20{margin-top: 20px}
.paginator{
  width: 721px;
  height: 20px;
  line-height: 20px;
  margin: 0 24px;
  text-align: right;
  color: #868686;
}
a.p_blur:link, a.p_blur:visited{
  color: #868686 !important;
  text-decoration: underline;
}
a.p_blur:hover {
  color: #868686 !important;
  text-decoration: none;
}
a.p_focus:link, a.p_focus:visited{
  color: #003466 !important;
  text-decoration: none;
  font-weight: bold;
}
a.p_focus:hover {
  color: #003466 !important;
  text-decoration: underline;
}