

html, body { 
	margin: 0; 
	padding: 0;
	background-color: #E4E4E4;
}
body { 
	color: #555; 
	font-family: trebuchet ms,tahoma,arial,verdana,lucida sans,lucida grande,helvetica,sans-serif; 
	font-size: 80%; 
}
h1 { font-size: 170% }
h2 { font-size: 170% }
h3 { font-size: 140% }
h4 { font-size: 130% }
h5 { font-size: 120% }
h6 { font-size: 110% }
h1, h2, h3, h4, h5, h6	{ 
	margin: 0; 
	padding: 0; 
	margin-bottom: 0.5em;
	letter-spacing: -1px;
	font-weight: normal;
}
h1, h2, h3, h4	{ 
	color: #333;
}
h5, h6	{ 
	color: #7FBF2B;
}
a,a:link,a:visited,a:active {
	color: #8CC141; 
	font-weight: bold;
	text-decoration: none; 
}
a:hover {
	/*text-decoration: underline;*/
	color: #666;
}
p,form	{ 
	margin:0; 
	padding:0; 
}
input { 
	width: auto; 
	vertical-align: middle; 
}
label { cursor: pointer; }
table { 
	font-size:100%; 
	border: 0; 
	border-collapse: collapse; 
}
div { position: relative; }
img	{ border: 0; }
ul { 
	margin: 0; 
	padding: 0; 
	padding-left: 1.4em;
}
ul ul {
	margin-bottom: 0 ! important;
	margin-left: 10px;
}






#min-width { 
	width: 100%; 
	height: 1px;
}
#style_old { 
	background-color: #EFEFEF; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding-top: 10px; 
	padding-bottom: 5px; 
	text-align: left; 
	padding-left: 10px;
}
#style_old h1 { 
	color: red;
}
#style_old ul { 
	padding-top: 10px;
}
#admin_login th {
	text-align: left; 
	padding:7px 7px 7px 0px;
}






.wrapper_error {
	margin-bottom: 1em;
}

.error, .msg { 
	font-family: verdana, tahmoma, arial, helvetica, sans-serif;
	font-weight: bold;
	padding: 8px 8px 8px 30px;
	margin: 0 40px 1em 0;
	width: auto;
	line-height: 1.3em;
	display: table;
}
.error img, .msg img {
	vertical-align: middle;
}

