html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 1200px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	background-image: url(../_images/bg.jpg);
	height: 1020px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	background-image: url(../_images/luxuryspanish.gif);
	height: 250px;
	width: 356px;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: 250px;
	background-repeat: no-repeat;
} 

#spannish {
	text-decoration: none;
	border:none;
	color:#999;
	height: 20px;
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50px;
	float: left;
}
#spannish p a:hover  {
	text-decoration: none;
    border:none;
	color:#000;
}

#spannish a:link ,a:visited{ 
    text-decoration: none ;
    border:none; 
    color: #999 
}
#header #mainnav  {
	height: 72px;
	width: 500px;
	position: relative;
	top: 160px;
	left: 0px;
}


ul li { list-style: none; }
a{
	text-decoration: none;
	color: #999;
}
a:link, a:visited{ text-decoration: none; }
a:hover, a:active{ text-decoration: none; }

#hnav {
	position: absolute;
	top: 0;
	width: 750px;
	height: 72px;
	background: url(../_images/mainnavspanish.gif);
	left: 0px;
}

#hnav li { position: absolute; left: 0; height: 72px; }
	#hnav #hnavhome {
	width: 134px;
	left: 0px;
}
#hnav #hnavabout {
	width: 232px;
	left: 134px;
}
#hnav #hnavcontact{
	width: 175px;
	left: 366px;
}
#hnav #hnavlocation {
	width: 209px;
	left: 541px;
}

#hnav li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
	text-indent: -9999em;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	height: 480px;
	margin-left: 80px;
	margin-top: 80px;
}



#vnav {
	position: absolute;
	width: 230px;
	height: 480px;
	background: url(../_images/sidenavspanish.gif)   no-repeat;
}

#vnav li {
	position: absolute;
	width: 230px;
	height: 60px;
}
#vnav #vnavsets {
	height: 60px;
	top: 0px;
	width: 230px;
}
#vnav #vnavrings {
	height: 60px;
	top: 60px;
	width: 230px;
}
#vnav #vnavbracelets{
	height: 60px;
	top: 120px;
	width: 230px;
}
#vnav #vnavnecklaces {
	height: 60px;
	top: 180px;
	width: 230px;
}
#vnav #vnavearrings {
	height: 60px;
	top: 240px;
	width: 230px;
}
#vnav #vnavpendants {
	height: 60px;
	top: 300px;
	width: 230px;
}
#vnav #vnavchains {
	height: 60px;
	top: 360px;
	width: 230px;
}
#vnav #vnavother {
	height: 60px;
	top: 420px;
	width: 230px;
}
#vnav li a {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 230px;
	height: 45px;
	text-indent: -9999em;
}
.twoColFixLtHdr #mainContent {
	float: right;
	height: 680px;
	width: 720px;
	margin-right: 150px;
	margin-top: 50px;
} 


.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display:block;
	position: absolute;
	top: -75px;
	left: -50px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	width: 100px;
	height:100px;
	vertical-align: top;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	position: relative;
	background-color: #FFF;
	float: left;
	margin: 20px;
	padding: 5px;
}



.hoverbox .preview
{
	width: 200px;
	height: 200px;
	border-color:#666;
}
.twoColFixLtHdr #container #mainContent .hoverbox li  p{
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	padding-top: 10px;
}
.twoColFixLtHdr #container #mainContent .hoverbox li  h1{
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	text-align: center;
}

.twoColFixLtHdr #footer {
	background:#FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 0px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
} 

#footer a:hover {
	text-decoration:none;
	border:none;
	color:#000;
}
#footer p {
	color: #999;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

.npStart {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
	font-weight: lighter;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.activenumb {
	color: #000;
	text-decoration: underline;
}

.twoColFixLtHdr #container #mainContent h6 {
	color: #999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	text-align: center;
	position: relative;
	width: 200px;
	height: 40px;
	left: 200px;
	float: left;
}
.twoColFixLtHdr #container #mainContent h6 a {
	color: #999;
}

.twoColFixLtHdr #container #mainContent h6 a:hover {
	color: #000;
}
.twoColFixLtHdr #container #mainContent #imgcontent {
	width: 600px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	border: 1px solid #999;
	float: left;
}
.twoColFixLtHdr #container #mainContent #imgcontent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.2em;
	text-align: left;
	line-height: 17px;
	margin-top: 273px;
	margin-left: 110px;
}
.twoColFixLtHdr #container #mainContent #imgcontent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	height: 150px;
	width: 110px;
	color: #666;
	line-height: 1.5;
	position: relative;
	margin-bottom: 0px;
	float: left;
	margin-top: 70px;
	margin-left: 50px;
}


.twoColFixLtHdr #container #mainContent #imgcontent h4 {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #540000;
	line-height: 1.5;
	position: relative;
	height: 150px;
	text-align: left;
	margin-left: 0px;
	margin-top: 70px;
	float: right;
	margin-right: 55px;
}
.twoColFixLtHdr #container #mainContent .back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #666;
	text-align: center;
	font-style: italic;
	float: left;
	height: 30px;
	width: 70px;
	margin-top: 430px;
	margin-left: -350px;
}
.twoColFixLtHdr #container #mainContent .back a:hover {
	color: #000;
}



