/* CSS Document */

body {
	margin: 0px; padding: 0px;
	margin-top: 24px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; font-weight: normal; font-size: 12px; color: #333;
	text-align: center;   /*needed for IE*/
}

#wrapper {
	width: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

table {border-collapse: collapse; border-spacing: 0px;}
td, th {font-size: 12px;}

ul {margin: 0px; padding: 0px;}

a:link, a:visited {text-decoration: none;}
a:hover, a:focus, a:active {text-decoration: underline;}

a:link img, a:visited img {border: 1px solid white;}
a:hover img, a:focus img, a:active img {border: 1px solid gray;}
a:hover {background-position: left top;}   /*Locus Optimus needed for IE*/

a#this img {border: 1px solid gray;}

.home {color: #4c7f8c; margin-right: 18px;}
.earr {color: #665544; margin-right: 18px;}
.brac {color: #8c728c; margin-right: 18px;}
.pend {color: #949456; margin-right: 18px;}
.ring {color: #597a59; margin-right: 18px;}
.neck {color: #996633; margin-right: 18px;}
.buyr {
	color: #666;
}
.news {
	color: #9F6666;
	margin-right: 18px;
}

.homea {color: #4c7f8c; background: #99ccd9;}
.earra {color: #665544; background: #ab9a89;}
.braca {color: #8c728c; background: #d9bfd9;}
.penda {color: #949456; background: #e6e680;}
.ringa {color: #597a59; background: #9abb9a;}
.necka {color: #996633; background: #cc9966;}
.buyra {
	color: #666;
	background-color: #CCC;
}
.newsa {
	color: #9F6666;
	background-color: #C99;
}


#non {
	clear: both;
}

#tablist{
	margin-top: 24px;
	margin-left: 22px;
	list-style: none;
	font-size: 11px;
}

#tablist li{
	list-style-type: none;
	margin-bottom: 8px;
	float: left;
	width: 92px;
}

#tablist li a:link, #tablist li a:visited{
text-decoration: none;
display: block;
padding: 6px 0px;
text-align: center;
margin-left: 18px;
border: 1px solid #fff;
}

#tablist li a:hover, #tablist li a:focus, #tablist li a:active{
border-color: gray;
}
h2 {
	margin-top: 0px;
}
#maillink {
	color: #84575C;
	text-decoration: underline;
}

