/* CSS Document */

/*=======================	GENERIC ELEMENTS	 */

* {
  margin: 0;
  padding: 0;
}

body {
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(../images/testBG_06.jpg);
	background-repeat: repeat;
	background-position: top;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}

a {
	color: #d55b57;
	text-decoration: none;
}
a:hover,a:focus {
  /* color: #C9D0D6; */
  color: #d55b57;
  text-decoration: underline;
}

p {
	color: #000;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-weight: normal;
	text-align: justify;
}

ul,ol {
  margin: 15px 0 15px 50px;
}
h1 {
	font-size: 2em;
}
li {
  line-height: 1.5em;
}


img,fieldset {
  border: 0 none;
}

legend {
  display: none;
}

hr {
	background:#999;
	color:#999;
	clear:both;
	float:none;
	height:0.1em;
	border:none;
	margin-top: 1em;
	margin-bottom: 1em;
}

strong,b {
	color: #1e1e1e;
}

table {
	font: 11px/16px Verdana, Geneva, Arial, Helvetica;
	color: #333;
	margin-right: 0px;
	margin-left: 0px;
}
#table1 td{
	text-align: left;	
}
tr {
	font: 11px/16px Verdana, Geneva, Arial, Helvetica;
	color: #333;
	margin: 0px 0px 10px 0px;
}

td {
	font: 11px/16px Verdana, Geneva, Arial, Helvetica;
	color: #333;
	margin: 0px 0px 10px 0px;
}

form {
	margin: 0;
	padding: 0;
}

select {
	font: 10px Arial,Verdana,Geneva;
	color: #333;
	background-color: #FFF;
	border: 1px #333 solid;
}

input {
	font: 11px Verdana, Geneva, Arial, Helvetica;
	color: #333;
	border: 1px solid #999;
	background-color: #FFF;
}

textarea {
	font: 11px Verdana, Geneva, Arial, Helvetica;
	color: #333;
	border: 1px solid #999;
	background-color: #FFF;
}

/*=======================	LAYOUT DIVISIONS	 */


#site-container {
	width: 973px;
	margin-right: auto;
	margin-left: auto;
}
#app_top {
	height: 40px;
	clear: both;
}
#header-container {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right;
	height: 90px;
	width: 973px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 0px;
	/* background-image: url(../images/new_look.png); */
}
#logo-container {
	float: left;
	height: 84px;
	width: 255px;
}

#search-container {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #534b3a;
	width: 500px;
	margin-right: 30px;
	margin-top: 30px;
	height: 24px;
	float: right;
	text-align: center;
}
#navbar-container {
	width: 973px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #2d2d2d;
	height: 21px;
}
#navbar-container2 {
	width: 973px;
	text-align: left;
	z-index: 10;
	background-color: #2d2d2d;
	height: 21px;
}
#content-container {
	width: 973px;
	margin: 0 auto;
	padding: 0px;
	background: #fff;
	text-align: left;
	font-size: .8em;
}
#content-container2 {
	width: 823px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	background-color: #FFFFFF;
	background-image: url(../images/bg_new.gif);
	padding-left: 130px;
}
#content-container3 {
	width: 973px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
}
#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 0px 0px;
	text-transform:uppercase;
}
#features-container {
	background-color: #000000;
	height: 136px;
	width: 973px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.feature-button {
}

#footer-container {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 8px;
	font-weight: normal;
	width: 973px;
}
#footer-container-short {
	height: 10px;
	width: 973px;
}

#footer-container a {
	color: #DCCFBC;
}
#footer-container a:hover {
	color: #DCCFBC;
	text-decoration: underline;
}

#navbar-text-only {
	float: left;
	text-align: left;
	padding-left: 5px;
}
#copyright {
}


/*=======================	PRODUCT SECTION LAYOUT DIVISIONS	 */
#series-container {
	margin-top: 4px;
	padding-left: 20px;
	padding-right: 20px;
}
#series-thumbs-table {
	margin-bottom: 20px;
}
#series-thumbs-table a:hover {
	color:#CC0000;
}
#style-thumbs-table td {
	padding: 5px;
}
.tile-chooser-table {
	margin-bottom: 10px;
}
.tile-chooser-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #412F19;
	text-align: left;
	letter-spacing: .15em;
	padding-left: 20px;
	text-transform: uppercase;
}

