@charset "UTF-8";
/* CSS Document */

a{
cursor: pointer;
text-decoration:none;
}
br.both{
clear:both;
}
popupSwatch{
cursor: pointer;
border:none;
}
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #333;
	z-index:1;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:300px;
	width:408px;
	background:#FFFFFF;
	border:1px solid #333;
	z-index:2;
	padding:12px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.825em;
}
#popupContact hr {
	color: #F49221;
	background-color: #F49221;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#popupContact h1{
	text-align:left;
	color:#EF5A26;
	font-size:1.5em;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#popupContactClose{
	font-size:1.25em;
	right:6px;
	top:4px;
	position:absolute;
	color:#EF5A26;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
}
#popupLink{
	color:#FFF;
}



