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

body, html {
	margin: 0px;
	background-color: #000000;
	background-image: url(../images/background/headerblank-bg.jpg);
	background-repeat: repeat-x;
}
#pagewidth {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/background/headerblank-bg.jpg);
	background-repeat: repeat-x;
}
#headercontainer {
	display: block;
	height: 113px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#logo {
	display: inline;
	float: left;
	height: 113px;
	width: 591px;
}
#phonecontainer {
	float: right;
	height: 103px;
	width: 352px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 37px;
	text-align: right;
	font-size: 30px;
	padding-top: 10px;
}
#callus {
	font-family: "Trebuchet MS";
	color: #81889B;
	font-size: 20px;
	text-align: center;
	width: 252px;
	display: block;
	height: 31px;
	float: right;
	margin-bottom: -5px;
	margin-left: 35px;
}
#phonenumber {
	float: right;
	height: 40px;
	width: 252px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 30px;
	margin-left: 35px;
	margin-top: -5px;
}
a.contactus, a.contactus:visited {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/background/contactbutton.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 31px;
	width: 125px;
	display: block;
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	margin-right: 25px;
}

a.contactus:hover {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/background/contactbutton.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 31px;
	width: 125px;
	display: block;
	float: right;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	margin-right: 25px;
}
 /*---------------- navigation menu begins here---------------------*/
#nav, #nav ul {
	float: none;
	list-style: none;
	line-height: 0.6em;
	/**color: #8681B4;**/
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;



}



/* -------------------------- */

#navigationcontainer {
	display: block;
	height: 41px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

/* The top main navigation links */



#nav a {
	display: block;
	padding: 13px 48px 14px;
	color: #000000; /* puts a "bar" on right of the main nav links */
	text-decoration: none;
	margin-top: 2px;
	background-image: url(../images/background/line.jpg);
	background-repeat: no-repeat;
	background-position: right center;

}



/* I'm targeting the last main navigation link to have no "bar" on the right side */



#nav a.last {
	background-image: none;

}



#nav a.one, #nav a.two, #nav a.three {
	text-align: left;
	font-size: 1em;

}



#nav li {
	float: left;
	padding: 0;
	list-style: none;

}

#nav a:hover {
	color:#FFFFFF;
	background-color: transparent;
}


/* -------------------------- */



/* The dropdown links lists */



#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 250px;
	font-weight: normal;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin: 0;
	z-index: 10;
	list-style: none;

}



#nav li li {
	padding: 0;
	width: 100%; 
	list-style: none;

}



#nav li ul a {
	padding: 5px 8px;
	width: 234px;

	* html width: 234px;

}



/* This controls the flyout location of the second level dropdowns */



#nav li ul ul {
	margin: -2em 0 0 234px;

}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	color: #FFFFFF;
}



#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	color: #FFFFFF;
}



/* -------------------------- */



/* Here is the background of the main nav link while looking at the dropdown */



#nav li:hover, #nav li.sfhover {
	background-color: #666666;
	color: #FFFFFF;
}



/* -------------------------- */



/* The dropdown links list colors */



#nav li ul.under a {
	/**color: #000;**/
	background-image: none;

}



#nav li ul.under a:hover {
	background: transparent;
	color: #fff;

}



/* -------------------------- */



/* The background of the second level links while looking at the dropdown under it... */


#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #fff;

}

#nav li ul.under li:hover, #nav li ul.under li.sfhover {

	/**color: #fff;

	background-color: #f00;**/
}
#footer{
	height:173px;
	background-color:#040707;
	clear:both;
	padding-top: 10px;
	width: 100%;
 } 
#maincontent {
	background-color: #FFFFFF;
	display: block;
	width: 100%;
}
.sidecontainer {
	background-color: #EEEEEE;
	width: 332px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top: 5px;
}

#footercontainer {
	height: 173px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#companies {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: inline;
	float: left;
	height: 163px;
	width: 532px;
}
#organizations {
	float: right;
	height: 133px;
	width: 448px;
	padding-top: 30px;
}

#organizations-left {
	display:inline;
	float: left;
	height: 89px;
	width: 170px;
}

#organizations-right {
	float: right;
	height: 89px;
	width: 267px;
}


/***footer text styles begin here***/


#ftcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 350px;
}

