	/*
		Heco DC stylesheet
		Created: 2009-02-10
		Modified: 2009-02-25
		
		Contents
		============================
		1. General
		2. Header
		3. Navigation
		4. Main content
		5. Carousel control
		6. Carousel
		7. Sidebar
		8. Misc
		9. Thickbox specific css
		============================
	*/
	
	
	/******************************************
	  1. General
	******************************************/
	
  body
  {
	background-color: #ef8620;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
  }
		
	a
	{
		color: #000;
		text-decoration: none;
		
	}	
		
	h3
	{
		font-size: 14px;
		margin: 0;
		
	}	
		
	#wrapper
  {
    width: 836px;
	width: 940px;
    min-height: 500px;
	margin: 1.5em auto;
    background: #fff;
  }	






#wrapper-top {
	background-image: url('/images/gui/bg-top.jpg');
	background-repeat: no-repeat;
	height: 37px;
}
#wrapper-mid {
	background-image: url('/images/gui/bg-mid.jpg');
	background-repeat: repeat-y;
}
#wrapper-bot {
	background-image: url('/images/gui/bg-bot.jpg');
	background-repeat: no-repeat;
	height: 46px;
}

#wrapper-content {
	padding: 0 50px 0 50px;
}



	

	/******************************************
	  2. Header
	******************************************/

  #header
  {
    position: relative;
    float: left;
	background: url(../images/gui/header2.jpg) 0 0 no-repeat;
	width: 836px;
	height: 180px;	
  }

  h1#logo
  {
    position: absolute;
    top:0;
    left:0;
  	float: left;
  	margin: 0;
  	padding: 0;
  }

  h1#logo a 
  {
    display: block;
    height: 160px;
    width: 220px;
    text-indent: -9999px;
    overflow: hidden;
  }


  h2#logo-heco
  {
    position: absolute;
    top:0;
    left:720px;
  	float: left;
  	margin: 0;
  	padding: 0;
  }

  h2#logo-heco a 
  {
    display: block;
    height: 100px;
    width: 100px;
    text-indent: -9999px;
    overflow: hidden;
  }



	#quote
	{
		float: right;
		width: 600px;
		margin: 0 20px 20px 20px;		
		font-size: 11px; 
		font-weight: bold;
		font-style: italic;
		line-height: 2;
	}
	#quote a {
		color: #1b5387;
	}

	
	/******************************************
	  3. Navigation
	******************************************/

  #navigation
  {
    float: right;
	margin: 105px 0 0 0;
  }

  #navigation ul
  {
    list-style-type: none;
    margin: 0;
    padding: 0;
  	display: inline;
  }
  
  #navigation ul li
  {
  	display: inline;
    float: left;
    margin: 0;
  }
  
  #navigation ul li a
  {
    display: block;
    float: left;
	border-left: 2px #fff solid;
	height: 20px;
	padding: 10px 10px 10px 10px;
	padding: 10px 8px;
	color: #000;
	line-height: 19px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
  }
