@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;

}
a.link:link {
	text-decoration:none;
	color:#000;
}
a.link:visited {
	text-decoration:none;
	color:#000;
}
a.link:hover {
	text-decoration:none;
	color:#000;
}
#socialshome {
	position:absolute;
	width:235px;
	bottom: -4px;
	right: 8px;
	height: 30px;
}
#socialshome .box {
	float:left;
width:70px;
}
#socialssb {
	width:215px;
	height: 25px;
	margin-left:30px;
}
#socialssb .box {
	float:left;
width:70px;
}
#homeheader {
width:1000px;
position:relative;
}
.lessmargin {
margin-bottom:10px;
}
#footer {
width:980px;
padding-left:20px;
padding-bottom:12px;
position:relative;
text-align:left;
}
#footer p {
text-align:left;
}
#social2 {
	position:absolute;
	width:148px;
	top: -5px;
	right: 20px;
	height: 33px;
}
