
body#ourfabrics_det div.content,
body#ourfabrics_const div.content,
body#ourfabrics_perf div.content,
body#ourfabrics_flash div.content,
body#ourfabrics_landing div.content,
body#ourfabrics_perf_2 div.content,
body#ourfabrics_landing2 div.content,
body#ourfabrics_landing3 div.content {
	height:420px;
}

.content {
	overflow:hidden;
	position:relative;
	width:960px;
}

.content #button {
	/*position: absolute;
	width: 153px;
	height: 24px;
	right:80px;
	top:170px;*/
	width:153px;
	height:24px;
	position: absolute;
	right:80px;
	top:170px;
	font-weight:bold;
	text-transform:uppercase;
}

.content #button a {
	padding:6px;
	cursor:pointer;
	display:block;
	text-decoration:none;
	text-align:center;
}


/*----------------------- LEFT MENU --------------------------*/
div#guide {
	width:245px;
	/*margin: 85px 0 0 0;*/
	margin: 50px 0 0 0;
	background:transparent;
	float:left;
}
div#guide ul {
	list-style-type:none;	
}

div#guide ul li {
	list-style-type:none;
	margin-bottom:3px;
	width:190px;
	padding-right:20px;
}
div#guide ul li ul.sublevel li{
	width:170px;
}

div#guide ul li a {
	/*text-transform: uppercase;*/
	text-decoration: none;
	display:block;
	padding-left:10px;
}

div#guide ul.menu {
	margin-left:10px;
}
div#guide ul.menu li {
	border-bottom:1px solid #BBBB99;
}
div#guide ul.menu li.collapsed a {
	background:transparent none no-repeat scroll 0px 3px;
	display:block;
	font-weight:bold;
	padding:0px 0pt 3px 10px;
}

div#guide ul.menu li.expanded a {
	background:transparent none no-repeat scroll 0px 5px;
	padding:0px 0pt 3px 10px;
	font-weight:bold;
}

div#guide ul.menu li.selected a {
	background:transparent none no-repeat scroll 0px 3px;
	display:block;
	padding:0px 0pt 3px 10px;
	font-weight:bold;
}

div#guide ul.menu li.expanded ul.submenu {
	padding: 5px 0 5px 20px;
}

div#guide ul.menu li.expanded ul.submenu li {
	border-bottom:none;
	width:156px;
}

div#guide ul.menu li.expanded ul.submenu li.collapsed a {
	background:transparent none no-repeat scroll 0px 3px;
}
	
div#guide ul.menu li.expanded ul.submenu li.expanded a {
	background:transparent none no-repeat scroll 0px 5px;
}

div#guide ul.menu li.expanded ul.submenu ul.sublevel {
	margin: 5px 0 5px 20px;
}

div#guide ul.menu li.expanded ul.submenu ul.sublevel li {
	width:150px;
}

div#guide ul.menu li.expanded ul.submenu ul.sublevel li a {
	background:transparent none no-repeat scroll 0px 6px;
	font-weight:normal;	
}

div#guide ul.menu li.expanded ul.submenu ul.sublevel li.selected a {
	background:transparent none no-repeat scroll 0px 6px;
	/*font-weight:bold;*/
}

div#guide ul.menu li.collapsed:last-child {
	border-bottom:none;
}

div#guide ul.menu li.selected ul.sublevel {
	margin-left:20px;
}

div#guide ul.menu li.selected ul.sublevel li {
	border-bottom:none;
}

/*------------------------ /LEFT MENU ---------------------------*/


div#details {
	width:359px;
	height:307px;
	float:left;
}
#ourfabrics_perf div#details {
	width:309px;
}

div#details_notab {
	width:215px;
	height:307px;
	float:left;
}

div#details_notab div.title,
div#details_notab h2 {
	width:350px;
}

div.contdetails ul.panel_tabs {
	width:330px;
}

div#details div.title,
div#details_notab div.title {
	font-weight:bold;
	font-size:14px;
	margin:15px 0 1px 0;
	text-transform:uppercase;
}

