/* @override http://corsavino.com/_support/css/productpages.css */

body#products {
	background: #000 repeat-x center top;
}

body#products div#page-wrap {
	background: url(/product_pages/product_over.jpg) no-repeat;
	width: 1200px;
}

body#products #content {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 20px;
	height: 710px;
}

/* @group products */

ul.product-links {
	list-style-type: none;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}

#content ul.product-links li a#cab-sav {
	width: 120px;
	height: 460px;
	display: block;
	position: absolute;
	top: 130px;
	left: 280px;
	text-indent: -9999px;
	z-index: 2;
}

#content ul.product-links li a:hover#cab-sav {
	width: 120px;
	height: 460px;
	display: block;
	position: absolute;
	top: 130px;
	left: 280px;
	text-indent: -9999px;
	z-index: 2;
	background: url(/product_pages/product_hover.png) no-repeat -23px -20px;
}

#content ul.product-links li a#viog {
	width: 120px;
	height: 410px;
	display: block;
	position: absolute;
	top: 185px;
	left: 410px;
	text-indent: -9999px;
	z-index: 2;
}

#content ul.product-links li a:hover#viog {
	width: 120px;
	height: 410px;
	display: block;
	position: absolute;
	top: 185px;
	left: 410px;
	text-indent: -9999px;
	z-index: 2;
	background: url(/product_pages/product_hover.png) no-repeat -153px -73px;
}

#content ul.product-links li a#cab-sav-ltd {
	width: 120px;
	height: 440px;
	display: block;
	position: absolute;
	top: 155px;
	left: 545px;
	text-indent: -9999px;
	z-index: 2;
}

#content ul.product-links li a:hover#cab-sav-ltd {
	width: 120px;
	height: 440px;
	display: block;
	position: absolute;
	top: 155px;
	left: 545px;
	text-indent: -9999px;
	z-index: 2;
	background: url(/product_pages/product_hover.png) no-repeat -287px -43px;
}

#content ul.product-links li a#syrah {
	width: 110px;
	height: 380px;
	display: block;
	position: absolute;
	top: 210px;
	left: 665px;
	text-indent: -9999px;
	z-index: 2;
}

#content ul.product-links li a:hover#syrah {
	width: 110px;
	height: 380px;
	display: block;
	position: absolute;
	top: 210px;
	left: 665px;
	text-indent: -9999px;
	z-index: 2;
	background: url(/product_pages/product_hover.png) no-repeat -408px -97px;
}

/* product page popup css */

#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 #cecece;
	z-index: 1;
}

#popupContact {
	display: none;
	position: fixed;
	_position: absolute;
	/* hack for internet explorer 6*/
height: 384px;
	width: 408px;
	background: #FFFFFF;
	border: 2px solid #cecece;
	z-index: 2;
	padding: 12px;
	font-size: 13px;
}

#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: 14px;
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
}

#button {
	text-align: center;
	margin: 100px;
}



/* @end */

/* @group product-details */



/* @end */