@charset "utf-8";
@font-face {
    font-family: 'italiannoregular';
    src: url('italianno-regular-webfont.eot');
    src: url('italianno-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('italianno-regular-webfont.woff2') format('woff2'),
         url('italianno-regular-webfont.woff') format('woff'),
         url('italianno-regular-webfont.ttf') format('truetype'),
         url('italianno-regular-webfont.svg#italiannoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
select {width:150px;}
.body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.headers {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #0EA6B5;
}
.background {
	background-image: url(images/background.png);
	background-repeat: no-repeat;
}
.prices {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0EA6B5;
}
.homebody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #FFF;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.border {
	border: thin solid #FFFFFF;
}
.homeborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.eventborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.disclaimer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
}
h1 {
	font-family: 'italiannoregular';
	font-size:40px;
	margin:0;
	padding:0;
}
.product {
	width:48%;
	float:left;
	margin:10px 0;
	color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-right:10px;
	height:180px;
}
.product img {
	float:left;
	margin: 0 20px 10px 0;
	width: 140px;
	height: auto;
}
.product-feature {
	width:100%;
	float:left;
	margin:10px 0;
	color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	height:210px;
}
.product-feature img {
	float:left;
	margin:0 20px 10px 0;
	width:200px;
	height:auto;
}
.divider {
	width:100%;
	height:1px;
	background-color:#fff;
	margin:10px auto;
	clear:both;
}
.product-feature-highlight {
	width:670px;
	float:left;
	margin:10px 0;
	padding:20px;
	color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	background-color:#0EA6B5;
	border:1px solid #fff;
	height:250px;
}
.product-feature-highlight img {
	float:left;
	margin:0 20px 10px 0;
	width:250px;
	height:auto;
}
.product-feature-highlight .prices {
	color:#fff;
	font-size:16px;
}





.new-feature {width:200px; float:left;
margin:0 20px 10px 0;}
.new-feature img {
	box-shadow:0px 0px 3px #fff;
	
}
.new-feature:hover .viewlarger-feature {
	display:block;
}
.viewlarger-feature {
	position:relative;
	left:0px;
	top:-130px;
	float:left;
	display:none;
}
.viewlarger-feature img {
	box-shadow:none;
}




.new {width:140px; float:left;
margin:0 20px 10px 0;}
.new img {
	box-shadow:0px 0px 3px #fff;
	
}
.new:hover .viewlarger {
	display:block;
}
.viewlarger {
	position:relative;
	left:0px;
	top:-100px;
	float:left;
	display:none;
}
.viewlarger img {
	box-shadow:none;
}





.new-highlight {width:250px; float:left;
margin:0 20px 10px 0;}
.new-highlight img {
	box-shadow:0px 0px 3px #fff;
	
}
.new-highlight:hover .viewlarger-highlight {
	display:block;
}
.viewlarger-highlight {
	position:relative;
	left:0px;
	top:-150px;
	float:left;
	display:none;
}
.viewlarger-highlight img {
	box-shadow:none;
}
