body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
h1 {
	font-size: 9px;
	font-weight: normal;
	display: inline;
}
h2 {
	font-size: 11px;
	color: #006699;
	display: inline;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}

p {
	margin: 0px;
}

.main_menu {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d7d7d7;
	text-align: center;
	vertical-align: sub;
}
.menua {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.menua:link {
	color: #666666;
	text-decoration: none;
}
.menua:visited {
	color: #666666;
	text-decoration: none;
}
.menua:hover {
	color: #FF9900;
}
.orange_link {
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
}
.orange_link:link {
	color: #ff6633;
}

.orange_link:visited {
	color: #ff6633;
}

.orange_link:hover {
	color: #003399;
}
.orange_slink {
	line-height: 15px;
	font-size: 10px;
	text-decoration: none;
}
.orange_slink:link {
	color: #ff6633;
	text-decoration: none;
}

.orange_slink:visited {
	color: #ff6633;
	text-decoration: none;
}

.orange_slink:hover {
	color: #003399;
}
#menu a {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 11px;
}

#menu a:hover {
	color: #FFCC00;
	text-decoration: none;
}
/* NAV START */
#nav {
	height: 29px;
	float: left;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	position: relative;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fffff;
	font-size: 11px;
    white-space: nowrap;
}
#nav ul {
	float: left;
	display: block;
	height: 29px;
	padding: 0px 0px 0px 35px;
	margin: 0px;
}
#nav li {
	float: left;
	height: 29px;
	position: relative;
	padding: 0px; 
	margin: 0px;
	width: auto;
	background: url(../images/menu_middle.gif) right top no-repeat;
	list-style: none;
	font-size: 11px;
	line-height: 29px;
	color: #FFF;
}
#nav li li {
	height: auto;
	padding: 0px;
	line-height: 29px;
	background-image:none;
}
#nav ul li a:link, #nav ul li a:visited {
	display: block;
	padding: 0px 15px 0px 35px;
	background: url(../images/menu_bogu.jpg) left top no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 29px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
}
#nav ul li.second_li a:link, #nav ul li.second_li a:visited {
	background-image: url(../images/menu_equipment.jpg);
}
#nav ul li.third_li a:link, #nav ul li.third_li a:visited {
	background-image: url(../images/menu_special.jpg);
}
#nav ul li li a:link,#nav ul li li a:visited{
	background-image: none;
}
#nav ul li.second_li li a:link,#nav ul li.second_li li a:visited{
	background-image: none;
}
#nav ul li.third_li li a:link,#nav ul li.third_li li a:visited{
	background-image: none;
	padding-right: 0px;
}
#nav ul li a:hover, #nav ul li a:active {
	display: block;
	color: #ffcc00;
}
#nav li.last {
	background: none;
	padding-right: 0px;
}
#nav ul ul li span {
	display: block;
	font-size: 10px;
}
#nav ul ul li span a:link,#nav ul ul li span a:visited {
	font-size: 10px;
}
#nav li.on a:link, #nav li.on a:visited {
	display: block;
	color: #ffc000;
}
/* style the second level background */
#nav ul a.drop, #nav ul a.drop:visited {
	background: #d2d2d2;
	font-size: 11px;
}
#nav ul ul li a:link, #nav ul ul li a:visited {
	width: 186px;
	padding: 0px 10px;
	display: block;
	font-size: 11px;
	line-height: 22px;
	color: #105ec8;
}
#nav ul ul li a:hover, #nav ul ul li a:active {
	width: 186px;
	padding: 0px 10px;
	display: block;
	background: #dae8f7;
	line-height: 22px;
    color: #105faa;
}
#nav ul ul li span a:link, #nav ul ul li span a:visited {
	font-weight: normal;
	font-size: 10px;
    color: #000;
}
/* style the second level hover */
#nav ul ul a.drop:hover {
	color: #474747;
	background: #e7e7e7;
}
#nav ul ul :hover > a.drop {
	color: #474747;
	background: #e7e7e7;
}
/* style the third level hover */
#nav ul ul ul a:hover {
	background: #e7e7e7;
	color: #474747;
}
*html #nav ul ul ul a, #nav ul ul ul a:visited {
	font-size: 11px;
}
*html #nav ul ul ul a:hover {
	background: #e7e7e7;
	color: #474747;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav ul ul {
	visibility: hidden;
	position: absolute;
	top: 29px;
	left: 25px;
	width: 412px;
	height: auto;
	padding: 0px 0px 0px 0px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	text-shadow: 0px -1px -1px 0px rgba(0, 0, 0, 0.3);
	background: #b7d7f7;
}
#nav ul ul li.lastli a:hover,#nav ul ul li.lastli a:active {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}
/* another hack for IE5.5 */
* html #nav ul ul {
	top: 35px;
	t\op: 35px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#nav table {
	position: absolute;
	top: -6px;
	left: 0px;
}