.error	{ border: 1px solid #E61C00; background: #FFBFB7 url(images/err.gif) 8px 0.7em no-repeat; color: #E61C00; }
.msg	{ border: 1px solid #6F9C2E; background: #E8F4D6 url(images/msg.gif) 8px 0.7em no-repeat; color: #6F9C2E; }


.sqlcode { 
	font-family:Courier New,Andale Mono,Monaco,Courier,Monospace; 
	font-size:8pt; 
	color:#0000FF; 
	text-decoration:none;
}
.smaller { font-size: 80%; }
.txt, .txtArea, .optional { 
	color: black; 
	font-family: Trebuchet MS,arial,helvetica,sans-serif; 
	border: 1px solid black; 
	width: 99%; 
	background-color:#FFF; 
	font-size: 100%; 
}
.optional { 
	color: #808080; 
	border:dashed 1px #808080; 
	background-color: white;
}
.btn, .btn2, .btn3 {
	font-family: Trebuchet MS,arial,helvetica,sans-serif; 
	cursor: pointer;
	color: #FFF;
	font-size: 100%;
}
.btn { 
	background-color: #7FC241; 
}
.btn2 { 
	background-color: #891F1A; 
}
.btn3 { 
	background-color: #8CC141; 
}
.textonly { display: none!important; }
.center, .center td, .center th { text-align:center ! important; }
.right, .right td, .right th	{ text-align:right ! important; }
.left, .left td, .left th		{ text-align:left ! important; }
.bottom, .bottom td, .bottom th	{ vertical-align: bottom ! important; }
.top, .top td, .top th			{ vertical-align: top ! important; }
.middle, .middle td, .middle th { vertical-align: middle ! important; }
.padding0 td					{ padding: 0 ! important; }
.padding2 td, p.padding2, div.padding2		{ padding: 2px ! important; }
.padding4 td, p.padding4, div.padding4		{ padding: 4px ! important; }
.padding6 td, p.padding6, div.padding6		{ padding: 6px ! important; }
.padding8 td, p.padding8, div.padding8		{ padding: 8px ! important; }
.width1							{ width: 1% ! important; }
.table_grid						{ width: auto; }
.table_grid th, .table_grid td	{ padding: 8px; text-align: center; vertical-align: middle; border: 1px solid #808080; }
.table_grid th					{ background-color: #C0C0C0; color: #FFF; }
.table_grid td table td			{ border: 0; padding: 0; }
.clear		{ clear:both; }
.rightf		{ float: right; }
.leftf		{ float: left; }
.centerf	{ text-align: center; margin: 0 auto; }
.bold		{ font-weight: bold; }
.normal		{ font-weight: normal ! important; }
.italic		{ font-style: italic; }
.mono		{ font-family: courier new, courier, andale mono, fixed, monospace ! important }
.nowrap		{ white-space: nowrap; }
.u			{ text-decoration: underline ! important; }
.divider {
	border: #808080;
	color:#808080;
	background-color:#808080;
	height:1px;
	width:100%;
	text-align:left;
	margin-bottom:10px;
}
.list_parent { list-style-type: none; background-image: none ! important; }
.display {
	width:100%;
}
.display .display_txt {
	float:left;
	width:95%;
}
.display .display_img {
	width:25px;
	float:left;
}
.table1 {
	width:100%;
}
.table1 th {
	background-color:#005FA5;
	color:white;
	font-weight:bold;
	padding:5px;
	border:1px solid white;
	vertical-align:top;
}
.table1 td {
	background-color:#DFE7F3;
	font-weight:normal;
	padding:5px;
	border:1px solid white;
	vertical-align:top;
}
.table1 .dormant {
	background-color:#DFE7F3;
}
.table1 .blank {
	background-color:transparent;
}
ul.dragdrop {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.dragdrop li {
	cursor:move;
	padding:5px;
	border-bottom: 1px solid white;
	background-color:#DFE7F3;
	width:95%;
}
.dragdrop .left_text {
	float:left;
	width:80%;
}
.dragdrop .right_text {
	float:left;
	width:20%;
	white-space: nowrap;
}
.dragdrop .dormant {
	background: #E9E9E9 url("images/dormant.gif") repeat;
	color:#5C5C5C;
}



/* PHPDig
.phpdig {
	font-size:120% !important;
	font-weight:bold !important;
}
.phpdigHighlight { 
	font-weight: bold; 
	text-decoration:underline;
}
.phpdigLinkText {
	color:green;
	margin-bottom:20px;
}
.phpdiginputtext {
	width:300px;
	border: 1px solid #808080; 
}
.phpdiginputsubmit {
	background-color:#89C102;
	width:70px;
}
*/

/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com


#wrapper_left { 
	background-color: #00F;
}
#wrapper_content { 
	background-color: #F00;
}
#wrapper_right { 
	background-color: #0F0;
}
	  
*/

#wrapper_popup {
	padding: 15px;
	background-color: #FFF;
}

#wrapper_outer { 
	margin: 0 auto;
	/*width: 954px;*/
	width: 954px;
	background-color: #FFF;
	padding: 0 24px;
	/*border-left: 24px solid #FFF;
	border-right: 24px solid #FFF;*/
}

#wrapper_top {
	padding: 8px 25px;
	text-align: center;
	z-index: 1;
	background-color: #FFF;
	font-size: 90%;
	color: #B4B4B4;
}

	#wrapper_top a {
		color: #B4B4B4 ! important;
		font-weight: normal;
	}

	#wrapper_top a:hover, #wrapper_top a.selected {
		color: #7FBF2B ! important;
		text-decoration: underline;
	}


	#nav_top {
		float: left;
		padding: 0;
		margin: 0;
		list-style-type: none;
		z-index: 2;
	}

		#nav_top li {
			display: inline;
			padding: 0 2px 0 5px;
			margin: 0;
			border-left: 1px solid #B4B4B4;
			z-index: 2;
		}


		#nav_top li:first-child {
			border-left: 0;
			padding-left: 0;
		}


	#wrapper_date {
		float: right;
		padding-left: 20px;
	}