.tile-detail-table {
	width: 100%;
}

#tile-detail-table2 {
	width: 48%;
	float:left;
}
#tile-detail-table3 {
	width: 48%;
	float: right;
}


.thumb-cell {
	text-align: center;
	padding-top: 22px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}
.thumb-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.thumb-name a {
	color: #000 !important;
	text-decoration: none;
}
.thumb-name a:hover {
	color: #C00 !important;
	text-decoration: underline;
}

.enlargement-cell {
	vertical-align: top;
}
.enlargement-image {
	border: 2px solid #555555;
}
#enlargement-SKU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	display: inline;
	float: left;
	width: 290px;
}

#enlargement-SKU2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	display: inline;
	width: 290px;
	float: left;
}
.thumb-chooser-cell {
	padding: 14px;
}
.tile-detail-title {
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #EFEDE0;
}
.tile-detail-header {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #2d2d2d;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
}
.tile-detail-cell {
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	vertical-align: middle;
}
#application_thumbs{
	text-align: left;
	width: 70%;
	
}
#application_thumbs img{
	margin-left: 14px;
	margin-bottom: 10px;
	margin-right: 14px;




}
#addthis{

}
#addthis addthis_default_style{
	float: left;
	text-align: right;
	display: inline;
	
}
.addthis_default_style{
	float: left;
	text-align: right;
	padding-top: 5px;
	
}

#home_left {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 673px;
	
}
#home_right {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 300px;
	background-color: #404040;
	height: 400px;
	
}
#home_center {
	height: 400px;
	width: 973px;
	
}
#home_movie {
	text-align: center;
	vertical-align: middle;
	background-color: #404040;
	
}

#home_boxes {
	width: 973px;
	height: 100px;

	
}
a.newLink:link {
	color: #06C !important;
	text-decoration: underline !important;
}
a.newLink:hover {
	color: #C00 !important;
	text-decoration: none !important;
}
.smallText {
	font-size: .8em;
}

.sortStyleButton {
	display: block;
	width: 201px;
	height: 60px;
	background: url('/images/sort-style.png') top;
	text-indent: -99999px;
	float: right;
	clear: both;
	margin-bottom: 15px;
}
.sortStyleButton:hover {
	background-position: 0 -60px;
}

.sortSeriesButton {
	display: block;
	width: 230px;
	height: 60px;
	background: url('/images/sort-series.png') top;
	text-indent: -99999px;
	float: right;
	clear: both;
	margin-bottom: 15px;
}
.sortSeriesButton:hover {
	background-position: 0 -60px;
}

.sharity {
	font-size: 28px;	
}
.sharity2 {
	font-size: 18px;	
}
.picL {
	padding: 5px 20px 5px 5px;
	float: left;	
}

.picR {
	padding: 5px 5px 5px 20px;
	float: right;
}
.recycleGrp {
	background: url('http://www.pantheontile.com/images/tile-recycle-graphic.png') no-repeat;
	height: 51px;
	width: 135px;
	padding: 15px 0px 15px 15px;
	font-size: 24px;
	color: #fff;
	font-family: Verdana;
	float: right;
	font-weight: bold;
}
.recycleSmll {
	background: url('http://www.pantheontile.com/images/tile-recycle-graphic-smll.png') no-repeat top right;
	height: 20px;
	width: 55px;
	padding: 3px 0px;
	margin: 0px 15px 0px 0px;
	color: #56a725;
	font-family: Verdana;
	font-size: 11px;
	float: right;
	font-weight: bold;
}
/* New Menu System Styles */

/* remember to define focus styles! */
:focus {
	outline: 0;
}
	
/* NAVIGATION - CSS SPRITES*/

#nav {
	float:left;
	width:973px;
	height:30px;
	margin:0px;
	padding:0px;
	background: #2d2d2d;
	}
	
