@charset "utf-8";
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, h1,h2,h3 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    font-family: Arial;
   
   	/* behavior: url(/scripts/iepngfix.htc); */    
}
ol, ul {
    list-style: none;
}
a {
	font-size: 100%;	
	font-family: Arial;
	text-decoration: none;
	color: inherit;	
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
strong {
    font-weight: bold;	
}
html, body {
    font-family: Arial;
    font-size:12px;
    color: #808080;
    background-color: #fff;
}
a {
	text-decoration: none;
}

/* PUSLAPIO STYLE*/

div#main{
	width: 925px;
	margin: auto;
	overflow: visible;
}
div#nav{
	clear: both;
	margin-bottom: 60px;
	margin-top: 60px;
	height: 31px;	
	position: relative;
}
div#logo{
	margin-left: 60px;
	width: 150px;
	float: left;
}
div.main_meniu{
	float: left;
	width: 710px;	
}
ul#leftmenu{
	width: 710px;
	overflow: auto; 	
}
ul#leftmenu li{
	float: left;
	padding: 0px 15px;	
	line-height: 31px;
	vertical-align: middle;
}
ul#leftmenu li.start_right{
	float: left;
	background: url("/images/start_right.png");
	background-repeat:no-repeat;
	line-height: 31px;
	vertical-align: middle;
	width: 5px;
}
ul#leftmenu li.right{
	float: right;	
	line-height: 31px;
	vertical-align: middle;
	text-align: right;
	padding: 0;
	
}
ul#leftmenu li a{
	color: #808080;	
}
ul#leftmenu li a:HOVER{
	color: #f7931e;	
}
ul#leftmenu li a.current{
	color: #f7931e;	
}
div#wraper{
	width: 920px;
	clear: both;	
}
div#wraper_left
{
	width: 200px;
	float: left;
	min-height: 450px;
	background: url("/images/line.png");
	background-position: right;
	background-repeat: repeat-y;
	font-size: 11px;
	padding-right: 10px;
}
div#wraper_right
{
	float: right;
	margin-left: 10px;	
	font-size: 11px;
	width: 700px;
}
div.gallery_img img
{
	border: 2px solid #e6e6e6;
}
div#gallery{
	position: relative;
	clear: both;
}
div.gallery_imgage{
	width: 	704px;
	height: 454px;
	overflow: hidden;
	position: relative;
}
div.gallery_imgage div.gallery_img_left{
	position: absolute;
	left: 0;
	width: 34px;
	height: 454px;	
}
div.gallery_imgage div.gallery_img_right{
	position: absolute;
	right: 3px;
	width: 34px;
	height: 454px;	
}
div.gallery_imgage div.gallery_img_left_on{
	position: absolute;
	left: 0;
	width: 34px;
	height: 454px;
	cursor: pointer;	
	background-image: url("/images/left.png");
	background-repeat: no-repeat;
	background-position: center;
}
div.gallery_imgage div.gallery_img_right_on{
	position: absolute;
	right: 3px;
	width: 34px;
	height: 454px;
	cursor: pointer;	
	background-image: url("/images/right.png");
	background-repeat: no-repeat;
	background-position: center;
}
div.products_meniu{
	width: 200px;
	overflow: hidden;	
}
ul.products{
	text-align: right;	
}
ul.products li{
	line-height: 17px;	
}
ul.products li a{
	color: #808080;	
}
ul.products li a:HOVER{
	color: #f7931e;	
}
ul.products li a.current{
	color: #f7931e;	
}
div.gallery_img_number
{
	float: left;	
}
div.gallery_img_des
{
	float: right;	
	text-align: right;
}





