/*
	Project:		Svensk Flamskyddsteknik AB
	Author:   		Xelera Communication AB
	Last edit:		2006-10-25
-------------------------------------------------*/
#skip,
#navbar,
#sidebar,
#footer-link,
form {display: none;}
	
body {
	font: normal 69%/155% "Trebuchet MS", Tahoma, Helvetica, sans-serif;
}

/* Link
-------------------------------------------------*/
a:link,
a:visited,
a:active {
	color: #c30;
	text-decoration: none;
}
a:hover {
	color: #c30;
	text-decoration: underline;
}
a.no-border {border: 0;}	

/* Headers
-------------------------------------------------*/
h1, h2, h3, h4, h5, h6  {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	background: transparent;
}
h1 {
	margin: 1.2em 0 0.7em 0;
	font-size: 182%;
	font-weight: bold;
}
h2 {
	margin: 0 0 1em 0;
	font-size: 1.27em;
	font-weight: bold;
}
h3 {
	font-size: 1.27em;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}


/* Data tables
-------------------------------------------------*/
table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
caption {
	font-style: italic;
	text-align: left;
	}
th {font-weight:bold;}
th,
td {
	text-align: left;
	vertical-align: top;
	padding: 0.25em 0 0.25em 0;
	}

/* Other
-------------------------------------------------*/
.clearer {
	line-height: 0;
	height: 0;
	clear: both;
	}
/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-block;}
.clearfix {display: block;}
#header img {
	width: 649px;
	border: 0;
}
#main {width: 100%;}
#product-groups .box-content {
	padding: 2em 0;
}
#footer {
	width: 100%;
	margin-top: 1em;
	padding: 0.5em 0;
	border-top: 1px solid #000;
	}
#footer a {color: #000;}
