/* CSS Document */
body{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color:#FFFFFF;
	margin-left: 25px;
}
p {
	margin: 5px 0 10px 0;
	padding: 0px;
}
#fullWrap {
	width: 950px;
}
h2 {
	font-size: 18px;
	color:#666;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
h3 {
	padding: 0px;
	margin: 20px 0px 0px 0px;
}
a:visited {
	color: #666666;
}
a {
	color: #0033CC;
}
img {
	border: 0px;
}


/* Navigation */
ul#nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 8.5em;
	float: left;
}
ul#nav li a {
	color:#666;
	display: block;
	width: 7em;
	padding: 2px;
	margin: 3px 0px 3px 0px;
	border: 1px solid #666;
	text-decoration: none;
}
#nav li a:hover, #nav li a.curPg, .horzMenu li a:hover, .horzMenu li a.curPg {
	background-color:#666;
	color:#fff;
	border: 1px solid #666;
	text-decoration: none;
}
li.extraSpace {
	margin-top: 16px;
}
ul.horzMenu {
	list-style: none;
	padding: 3px 0px 10px 0px;
	margin: 0px;
	width: 100%;
	float: left;
}
ul.horzMenu li {
	float:left;
}
ul.horzMenu li a {
	color:#666;
	display: block;
	width: 6em;
	padding: 2px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #666;
	text-decoration: none;
}
/* 7 col layout */
ul.nobullets, ul.pdfbullets {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
}
ul.pdfbullets {
	list-style: url('http://www.artistictile.net/graphics/misc-graphics/pdficon_small.gif') outside none;
}
ul.nobullets li {
	padding: 2px;
}
ul.pdfbullets li {
	margin-left: 30px;
	margin-bottom: 20px;
} 
#logo {
	padding-bottom: 30px;
	width: 790px;
}
.prodLogo {
	position: absolute;
	left: 600px;
	top: 10px;
}
/*size table */
#prodSizeTable {
	width: 210px;
	float: left;
   border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%
}
#prodSizeTable td {
	text-align: center;
	border: 1px solid #999;
	width: 50%;
}
#prodSizeTable caption {
	text-align: left;
}
/*color table*/
table.colorTable {
	width: 600px;
	float: left;
	padding-bottom: 50px;
}
table.colorTable td {
	text-align: center;
}
table.colorTable p {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 80%;
	position: relative;
	top: -5px;
}
table.colorTable caption {
	caption-side: top;
}
/*spec table */
table#specTable {
	 border-collapse: collapse;
	 font-size: 12px;
	 margin: 10px 0 10px 0;
}
table#specTable thead td {
	font-weight: bold;
	background-color: #FFFF99;
	border-top: 1px solid #333;
}
table#specTable td{
	padding: 2px 5px 2px 10px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #333;
}
/*specific*/
#homeImg {
	position: absolute;
	width: 600px;
	left: 207px;
	margin-top: 0px;
	top: 144px;
}
#homeImg div {
	width: 210px;
	padding-right: 15px;
	float:left;
	border: 1px dotted red;
}
#homeImg p {
	font-size: 13px;
	color:#666;
	line-height: 20px;
	margin-top: 0px;
}
#homeImg h2 {
	padding-top: 5px;
	font-size: 17px;
}
.ceramicHome {
	width: 300px;
	float: left;
	margin-left: 20px;
	display: inline;
}
.prodImg {
	width: 350px;
	float: left;
}
div.sevCol {
	width: 120px;
	float: left;
}
h2.sevCol {
	font-size: 14px;
	color:#666;
}


/*content */
#content, #content8col, #contentNarrow {
	float: left;
	width: 830px;
}
#content8col {
	width: 840px;
}
#contentNarrow {
	width: 670px;
}

.aboutIMG {
	width: 200px;
	float: left;
	padding: 0px 20px 7px 0px;
}
.prodIMG {
	padding-top: 0px;
	width: auto; /* nec for FF */
	padding-left: 15px;
	float: right;
}

#thumbCol {
	width: 110px;
	float: left;
}
#thumbCol img {
	padding-bottom: 10px;
}
#thumbCol a.curPg {
	opacity: 0.5; /* css3 */
	-moz-opacity: 0.5; /* old mozila */
	filter: alpha(opacity=50); /* IE */
	
}
#thumbCol a {
	display :block; /* OP9 */
}
a.prodIMG {
	float: left;
}
.left img {
	padding: 1em 2em 1em 0em;
}
.cleft {
	clear: left;
}
.limWidthPar {
	width: 30em;
}
#sizeTable {
	float: left;
}
/* SAMPLES */
#samplesList {
	padding: 0px;
	margin: 0px;
}
div#largeSamples {
	width: 670px;
	float: left;
}
div#largeSamples p{
	float: left;
	padding: 10px;
}
#samplesList .curPg {
	color: #000;
	text-decoration: none;
}
#borderWrap {
	width: 723px;
	text-align: center;
}
.toolDiv {
	width: 820px;
	float: left;
}
.points {
	margin-top: 0px;
	padding-top: 0px;
	color:#999;
}