* html #nav ul ul a {
/*width:165px;*/
	/*w\idth:155px*/
}
/* position the third level flyout menu */
#nav ul ul ul a, #nav ul ul ul a:visited {
	width: 100px;
}
#nav ul ul ul {
	left: 206px;
	top: 0;
	width: 120px;
}
/* position the third level flyout menu for a left flyout */
#nav ul ul ul.left {
	left: -120px;
}
*html #nav ul ul.left {
	left: -120px;
}
/* style the top level hover */
#nav a:hover {
	color: #ffc000;
}
#nav a:hover, #nav ul ul a:hover {
	color: #FFF;
	border: 0px solid #000;
}
#nav :hover > a, #nav ul ul :hover > a {
	color: #FFF;
	border: 0px solid #000;
}
/* make the second level visible when hover on first level list OR link */
#nav ul li:hover ul, #nav ul a:hover ul {
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#nav ul:hover ul ul {
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
#nav ul:hover ul:hover ul {
	visibility: visible;
}
/* NAV END */
#search_word {
	width: 100px;
	float: left;
}

#submit {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}
#search_form #submit {
	width: 95px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 5px;
}
.stext {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}
.com_title {
	font-size: 11px;
	color: #006699;
}
.more {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
.more a {
	color: #666666;
	text-decoration: none;
}
.more a:hover {
	color: #3366CC;
}
.stitle {
	font-size: 10px;
	padding-left: 8px;
}
.pro_photo {
	width: 120px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 10px;
}
.pro_photo a {
	text-decoration: none;
	color: #666666;
}
.pro_photo a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.price {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FF6600;
}
#footer a:link {
	text-decoration: none;
	color: #0066FF;
}
#footer a:visited {
	color: #0066FF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.loc {
	font-size: 11px;
	color: #0099FF;
}
.loc a {
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
}
.loc a:hover {
	color: #FF6600;
}
.catalog a{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#cat_main {
	width: 700px;
	height: 120px;
	vertical-align: top;
	margin-bottom: 3px;
}
select {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

#cat_main h1 {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin-left: 15px;
	display: inline;
}
#cat_main p {
	font-size: 11px;
	margin-left: 30px;
	margin-right: 220px;
	color: #FFFFFF;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#product {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#product a {
	text-decoration: none;
	color: #006699;
}
#product a:hover {
	color: #FF6600;
	text-decoration: none;
}
#product_list td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#product_list a {
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366FF;
	font-weight: normal;
}
#product_list a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
#product_list .price {
	font-size: 10px;
	line-height: 17px;
}
#categ_tit {
	margin-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCDAEE;
}
.blue_line1 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCDAEE;
	border-left-color: #CCDAEE;
}
.b_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCFF;
}
hr {
	margin: 0px;
	padding: 0px;
}
.link_text {
	font-size: 10px;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 14px;
}

.blue {
	color: #0000FF;
}
.red {
	color: #FF0000;
}
.pink {
	color: #FF00FF;
}
.green {
	color: #00FF00;
}
.orange {
	color: #FF9900;
}
.yellow {
	color: #FFFF00;
}
.gray {
	color: #666666;
}
.silver {
	color: #CCCCCC;
}
/* CSS Document */
.bigtitle{
	color:#4c5a5f;
	font:bold 11px Arial, Helvetica, sans-serif;
}
.smalltitle{
	color:#d06e04;
	font:normal 11px Arial, Helvetica, sans-serif;
	}
a.more{
	color:#0a6c91;
	font:normal 11px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	display:block;
	margin-top:-16px;
	float:right;
}
a.more2{
	color:#0a6c91;
	font:normal 11px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	float:right;
}
.tabletitle{
	font:normal 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#87aee4;
	}
a.more:hover{
	text-decoration:none;
}

