/* CSS Document */

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

div {
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	margin: 10px 0px 7px 0px;
	padding: 0;
	font-size: 19px;
	font-weight: bold;
}

h2 {
	margin: 10px 0px 7px 0px;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	margin: 10px 0px 7px 0px;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}

h4 {
	margin: 10px 0px 7px 0px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h6 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p {
	font-size: 12px;
}

p .small {
	font-size: 10px;
	color: #626262;
}

em {
	font-style: italic;
}

strong {

}

hr {
	border-width: 1px;
	border-color: #999999;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 100%;
}

#mainContainer {
	position: relative;
	top: 2px;
	padding-left: 10px;
	width: 90%;
}


/* ----- HEADER ----- */


#breadCrumbs {
	display: none;
}

#headerContainer {
	height: auto;
}

#headerLogo {
	display: none;
}

#headerLinks {
	display: none;
}

#headerSearch {
	display: none;
}


/* ----- LEFT NAVIGATION ----- */


#leftNavContainer {
	display: none;
}


/* ----- BODY ----- */


#bodyContainer {
	margin: 0;
	padding: 0;
	width: 100%;
}

#bodyFeature2Column {
	width: 100%;
}

#bodyFeature2Column .formstyle {
	padding-left: 2px;
	vertical-align: middle;
	width: 128px;
	height: 15px;
	border-bottom-color: #cdcdcd;
	border-left-color: #414141;
	border-style: inset;
	border-right-color: #cdcdcd;
	border-top-color: #414141;
	border-style: solid; 
	border-width: 1px; 
	font-size: 10px;
	color: #414141;
	text-decoration: none;
}

#bodyFeature2Column h2 {
	margin-top: 0px;
}

#bodyFeature2ColumnImage {
	display: none;
}

#bodyFeatureLeft ul {
	margin: 0;
	padding: 0;
}

#bodyFeatureLeft ul li {
	margin: 0;
	padding: 0;
}

#bodyFeatureLeft {
	margin: 0;
	padding: 0;
	height: auto;
}

#bodyFeatureRight {
	margin: 0;
	padding: 0;
	height: auto;
}

#bodyFeature1Column {
	margin: 0;
	padding: 0;
	height: auto;
}

#bodyFeature1Column h2 {
	margin-top: 0px;
}


#bodyFeature1Column h3 {
	margin-top: 0px;
}

#bodyFeature1Column .formstyle {
	padding-left: 2px;
	vertical-align: middle;
	width: 171px;
	height: 15px;
	border-bottom-color: #cdcdcd;
	border-left-color: #414141;
	border-style: inset;
	border-right-color: #cdcdcd;
	border-top-color: #414141;
	border-style: solid; 
	border-width: 1px; 
	font-size: 10px;
	color: #414141;
	text-decoration: none;
}


/* ----- HOMEPAGE ----- */


#homeText {
	font-size: 12px;
	color: #000000;
}

#homeKingLogo {
	position:relative;
	float: right;
	margin-top: -22px;
	width: 50px;
	height: 46px;
	background-position: right;
}

#homeStressLogo {
	position:relative;
	float: right;
	margin-top: -22px;
	width: 50px;
	height: 46px;
	background-position: right;
}

#stressLinks a, #stressLinks a:link, #stressLinks a:active, #stressLinks a:visited {
	color: #007ac3;
	text-decoration: underline;
}

#stressLinks a:hover {
	color: #a7becc;
	text-decoration: underline;
}

#kingLinks a, #kingLinks a:link, #kingLinks a:active, #kingLinks a:visited {
	color: #a21f4b;
	text-decoration: underline;
}

#kingLinks a:hover {
	color: #b98e3b;
	text-decoration: underline;
}

/* ----- CONTACT US ----- */

.hiddenDiv {
	position: absolute;
	left: 375px;
	top: 100px;
	width: 250px;
	height: 220px;
	z-index: 2;
	visibility: hidden;
	border: 0;
}

/* ----- CONTACT US FIELDSET ----- */

fieldset {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 250px;
}

legend {
	margin-left: 10px;
	color: #999898;
	font-size: 14px;
	font-weight: bold;
}

fieldset ol {
	margin: 0;
	padding: 5px 15px 0px 15px;
	list-style: none;
}