#navigation ul li a:hover {
	color: #fff;
	background-image: url('../images/gui/menu-bg-active.jpg');
	text-decoration: none;
}

  #navigation ul li a:hover
  {
  	text-decoration: underline;
  }

	/******************************************
		4. Main content
	******************************************/

 #slider-wrapper
 {
 	float:left;
	
 }

  #content
  {
    float: left;
    width: 620px;
  }

	body.subpage #content
	{
	  width: 500px;
		margin: 20px 20px 20px 240px;
		
	}
	
	body.subpage-with-sidebar #content {
		width: 100%;
	}
	body.subpage-with-sidebar #content .sidebar {
		float: left;
		margin-right: 20px;
		text-align: center;
		width: 225px;
	}
	body.subpage-with-sidebar #content .sidebar img {
		margin: 0 auto;
	}
	body.subpage-with-sidebar #content .main {
		float: left;
		width: 590px;
	}
	
	
	body.subpage #content img
	{
	 display: block;
	 margin: 40px 0 15px 0;
		
	}

	body.subpage #content strong
	{
	 display: block;
  }		

	body.subpage #content ul
	{
	 padding: 15px;
	}

	body.subpage #content ul li
	{
	 margin-bottom: 10px;
	}
	
	

	/******************************************
	  5. Carousel control
	******************************************/


  /** control **/
  #slider-wrapper 
  {
  	float:left;
	background: #ECEDED;
    margin: 0 4px 0 4px;
	padding-top: 10px;
	width: 180px; 
	height: 400px;
  }

  ol.jcarousel-control 
  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
	float: left;
  }

  

  ol.jcarousel-control li
  {
    padding: 5px 10px 5px 10px;
    margin: 0;
	height: 20px;
    text-align: left;
	float: left;
  }


  ol.jcarousel-control li a
  {
	display: block;
	float: left;
	height: 30px;
	padding: 0 0 0 55px;
	margin: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
  }

  ol.jcarousel-control li.active a
  {
  	background-position: 0 -30px;
  }


  /** 1. **/
  ol.jcarousel-control li a.item1
  {
	background-image: url(../images/gui/steps/1.gif);
  }

  /** 2. **/
  ol.jcarousel-control li a.item2
  {
	background-image: url(../images/gui/steps/2.gif);
  }

  /** 3. **/
  ol.jcarousel-control li a.item3
  {
	background-image: url(../images/gui/steps/3.gif);
  }

  /** 4. **/
  ol.jcarousel-control li a.item4
  {
	background-image: url(../images/gui/steps/4.gif);
  }

  /** 5. **/
  ol.jcarousel-control li a.item5
  {
	background-image: url(../images/gui/steps/5.gif);
  }

  /** 6. **/
  ol.jcarousel-control li a.item6
  {
	background-image: url(../images/gui/steps/6.gif);
  }

  /** 7. **/
  ol.jcarousel-control li a.item7
  {
	background-image: url(../images/gui/steps/7.gif);
  }

  /** 8. **/
  ol.jcarousel-control li a.item8
  {
	background-image: url(../images/gui/steps/8.gif);
  }

  /** 9. **/
  ol.jcarousel-control li a.item9
  {
	background-image: url(../images/gui/steps/9.gif);
  }



  ol.jcarousel-control li a:hover,
  ol.jcarousel-control li.active a
  {
    font-weight: bold;
  }
  
  /** /control **/

  	/******************************************
	  6. Carousel
	******************************************/

  
	#carousel-wrapper
	{
		float: left;
		display: inline;
		position: relative;
		height: 460px;
		background: #F19000;
	}

	/**
	 *  Carousel item
	 *  width: 511px; 
	 * 	height: 400px; 
	 */
	#carousel
	{
		display: inline;
		float: left;
	    width: 481px; 
	    height: 374px; 
		margin: 12px 52px 12px 52px;
		background: #fff;
		border: solid #918F8F 2px;
		padding: 15px;
		background: #fff;
	}

	/**
	 *  Carousel item
	 *  width: 511px; 
	 * 	height: 400px; 
	 */
	#content .carousel-item 
	{
		float:left;
		display:inline;
		width: 481px; 
	 	height: 374px; 
	}


	#carousel ol li h3
	{
		font-size: 16px;
	}



	.prevSlide
	{
		position: absolute;
		top: 200px;
		left: 15px;
		
	}

	.nextSlide
	{
		position: absolute;
		top: 200px;
		right: 15px;
		
	}

	/******************************************
		7. Sidebar
	******************************************/

  #sidebar
  {
    float: left;
    width: 30%;
  }


	/******************************************
		8. Misc
	******************************************/
	
	.clr
	{
    clear: both;
  }

				
	/******************************************
		8. Thickbox specific css
	******************************************/
					
	/** Thickbox specific link and font settings **/
	#TB_window {
		font: 12px Arial, Helvetica, sans-serif;
		color: #333333;
	}
	
	#TB_secondLine {
		font: 10px Arial, Helvetica, sans-serif;
		color:#666666;
	}
	
	#TB_window a:link {color: #666666;}
	#TB_window a:visited {color: #666666;}
	#TB_window a:hover {color: #000;}
	#TB_window a:active {color: #666666;}
	#TB_window a:focus{color: #666666;}

	/** Thickbox settings **/
	#TB_overlay {
		position: fixed;
		z-index:100;
		top: 0px;
		left: 0px;
		height:100%;
		width:100%;
	}
	
	.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
	.TB_overlayBG {
		background-color:#000;
		filter:alpha(opacity=75);
		-moz-opacity: 0.75;
		opacity: 0.75;
	}
	
	* html #TB_overlay { /* ie6 hack */
	     position: absolute;
	     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
	
	#TB_window {
		position: fixed;
		background: #ffffff;
		z-index: 102;
		color:#000000;
		display:none;
		border: 4px solid #525252;
		text-align:left;
		top:50%;
		left:50%;
	}
	
	* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}
	
	#TB_window img#TB_Image {
		display:block;
		margin: 15px 0 0 15px;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #666;
		border-left: 1px solid #666;
	}
	
	#TB_caption{
		height:25px;
		padding:7px 30px 10px 25px;
		float:left;
	}
	
	#TB_closeWindow{
		height:25px;
		padding:11px 25px 10px 0;
		float:right;
	}
	
	#TB_closeAjaxWindow{
		padding:7px 10px 5px 0;
		margin-bottom:1px;
		text-align:right;
		float:right;
	}
	
	#TB_ajaxWindowTitle{
		float:left;
		padding:7px 0 5px 10px;
		margin-bottom:1px;
	}
	
	#TB_title{
		background-color:#e8e8e8;
		height:27px;
	}
	
	#TB_ajaxContent{
		clear:both;
		padding:2px 15px 15px 15px;
		overflow:auto;
		text-align:left;
		line-height:1.4em;
	}
	
	#TB_ajaxContent.TB_modal{
		padding:15px;
	}
	
	#TB_ajaxContent p{
		padding:5px 0px 5px 0px;
	}
	
	#TB_load{
		position: fixed;
		display:none;
		height:13px;
		width:208px;
		z-index:103;
		top: 50%;
		left: 50%;
		margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	}
	
	* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}
	
	#TB_HideSelect{
		z-index:99;
		position:fixed;
		top: 0;
		left: 0;
		background-color:#fff;
		border:none;
		filter:alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
		height:100%;
		width:100%;
	}
	
	* html #TB_HideSelect { /* ie6 hack */
	     position: absolute;
	     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
	
	#TB_iframeContent{
		clear:both;
		border:none;
		margin-bottom:-1px;
		margin-top:1px;
		_margin-bottom:1px;
	}
	
	
	/******************************************
		Trallskruv
	******************************************/
	body.trallskruv #content .sidebar ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	body.trallskruv #content .sidebar ul li {
		list-style-type: none;
		margin: 5px 0;
		padding: 0;
	}
	body.trallskruv #content .sidebar ul li a {
		background-color: #000;
		color: #fff;
		display: block;
		padding: 5px 0;
	}
	
	body.trallskruv #content .main h3 {
		margin: 20px 0 0 0;
		text-transform: uppercase;
	}
	body.trallskruv #content .main p {
		margin: 5px 0 10px 0;
	}
	body.trallskruv #content .main div.sammanfattning {
		background-color: #ffe8cc;
		margin: 20px 0;
		padding: 10px;
	}
	body.trallskruv #content .main div.sammanfattning h3 {
		margin: 0;
	}
	body.trallskruv #content .main div.sammanfattning table {}
	body.trallskruv #content .main div.sammanfattning table tr {}
	body.trallskruv #content .main div.sammanfattning table tr td {
		padding: 5px;
	}
	body.trallskruv #content .main div.sammanfattning table tr td.title {
		font-style: italic;
		font-weight: bold;
		width: 120px;
	}
				
	body.trallskruv #content .main table#uppstallning {
		border-collapse: collapse;
		margin: 10px 0 5px 0;
		width: 100%;
	}
	body.trallskruv #content .main table#uppstallning tr {}
	body.trallskruv #content .main table#uppstallning tr td {
		background-color: #ffe8cc;
		border-bottom: 0;
		border-left: 0;
		border-right: 5px solid #fff;
		border-top: 2px solid #fff;
		padding: 5px;
		text-align: center;
		width: 30px;
	}
	body.trallskruv #content .main table#uppstallning tr td.title {
		font-weight: bold;
		padding: 5px 2px 5px 10px;
		text-align: left;
		width: 140px;
	}
	body.trallskruv #content .main table#uppstallning tr.thead {}
	body.trallskruv #content .main table#uppstallning tr.thead td {
		border-top: 0;
	}
	body.trallskruv #content .main table#uppstallning tr.row-alt td {
		background-color: #ffc083;
	}
	body.trallskruv #content .main .star {
		float: right;
		margin: 0 10px 30px 0;
	}
	body.trallskruv #content .main img.screw-description {
		margin: 10px 0 40px 0;
	}
	
	
	body.trallskruv #content .screw-item {
		background-color: #ffe8cc;
		float: left;
		height: 420px;
		margin: 0 20px 20px 0;
		width: 405px;
	}
	body.trallskruv #content .screw-item-last {
		margin-right: 0;
	}
	body.trallskruv #content .screw-item h3 {
		background-color: #000;
		color: #fff;
		margin: 0;
		padding: 5px 0;
		text-align: center;
	}
	body.trallskruv #content .screw-item p {
		line-height: 1.5em;
		margin: 5px 0 10px 0;
		padding: 0;
	}
	body.trallskruv #content .screw-item .content {
		padding: 10px;
	}
	body.trallskruv #content .screw-item img.header {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	
	
	
	
				