#nav ol, #nav ul {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
	
/*SON OF SUCKER FISH DROP DOWNS MODIFIED*/	
#drops, #drops ul {
	padding:0px;
	margin:0px;
	clear:both;
	float:left;
	text-align: left;
	}
	
#drops ul.drop {
	background:#e7e7e7;
	clear:both;
	float:left;
	margin-top:30px;
	}

#drops ul.drop li {
	clear:both;
	}
	
#drops ul.drop li a {
	
	color:#2d2d2d;
	font-size:11px;
	text-decoration:none;
	clear:both;
	float:left;
	border-bottom: 1px solid #cecece;
	padding: 5px 20px;
	display: block;
}
#drops ul.drop a:hover {
	
	color:#e7e7e7;
	background: #2d2d2d;
}
	
#drops a {
	display: block;
	float:left;
	clear:both;
	width:200px;
	text-transform:uppercase;
}

#drops li {
	float: left;
	display: block;
	/*width: 10em;*/
}

#drops li ul {
	position: absolute;
	left: -999em;
}

#drops li:hover ul {
	left: auto;
}

#drops li:hover ul, #drops li.sfhover ul {
	left: auto;
}
/*END SUCKERFISH*/

/*SPRITE BACKGROUP POSITIONING*/	
#nav a.products, #nav a.resources, #nav a.quickship, #nav a.portfolio, #nav a.story, #nav a.contact {
	float:left;
	background:url(http://www.pantheontile.com/images/nav.png) no-repeat;
	height:30px;
	text-indent:-999999px;
	}
	
#nav a.products {	
	background-position:left top;
	width:140px;
	}
	
#nav a.resources {	
	background-position:-140px 0;
	width:161px;
	}

#nav a.quickship {	
	background-position:-301px 0;
	width:204px;
	}

#nav a.portfolio {	
	background-position:-505px 0;
	width:155px;
	}
	
#nav a.story {	
	background-position:-660px 0;
	width:160px;
	}	
	
#nav a.contact {	
	background-position:-820px 0;
	width:153px;
	}

#nav a.products:hover {	
	background-position:left -30px;
	}
	
#nav a.resources:hover {	
	background-position:-140px -30px;
	}

#nav a.quickship:hover {	
	background-position:-301px -30px;
	}
	
#nav a.portfolio:hover{	
	background-position:-505px -30px;
	}	
	
#nav a.story:hover{	
	background-position:-660px -30px;
	}	
	
#nav a.contact:hover {	
	background-position:-820px -30px;
	}
/*END NAVIGATION*/
blockquote {
	margin: 0px 50px;
	padding: 20px 30px;
	font-size: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	line-height: 1.8em;
	border-left: 5px #C33 solid;
	color: #626262;
	background: #e6e6e6;
}
blockquote .quoteName {
	font-style: italic;	
}
#features {
	width: 875px;
	margin: 0 auto;
}
#features h3 {
	color: #999;
	font-size: 1.8em;
	padding: 0px 0px 10px 0px;
	border-bottom: 4px #ebebeb solid;
}
#features .item {
	border-bottom: 4px #ebebeb solid;
	margin: 50px 0px;
	height: 220px;
}
#features .itemContent  {
	width: 500px;
	padding: 30px 0px;
}
#features .itemContent h2 {
	color: #333;
	font-size: 2.5em;
	text-transform: uppercase;
}
#features .itemContent h4 {
	color: #666;
	font-size: 1.5em;
}
#features .itemContent p {
	color: #666 !important;
	font-size: 12px !important;
}
#features .item img {
	float: right;
	vertical-align:	baseline;
}
a.btnLearnMore {
	background: url('../images/button-LearnMore.png') top left no-repeat;
	width: 93px;
	height: 25px;
	display: block;
	margin: 10px 0px;
	text-indent: -999%;
}
a.btnLearnMore:hover {
	background: url('../images/button-LearnMore.png') bottom left no-repeat;
	width: 93px;
	height: 25px;
	display: block;
	margin: 10px 0px;
	text-indent: -999%;
}
.lightBlue {
	color: #666;
}