#wrapper_header {
	color: #555;
	width: auto;
	height: 220px;
	margin: 0 auto 16px;
	background: #FFF url(images/bg_logo.jpg) center top no-repeat;
	z-index: 1;
}

	#logo, #slogan {
		position: absolute;
	}

	#logo {
		top: 58px;
		left: 32px;
		z-index: 3;
	}

		#logo, #logo * {
			display: block;
			width: 367px;
			height: 97px;
			overflow: hidden;
		}

		#logo a {
			background: url(images/centriforce-logo-2010.gif) left top no-repeat;
			text-indent: -999em;
		}

	#slogan {
		top: 127px;
		left: 137px;
		z-index: 2;
	}

		#slogan, #slogan h4 {
			display: block;
			width: 262px;
			height: 14px;
			overflow: hidden;
		}

		#slogan h4 {
			background: url(images/bg_slogan_2010.gif) left top no-repeat;
			text-indent: -999em;
		}

	#header_address {
		position: absolute;
		left: 138px;
		top: 195px;
		width: 600px;
		color: #595A5C;
		font-size: 90%;
	}

	#header_address a {
		color: #595A5C ! important;
		font-weight: normal;
	}


#wrapper_nav {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 38px;
	border-top: 1px solid #7FBF2B;
	border-bottom: 1px solid #7FBF2B;
}
	
	#wrapper_nav ul {
		position: relative;
		display: table-row;
		/*width: 100%;
		margin: 0;
		padding: 0;
		height: 38px;*/
	}

		#wrapper_nav li {
			position: relative;
			display: table-cell;
			vertical-align: middle;
			background-color: #7FBF2B;
			margin: 0;
			padding: 0;
			height: 38px;
/*			border-right: 1px solid #7FBF2B;*/
			border-right: 1px solid #77B327;
		}

		#wrapper_nav li:first-child {
/*			border-left: 1px solid #7FBF2B;*/
			border-left: 1px solid #77B327;
		}


		#wrapper_nav li div {
			display: table;
			width: 100%;
			height: 100%;
		}

		#wrapper_nav li div a {
			display: table-cell;
			text-align: center;
			vertical-align: middle;
			width: auto;
			height: 38px;
			padding: 1px 15px 0;
			/*background-color: #7FBF2B;*/
			background: #7FBF2B url(images/bg_nav.png) left bottom repeat-x;
			color: #FFF;
			/*text-transform: uppercase;*/
			font-weight: bold;
			font-size: 95%;
			line-height: 1em;
		}

		#wrapper_nav li div a:hover, #wrapper_nav li div a.selected {
			background: #FFFFFF none;
			/*background: #FFFFFF url(images/bg_nav_hover.jpg) left bottom repeat-x;*/
			text-decoration: none;
			color: #7FBF2B;
		}



#wrapper_columns {
	background-color: #FFF;
	margin-bottom: 0px;
	/*overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	padding: 16px 0;
}

.pg_centriforce_worldwide #wrapper_columns {
	background: #FFF url(images/bg_world.gif) center 100px no-repeat;
}

#wrapper_left, #wrapper_right {
	width: 174px;
	/*padding: 0 13px;*/
	padding: 0;
}

#wrapper_left { 
	float: left;
	margin: 0;