div#details h2,
div#details_notab h2 {
	text-transform:uppercase;
	margin-bottom:1px;
	font-size:18px;
}

div.textdetails {
	clear:both;
	position:relative;
	top:-2px;
	border-style:solid;
	border-width:1px 2px 0 2px;
	width:358px;
	height:289px;
	float:left;
}

div.textnotab {
	clear:both;
	position:relative;
	top:7px;
	width:250px;
	height:279px;
}


div.contdetails ul.panel_tabs li a {
	text-decoration: none;
	text-transform:uppercase;
	font-size:8px;
	padding:8px;
	border-style:solid;
	/*border-width:2px 1px;*/
	border-width:2px 0px 1px 1px;
	display:block;
	font-weight:bold;
	
}



div.contdetails ul.panel_tabs li a.active {
	border-style:solid;
	border-width:2px 0 0 1px;
}

div.contdetails ul.panel_tabs li a.first_tab {
	border-width:2px 0 0 2px;
}
div.contdetails ul.panel_tabs li a.single_tab {
	border-width:2px 2px 0 2px;
}
div.contdetails ul.panel_tabs li a.last_tab {
	border-width:2px 1px 0px 1px;
}

div.textdetails div#detail {
	overflow:auto;
	height:250px;
	width:330px;
	color: #444444;
	padding:0px 10px 0pt 10px;
	font-size:11px;
}

div.textnotab div#detail {
	overflow:auto;
	height:250px;
	width:250px;
	color: #444444;
	padding:0px 10px 0pt 10px;
	font-size:11px;
}

div.textdetails div.contain,
div.textnotab div.contain {
	margin-right:2px;
}

div.textdetails div#detail h3,
div.textnotab div#detail h3 {
	font-weight: bold;
	font-size:11px;
	margin-top:10px;
}


div.textdetails div#detail p,
div.textnotab div#detail p {
	margin-top: 10px;
}



div.scrollbar {
	width:13px;
}

div.textdetails .up-button,
div.textnotab .up-button {
	height:15px;
	width:11px;
}

div.textdetails .scrollbar-background,
div.textnotab .scrollbar-background {
	width:11px;
}

div.textdetails div.thumb,
div.textnotab .scrollbar-background {
	border-bottom:1px solid;
	border-top:1px solid;
	height:1em;
	left:1px;
	width:11px;
}


div.textdetails div.thumb,
div.textnotab div.thumb {
	background-color:#969696;
	background-image:url(../images/scrol_slider.jpg);
	border-bottom-color:#C2C2C2;
	border-top-color:#C2C2C2;
	left:1px;
}

div.textdetails .thumb,
div.textnotab .thumb {
	background:#000000 none repeat scroll 0% 50%;
	left:1px;
}

div.textdetails .down-button,
div.textnotab .down-button {
	background:transparent url(../images/scroll_down.jpg) no-repeat scroll 0pt 50%;
	height:15px;
	width:11px;
}

div.scrollcontainer {
	margin-top:10px;
	clear:both;
}

div#presentation {
	display:block;
	float:right;	
	right:0px;
	
}
#ourfabrics_const div#presentation {
	width:360px;
}

div#presentation_notab {
	display:block;
	float:right;
	height:420px;
	left:560px;
	position:absolute;
	width:400px;
}

div.noflash {
	margin:250px 20px 0px 90px;
}

div.maincont {
	display:block;
}

div.pres {
	width:318px;
	height:420px;
	float:left;
}

div#center {
	border-width:0 1px 0pt 1px;
	border-color:#B5B591;
	border-style:solid;
}

div.no-flash {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:center;
	top:140px;
	width:407px;
}

div.no-flash p {
	font-size:11px;
	font-weight:bold;
}

div.no-flash p a {
	color:#DD0011;
}



/*--------------------------Landing Pages ----------------------------*/

div.land div.descript {
	width:960px;
	height:200px;
}

div.land div.descript h2 {
	font-size:14px;
}

div.land div.descript h1 {
	font-size: 17px;
	font-weight: bold;
}