.submit {
	float: none;
	margin: 0 0 10px 15px;
}

label {
	float: left;
	width: 200px;
	font-size: 11px;
	margin-right: 1em;
	text-align: left;
}

fieldset li {
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

fieldset input.text {
	width: 215px;
	font-size: 11px;
}

fieldset input.multitext {
	width: 215px;
	height: 50px;
}


/* ----- LEGEND ----- */


.toggle {
	display: none;
}

.showLegend {
	position: relative;
	float: right;
	margin-top: -30px;
	font-size: 11px;
}

.hideLegend {
	display: none;
	position: relative;
	float: right;
	margin-top: -30px;
	font-size: 11px;
}

#cutoffLegend {
	position: relative;
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: 42px;
}

#cutoffLegend #product4ColumnA {
	
}

#cutoffLegend #product4ColumnB {
	
}

#cutoffLegend h5 {
	color: #999999;
	text-align: center;
}

#cutoffLegendImage {
	text-align: center;
}


/* ----- PRODUCT AND GALLERY ----- */


#gallery4Column {
	width: 100%;
}

#product2ColumnLeft {
	margin: 0;
}

#product2ColumnRight {
	margin: 0;
}

#product2ColumnRight {
	color: #767676;
}

.productImage {
	margin-bottom: 10px;
}

#productInfo {
	margin: 0px 8px 0px 8px;
}

#productStyleSelect {
	display: none;
}

#productStyleSelect .formstyle {
	padding-left: 2px;
	vertical-align: middle;
	width: 166px;
	/*height: 15px;*/
	border-bottom-color: #cdcdcd;
	border-left-color: #414141;
	border-style: inset;
	border-right-color: #cdcdcd;
	border-top-color: #414141;
	border-style: solid; 
	border-width: 1px; 
	font-size: 10px;
	color: #414141;
	text-decoration: none;
}

#productImageCap {
	display: none;
}

#productContact {
	display: none;
}

#product4Column {
	position:relative;
	width: 100%;
}

#product4ColumnA {
	float: left;
	margin: 10px 10px 10px 0px;
	width: 140px;
}

#product4ColumnB {
	float: left;
	margin: 10px 0px 10px 0px;
	width: 140px;
}

#product4ColumnName {
	overflow: hidden;
	width: 140px;
	height: auto !important;
	min-height: 23px;
	height: 23px;
}

#product4ColumnName h5 {
	padding-top: 3px;
	text-align: center;
}

#productCutoffA {
	width: 140px;
	height: 17px;
}

#productCutoffB {
	width: 140px;
	height: 17px;
}

#productCutoffC {
	width: 140px;
	height: 17px;
}

#productCutoffD {
	width: 140px;
	height: 17px;
}


/* ----- FOOTER ----- */


#footerContainer {
	font-size: 11px;
}

#footerCopyright {
	padding: 10px 0 0 10px;
}

#footerLinks {
	display: none;
}


/* ----- OTHER ----- */


#clearFloat {
	clear: both;
}

.clearfix:after {
    
}

/* Hides from IE-mac \*/
* html .clearfix {}
/* End hide from IE-mac */


/* ----- GREY ----- */

h1 {
	color: #5a5a5a;
}

h2 {
	color: #999898;
}

h3 {
	color: #222222;
}

h4 {
	color: #3c3c3c;
}

h5 {
	color: #000000;
}

h6 {
	color: #000000;
}

p {
	color: #000000;
}

em {
	color: #000000;
}

strong {
	color: #000000;
}

a, a:link, a:active, a:visited {
	color: #454545;
	text-decoration: underline;
}

a:hover {
	color: #b6b6b6;
	text-decoration: underline;
}

#breadCrumbs {
	color: #5a5a5a;
}

#breadCrumbs a, #breadCrumbs a:link, #breadCrumbs a:active, #breadCrumbs a:visited {
	color: #000000;
	text-decoration: none;
}

#breadCrumbs a:hover {
	color: #606060;
	text-decoration: underline;
}

#breadCrumbs span {
	color: #606060;
}

#bodyContainer ul {
	
}

#bodyContainer ul li {
	
}

#titleLogo {
	display: none;
}

.productImage {
	
}