/* CSS Document - copyright Allison Cleaves Web Media 2007, All rights reserved */
.print {
	visibility: visible;
	height: auto;
}
.print2 {
	visibility: visible;
	height: auto;
}
.noprint {
	visibility: hidden;
	height: 1px;
}
/* -----------TAG STYLES------------- */
body {
	margin-top: 35px;
	padding: 0px;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
}
p {
	text-align: left;
	font: 82% Arial, helvetica, sans-serif;
	margin-bottom: 12px;
	margin-top: 24px;
}
h1{
	font: bold 100%/75% Arial, helvetica, sans-serif;
	color: #D80909;
	margin-top: 17px;
	margin-bottom: 0px;
	padding: 0px;
}
h2 {
	font: bold 85%/65% Arial, helvetica, sans-serif;
	color: #D80909;
	margin-top: 16px;
	margin-bottom: 0px;
	padding: 0px;
	text-decoration: underline;
}
p a:link {
	color: #D80909;
	text-decoration: underline;
	font-size: 100%;
	font-weight: normal;
	padding: 0px;
}
p a:visited {
	color: #D80909;
	text-decoration: underline;
	font-size: 100%;
	font-weight: normal;
	padding: 0px;
}
p a:hover {
	color: black;
	text-decoration: underline;
	font-size: 100%;
	font-weight: normal;
		padding: 0px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	list-style-type: disc;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	list-style-position: outside;
	list-style-type: lower-roman;
	margin-left: 25px;
}
li.sec { padding: 10px 0px 0px 0px;}
/* --------Index table--------- */
table {
	border: none;
	padding: 0px;
	margin: 8px 0px 0px 0px;
}
td, th {
	border-top: 1px solid #D80909;
	border-right: 1px solid #D80909;
	padding: 3px 1px 3px 3px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}
