@charset "utf-8";
/* CSS Document */
html, body {
  margin: 0px;
  padding: 0px;
}

table#menu a:link {
	color: #FFF;
	text-decoration: none;
}
table#menu a:visited {
	color: #FFF;
	text-decoration: none;
}
table#menu a:active {
	text-decoration: none;
}
table#menu a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #00F;
	text-decoration:underline;
}
a:hover {
	text-decoration: underline;
	color: #00F;
}
a:active {
	text-decoration: none;
}

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	z-index:1;
}
#popupContact{
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:770px;
	width:700px;
	background:#FFFFFF;
	z-index:2;
	font-size:12px;

}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
	font-size:21px;
	line-height:14px;
	right:0px;
	top:0px;
	position:absolute;
	color:#F00;
	font-weight:700;
	display:block;
	border: 1px solid #000;
}

#popupContact p{
	margin: 0px;
	padding: 0px;

}
	
	
#popupproducts {
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:415px;
	width:600px;
	background:#000;
	z-index:2;
	font-size:12px;
	text-align: center;
	padding-top: 15px;
	margin-left:7px;
	-webkit-margin:0px;
	-webkit-padding:0px;

}