a.ftlinks, a.ftlinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.ftlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
/***footer text styles end here***/

/**code for forms**/

#label1{
	float: left;
	width: 200px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 8px;
	margin-bottom: 10px;
	display: inline;
}
.form-container {
	display: block;
	width: 550px;
	margin-right: auto;
	margin-left: 5px;
	height: 40px;
	margin-bottom: 5px;
}

.form-container1 {
	display: block;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

#e111 {
	width: 130px;
	margin-bottom: 10px;
	float: right;
	
}

#e112{
	width: 150px;
	height: 80px;
	margin-top: -1px;
}

#e113{
	width: 130px;
	height: 80px;
	display: block;
	float: right;
	margin-bottom:15px;
}

.boxes{
width: 1em;
}



br{
clear: left;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-position: outside;
	padding-left: 18px;
	list-style-type: decimal;
}

/*---------form style-----------*/
#request-form {
	float:right;
	width:223px;
	height:305px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	margin-right: 6px;
	border: solid #000000 2px;
	background-color: #850A0C;
	background-image: url(../images/form-bg.jpg);
	background-repeat: repeat-y;
}

#request-form-main {
	width:280px;
	height:405px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	border: solid #000000 2px;
	margin-left: auto;
	margin-right: auto;
	background-color: #BAB5A0;
	padding-left: 35px;
}
label{
	float: left;
	width: 200px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin-left: 5px;
	color: #000000;
	display: block;
	margin-bottom: 3px;
}

.quickform{
	float: none;
	width: 100px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin-left: 5px;
	color: #FFFFFF;
}

#el01 {
	width: 180px;
	margin-bottom: 5px;
	margin-left: 25px;
	color: #000000;
}
#el04 {
	width: 215px;
	color: #000000;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 2px;
	float: left;
	display: block;
	font-size: 12px;
}

#el08 {
	width: 350px;
	color: #000000;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 2px;
	float: left;
	display: block;
	font-size: 12px;
}

#submitbutton {
	margin-left: 200px;
	margin-top: 5px;
	width: 150px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}

/* ***image jquery Infinite Carousel begins here*** */
/***input, textarea { font-family: Arial; font-size: 125%; padding: 7px; }***/
label { display: block; } 

.infiniteCarousel {
  width: 395px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 315px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
	width: 9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	top: -1px;
	left: 70px;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
	display: block;
	height: 36px;
	width: 37px;
	background: url(images/slideshow/arrows.png) no-repeat 0 0;
	text-indent: -999px;
	position: absolute;
	top: 37px;
	cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
.companies {
	clear: both;
	float: none;
	height: 101px;
	width: 429px;
	margin-right: auto;
	margin-left: auto;
}

/* ***image jquery Infinite Carousel ends here*** */
 
.maintext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 24px;
}

p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 24px;
}

.chart-text {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}

.chart-text1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}

.text-list {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	list-style-type: none;
}

.text {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 24px;
}

.textR {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 24px;
}

.fineprint {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.header {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #024367;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
}

.subheader {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #024367;
	text-align: justify;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 10px;
}
.secondheader {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #024367;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
}

a.headerlink, a.headerlink:visited {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #024367;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
}
a.headerlink:hover {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #024367;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration:underline;
}

a.related, a.related:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #024367;
	text-align: left;
	display: block;
	line-height: 15px;
	margin-bottom: 5px;
	margin-top: 1px;
}
a.related:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #8ACB8B;
	text-align: left;
	line-height: 15px;
	margin-top: 1px;
	margin-bottom: 5px;
}


#video {
	background-image: url(../images/background/video-place-holder.jpg);
	height: 171px;
	width: 243px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
 
 #leftcol{
 width:25%; 
 float:left; 
 position:relative; 
  }
 
#twocols{
	width:980px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
  }
 
#rightcol{
	width:368px;
	float:right;
	position:relative;
 }
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:612px;
 }
 
 #maincompanies{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:980px;
 }
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fabrics {
	background-color: #EEEEEE;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#fabcontainer {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.innercontainer {
	float: left;
	width: 45%;
}
.innertwocolumn {
	display: block;
	width: 100%;
	float: left;
}
.presentation-container {
	float: left;
	width: 100%;
}
.presentations-inner {
	float: left;
	width: 49%;
	text-align: center;
}