th.heading1 {
	font-size: 90%;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #D80909;
}
th.heading2 {
	font-size: 90%;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-align: center;
	vertical-align: top;
	height: 28px;
}
th.product {
	text-align: center;
	vertical-align: top;
	height: 47px;
}
th.product a {
	font-size: 80%;
	font-weight: bold;
	font-variant: normal;
	line-height: 90%;
	text-decoration: none;
}
th.product a:link, th.product a:visited {
	font-size: 80%;
	color: black;
}
th.product a:hover {
	font-size: 80%;
	color: #D80909;
}
th.types {
	font-size: 75%;
	font-variant: normal;
	text-align: left;
	vertical-align: middle;
	border-left: 1px solid #D80909;
	height: 34px;
}
th.typesbottom {
	font-size: 75%;
	font-variant: normal;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #D80909;
	border-bottom: 1px solid #D80909;
	vertical-align: middle;
	height: 34px;
}
/* --------other Tables--------- */
table.floors {
	border: 1px solid #D80909;
	margin: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
table.floors td {
	padding: 3px 1px 3px 5px;
	height: auto;
	text-align: left;
	vertical-align: top;
}
td.noleft {
	padding: 3px 1px 3px 5px;
	height: auto;
	text-align: left;
	vertical-align: top;
	border-left: 0px;
	border-top: 2px solid #D80909;
}
td.noboth {
	padding: 3px 1px 3px 5px;
	height: auto;
	text-align: left;
	vertical-align: top;
	border-right: 0px;
	border-left: 0px;
	border-top: 2px solid #D80909;
}
td.left {
	padding: 3px 3px 3px 10px;
	text-align: left;
	border-left: 1px solid #D80909;
	vertical-align: top;
}
th.left {
	padding: 3px 3px 3px 10px;
	text-align: left;
	border-left: 1px solid #D80909;
	vertical-align: top;
}
th.leftheadnr {
	padding: 3px 3px 3px 10px;
	text-align: left;
	border-top: 2px solid #D80909;
	height: 50px;
	vertical-align: middle;
	border-left: 1px solid #D80909;
	border-right: none;
}
th.lefthead {
	padding: 3px 3px 3px 10px;
	text-align: left;
	border-top: 2px solid #D80909;
	height: 50px;
	vertical-align: middle;
	border-left: 1px solid #D80909;
	border-right: 1px solid #D80909;
}
th.top {
	padding: 3px 1px 3px 5px;
	vertical-align: top;
	text-align: left;
}
th.topleft {
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #D80909;
	padding: 3px 3px 3px 10px;
}
.small {
	font-size: 80%;
}
/* -----------Form------------- */
form {
  width: 330px; 
  margin-top: 6px;
  margin-left: 5px;
}
form p {
	clear: both;
	margin: 0px;
}
label
{
	font-size: 95%;
	float: left;
	display: block;
	margin-top: 8px;
}
input, textarea
{
	color: black;
	border: 1px solid #FF0000;
	float: right;
	display: block;
	width: 220px;
	font-family: Arial, helvetica, sans-serif;
	margin-top: 8px;
	visibility: visible;
	font-size: 100%;
}
.submit input
{
	color: black;
	background: #FEDFCA;
	border: 2px outset #FF0000;
}
.backbutton{	
	float: left;
	color: black;
	background: #FEDFCA;
	border: 2px outset #FF0000;
	font-size: 90%;
}
input.ffhide {
	border: none;
	display: none;
}
/* -----------Classes------------- */
p.actionpoint {
	font-size: 100%;
	color: #D80909;
	text-align: center;
	font-weight: bold;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}
p.index {
	text-align: left;
	font: 82% Arial, helvetica, sans-serif;
	margin-bottom: 12px;
	margin-top: 17px;
}
.p1 {
	margin-top: 3px;
	padding: 0px;
}
.copy {
	text-align: right;
	font: 70% Arial, helvetica, sans-serif;
	margin: 10px;
	color: black;
}
p.copy a:link, p.copy a:visited {
	text-decoration: none;
	color: black;
	font-family: Arial, helvetica, sans-serif;
}
p.copy a:hover {
	text-decoration: underline;
	font-family: Arial, helvetica, sans-serif;
}
.submenu {
	margin-top: 5px;
	padding: 0px;
	font-size: 70%;
}
.contactpara {
	margin-top: 13px;
	padding: 0px;
	font-size: 80%;
}
.mandatory {
	font-size: 78%;
	font-weight: bold;
}
p.contact {
	font-size: 90%;
}
.bottom {
	text-align: center;
	border-bottom: 1px solid #D80909;
	vertical-align: middle;
	}
.footertxt a:link, .footertxt a:visited {
	font: 100% Arial, helvetica, sans-serif;
	color: #D80909;
	text-decoration: underline;
}
.footertxt a:hover {
	font: 100% Arial, helvetica, sans-serif;
	text-decoration: underline;
	color: black;
}
p.footertxt {
	font: 85% Arial, helvetica, sans-serif;
	color: black;
	text-align: center;
	padding: 5px 0px;
	margin: 0px;
	text-decoration: none;
}
.center {text-align: center;}
.bic {
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	}
.indexbottom {
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 15px 0px;
	margin: 0px;
}
.indexbottom a:link {
	font-weight: bold;
}
.indexbottom a:visited {
	font-weight: bold;
}
.indexbottom a:hover {
	font-weight: bold;
}
.underline {text-decoration: underline;}
.bold {font-weight: bold;}
img.section {border: 1px black solid;}
/* -----------Check Rollovers------------- */
.check a:link, .check a:visited {
	background: url(../sharedimages/blackcheck.gif) no-repeat center center;
}
.check a:hover {
	background: url(../sharedimages/redcheck.gif) no-repeat center center;
}
.cross a:link, .cross a:visited {
	background: url(../sharedimages/blackcross.gif) no-repeat center center;
}
.cross a:hover {
	background: url(../sharedimages/redcross.gif) no-repeat center center;
}
/*----div classes for buttons in profoil profix and pregrooved sections----*/
.button1 a:link, .button1 a:visited {
	background: url(../profix/images/profixE.jpg) no-repeat left top;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	width: 266px;
	height: 200px;
	display: block;
}
.button1 a:hover {
	background: url(../profix/images/profixE_f2.jpg) no-repeat left top;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	height: 160px;
	width: 266px;
	height: 200px;
	display: block;
}
.button2 a:link, .button2 a:visited {
	background: url(../profix/images/profixS.jpg) no-repeat left top;
	margin: 10px 0px;
	padding: 0px;
	width: 266px;
	height: 200px;
	display: block;
}
.button2 a:hover {
	background: url(../profix/images/profixS_f2.jpg) no-repeat left top;
	margin: 10px 0px;
	padding: 0px;
	width: 266px;
	height: 200px;
	display: block;
}
.button3 a:link, .button3 a:visited {
	background: url(../pregrooved/images/battenedfloorpg.jpg) no-repeat left top;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	width: 266px;
	height: 200px;
	display: block;
}
.button3 a:hover {
	background: url(../pregrooved/images/battenedfloorpg_f2.jpg) no-repeat left top;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	width: 266px;
	height: 200px;
	display: block;
}
.button4 a:link, .button4 a:visited {
	background: url(../pregrooved/images/floatingpg.jpg) no-repeat left top;
	margin: 10px 0px;
	padding: 0px;
	width: 266px;
	height: 200px;
	display: block;
}
.button4 a:hover {
	background: url(../pregrooved/images/floatingpg_f2.jpg) no-repeat left top;
	margin: 10px 0px;
	padding: 0px;
	width: 266px;
	height: 200px;
	display: block;
}
.button5 a:link, .button5 a:visited {
	background: url(../profoil/images/floatingfloorprofoil.jpg) no-repeat left top;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	width: 266px;
	height: 110px;
	display: block;
}
.button5 a:hover {
	background: url(../profoil/images/floatingfloorprofoil_f2.jpg) no-repeat left top;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	width: 266px;
	height: 110px;
	display: block;
}
.button6 a:link, .button6 a:visited {
	background: url(../profoil/images/timberfloorprofoil.jpg) no-repeat left top;
	margin: 10px 0px;
	padding: 0px;
	width: 266px;
	height: 110px;
	display: block;
}
.button6 a:hover {
	background: url(../profoil/images/timberfloorprofoil_f2.jpg) no-repeat left top;
	margin: 10px 0px;
	padding: 0px;
	width: 266px;
	height: 110px;
	display: block;
}
.button7 a:link, .button7 a:visited {
	background: url(../profoil/images/flooronfloorprofoil.jpg) no-repeat left top;
	margin: 10px 0px;
	padding: 0px;
	width: 266px;
	height: 110px;
	display: block;
}
.button7 a:hover {
	background: url(../profoil/images/flooronfloorprofoil_f2.jpg) no-repeat left top;
	margin: 10px 0px;
	padding: 0px;
	width: 266px;
	height: 110px;
	display: block;
}
.button8 a:link, .button8 a:visited {
	background: url(../profoil/images/battenedfloorprofoil.jpg) no-repeat left top;

	margin: 10px 0px;
	padding: 0px;
	width: 266px;
	height: 110px;
	display: block;
}
.button8 a:hover {
	background: url(../profoil/images/battenedfloorprofoil_f2.jpg) no-repeat left top;
	margin: 10px 0px;
	padding: 0px;
	width: 266px;
	height: 110px;
	display: block;
}
/* ---- DIVS ---- */
#container {
	position: relative;
	margin: 35px auto 10px auto;
	width: 768px;
	height: auto;
	border: none;
}
/* ---- header and divs within header ---- */
#header {
	width: 768px;
	padding-top: 5px;
	background-image: url(../sharedimages/topcorner.gif);
	background-color: #FEDFCA;
	border: none;
	height: auto;
	background-repeat: no-repeat;
	background-position: left top;
}
#ffhack {
	height: 60px;
}
#logo {
	float: left;
	margin: 2px 0px 5px 0px;
}
#logo2 {
	float: right;
	margin: 2px 0px 5px 0px;
}
#action {
	float: left;
	width: 370px;
	display: inline;
	text-align: center;
	background: #FEDFCA;
	padding: 0px;
	margin: 5px 0px 0px 3px;
}
/* --Actionlink-- */
#action a:link, #action a:visited {	
	font-size: 100%;
	color: #D80909;
	text-align: center;
	font-weight: bold;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	}
