/* Copyright (c) WebCom Art, http://artw.ru  */
/* prepare component */
html, body{
        
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
	height: 100%;
	line-height: 1;
	color: black;
	background: white;
}
img{
	border: 0;
}
:focus {
	outline: 0;
}

strong{
	font-weight: bold;
}

/* user component */
body, td{
	font: normal 12px verdana, sans-serif;
}
p, li{
	line-height: 1.4;
}
a:visited,
a:link{
	color: #0A51A1;
}

a:hover,
a:active{
	color: #de4d00;
}

#head1{
	background-color: #0A51A1;
	color: #fff;
	font-family: verdana;
	font-size: 18px;
	text-align: center;
}

#discount{ 
	color: #FE0000;
	font-family: verdana;
	font-size: 18px;          
}

#menu td{
	padding: 0 0 10px 0;
	font-family: verdana;
	font-size: 12px;
	color: #0A51A1;
}
.menu2{
	padding: 0 0 5px 0 !important;
}
	.m2_open{
		text-decoration: none;
		color: #000 !important;
	}
.menu3{
	padding: 0 0 2px 15px !important;
}
	.m3{
		font-size: 11px;
	}
	.m3_open{
		text-decoration: none;
		color: #000 !important;
		font-size: 11px;
	}
#navigator{
	padding: 0;
	margin: 0 0 20px 0;
	font: normal 18px arial;
	color: #000;
}
	#navigator a1{
		font: normal 18px arial !important;
		color: #000 !important;
	}
div.content{
	padding: 0;
	margin: 0 20px 0 0 0;
}
div.secretribbon{
	position:absolute;
	left:100%;
	top:0px;
	overflow:visible;
	height:300px;
	width:300px;
	background-color:transparent;
	margin:0 0 0 -300px;
	padding:0;
	color:#000;
	font-family:helvetica,verdana,arial,tahoma,sans-serif;
	z-index:1000000000;
	border:none;
	float:none;
}
.copy{
	font: normal 11px arial;
	color: #888888;
	padding: 10px 0 5px 0;
	margin: 0;
}
.copy a:visited,
.copy a:link{
	color: #888888;
	text-decoration: none;
}

.copy a:hover,
.copy a:active{
	color: #888888;
	text-decoration: none;
}


