@charset "utf-8";
/* CSS Document */

html{
  height:100%;
	font-size:77%;
  }      
body {
	padding: 0 370px 0 370px;                                                                   
	margin: 0;
	text-align: center;                                                        
	background: #f4f0da;
	font-family:Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	/*font-size:0.75em;*/
	height:100%;
	color:#606668;
	
}
h1, h2, h3, h4, h5, h6{
  padding:0px;
	margin:0px;
  }
ul, form, p, div, img, li, table, td, th{
  padding:0px;
	margin:0px;
	border:none;
  }
ul{
  list-style-position:inside;
  }

/* stiler for grid og layout*/	
#sizer {
	margin: 0 auto 0 auto;                                                      
	width: 50%;                                                                    
	max-width: 300px;  
	height:100%;                                                         
}


#expander {
	background: white;
	margin: 0 -370px 0 -370px;                                                                                
	min-width: 700px;                                                                              
	position: relative;

}

#bannerTop{
  margin-left:5%;
	background-color:#39a6e7;
	width:90%;
	height:70px;
	vertical-align:top
  }

#LogoSearch{
  border-top:solid 20px #ffffff;
  margin-left:5%;
	width:90%;
	height:60px;
	vertical-align:bottom;
	text-align:left;
	position:relative;
  }
	
#mainMenu{
  margin-left:5%;
	width:90%;
/*	height:56px;*/
	background:url(../loveit_img/hor_divider.gif) left bottom repeat-x;
	margin-bottom:20px;
	padding:0px;
	/*background-color:#3366FF*/
  }
                                                                             
* html #expander { height: 0; }
     

                                               
#wrapper { width: 100%;height:100% } 


                                     

#sidebar3, #sidebar2, #sidebar, #gradient {
	width: 34%;
	float: right;
	display: inline;                                   
	text-align: left;
	margin-right: 6%;
	height:100%;
	/*background-color:#ffeeff;*/
}
#gradient{
  margin-right:0;
	float:left;
	width:350px;
	margin-left:-200px;
	height: 70px; background-image:url(../loveit_img/transp.gif);
	background-repeat:no-repeat;
  }

#content2, #content, #hovedinnhold, #mainBanner {
	width: 54%;
	margin-left: 5%;
	text-align: left;
	float: left;
	display: inline; 
	height:100%; 
                             
}

#fullView{

  }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-table; }

                        
* html .clearfix {height: 1%;}
.clearfix {display: block;}
                          
#content2, #mainBanner{
  width:99%;
  margin-left:0px;
	height:70px;
	background-image:url(../banner.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}

#content, #hovedinnhold{
  padding-right:2%;
	background:url(../loveit_img/page_divider.gif) right top no-repeat;
  }
#bottom {
	margin-right: 5%;
	margin-left: 5%;
	}
#rightContent{
  width: 32%;
	float: right;
	display: inline;                                   
	text-align: left;
	margin-right: 5%;
	margin-left:0px;
	padding-left:2%;
	height:100%;
	/*background-color:#ffeeff;*/
  }
#contentLarge{
 	width: 90%;
	margin-left: 5%;
	text-align: left;
	float: left;
	display: inline; 
	height:100%; 
	background-image:none;
  }
#contentSmall{
  width:0%;
		float: right;
	display: inline;                                   
	text-align: left;
	margin-right: 5%;
	margin-left:0px;
	padding-left:2%;
	height:100%;
  }