#action a:hover {	
	font-size: 100%;
	color: black;
	text-align: center;
	font-weight: bold;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	}
#menu {
	text-align: right;
	float: right;
	background: #D80909;
	width: 768px;
	margin: 0px;
	padding: 0px;
}
#contactus {
	margin: 15px 0px;
	background-color: #FEDFCA;
	border: 1px solid #ff0000;
	padding: 18px 15px 18px 35px;
}
/*----Menu link styles----*/
#menu a:link, a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
}
#menu a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
}
/*----columns----*/
#columncontainer{
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	width: 768px;
}
#column1 {
	float: left;
	width: 264px;
	background-color: #FFFFFF;
	text-align: left;
	border: none;
	height: auto;
}
#column1 img {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#column2 {
	float: right;
	display: inline;
	width: 492px;
	background-color: #FFFFFF;
	text-align: left;
	border: none;
	height: auto;
}
#column3 {
	width: 766px;
	background-color: #FFFFFF;
	text-align: left;
	clear: both;
	margin: 3px 0px;
	padding: 0px;
}
#ff {
	min-height: 458px;
	background-color: #FFFFFF;
}
#callback{
	width: 345px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 20px;
}
#company {
	width: 395px;
	float: right;
	display: inline;
	background-color: #FFFFFF;
		margin-top: 20px;
}
/*----footer----*/
#address {
	width: 770px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url(../sharedimages/bottomcorner.gif);
	background-color: #FEDFCA;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: auto;
}
#redbar{
	background-color: #D80909;
	width: 770px;
	height: 8px;
	clear: both;
}
