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


/*////////// NAV BAR ROLLOVER CSS //////////*/

/*////////// ADAPTED FOR ELIZABETH EVANS GALLERY BY CESAR ALSINA 09/27/2012 //////////*/




#gz_pagebar {
	display: block;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 12;
	text-align: center;/*	left: 50%;
*/
}

.gz_pages {
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	text-align: center;
/*	margin-left: 300px;
*/}

.gz_pages li {
	padding: 0;
	margin: 0;
	height: 60px;
	list-style: none;
	background-repeat: no-repeat;
}
.gz_pages li a, .gz_pages li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9000px;
	height: 60px;
	background-repeat: no-repeat;
}
.spacer {
	width: 300px;
}

.home a {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 110px;
	background-position: 0px 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

.home:hover, .home_visited {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 110px;
	background-position: 0px -60px;
	padding: 0px;
	background-repeat: no-repeat;
}

.productos a {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 110px;
	background-position: -110px -0px;
	padding: 0px;
	background-repeat: no-repeat;
}
.productos:hover, .productos_visited {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 110px;
	background-position: -110px -60px;
	padding: 0px;
	background-repeat: no-repeat;
}

.bienvenido a {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 110px;
	background-position: -220px 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

.bienvenido:hover, .bienvenido_visited {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 110px;
	background-position: -220px -60px;
	padding: 0px;
	background-repeat: no-repeat;
}

.empresa a {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 110px;
	background-position: -330px 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

.empresa:hover, .empresa_visited {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 110px;
	background-position: -330px -60px;
	padding: 0px;
	background-repeat: no-repeat;
}

.contact a {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 110px;
	background-position: -440px 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

.contact:hover, .contact_visited {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 110px;
	background-position: -440px -60px;
	padding: 0px;
	background-repeat: no-repeat;
}

.facebook a {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 55px;
	background-position: -550px 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

.facebook:hover, .facebook_visited {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 55px;
	background-position: -550px -60px;
	padding: 0px;
	background-repeat: no-repeat;
}


.twitter a {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 55px;
	background-position: -605px 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

.twitter:hover, .twitter_visited {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 55px;
	background-position: -605px -60px;
	padding: 0px;
	background-repeat: no-repeat;
}
/*.ostore a {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 110px;
	background-position: -660px 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

.ostore, .ostore_visited {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 110px;
	background-position: -660px -60px;
	padding: 0px;
	background-repeat: no-repeat;
}


.facebook a {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 110px;
	background-position: -770px 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

.facebook, .facebook_visited {
	background-image: url(../imagedepot/DP_TopBar_Sept2013.png);
	width: 110px;
	background-position: -770px -60px;
	padding: 0px;
	background-repeat: no-repeat;
}*/


ul.gz_pages li a:hover {background: none;}

.gz_pages li {float: left;}

.gz_pages:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