/*	margin-left: -225px;*/
	margin-left: -225px;
	color: #555;
}

	#wrapper_search {
		padding: 0 0 2px;
	}

		#wrapper_search label {
			display: block;
			text-transform: uppercase;
			color: #7FBF2B;
			padding: 0 0 2px;
			margin: 0;
			font-size: 110%;
			font-weight: bold;
			cursor: default;
		}

		#wrapper_search .txt {
			width: 143px;
			border: 1px solid #96979A;
			border-right: 0;
			height: 16px;
			font-size: 10px;
			padding: 0;
		}

		#wrapper_search .btn {
			border: 0;
			padding: 0;
			margin: 0;
			background-color: #7FBF2B;
			/*background: #7FBF2B url(images/btn_go.gif) center center no-repeat;*/
			width: 28px;
			height: 18px;
			cursor: pointer;
			text-transform: uppercase;
		}

	#nav_left ul {
		position: relative;
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	#nav_left ul li {
		position: relative;
		padding: 0;
		margin: 13px 0 0;
	}

	.list_pictures li a {
		display: block;
		text-align: center;
		/*text-transform: uppercase;*/
		background-color: #7FBF2B;
		padding: 5px 0 0;
		color: #FFF ! important;
		font-weight: normal ! important;
		font-size: 110%;
	}

	.list_pictures li a:hover {
		background-color: #A3CA6A;
		text-decoration: none;
	}

		.list_pictures li a img {
			margin-top: 5px;
			vertical-align: bottom;
		}


	.list_dotted {
		padding-top: 20px ! important;
	}
	
	.list_dotted li {
		display: block;
		border-bottom: 1px dotted #7FBF2B;
		margin: 0 ! important;
	}

	.list_dotted li:first-child {
		border-top: 1px dotted #7FBF2B;
	}

		.list_dotted li a, .list_dotted li a:visited, .list_dotted li a:active {
			display: block;
			padding: 6px 8px;
			color: #555;
		}

			.list_dotted li a:hover, .list_dotted li a.selected {
				background-color: #E8F4D6;
				text-decoration: none;
			}

			.list_dotted li a.selected {
				/*font-size: 110%;*/
				color: #222 ! important;
			}


#wrapper_content { 
	color: #555;
	width: auto;
	min-height: 400px;
	/*margin: 0 214px;*/
	margin: 0 200px;
/*	padding: 0 17px 10px;*/
	padding: 0 24px 10px;
	border-left: 1px solid #7EBE2A;/*#000;*/
	border-right: 1px solid #7EBE2A;/*#000;*/
}

.pg_news #wrapper_content,
.pg_sitemap #wrapper_content,
.pg_faqs #wrapper_content,
.pg_faqs_common #wrapper_content,
.pg_about_customers #wrapper_content,
.product_cat #wrapper_content,
.pg_search #wrapper_content,
.case_study #wrapper_content,
.product_videos #wrapper_content,
.pg_about_operations #wrapper_content,
.pg_applications #wrapper_content {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
}

	#body {
		float: left;
		/*width: 490px;*/
		width: 504px;
		margin-bottom: 60px;
	}

	.pg_sitemap #body,
	.pg_applications #body,
	.pg_search #body,
	.product_cat #body,
	.case_study #body,
	.product_videos #body,
	.pg_about_operations #body,
	.pg_faqs #body,
	.pg_faqs_common #body,
	.pg_about_customers #body,
	.pg_news #body {
		width: 729px;
	}


		#body p, #body li {
			line-height: 1.6em;
		}

		#wrapper_breadcrumbs {
			font-size: 85%;
			margin-bottom: 1em;
			color: #B0B0B0;
			font-weight: bold;
		}

			#wrapper_breadcrumbs, #wrapper_breadcrumbs a {
				color: #000 ! important;
			}

			#wrapper_breadcrumbs a:hover {
				text-decoration: underline;
			}

		.intro {
			padding: 11px 12px;
			background-color: #DAECC2;
			font-weight: bold;
			line-height: 1.4em;
			margin-bottom: 1em;
			/*color: #FFF ! important;*/
			color: #74AA26 ! important;
		}

			.intro, .intro p {
				line-height: 1.4em ! important;
			}

			.intro a {
				color: #FFF ! important;
				text-decoration: underline;
			}

			.intro img {
				float: right;
				margin: -11px -12px -11px 10px;

			}

		/*#body_copy h1, #body_copy h2, #body_copy h3, #body_copy h4, */
		#body_copy h5, #body_copy h6 {
			color: #8CC141;			
		}


