/**** Main **********************************************************************************************************************************************************/
body, p, table { font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 14px; font-weight: normal; line-height: 20px; text-decoration: none; }

/**** Headers **********************************************************************************************************************************************************/
h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
	text-decoration: none;
}
	
h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	text-decoration: none;
}

h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	text-decoration: none;
}

/**** Bullet Points **********************************************************************************************************************************************************/
ul {
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-color: #000000;
	list-style-type: disc;
	margin-left: 5px;
	padding-left: 5px;	
}

ol {
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-color: #000000;
	list-style-type: disc;
	margin-left: 5px;
	padding-left: 5px;	
}

li {
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-color: #000000;
	list-style-type: disc;
	margin-left: 5px;
	padding-left: 5px;	
}

.hdr_ul {
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-color: #000000;
	list-style-type: none;
	margin-left: -15px;
	padding-left: -15px;
}

.numbers {
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-color: #444444;
	list-style-type: decimal;
	margin-left: 12px;
	padding-left: 12px;	
}

/**** Links **********************************************************************************************************************************************************/
a:link, a:visited { color: #000000; text-decoration: underline; }
a:hover { color: #FFFFFF; text-decoration: underline; }

a.temp:link, a.temp:visited { color: #000000; text-decoration: none; }
a.temp:hover { color: #000000; text-decoration: underline; }

/**** Images **********************************************************************************************************************************************************/

.bground_index {
	background-attachment: scroll;
	background-image: url(/image/index/bground_index.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.bground {
	background-attachment: scroll;
	background-image: url(/image/bground.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.bground_new {
	background-attachment: scroll;
	background-image: url(/image/bground_new.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.img_hdr {
	margin: 0px 4px 0px 0px;
	padding: 0px 4px 0px 0px;
	text-align: left;
}

.img_lhs {
	margin: 0px 8px 8px 0px;
	padding: 0px 8px 8px 0px;
	text-align: left;
}

.img_rhs {
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 10px 15px;
	text-align: right;
}

/**** Font Sizes **********************************************************************************************************************************************************/

.small { font-size: 12px; line-height: 15px; }
.small_div {
	font-size: 11px;
	line-height: 13px;
	margin: 0px 1px 0px 1px;
	padding: 0px 1px 0px 1px;	
}
a.small:link, a.small:visited {
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
}
a.small:hover {
	font-size: 11px;
	line-height: 13px;
	text-decoration: underline;
}

.smallest { font-size: 10px; line-height: 11px; }
.smallest_div {
	font-size: 10px;
	margin: 0px 1px 0px 1px;
	padding: 0px 1px 0px 1px;
}
a.smallest:link, a.smallest:visited {
	font-size: 10px;
	line-height: 11px;
	text-decoration: none;
}
a.smallest:hover {
	font-size: 10px;
	line-height: 11px;
	text-decoration: underline;
}

.div {
	color: #999999;
	font-size: 11px;
	margin: 0px 2px 0px 2px;
	padding: 0px 2px 0px 2px;
}

a.header:link, a.header:visited {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
}

a.header:hover {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
}

/*** RHS **********************************************************************************************************************************************************/
.rhs_header {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	}

a.rhs:link, a.rhs:active, a.rhs:visited {
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	border-bottom: 1px dotted #333333;
	text-decoration: none;
	}
	
a.rhs:hover {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	border-bottom: 1px dotted #FFFFFF;
	text-decoration: none;
	}

/**** Navigation **********************************************************************************************************************************************************/
.global_nav_divider {
	color: #666666;
	font-size: 12px;
	margin: 0px 2px 0px 2px;
	padding: 0px 2px 0px 2px;
}

a.global_nav:link, a.global_nav:active, a.global_nav:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.global_nav:hover {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
	
#nav_buttons {
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand; 
	cursor: pointer;
	}
	
.textilenavBg {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #01AEEF;
	cursor: hand; 
	cursor: pointer;
	}
.textilenavOver {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #01AEEF;
	cursor: hand;
	cursor: pointer;
	background-image: url(/image/buttons/top_textile_over.jpg);
	}
.textilenavAtv {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #01AEEF;
	cursor: hand;
	cursor: pointer;
	background-image: url(/image/buttons/top_textile_over.jpg);
	}

.commercialnavBg {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0097;
	cursor: hand;
	cursor: pointer;
	}
.commercialnavOver {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0097;
	cursor: hand;
	cursor: pointer;
	background-image: url(/image/buttons/top_commercial_over.jpg);
	}
.commercialnavAtv {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0097;
	cursor: hand;
	cursor: pointer;
	background-image: url(/image/buttons/top_commercial_over.jpg);
	}

.designnavBg {
	color: #000000;
	text-decoration: none;
	background-color:#FFF200;
	cursor: hand;
	cursor: pointer;
	}
.designnavOver {
	color: #000000;
	text-decoration: none;
	background-color: #FFF200;
	cursor: hand;
	cursor: pointer;
	background-image: url(/image/buttons/top_design_over.jpg);
	}
.designnavAtv {
	color: #000000;
	text-decoration: none;
	background-color: #FFF200;
	cursor: hand;
	cursor: pointer;
	background-image: url(/image/buttons/top_design_over.jpg);
	}

.digital_specsnavBg {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	cursor: hand;
	cursor: pointer;
	}
.digital_specsnavOver {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	cursor: hand;
	cursor: pointer;
	background-image: url(/image/buttons/top_digital_specs_over.jpg);
	}
.digital_specsnavAtv {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	cursor: hand;
	cursor: pointer;
	background-image: url(/image/buttons/top_digital_specs_over.jpg);
	}

/**** Index Navigation **********************************************************************************************************************************************************/
.index_tile {
	color: #FFFFFF;
}

.index_tile_black {
	color: #000000;
}

a.index_title:link, a.index_title:visited {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	}
	
a.index_title:hover {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	}

a.index_nav_title:link, a.index_nav_title:visited {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.index_nav_title:hover {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.index_nav_title_black:link, a.index_nav_title_black:visited {
	color: #000000;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.index_nav_title_black:hover {
	color: #000000;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.index_nav_info:link, a.index_nav_info:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.index_nav_info:hover {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
	
a.index_nav_info_black:link, a.index_nav_info_black:visited {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.index_nav_info_black:hover {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
/**** Footer **********************************************************************************************************************************************************/
.footer {
	color: #969696;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

a.footer:link, a.footer:visited {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

a.footer:hover {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	text-decoration: underline;
}

.footer_index {
	color: #969696;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
}

a.footer_index:link, a.footer_index:visited {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
}

a.footer_index:hover {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 13px;
	text-decoration: underline;
}

/**** Inputs **********************************************************************************************************************************************************/
.input {
	background-color: #9ED0E4;
	border: 1px solid #BBDEEC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 20px; width: 100%;
	line-height: normal;
	padding: 2px 0px 0px 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}

.button {
	border: none;
	background-color: #000000;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
} 

.dropdown {
	background-color: #9ED0E4;
	border: 1px solid #BBDEEC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	padding: 2px 0px 0px 2px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}

.textarea {
	background-color: #9ED0E4;
	border: 1px solid #BBDEEC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 75px;
	line-height: normal; 
	padding: 2px 0px 0px 2px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
}

/*** LightBox 2.0 **********************************************************************************************************************************************************/
#lightbox {
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	background-color: #fff;
	height: 250px;
	margin: 0 auto;
	position: relative;
	width: 250px;
}

#imageContainer {
	padding: 10px;
}

#loading {
	height: 25%;
	left: 0%;
	line-height: 0;
	position: absolute;
	top: 40%;
	text-align: center;
	width: 100%;
}

#hoverNav {
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	background: transparent url(/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	height: 100%;
	width: 49%;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	float: right;
	right: 0;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(/lightbox/images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(/lightbox/images/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer {
	background-color: #fff;
	font: 10px Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0 auto;
	overflow: auto;
	width: 100%
}

#imageData {
	color: #666;
	padding:0 10px;
}

#imageData #imageDetails {
	float: left;
	text-align: left;
	width: 70%;
}
	
#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	clear: left;
	display: block;
	padding-bottom: 1.0em;
}
			
#imageData #bottomNavClose {
	float: right;
	padding-bottom: 0.7em;
	width: 66px;
}	
		
#overlay {
	background-color: #000;
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 90;
}
