/* Navigation */
#nav {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}


#nav a {
	text-decoration: none;
	}

#nav li { 
	display: inline;
}

#nav li ul { 
	display: none;
	position: absolute;
	top: 48px;
	left: 0px;
	padding-top: 10px;
	height: 24px;
	width: auto;
}

/* push out the sub navigation underneat "about" */
#about {
	margin-left: 190px;
}

/* we want these absolutely sized, so use display:block and float:left 
we should use display:inline-block but firefox _still_ doesn't understand this */
#nav li a {
	color: white;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 6px;
	height: 20px;
	width: 100px;
	display: block;
	float: left;
}

/* we want these sized to the content + 15px margin, so use a display: inline (and no need to float) */
#nav li ul a {
	margin-right: 15px;
	margin-top: 8px;
	display: inline;
	width: auto;
}

#nav li:hover ul, #nav li.over ul {display: block;}

#nav li a:hover {text-decoration: underline;}

#nav li a:hover ul a {text-decoration: none;}

#nav li a:hover ul a:hover {text-decoration: underline;}
	
/* End Navigation */

body {
	background: black;
	cursor: default;
	background: black url(images/bg.png) no-repeat;
	}


body, td, input, button, select, .content {
	font-family: Times New Roman;
	color: white;
}

td {
	vertical-align: top;
}

input, button, select {
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 68.5%;
	font-family: Times New Roman;
}

input.checkbox {
	margin-bottom: -2px;
}

a img { border-width: 0px; }

a:link { 
	color: white;
	text-decoration: none; 
} 

a:visited {
	color: #9f9fBB;
	text-decoration: none;
}

a:hover { 
	color: #99ccff; 
	text-decoration: underline;
}

a:hover img { text-decoration: none; }

a:active {
	color: #3366ff;
}



/* content */
#logo {
	height: 34px;
	width: 583px;
	background: black url(images/logo.png) no-repeat;
	}
	
#logo span {visibility: hidden;}

div.pageTitle {
	font-size: 1.25em;
	font-weight: bold;
	font-family: Times New Roman;
}

div.pageTitle a {
	top: -3px;
	font-size: .75em;
	font-style: normal;
	font-family: Verdana;
	text-decoration: none;
}

div.pageTitle a:hover {
	text-decoration: underline;
}

div.pageDescription {
	margin-top: 2px;
	margin-left: 10px;
	font-size: .833em;
	font-family: Times New Roman;
}

div.content {
	margin: auto;
	margin-right: 8px;
	font-size: 1em;
	font-family: Times New Roman;
	text-align: justify;
}

div.navText {
	position: static;
	bottom: 8px;
	margin-top: 24px;
	left: 25%;
	text-align: center;
	
}

/* content */

/* Stone Info */
table.infoTable {
	width: 95%;
	padding:0px;
	margin: 0px;
	border: 0px;
}

table.infoTable td.infoTableHeader {
	text-align: right;
	font-size: 110%;
}

table.infoTable td.infoTablePic {
	text-align: right;
	height: 160px;
	width: 240px;
	margin: 0px;
}

table.infoTable td.infoTableText{
	margin: 0px;
	text-align:justify;
	font-size: 100%;
	font-family: Times New Roman;
}

/* Stone Info */

/* search.asp */

table.searchTable {
	xwidth: 100%;
}

table.searchTable td {
	font-size: .685em;
}

table.searchTable td.searchTableHeader {
	padding: 3px;
	padding-left: 4px;
	background-color: #F4EFE4;
	font-weight: bold;
}

table.searchTable td.searchTableHeader a {
	text-decoration: none;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: #F3F2EF #978E7B #978E7B #F3F2EF;
	text-align: center;
	font-size: 8pt;
	font-family: System;
	line-height: 12px;
	height: 14px;
	width: 16px;
	margin-left: 120px;
	position: absolute;
}

/*
table.searchTable td.searchTableHeader a:hover {
	border-color: #978E7B #F3F2EF #F3F2EF #978E7B;
}
*/

table.searchTable td input {
	padding: 0px;
	margin-bottom: -1px;
}

/* search.asp */

/* details.asp */

table.details  {
	table-layout: fixed;
	width: 100%;
}

table.details a.disabled {
	color: #BBAF95;
}
	

table.details td.samples {
	width: 135px;
	padding-left: 6px;
	font-size: .685em;
}

table.details td.samples img {
	width: 120px;
	height: 120px;
}

table.details td.slabsamples {
	width: 175px;
	padding-left: 6px;
	font-size: .685em;
}

table.details td.slabsamples img {
	width: 160px;
	height: 120px;
}

table.details td.samples div.noimage {
	width: 120px; 
	height: 120px;
	text-align: center; 
	border: 1px solid #65809F;
	font-size: 10pt;
	color: #555599;
}

table.details td.slabsamples div.noimage {
	width: 160px;
	height: 120px; 
	text-align: center; 
	border: 1px solid #65809F;
	font-size: 10pt;
	color: #555599;
}

table.details td.specs {
	width: 100%;
	padding-top: 4px;
	padding-left: 4px;
	font-size: .833em;
}


/* details.asp */

/* Tour */

table.tourTable {
	border: 0px;
	margin: 0px;
	text-align: left;
	font-size: 1em;
	font-family: Times New Roman;
}




table.tourTable td.tourTableIntro {
	font-weight: bold;
}