div.land div.descript h2,
div.land div.descript h1 {
	text-transform:uppercase;
}

div.land div.descript .htitle {
	padding:10px;
}

div.land div.details {
	width:960px;
	height:219px;
}

div.land div.details div.last_det,
div.land div.details div.mid_det,
div.land div.details div.first_det {
	float:left;
	display:block;
	width:239px;
	height:219px;
}

div.land div.details div.first_det div,
div.land div.details div.mid_det div,
div.land div.details div.last_det div {
	padding:15px;
}

div.land div.details div.first_det p,
div.land div.details div.mid_det p,
div.land div.details div.last_det p {
	margin-top:5px;
	font-size:11px;
}

div.land div.details div.first_det a,
div.land div.details div.mid_det a,
div.land div.details div.last_det a {
	font-size:11px;
	font-weight:bold;
}

div.land div.details div.first_det a,
div.land div.details div.mid_det a,
div.land div.details div.last_det a {
	background:transparent none no-repeat scroll 0px 3px;
	padding-left:8px;
	text-decoration: none;
	text-transform:uppercase;
}


div.landfab div.nav div.main_nav {
	padding: 65px 0 0 0;
	height:356px;
}

div.landfab div.logo_det a {
	background:transparent none no-repeat scroll 0px 3px;
	padding-left:8px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}


div.landfab div.explan {
	float:left;
	display:block;
	width:165px;	
	height:420px;
}

div.landfab h1 {
	font-size: 17px;
	font-weight: bold;
}

div.landfab h2 {
	font-size:14px;
	margin-bottom:40px;
}

div.landfab h2,
div.landfab h1 {
	text-transform:uppercase;
}

div.landfab h1 {
	margin-bottom:10px;
}

div.landfab .hhead {
	padding:62px 15px 0 16px;
}

div.landfab .hhead p {
	margin-bottom:20px;
	font-size:11px;
}

div.landfab .hhead a {
	margin-top:10px;
	font-size:11px;
}
div.landfab .hhead a:hover {
	color: #000000;
}
div.landfab div.nav {
	float:left;
	diplay:block;
	width:795px;
	height:420px;
}

div.landfab div.detail {
	display:block;
	float:left;
	height:356px;
	width:158px;
}

div.landfab div.logo {
	margin:0pt 10px 0pt 10px;
}

div.landfab div.logo_det {
	margin-top:20px;
}

div.landfab div.logo_det p {
	margin-top:10px;
	font-size:11px;
	padding-left: 8px;
}

img#goretex {
	margin:0pt 0pt 0pt 12px;
}

img#windstopper {
	margin:0pt 0pt 0pt 25px;
}

img#crosstech {
	margin:0pt 0pt 0pt 5px;
}

img#chempak {
	margin:0;
}

div.landfab div.logo h1 {
	margin-bottom:38px;
}
/*-------------------------/Landing Pages ----------------------------*/

div#logo_guide {
	float:left	
}

   
#ourfabrics_landing3 div.logo {
	position:relative;
	left:0px;
	top:0px;
	width:135px;
}

#ourfabrics_landing3 div.logo span.centered img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

div.logo {
	position:relative;
	left:55px;
	top:22px;
	width:200px;
}
#ourfabrics_landing3 img#goretex{
	position:relative;
	left:18px;
	
}
#ourfabrics_landing3 img#crosstech {
left:8px;
position:relative;
}
#ourfabrics_landing3 #windstopper{
	position:relative;
	left:6px;
	
}
#ourfabrics_landing3 #chempak{
	position:relative;
	left:5px;
	
}
div#logo_guide div#guide {
	margin:35px 0 0 0;
}

div.textdetails div.contain {
	margin-right:20px;
	margin-left:5px;
}
.contain ul{
	margin:5px 12px 10px 14px;
}

/* new entries for sublevel links */ 
div#guide ul.menu li.expanded ul.sublevel { 
	margin-left:20px; 
} 

div#guide ul.menu li.expanded ul.sublevel li { 
	border-bottom:medium none; 
	width:210px; 
} 


