/* CSS Document */
a{
outline:none;
}

 
div.transOFF1
{
	width:68px;
	height:120px;
	position:absolute;
	top:300px;
	z-index:123;
	background-color:#FFFFFF;
	opacity:.40;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
}
div.transON1
{
	width:68px;
	height:120px;
	position:absolute;
	top:300px;
	z-index:123;
	background-color:#FFFFFF;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	cursor:pointer;
}
#trans1
{
	top:284px;
	z-index:500;
}

div.transOFF2
{
	width:68px;
	height:68px;
	position:absolute;
	top:384px;
	z-index:123;
	background-color:#FFFFFF;
	opacity:.40;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	left: 827px;
}
div.transON2
{
	width:68px;
	height:68px;
	position:absolute;
	top:390px;
	z-index:123;
	background-color:#FFFFFF;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	cursor:pointer;
}

div.link
{
	display:block;
	background:url('images/link_wt.png') no-repeat;
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;	
	cursor:pointer;
	z-index:999;
}


.padd
{
	display:block;
	position:absolute;
	width:149px;
	height:20px;
	padding-top:8px;
	cursor:pointer;
	font-family:'lucida sans', verdana, arial, sans-serif;
	font-size:12px;
	color:#DDDDDD;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
}
.padd:hover
{
	color:#000000;
	background:url('images/link_wt_hover.png') no-repeat;
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;	
	cursor:pointer;
	display:block;
	width:149px;
	height:20px;
	font-weight:bold;
}

.paddHover
{
	display:block;
	position:absolute;
	width:149px;
	height:20px;
	padding-top:8px;
	
	font-family:'lucida sans', verdana, arial, sans-serif;
	font-size:12px;
	
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
	
	color:#000000;
	background:url('images/link_wt_hover.png') no-repeat;
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;	
	cursor:pointer;
	font-weight:bold;
}


.nav
{
	font-family:'lucida sans', verdana, arial, sans-serif;
	font-size:12px;
	color:#AAAAAA;
	font-weight:normal;
	display:inline-block;
	text-decoration:none;
	cursor:pointer;
}

.nava
{
	font-family:'lucida sans', verdana, arial, sans-serif;
	font-size:11px;
	color:#AAAAAA;
	font-weight:normal;
	display:inline-block;
	text-decoration:none;
	cursor:pointer;
}

.nava:hover
{
	color:#000000;
	font-weight:bold;
}

#home
{
	color:#000000;
	font-weight:bold;
}
#product
{
	color:#000000;
	font-weight:bold;
}
#about
{
	color:#000000;
	font-weight:bold;	
}
#catalog
{
	color:#000000;
	font-weight:bold;	
}
#contact
{
	color:#000000;
	font-weight:bold;	
}
#news
{
	color:#000000;
	font-weight:bold;	
}
.nav:hover
{
	color:#000000;
}
.line
{
	margin-left:2px;
	margin-right:2px;
	color:#AAAAAA;
}
#last
{
	margin-right:0px;
}
.logo_text
{
	font-family:'lucida sans', verdana, arial, sans-serif;
	font-size:10px;
	color:#AAAAAA;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	width:300px;
}
.logo_text:hover
{
	color:#000000;
}
#eng
{
	color:#000000;
}
.map
{
	cursor:pointer;
	width:200px;
	height:100px;
}

span
{
	font-family:Arial, Lucida Sans, Comic Sans MS ;
	font-size:small;
	color:Silver;
}

.buy_this_btn{
background:url(images/buy_this.jpg) no-repeat;
width:50px;
height:16px;
border:0px;
cursor:pointer;
}

.buy_this_btn:hover{
background:url(images/buy_this_hover.jpg) no-repeat;
width:50px;
height:16px;
border:0px;
cursor:pointer;
}

.inquire_btn{
background:url(images/inquire.jpg) no-repeat;
width:46px;
height:16px;
border:0px;
cursor:pointer;
}

.inquire_btn:hover{
background:url(images/inquire_hover.jpg) no-repeat;
width:46px;
height:16px;
border:0px;
cursor:pointer;
}

.form
{
	font-family:Trebuchet MS;
	font-size:12px;
	color:#c3c3c3;
	font-weight:normal;
	text-decoration:none;
}