#wrapper_right { 
	float: right;
	margin: 0;
/*	margin-right: -225px;*/
	margin-right: -225px;
	padding-bottom: 50px;
	color: #555;
}

.pg_sitemap #wrapper_right,
.pg_applications #wrapper_right,
.product_cat #wrapper_right,
.pg_search #wrapper_right,
.case_study #wrapper_right,
.product_videos #wrapper_right,
.pg_about_operations #wrapper_right,
.pg_about_customers #wrapper_right,
.pg_faqs_common #wrapper_right,
.pg_faqs #wrapper_right {
	display: none;
}

	.wrapper_promo ul {
		position: relative;
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	.wrapper_promo ul li {
		position: relative;
		padding: 0;
		margin: 13px 0 0;
	}

		.wrapper_promo ul li a {
			display: block;
			background-color: #EEEEEE;
			padding: 5px 10px 10px;
			color: #555 ! important;
/*			font-weight: bold;*/
			font-weight: normal;
		}

		.wrapper_promo ul li a:hover {
			background-color: #E8F4D6;
			text-decoration: none;
		}

			.wrapper_promo ul li a img {
				margin: -5px -10px 1px -10px;
			}

	.wrapper_promo_list ul {
		position: relative;
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	.wrapper_promo_list h3 {
		font-size: 120%;
		color: #7FBF2B;
		padding-bottom: 0.5em;
		border-bottom: 1px solid #555;
		margin-bottom: 0.5em;
	}
	
	.wrapper_promo_list ul li {
		position: relative;
		margin: 0;
		padding: 0.25em 0;
		padding-left: 16px;
		background: url(images/icon_bullet.gif) left 0.6em no-repeat;
	}

		.wrapper_promo_list ul li h4 {
			font-size: 100%;
			font-weight: normal;
		}
	
		.wrapper_promo_list ul li a {
			color: #555 ! important;
			/*text-decoration: underline ! important;*/
			font-weight: normal ! important;
		}
	
		.wrapper_promo_list ul li a:hover {
			color: #888 ! important;
		}

	#nav_right ul {
		padding:0px;
		margin:0px;
	}
	#nav_right ul li {
		padding:0px;
		margin:0px;
		list-style-type: none;
		display:block;
	}
	#nav_right .selected {
		color:red;
		font-weight:bold;
	}

	#logo_nwrda {
		position: absolute;
		bottom: 0px;
		right: -200px;
		width: 99px;
		height: 41px;
		display: none;
	}

	.pg_home #logo_nwrda {
		display: block;
	}

	/*.view_product #logo_nwrda,
	.pg_faqs #logo_nwrda,
	.pg_news #logo_nwrda {
		right: 20px;
	}*/

#wrapper_bottom {
	text-align: center;
	background-color: #7FBF2B;
	padding: 10px 20px;
}

	#wrapper_bottom ul {
		display: inline;
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

		#wrapper_bottom ul li {
			display: inline;
			padding: 0 2px 0 5px;
			margin: 0;
			border-left: 1px solid #FFF;
			font-size: 11px;
		}

		#wrapper_bottom ul li:first-child {
			border-left: 0;
		}

		#wrapper_bottom ul li a {
			color: #FFF ! important;
		}

		#wrapper_bottom ul li a.selected, #wrapper_bottom ul li a:hover {
			text-decoration: underline;
		}

#wrapper_footer { 
	width: auto;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}

#wrapper_footer, #wrapper_footer a {
	color: #555 ! important;
}
	



/* shadow */

.shadow_tl, .shadow_l, .shadow_bl, .shadow_b, .shadow_br {
	position: absolute;
}

.shadow_tl {
	top: 1px;
	background: url(images/shadow_tl.gif) left top no-repeat;
	height: 4px;
}

