@charset "utf-8";
/* CSS Document */

body {
	background-color: #8296d2;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

/* TYPOGRAPHY CSS */


/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  line-height: normal;
}

/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 18px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  line-height: normal;
}
/* Commonly used to style section titles. */
h3 {
  color: #000;
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  line-height: normal;
  font-style: italic;
}
/* Commonly used to style section titles. */
h4 {
  color: #000;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  line-height: normal;
}

/* Commonly used to style section titles. */
h5 {
  color: #000;
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  line-height: normal;
}
/* Commonly used to style section titles. */
h6 {
  color: #000;
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  line-height: normal;
  font-style: italic;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #f58220;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #f58220;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #f58220;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #cdd5ed;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #cdd5ed;
}

#sidebarContent {
	margin: 10px 0 0 0;
}
#sidebarContent p {
	font-size: 13px;
}

#sidebarContent p img {
	float: left;
	padding-right: 5px;
}

#copyright p {
  font-size: 10px;
  color:#666;
  text-align: center;
}

/* LAYOUT CSS */
#pageWrapper {
	border: 1px #062da6 solid;
	margin-top: 10px;
	background-color: #FFF;
	background-image: url(http://www.cellusuede.com/images/bgHeader.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}

#headerWrapper {
	height: 126px;
}

#imgLogo {
	margin-top: 10px;
}

#hdTextLeft {
	color: #FFF;
	font-style: italic;
	font-size: 16px;
	margin-top: 10px;
}

#hdTextRight {
	color: #FFF;
	font-size: 16px;
	text-align: right;
	margin-top: 12px;
}

#leftSidebar {
	background-image: url(http://www.cellusuede.com/images/bgLeftSidebar.jpg);
	background-repeat: repeat-x;
	/*border-right: #062da6 1px solid;*/
	z-index: 2;
}

#contentWrapper {
	width: 739px;
	background-image: url(http://www.cellusuede.com/images/bgContent.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	z-index: 1;
}

#contentLeft {
	width: 549px;
	float: left;
	border-right: #062da6 1px solid;
	border-left: #062da6 1px solid;
	min-height: 400px;
}

#contentLeftContent {
	padding: 10px 20px;	
}

#contentRight {
	width: 170px;
	margin-left: 559px;
	height: 100%;
}


/*TABLE STYLES FOR FIBER TYPES*/
table.fibertypes {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #000;
	background: #FFF;
}

table.fibertypes th, table.fibertypes td {
	margin: 0;
	padding: 2px 5px;
	text-align: left;
	border-bottom: 1px solid #999;
}

table.fibertypes th {
	background: #485fa5;
}

table.fibertypes tr {
	background: #CCC;	
}

table.fibertypes tr.alt {
	background: #eee;	
}

table.fibertypes caption {
	margin: 0;
	padding: 2px 5px;
	text-align: left;
	border: 1px solid #000;
	border-bottom: none;
	background: #FFF;
	font-size: 16px;
	font-weight: bold;
}

/*TABLE STYLES FOR FIBER COLORS*/
table.colors {
	border-collapse: collapse;
	width: 100%;
	/*border: 1px solid #000;
	background: #FFF;*/
}

table.colors th, table.colors td {
	margin: 0;
	padding: 2px 10px;
	text-align: left;
	border: 5px solid #fff;
}

/*table.colors th.left, table.colors td.left {
	border-left: none;
}*/

table.colors td.colorNumber {
	text-align: center;
	width: 50%;
	padding-bottom: 10px;
}

table.colors td.colorSwatch {
	height: 30px;
	width: 50%;
}

table.colors caption {
	margin: 0;
	padding: 2px 5px;
	text-align: left;
/*	border: 1px solid #000;
	border-bottom: none;*/
	background: #FFF;
	font-size: 16px;
	font-weight: bold;
}

/*LIST STYLES FOR CONTRACT FLOCKERS AND ADHESIVE SUPPLIERS*/

#contactList {
	
}

#contactList p {
	margin-left: 20px;
}

/* PICTURE CAPTION */
.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 11px/1.4em Arial, sans-serif; }

.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }

.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }

.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 