/* CSS Document */
html, body, table, td, img, a, h1, div, p, ul, li {
	margin: 0;
	padding: 0;
}
html {
	text-align: center;
	font-size: 100%;
	
	background-color: #BFBFBF;
}
body {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 600px;
	margin-top: -300px;
	
	text-align: left;
	font-size: 62.5%;
	font-family: 'Lucida Grande', 'Geneva', Arial, Verdana, sans-serif;
	color: #000;
	
	background: transparent url("../images/bg.jpg") repeat-x center;
}
table {
	width: 100%;
	height: 100%;
}
td.inner {
	vertical-align: middle;
	text-align: center;
}
img {
	border: 0px;
}
a, a:visited {
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a:link, a:visited  {
	color:#666;
}
a:hover {
	color: #AAA;
}

h1 {
	padding: 0;
	
	display: block;
	
	text-indent: -2000em;
	text-decoration: none;
}
h1#home {
	margin: -3px 0 3px 0;
	height: 25px;
	width: 132px;
	background: url(../images/titles/home.gif) bottom left no-repeat;
}
h1#about {
	margin: -3px 0 6px 0;
	height: 27px;
	width: 253px;
	background: url(../images/titles/about.gif) bottom left no-repeat;
}
h1#locations {
	margin: -4px 0 4px 0;
	height: 24px;
	width: 144px;
	background: url(../images/titles/locations.gif) bottom left no-repeat;
}
h1#jewelry {
	margin: -10px 0 0px 0;
	height: 34px;
	width: 240px;
	background: url(../images/titles/jewelry.gif) bottom left no-repeat;
}
h1#contact {
	margin: -2px 0 5px 0;
	height: 22px;
	width: 115px;
	background: url(../images/titles/contact.gif) bottom left no-repeat;
}
h1#confirmation {
	margin: -3px 0 3px 0;
	height: 24px;
	width: 187px;
	background: url(../images/titles/confirmation.gif) bottom left no-repeat;
}
h2.error {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #FF0000;
}
/*-----------------------------------------------------------------------
#########################################################################*/

div#container {
	position: relative;
	width: 800px;
	height: 600px;
	margin: 0 auto;
	margin-bottom:10px;
}
div#logo {
	position: absolute;
	top: 17px;
	left: 38px;
	width: 800px;
	height: 100px;
}
div#content {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 800px;
	height: 450px;
	/*border:#E1E1E1 1px dotted;*/
}
div#menu {
	width: 140px;
	/*height: 470px;*/
	left: 0px;
	float: left;
	margin: 30px 0 10px 0;
	
	display:block;
	
	font-size: 0.9em;
	font-weight: bold;
}
div#mainBody {
	position: relative;

	float: left;
	width: 660px;
	height: 450px;
}

div#image {
	margin: 0 auto;
}
div#image img {
	border:#CCC 1px solid;
}
div#caption {
	margin-top:5px;
	font-size: 1.0em;
	color:#999;
	
	text-align:center;
}

div#words {
	position:absolute;
	
	padding: 8px;
	margin: 0px 0px 0px 25px;
	height: 430px;
	
	overflow: auto;
}
div#words p {
	margin-bottom: 7px;
	font-size: 1.2em;
	color:#666;
}
div#footer {
	position: absolute;
	top: 590px;
	left: 0px;
	width: 800px;
	margin-bottom: 10px;
	color: #FFF;
}
div#footer a:hover {
	color:#FFF;
}

img#leaf {
	margin-top: 20px;
	float:right;
	border:#E1E1E1 1px solid;
	width: 500px;
	height: 311px;
}
img#portrait {
	float: left;
	width: 240px;
	height: 180px;
	padding: 0 10px 2px 0;
}

div#locations {
	float:left;
	margin-top: 2px;
	margin-right: 12px;
}
div#locations ul {
	display: block;
	list-style-type: none;
	margin-bottom: 5px;
}
div#locations li {
	font-size: 1.0em;
}
li.name {
	float: left;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
}
li.location {
	float: left;
	display: inline;
	padding-left: 5px;
}
div#locations li.link {
	clear: left;
}

address  {
	font-size: 1.0em;
	float: left;
}
p#credit  {
	font-size: 1.0em;
	float: right;
}

/*-----------------------------------------------------------------------
#########################################################################*/

div.menuItem {
	width: 140px;
	
	display:block;
	
	text-align: right;
}
div.menuItem a {
	font-size: 1.1em;
	display:block;
}
div.menuItem p {
	font-size: 1.2em;
	color: #666;
	width: 140px;
	display:block;
	
	margin-top: 2px;
	float: right;
	clear: both;
}
ul.thumbs {	
	margin-bottom: 5px;
}
ul.thumbs li {
	float: right;
	text-align:right;
	
	display:block;
	
	padding: 0px;	
	margin: 3px 0px 3px 6px;
}
ul.thumbs img {
	height: 35px;
	width: 35px;
}
ul.thumbs a {
	border:#E1E1E1 1px solid;
}
ul.thumbs a:hover {
	border:#AAA 1px solid;
}
ul.thumbs a:active, ul.thumbs a:focus  {
	border:#333 1px solid;
}

a.category, a.category:visited {
	color:#AAA;
	width: 140px;
	display:block;
	
	margin-top: 2px;
	float: right;
	text-decoration: none;
	clear: both;
}
a.category:hover {
	color: #666;
	
	text-decoration: none;
}
a.category:focus {
	color:#333;
}
a.category:active {
	color:#333;
}

.javascriptAlert {
	color:#F00;
	font-weight: bold;
	font-size: 1.0em;
}