* {
	padding: 0;
	margin: 0;
}
body {
	color: #aaa;
	line-height: 1.5em;
	font-family: Arial, sans-serif;
	font-size: .85em;
	text-align: center;
	margin: 29px 0;
	background: url('../img/backgroundGradient.jpg') repeat-x #171d1e;
}

/****************** 
    GENERAL STYLES
******************/
img {
	border: none;
}

.back {
	float: left;
}
.forward {
	float: right;
}
.right {
	text-align: right;
}
.cntr {
	text-align: center;
}
.clearer {
	clear: both;
}
.down {
	margin-top: 1em;
}
.downSlight {
	margin-top: .5em;	
}
.hidden {
	display: none;
}

/****************** 
    TEXT STYLES
******************/
h1 {
	font-size: 1.75em;
	font-weight: normal;
	margin-bottom: .5em;
}
h2 {
	font-size: 1em;
	font-style: italic;
	margin: .5em 0;
}
p {
	margin: .5em 0;
}
a {
	color: #477171;
	text-decoration: none;
}
a:hover {
	color: #e9c578;
}
ul, ol {
	margin-left: 1em;
}
/* Custom */
.emphasis {
	color: #000;
	font-weight: bold;
}
.note {
	font-size: .85em;
}
.subtle {
	opacity: .5;
	filter: alpha(opacity=50);
}
.nobreak {
	white-space: nowrap;
}
.quote {
	font-style: italic;
	margin-bottom: .75em;
}
.error-message {
	color: #9C0B44;
	font-style: italic;
}

/****************** 
    FORM STYLES
******************/
fieldset {
	padding: .5em .5em 1em .5em;
	margin: 1em 0;
	border: 1px dotted #aaa;
}
legend {
	color: #777;
	font-size: 1.25em;
	padding: 0 .25em;
}
option {
	padding: 0 .25em;
}

div.input {
	margin-bottom: .25em;
}
div.input label {
	float: left;
	width: 15%;
}
div.input label.long {
	width: 30%;
}
div.input input, div.input textarea {
	margin: 0 0 0 0;
	width: 80%;
}
div.input input.short, div.input textarea.short {
	width: auto;
}
div.submit {
	margin-left: 15%;
}
div.error-message, div#authMessage {
	color: red;
	margin-left: 15%;
}


/****************** 
    TABLE STYLES
******************/
td {
	vertical-align: top;
}
/* Custom */
table.collapse {
	border-collapse: collapse;
}
td.response {
	padding: 0 0 0 .5em;
}

/****************** 
    SITE STRUCTURE
******************/
#container {
	width: 780px;
	text-align: left;
	margin: 0 auto;
}
#header {
	text-align: right;
}
#logo {
	display: block;
	height: 75px;
	background: url('../img/logoActive.gif') no-repeat;
}
#body .colLeft {
	float: left;
	width: 137px;
	text-align: left;
}
#body #menuMain {
	list-style: none;
	margin: 15px 0 0 0;
}
#body .colRight {
	letter-spacing: .05em;
	margin-left: 140px;
}
#body #pageFrame {
	background: #eee;
	border: 1px solid #f1240f;
	color: #555;
	letter-spacing: 0;
	min-height: 313px;
	padding: 40px;
	width: 558px;
}
#body #pageFrame a {
	color: #f1240f;
}
#body #slideshow {
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #f1240f;
	width: 638px;
	height: 393px;
}
#body #slideshow object {
	position: absolute;
}
#body #slideshow .loading {
	background: url('../img/loading.gif') center no-repeat;
}
#footer {
	letter-spacing: .05em;
	float: right;
	font-size: .85em;
	margin-top: .25em;
	text-align: right;
	width: 638px;
}
#footer a {
	color: #aaa;
}
#footer a:hover {
	color: #e9c578;
}

/****************** 
    SITE MENU
******************/
#logo:hover img {
	display: none;
}
#body #menuMain li {
	position: relative;
	overflow: hidden;
	color: #777;
	height: 36px;
}
#body #menuMain li:last-child {
	height: 75px;
}
#body #menuMain a {
	display: block;
	height: 36px;
}
#body #menuMain a:hover img {
	display: none;
}
#body #menuMain span {
	position: absolute;
	left: -200px;
}
#menuBracelets:hover {
	background: url('../img/menuBracelets-2.gif') no-repeat;
}
#menuEarrings:hover {
	background: url('../img/menuEarrings-2.gif') no-repeat;
}
#menuNecklaces:hover {
	background: url('../img/menuNecklaces-2.gif') no-repeat;
}
#menuPendants:hover {
	background: url('../img/menuPendants-2.gif') no-repeat;
}
#menuRings:hover {
	background: url('../img/menuRings-2.gif') no-repeat;
}
#menuCollections:hover {
	background: url('../img/menuCollections-2.gif') no-repeat;
}
#menuOther:hover {
	background: url('../img/menuOther-2.gif') no-repeat;
}
#menuFineArt:hover {
	background: url('../img/menuFineArt-2.gif') no-repeat;
}
#menuOrder:hover {
	background: url('../img/menuOrder-2.gif') no-repeat;
}
#menuCart:hover {
	background: url('../img/menuCart-2.gif') no-repeat;
}
#menuAbout:hover {
	background: url('../img/menuAbout-2.gif') no-repeat;
}
#menuLinks:hover {
	background: url('../img/menuLinks-2.gif') no-repeat;
}
#menuAdmin:hover {
	background: url('../img/menuAdmin-2.gif') no-repeat;
}