@charset "utf-8";
/* CSS Document */
h1 {
	font-size: 24px;
	color: #FF9900;
}
.container .content #supplies h1 {
	margin: 20px;
}
.prodimage {
	float: left;
	height: 480px;
	width: 465px;
	padding-left: 5px;
	position: absolute;
	top: 55px;
}
.prodtext {
	float: right;
	height: 600px;
	width: 290px;
}
.prodtext h3 {
	font-weight: bold;
	color: #FC0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.prodtext h2 {
	color: #FC3;
	font-size: 24px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.modalImg {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	left: -240px;
	top: -825px;
	bottom: auto;
	pointer-events: none;
	height: auto;
	width: 1000px;
	position: absolute;
	opacity: 0;
	background: rgba(102,102,102,0.7);
	-webkit-transition: ease-in 400ms;
	-moz-transition: ease-in 400ms;
	transition: opacity 0.4;
}
#Modal {
	position: absolute;
	top: 507px;
	left: 20px;
}
.modalImg:target {
	opacity:1;
	pointer-events: auto;}
.modalImg > div {
	width: auto;
	height: auto;
	position: relative;
	margin: 15%;
	padding: 5px;
	border-radius: 20px;
	background: #FFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color:#F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
	height: auto;
	width: 700px;
}
.close {
	background: #666;
	color: #000;
	line-height: 30px;
	position: absolute;
	right: -12px;
	top: -10px;
	width: 30px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 1px 1px 3px #000000
	box-shadow: 1px 1p 3px  #000000;
	font-size: 24px;
	text-align: center;
}
.close:hover {
	background-color: #000;
}
#supplies #Modal a strong {
	font-size: 14px;
}