.twoColFixLtHdr #container #mainContent #imgcontent img {
	border: 1px solid #999;
	margin: 10px;
	float: left;
}
.twoColFixLtHdr #container #mainContent #map {
	height: 590px;
	width: 710px;
	float: left;
	margin-top: 20px;
	border: 1px solid #999;
	margin-left: -50px;
}
.twoColFixLtHdr #container #mainContent #map h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #540000;
	text-align: left;
	height: 30px;
	width: 500px;
	float: left;
	padding-left: 185px;
}
.twoColFixLtHdr #container #mainContent #map h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #7BA698;
	text-align: center;
	height: 40px;
	width: 200px;
	float: left;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 140px;
}
.twoColFixLtHdr #container #mainContent #map h3{
	height: 250px;
	width: 165px;
	float: right;
	margin-top: -250px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	margin-right: 40px;
	color: #666;
	font-style: normal;
	line-height: 1.5;
}
.numbers {
	width: 110px;
	float: left;
	margin-left: 25px;
}
.luxury {
	color: #540000;
	font-style: italic;
}


.twoColFixLtHdr #container #mainContent #map h4  {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1em;
	height: 100px;
	width: 550px;
	margin-left: 20px;
	margin-top: 40px;
}



.map {
	border: 1px solid #666;
	height: 350px;
	width: 425px;
	margin-top: 100px;
	margin-left: 20px;
}
.twoColFixLtHdr #container #mainContent .hoverbox li h1 a:hover {
	color: #000;
}
.twoColFixLtHdr #container #mainContent #form1 {
	height: 500px;
	width: 355px;
	margin-top: 35px;
	margin-left: 50px;
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
.twoColFixLtHdr #container #mainContent #map1 #form1 p #sprytextfield1 {
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}
.twoColFixLtHdr #container #mainContent #map1 #form1 p #sprytextfield2 {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 15px;
}
.twoColFixLtHdr #container #mainContent #map1 #form1 p #sprytextarea1 {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.openingHours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	padding-right: 0px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	width: 165px;
}


.twoColFixLtHdr #container #mainContent #map1 #form1 p #send {
	color: #666;
}


.twoColFixLtHdr #container #mainContent #form1 p #sprytextfield2 label {
	padding-right: 2px;
}

.twoColFixLtHdr #container #mainContent #map1 {
	height: 590px;
	width: 710px;
	float: left;
	margin-top: 20px;
	border: 1px solid #999;
	margin-left: -50px;
}
.twoColFixLtHdr #container #mainContent #map1 #form1  #sprytextarea1 #message {
	height: 250px;
	width: 350px;
}

.twoColFixLtHdr #container #mainContent #map1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #540000;
	text-align: right;
	height: 30px;
	width: 500px;
	float: left;
	padding-left: 105px;
}
.twoColFixLtHdr #container #mainContent #map1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #333;
	text-align: right;
	height: 30px;
	width: 500px;
	float: left;
	margin-left: 23px;
	margin-top: -230px;
}
.twoColFixLtHdr #container #mainContent #map1 img {
	float: right;
	margin-right: 170px;
	margin-top: -200px;
	padding-bottom: 20px;
}


.twoColFixLtHdr #container #mainContent #map1 h3 {
	height: 250px;
	width: 165px;
	float: right;
	margin-top: -500px;
	text-align: center;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-right: 80px;
	color: #666;
	font-style: normal;
}

.twoColFixLtHdr #container #mainContent #map1 ul {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	height: 50px;
	width: 250px;
	float: right;
	margin-top: -370px;
	margin-right: -10px;
	line-height: 20px;
}
.mailing {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	text-align: left;
}


#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:710px;
	height:400px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}
.twoColFixLtHdr #container #mainContent #slide-show {
	height: 400px;
	width: 710px;
	float: left;
	margin-top: 65px;
	margin-left: -50px;
}
.twoColFixLtHdr #container #mainContent #scrol {
	border: 1px solid #999;
	float: left;
	height: 110px;
	width: 710px;
	margin-left: -50px;
	margin-top: 50px;
}
.welcome {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #333;
	position: relative;
	top: -480px;
	left: 220px;
}

.twoColFixLtHdr #container #mainContent #scrol marquee a img {
	margin-right: 20px;
	margin-left: 20px;
}
.twoColFixLtHdr #container #mainContent #map2 {
	height: 300px;
	width: 710px;
	float: left;
	margin-top: 20px;
	border: 1px solid #999;
	margin-left: -50px;
}

.twoColFixLtHdr #container #mainContent #map2 p {
	height: 20px;
	width: 390px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #666;
	line-height: 2em;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent #map3 {
	height: 300px;
	width: 710px;
	float: left;
	margin-top: 20px;
	border: 1px solid #999;
	margin-left: -50px;
}
.twoColFixLtHdr #container #mainContent #map3 p {
	height: 200px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #666;
	line-height: 2em;
}
.notFound {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
	padding-right: 200px;
	margin-left: 160px;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.2em;
	margin-left: 0px;
	float: right;
	text-align: center;
	height: 50px;
	width: 390px;
}

.thankyou {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
	padding-right: 300px;
	margin-left: 120px;
}
.twoColFixLtHdr #container #mainContent #map4 {
	height: 300px;
	width: 710px;
	float: left;
	margin-top: 20px;
	border: 1px solid #999;
	margin-left: -50px;
}
.twoColFixLtHdr #container #mainContent #map4 p {
	height: 200px;
	width: 500px;
	margin-right: auto;
	margin-left: 155px;
	margin-top: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #666;
	line-height: 2em;
}
.noEncontrada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
	padding-right: 170px;
	margin-left: 80px;
}
.emailadress {
	float: left;
	padding-left: 130px;
}

