/*****************************************************/
/*   Author:  Morten Pelle Korsmo                    */
/*            pelle@blend.no                         */
/*   Version: 1.0                                    */
/*   Date:    14. februar 2007                       */
/*****************************************************/

/*****************/
/*   MAIN BODY   */
/*****************/

div{
/*	border:1px solid red;*/
}

HTML,BODY {
	height: 100%; /* this is the key! */
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	font-family:Arial, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	background-image: url(../images/tectyl/bg_main.jpg);
	background-repeat: repeat-x;
}
img { 
	behavior: url(../css/iepngfix.htc); 
	border:0;
}
hr {
	background-color: #CCCCCC;
	border:0px;
	height: 1px;
}

P {
	padding-bottom: 10px;
}
A {
	color: #FF3333;
	text-decoration: none;
	/*border: 0px;*/
}

a:hover {
	text-decoration: underline;
}

.article{
	padding-top: 1px;
}
	
.articlelist {
	color: #000000;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px #fff;	
}

INPUT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.small {
	font-size: 90%;
}


TEXTAREA {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	/*width : 250px; */
	border: solid 1px rgb(200,200,200);
}
.products {
	width:170px;
	height:200px;
	float:left;
	margin-right:10px;
	/*border:1px solid red;*/
}
.productimage {
	width:178px;
	height:127px;
	overflow:hidden;
	text-align:center;
	/*float:left;
	border:1px solid black;*/
}
.productimage A {
	color:#FFFFFF;
	background:none;	
}
.radio {
	border: none;
	width:15px;
}

.button {
	background-color:#FF3333;
	border : 0px;
	vertical-align: middle;
	padding:1px 2px 1px 2px;
	font-weight: bold;
	color: #fff;
	border: 1px outset #cc3300;
	margin: 0px 2px 0px 2px;
	}

h1,h2,h3,h4,h5,h6,blockquote,p, table {
	margin-top: 0em;
	margin-bottom: 0em;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Arial Narrow", HelveticaCondensed, sans-serif;
	text-transform:uppercase;
	color:#FF0000;
	line-height: normal;
	}


/**************************/
/***   MISCELLANEOUS    ***/
/**************************/

#wrap {
	/*margin: 0px auto;*/
	behavior: url(../tectyl/css/iepngfix.htc);
}


#header {
	height: 92px;
	clear:both;
	background-repeat: repeat-x;
}
.loginarea {
	margin: 10px;
}


#logolink {
	height: 40px;
	padding-top: 20px;
	position:relative;
	clear:right;
}

#logopattern {
	width: 131px;
	height: 80px;
	float: left;
	margin-left: 5px;
}

#menuarea {
	height: 40px;
	width: 700px;
}

#topmenu {
	font-family: verdana, sans-serif;
	font-size:11px;
	padding: 0px; 
	margin-top: 10px;
	float:left;
}
UL#mainmenu li{
	padding: 2px 0px 2px 0px;
	margin:0px;
	border-bottom: solid 1px #FF3333;
	color:#000000;
	font-weight:bold;
	text-transform: uppercase;
	list-style-image:url(../images/tectyl/red_arrow.gif);
	list-style-position:inherit;
	margin-left:20px;
}
ul#mainmenu li .current,ul#mainmenu li .inpath{
	font-weight:bolder;

}
#submenu {
	font-size: 11px;	
}
#submenu ul, #submenu li{
	padding: 0px;
	margin:0px;
	list-style-type:none;		
}


#submenu .level1{
	padding: 2px 0px 2px 0px;
	margin:0px;
	border-bottom: solid 1px #FF3333;
	color:#000000;
	font-weight:bold;
	text-transform: uppercase;
}
#submenu .inpath  {
	border-bottom: solid 1px #FF3333;
	/*border-bottom:none;*/
}
#submenu li li.last, #submenu li li, #submenu li li.current {
	/*border-bottom: solid 1px #FF3333;*/
	border-bottom:none;
}
#submenu li li.current {
	color:#FF3333;

}
#submenu li li, li li.last , #submenu li li.current{
	padding: 2px 0px 2px 17px;
	margin:0px;
	/*color:#000000;*/
	font-weight:normal;
	text-transform: none;
	list-style: none;	
}

#submenu ul li a{
	color:#000;
	text-decoration:none;
}
#submenu ul li a:hover{
	text-decoration:underline;
}
#main {
	background-image: url(../tectyl/images/pattern_bottom_inv.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 15px;
	width: 916px;
}

#main_margin {
	margin-left: 50px;
	margin-right: 22px;
	margin-top: 35px;
}

#footer, #subfooter {
	padding-top: 0px;
	padding-bottom: 5px;
	position:relative;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	font-size: 90%;
}

#footer{

}
#subfooter{
	float:right;
}

#footer a:active, #footer a:hover {
	text-decoration: none;
	color: #FF3333;
}


.clear {
	clear: both;
	height:1px;
	overflow:hidden;
}

/* ULIKE SIDEMALER - LISTER */


#main_col1 {
	width: 165px;
	float: left;
	/*margin-right:15px;*/
}
#main_col2 {
	font-size: 90%;
	line-height: 1.26em;
	width: 165px;
	float: right;
}
.largeimage {
	float: right;
	width: 200px;
}


#main_center {
	margin: 0px 180px 0px 180px; /*top right bottom left */
	/*border:1px solid red;*/
}

#frontarticles .article{
	line-height: 1.26em;
	WIDTH: 175px;
	float:left;
	margin:0px;
	padding:0px;
	/*position:relative;*/
	margin-right: 10px;
	/*border:1px solid red;*/
	}	
	
#frontarticles .article .articleimg{
	width: 175px;
	height:117px;
	overflow:hidden;
	margin-bottom:10px;
	/*border:1px solid black;*/
}

.products .article .articleimg{
	width: 175px;
	height:105px;
	overflow:hidden;
	margin-bottom:10px;
}
.articleimg A {
	color:#FFFFFF;
	background:none;	
}
.products .article{
	line-height: 1.26em;
	WIDTH: 175px;
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	margin-right: 10px;
	
	}

#frontpageimage {
	/*height:350px;*/
	overflow:hidden;
	margin-bottom:10px;
	width: 550px;
}
#articleimage {
	height:230px;
	overflow:hidden;
	width: 550px;
}

.redline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	margin-bottom: 1em;
}
#main_center_1col {
	margin: 0px 0px 0px 180px;
}
#main_col2_wide {
	font-size: 90%;
	line-height: 1.26em;
	width: 165px;
	float: right;
}
#flashmap {
	float: left;
}
/* PDF document links */
a[href$='.pdf'] {
background:transparent url(/admin/img/edit/icons/file_pdf.gif) center right no-repeat;
display:inline-block;
padding-right:20px;
line-height:15px;
}
/* Excel Documents links */
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {
background:transparent url(/admin/img/edit/icons/file_excel.gif) center right no-repeat;
display:inline-block;
padding-right:20px;
line-height:15px;
}
/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
background:transparent url(/admin/img/edit/icons/file_word.gif) center right no-repeat;
display:inline-block;
padding-right:20px;
line-height:15px;
}