.shadow_tl, .shadow_l, .shadow_bl {
	left: -4px;
	width: 4px;
}

.shadow_l {
	top: 5px;
	bottom: 0px;
	background: url(images/shadow_l.gif) left top repeat-y;
}

.shadow_b, .shadow_bl, .shadow_br {
	bottom: -5px;
	height: 5px;
}

.shadow_bl {
	background: url(images/shadow_bl.gif) left top no-repeat;
}

.shadow_b {
	left: 0px;
	right: 5px;
	background: url(images/shadow_b.gif) left top repeat-x;
}

.shadow_br {
	right: 1px;
	width: 4px;
	background: url(images/shadow_br.gif) left top no-repeat;
}

.table {
	border-collapse: collapse;
}

	.table th, .table td {
		padding: 2px 5px;
		text-align: left;
		border: 1px solid #7FBF2B;
	}

	.table th {
		background-color: #B2DB77;
		color: #FFF;
	}

.table_padded {
	border-collapse: collapse;
	border: 0;
}

	.table_padded th, .table_padded td {
		padding: 5px 10px;
		text-align: left;
		vertical-align: top;
		border: 0;
	}

	.table_padded th {
		background-color: #B2DB77;
		color: #FFF;
	}

ul.related_files {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

	ul.related_files li {
		padding: 0.25em 0;
		line-height: 1em;
		margin: 0;
		/*font-family: Courier New,Andale Mono,Monaco,Courier,Monospace; */
		font-size: 90%;
	}

	ul.related_files li img {
		vertical-align: middle;
		line-height: 1em;
		margin-right: 10px;
	}

	ul.related_files li a {
		/*color: #8CC141;*/
		/*color: #7FBF2B;*/
		color: #555;
		font-weight: normal;
		text-decoration: none ! important;
	}

	ul.related_files li a:hover {
		color: #888;
	}


.arabic_lbl {
	width: 63px;
	height: 17px;
	overflow: hidden;
	/*margin: 5px 0 -5px 0;*/
	vertical-align: top;
}

#btn_stockists a {
	margin-top: 11px;
	width: 174px;
	height: 157px;
	display: block;
	background: url(images/where-can-i-buy-stokbord-sheets.jpg) left top no-repeat;
	text-indent: -999em;
	overflow: hidden;
}


.corner {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.corner_tr {
	background: url(images/corners/tr.png) left top no-repeat;
	top: 0px;
	right: 0px;
}

.corner_br {
	background: url(images/corners/br.png) left top no-repeat;
	bottom: 0px;
	right: 0px;
}

.corner_bl {
	background: url(images/corners/bl.png) left top no-repeat;
	bottom: 0px;
	left: 0px;
}

.corner_tl {
	background: url(images/corners/tl.png) left top no-repeat;
	top: 0px;
	left: 0px;
}

#wrapper_header_animation, #header_animation_frame, #wrapper_header_animation img {
	position: absolute;
	width: 426px;
	height: 218px;
}

#wrapper_header_animation {
	top: 2px;
	left: 503px;
	background-color: #FFF;
}

#header_animation_frame, #wrapper_header_animation img {
	top: 0px;
	left: 0px;
}

#header_animation_frame {
	background: url(images/animation/animation_frame.png) left top no-repeat;
}



/****** this stylesheet is overwritten by htaccess *******/

#wrapper_case {
	padding: 1em 0;
}

	.case_listing {
		padding: 1em 0;
	}

	.case_listing h3 {
		display: inline;
	}

	.case_listing a {
		text-decoration: none ! important;
		color: #8CC141;
	}

	.case_listing a:hover {
		color: #000;
	}

	.case_listing p {
		padding-top: 0.5em;
	}

	.case_listing img {
		float: right;
		margin-left: 10px;
	}


#wrapper_case_images {
	float: right;
	width: 190px;
	text-align: right;
	z-index: 20;
	padding: 0 0 10px;
}

	#wrapper_case_images img {
		margin: 0 0 10px;
	}
