﻿/* * * * * * * * * * * * * * * * * * * * * * 
 HTML STYLES (See also Form Styles)
* * * * * * * * * * * * * * * * * * * * * */

body {
	margin: 15px 0;
	padding: 0;
	font: 0.65em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
	font-size: 1em;
}/* font-size must be reset here or all embedded tables will have increasingly smaller text */
table th,
table td {
	text-align: left;
	vertical-align: top;
}
a {
	text-decoration: none;
}/* Global link default set here. See mainContentBox styles below for link properties.*/
img {
	border: 0;
}
/* NOTE: Set heading properties in individual sections to avoid inheritance issues! */

/* * * * * * * * * * * * * * * * * * * * * * 
 FORM STYLES
* * * * * * * * * * * * * * * * * * * * * */

form { 
	margin: 0;
}
input, select, textarea, textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 GENERAL LAYOUT ELEMENTS
* * * * * * * * * * * * * * * * * * * * * */

div.centeringBox {
	width: 770px;
	margin: 0 auto;
}
div.photoHeader {
	padding-bottom: 10px;
}
div.photoHeader img {
	display: block;
}
div.leftColumn {
	float: left;
	width: 150px;
	margin-right: 30px;
	padding: 10px 0;
}
div.rightColumn {
	float: left;
	width: 580px;
	padding: 10px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 headerBox STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div.headerBox {
	background-color: #000000;
	padding: 20px;
}
img.logoStacyGarcia {
	margin-top: 5px;
}
table.searchNavTable {
	float: right;
}
table.searchNavTable a {
	font-size: 90%;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}/* Shared link styles grouped for consistency */
table.searchNavTable td.searchNavCell select {
	width: 220px;
	/*margin-top: 4px;
	border: 1px solid #666666;
	text-transform: uppercase;
	font-size: 90%;
	background-color: #000000;
	color: #FFFFFF;*/
}/* See also ieStyles.css */
table.searchNavTable td.searchCell {
	vertical-align: bottom;
	padding-left: 5px;
}
table.searchNavTable input.formButton {
	color: #FFFFFF;
	border: none;
	margin: 0;
	padding: 2px;
	background: #000000;
	cursor: hand;
	text-transform: uppercase;
	font-size: 90%;
}
table.searchNavTable input.fbRollover {
	color: #6097CA;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 topNavBox STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div.topNavBox {
	padding: 8px 5px 8px 5px;
	font-size: 90%;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #C0C0C0;
	margin-bottom: 10px;
}
div.topNavBox a {
	padding: 0 15px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
}
div.topNavBox a:hover {
	color: #000000;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 leftNav STYLES 
* * * * * * * * * * * * * * * * * * * * * */

ul.leftNav {
	display: block;
	letter-spacing: 0.1em;
	list-style: none;
	width: 143px;
	padding: 0 0 0 7px;
	margin: 0;
}/* Total width should add to 150px */
ul.leftNav li,
ul.leftNav ul li  {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}/* See also ie6Styles.css */
ul.leftNav li a {
	display: block;
	font-weight: bold;
	padding: 2px 2px 2px 12px;
	color: #000000;
	text-transform: uppercase;
}
ul.leftNav li a:hover {
	background: url(../fw/menuBullet.gif) no-repeat left 50%;
	text-decoration: none;
}
ul.leftNav ul {
	display: block;
	letter-spacing: normal;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.leftNav ul a {
	display: block;
	font-weight: normal;
	color: #666666;
	text-transform: none;
}
ul.leftNav ul a:hover {
	color: #333333;
	text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 mainContentBox STYLES
* * * * * * * * * * * * * * * * * * * * * */

div.mainContentBox a {
	color: #006699;
}
div.mainContentBox a:hover {
	color: #000000;
	text-decoration: underline;
}
div.mainContentBox h1,
div.mainContentBox h2,
div.mainContentBox h4 {
	font-size: 150%;
}/* Shared attributes grouped for consistency. */
div.mainContentBox h1 {
	color: #538BBE;
}/* Used for page headings. */
div.mainContentBox h2 {
	color: #666666;
}/* Used for page subheadings. */
div.mainContentBox h3 {
	font-size: 120%;
	text-transform: uppercase;
	color: #666666;
}/* Used for home page subheadings */
div.mainContentBox h4 {
	color: #666666;
	border-bottom: 1px solid #666666;
}/* Used for section headings */
div.mainContentBox h5 {
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	color: #477EB1;
	background-color: #E5E5E5;
	padding: 5px 10px;
}/* Used for section headings */
div.mainContentBox h6 {
	font-size: 100%;
}
div.mainContentBox hr {
	border-width: 0;
	background-color: #000000;
	height: 1px;
	margin: 1em 0;
}
div.mainContentBox p {
	line-height: 1.5em;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 HOME PAGE STYLES 
* * * * * * * * * * * * * * * * * * * * * */

table.homePhotosTable img {
	display: block;
	margin: 0 10px 10px 0;
}
table.homePhotosTable img.bottomImage {
	margin-bottom: 0;
}
table td.homeBottomCell {
	width: 220px;
	padding: 15px;
}/* Shared styles grouped for consistency. Total width should add to 250px. */
table td.homeTopCell {
	border-bottom: 10px solid #FFFFFF;
}
table td.homeTopCell div.trendDiv {
	background-color: #D6D6D6;
	width: 220px;
	height: 472px;
	padding: 15px;
}
table td.homeBottomCell {
	background-color: #E5E5E5;
}
td.homePaddedCell {
	height: 126px;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 PRODUCT PAGE STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div.pageNavBox {
	padding: 30px 0 20px 10px;
}
div.pageNav {
	padding: 10px;
	color: #006699;
}
div.pageNav a.currentPage {
	color: #000000;
	text-decoration: underline;
}
table.pageNavTable {
	width: 100%;
	margin: 10px 0;
}
table.pageNavTable td {
}
table.pageNavTable td.rightColumn {
	text-align: right;
}
table.productThumbTable {
	margin-top: 30px;
}
table.productThumbTable td {
	padding: 0 30px 30px 0;
}
table.productThumbTable img {
	display: block;
	padding-bottom: 10px;
}
table.productThumbTable a {
	color: #666666;
}
table.productThumbTable a:hover {
	color: #000000;
}
table.productThumbTable a.categoryLink {
	display: block;
	padding-top: 5px;
	color: #006699;
	text-decoration: underline;
}
table.productThumbTable a.categoryLink:hover {
	color: #000000;
}
div.bottomLinksBox {
	padding: 30px 0 100px 20px;
}
div.contactInfoBox {
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 120%;
}
div.bottomPhotoBox {
	padding-top: 30px;
}
table.sampleProductTable {
	width: 100%;
	margin-top: 10px;
}
table.sampleProductTable td {
	padding: 0 20px 20px 0;
}
div.productThumbBox,
div.productThumbBoxWithName {
	float: left;
	width: 75px;
	height: 120px;
	overflow: hidden;
	padding: 0 10px 10px 0;
}/* Shared styles grounped for consistency */
div.productThumbBox {
	height: 75px;
}/* Style overwrite */
div.productThumbBox img,
div.productThumbBoxWithName img {
	display: block;
	padding-bottom: 5px;
}
img.logoG {
	float: left;
	margin: 5px 20px 20px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 CONTACT US PAGE STYLES 
* * * * * * * * * * * * * * * * * * * * * */

table.contactUsTable {
	width: 100%;
	margin-top: 10px;
}
table.contactUsTable td {
	padding: 0 20px 20px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 TRADE SHOWS PAGE STYLES 
* * * * * * * * * * * * * * * * * * * * * */

table.tradeShowTable {
	width: 100%;
}
table.tradeShowTable td {
	padding: 0 20px 20px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 MEDIA PAGE STYLES 
* * * * * * * * * * * * * * * * * * * * * */

table.mediaTable {
	width: 100%;
}
table.mediaTable td {
	padding: 0 10px 20px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 copyrightBox STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div.copyrightBox {
	margin-top: 10px;
	padding: 8px 0;
	font-size: 90%;
	color: #999999;
}
div.copyrightBox .companyName {
	margin-right: 10px;
	font-size: 115%;
	color: #000000;
	font-weight: bold;
}
div.copyrightBox .phoneNumber {
	margin-right: 10px;
	font-size: 115%;
	color: #666666;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 MISC. STYLES 
* * * * * * * * * * * * * * * * * * * * * */

.borderAll { 
	border: 1px solid #C9B992;
} /* Used for misc borders */
div.boundaryBox {
	clear: both;
}/* Used to stop floating elements in parent div from breaking boundary of parent div */
img.rightPhoto {
	float: right;
	margin: 15px 0 15px 15px;
}
img.leftPhoto {
	float: left;
	margin: 15px 15px 15px 0;
}
.noTopMargin {
	margin-top: 0;
}
p.getAdobeReader {
	margin-top: 40px;
}
.block {
	display: block;
}
img.greenLogoPad {
	padding: 50px 0 0 20px;
}
.blackBoldText {
	font-weight: bold;
	color: #000000;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 IE Select Container
* * * * * * * * * * * * * * * * * * * * * */
.selectContainer {
  border: 1px solid #666; left: 1px;
  position: relative; width: 214px; height: 16px; overflow: hidden;
  margin:3px;
}
.inpSelect {
  font: normal 13px Arial, SansSerif, Verdana;
  color: #FFFFFF; background: #000000;
  position: absolute; width: 220px; top: -3px; left: -3px;

	text-transform: uppercase;
	
}
.TrendHeader a{
	font-size:16px; 
	font-weight:bold; 
	font-family: "Helvetica", Verdana, Arial, Helvetica, sans-serif;
}