/*div {border: 1px dashed;}*/

#top
,#topLeftColumn
,#topRightColumn
,#toplinks
,#mainNav
,#subNav
,#flashPlayer
,#middleLeftColumn
,#middleLeftColumnTop
,#middleLeftColumnNav
,#middleLeftColumnResults
,#contentNavLeftColumn
,#landingImageOnly
,#bottomLeftColumn
,.WebsitePoliciesLeft
,.WebsitePoliciesRight
,.footerMenu
,#back_link
,#print_link
,#br
,#color_family
,#pattern_type
/*,#thumbnav*/
{
	display: none;
	visibility: hidden;
}

.noprint
{
	display: none;
}

.hidefromscreen
{
	display: block;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
}

#container {
	/*border: 1px dashed;*/
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	}


/* Content */
#content {
    position: relative;
    margin: 0.2in;
    padding: 0;
    width: 755px;
	background-color: #FFFFFF;
	background-image: none;
}

#middle {
	/*border: 1px dashed;*/
	width: 755px;
	font-size: 9pt;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}


#middleRightColumn {
	float: left;
	width: 100%;
	padding: 0px;
	display: block;
	visibility: visible;
}


/*BOTTOM STRUCTURE AND STYLE*/
#bottom {
    width: 755px;
    color: #000000;
	background-color: #FFFFFF;
	background-image: none;
    }

#footer {
	background-image: none;
	width: 755px;
	margin-right: 0;
	margin-left: 0;
	clear: both;
	text-align: left;
	font-size: 8pt;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	}


#footer a {color: /*#6C1500;*/ #000;}
#footer a:hover {color: /*#E9AF87;*/ #000;}


.vcard {
    color: #000000;
    text-align: center;
	background-color: #FFFFFF;
    }

#print_preview {
	color: #D55C19;
	font-size: 8pt;
	/*display: block;*/
	float: right;
	margin: 0 0 10px 0;
	padding: 0px;
}

#print_preview a {color: #D55C19;}

#print_logo {
	display: block; 
	visibility: visible;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}


.logoText {
	text-indent: -300px;
	display: block;
	overflow: hidden;
}

/*print logo as bg image
#topLeftColumn h1 a {
	display: block;
	height: 75px;
	padding: 0;
	margin: 0;
	outline: none;
	background-image: url(/Images/Photo/9high_755.jpg);
	background-repeat: no-repeat;
}*/

img {clear: both;}

fieldset {border: none;}


#landingImagePrintOnly {
    width: 755px;
	background-color: #FFFFFF;
	border: none;
	display: block;
    }
/*
#landingImageOnly {
    width: 755px;
	background-color: #FFFFFF;
	border: none;
	display: block;
    }
*/
#landingImage {
	width: 755px;
	background-color: #FFFFFF;
	border: none;
	display: none;
}


/*for old version
#fabric_detail {
	width: 695px;
	padding: 0;
	margin: 0 auto;
}*/

a {
	color: #000000; /*#D55C19;*/
	text-decoration: none;
	outline: none;
}

td {
	font-size: 9pt;
}

.search_header {
	font-size: 9pt;
	font-weight: bold;
}

h2 { 
	font-size: 14pt; 
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}


/*---------------------------------------------
             FORM styling
---------------------------------------------*/
.Field_Label_Required
{
	font-weight: bold;
    text-align: right;
	vertical-align: middle;
	white-space: nowrap 
}

.Field_Label_Required_Top
{
	font-weight: bold;
    text-align: right;
	vertical-align: top;
	white-space: nowrap 
}

.Field_Label_Left
{

    text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.Field_Label_Left_Top
{

    text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

.Field_Label_Right
{
    text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

.Field_Label_Right_Top
{
    text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

/* for asterisks on contact page */
.required {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #CC0000; /*#d55c19;*/
    text-decoration: none;
}

