/* --------------------------------------------

	CSS document for www.globalvarmeteknik.se
	Created by: Mediaworks (www.the-media-works.com)
	Copyright 2006

	Created: 2006-06-14
	Last updated: 2006-08-25

-------------------------------------------- */ 

body,html,p { /* clear margins and paddings */
	margin:0; 
	padding:0;
} 

/*--------------------------------------------------
	Default styles
----------------------------------------------------*/
body {
	background: #a4a8ac;
	font:62.5%/150% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	border-top: 5px solid #206b9a; /* blue */
}
a {
	color:#962B1D; /* dark red */
	font-weight:bold;
}
a:hover {
	color:#50170a; /* very dark red */
	text-decoration: none;
}
p, ul, ol {
	font-size:1.2em;
	padding-bottom:.9em;
}
#content h3 {
	font-size: 12px;
	border-bottom:1px solid #e1e4de;
	color:#666;
	padding-bottom:.3em;
	margin-bottom:.8em;
	text-align:left;
}
h3 {
	font-size: 13px;
	color:#000;
	padding-bottom:.3em;
	text-align:left;
}
#content img {
	border: 0;
	}
#content img a {
	border: 0;
	}
h2 {
	font-size:1.5em;
}
h2.a {
	font-size:1.5em;
}
h2.a:hover {
	font-size:1.5em;
	color: #999999;
}
h4 {
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:.2em;
}
h5 {
	text-transform:uppercase;
	letter-spacing:2px;
	padding:.5em 0;
	font-weight:bold;
	color:#666;
}
h6 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.1em;
	color:#999;
	padding-bottom:.3em;
	padding-top:10px;
}

/*--------------------------------------------------
	Layout
----------------------------------------------------*/
#wrapper {
	width: 770px;
	margin: 3% auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
	background: #fff url(img/bg-wrapper.jpg) repeat-y top left;
	}
#main-col {
	float: left;
	width: 100%;
	}
#content-inner {
	float: left;
	padding: 10px;
	}
.content-leftcol {
	float: left;
	margin-right: 10px;
	width: 250px;
	}
.content-rightcol {
	float: left;
	width: 214px;
	}

#content {
	float: left;
	width: 496px;
	margin: 0 0 0 0;
	background: #fff;
	border-top: 1px solid #7a8084;
	}
#sidebar {
	float: right;
	position: relative;
	width: 274px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bfbfbf;
	}
#sidebar { /* IE hack */
  width:272px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 274px;
} 
#sidebar img {
	border: 0;
	}
#sidebar img a {
	border: 0;
	}
#sidebar-content {
	margin-right: 15px;
	margin-left: 15px;
	}
/*--------------------------------------------------
											Header
----------------------------------------------------*/
#header {
	float: left;
	width: 100%;
	background: #fff url(img/header_bg.gif) no-repeat top left;
	}
#header img {
	padding: 0;
	margin: 0;
	border: 0;
	}
#header h1 {
	display: none;
	}
#header h1 a{
	border: 0;
	margin:0;
	padding:0;
	display: block;
	}
#header h1 a:hover{
	}
/*--------------------------------------------------
											Footer
----------------------------------------------------*/
#footer {
	clear: both;
	margin: 0;
	padding: 10px 10px 12px 10px;
	*\* padding: 10px 10px 17px 10px; /* IE hack */
	border-top: 1px solid #b0b5b8;
	background: #cecece;
	}
#footer_bottom {
	width: 770px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: #fff url(img/footer_bg.gif) bottom left no-repeat;
	}
	
/*--------------------------------------------------
											infobox
----------------------------------------------------*/
#infobox {
	margin: 0;
	padding: 18px;
	background: #f76024 url(img/news2.gif) no-repeat top left;
	border-left: 1px solid #b83d12;
	border-top: 1px solid #b83d12;
	border-bottom: 1px solid #b83d12;
	color:#fff;
	}
#infobox h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 158%;
	color: #fff;
	}
#infobox a{
	color: #fff;
	text-decoration:underline;
	}
#infobox a:hover{
	color: #fff5ee;
	text-decoration:none;
	}

/*--------------------------------------------------
											News
----------------------------------------------------*/
#news {
	padding: 0 18px 0 18px;
	}

/*--------------------------------------------------
											Main menu
----------------------------------------------------*/
#navigation {
	float: left;
	width: 100%;
	background: #cecece;
	border-top: 1px solid #bbb;
	}
#navigation ul {
	float: left;
	width: 738px;
	margin: -1px 0 0 0;
	padding: 0 0 10px 20px;
	list-style: none;
	}
#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	}
#navigation ul li a {
	display: block;
	float: left;
	margin: 1px 0 0 0;
	padding: 8px 6px 8px 6px;
	font-weight: bold;
	text-decoration: none;
	color: #555;
	background: #ccc;
	}
#navigation ul li a:hover {
	color:#000;
	background: #c6c6c6;
	}
#navigation ul li.active a, #nav ul li.active a:hover {
	margin-top: 0;
	padding-bottom: 10px;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: #fff;
	}
/*--------------------------------------------------
											Checked list
----------------------------------------------------*/
ul#checklist {
	margin: 10px 0 0 1px;
	padding: 0;
	}
ul#checklist li {
	margin: 0 0 10px 15px;
	padding: 0;
	list-style: square;
	text-indent: 0px;
	font-size: 13px;
	}
ul#checklist li a {
	font-weight: normal;
	}
ul#checklist li strong a {
	font-weight: bold;
	}

/*--------------------------------------------------
											Links sidebar menu
----------------------------------------------------*/

.sub_nav li {
	position:relative;
	padding:0;
	list-style:none;
	border: 0;
	border-bottom:1px solid #beb9b9;
	list-style:none;
	margin: 0 16px 0 5px;
	clear: both;
	}
.sub_nav li a.sub_nav 
   {
	width:200px;
	display:block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-weight: bold;
	}
.sub_nav li a:hover.sub_nav 
   {
	text-decoration: none;
	font-weight: bold;
	}
/*--------------------------------------------------
	form styling
----------------------------------------------------*/

#contactForm{
	z-index: 4;
	/* background:#a9c6cf;
	border:1px solid #97926e; */
	padding:1px 10px 10px;
	font-size: 12px;
	margin-bottom: 10px;
	}
#label {
	display:inline;
	margin:0 0 0 0.5em;
	}
#fieldset {
	border:0 solid #666;
	padding:0.5em;
	}
#legend {
	padding:0 0.5em;
	font-weight: bold;
	color: #648717;
}
#div {
margin-bottom:0.5em;
}
.submitarea {margin:1em 0 0;}

label {
	font-weight:bold;
	display:block;
	margin-top:1em;
	}
label.inl {display:inline;}
label em {
	font-weight:normal;
	font-style:normal;
	font-size:0.94em;
	}
legend {
	color:#000;
	font-weight:bold;
	margin:0;
	padding:0;
	}
input.txt {
	display:block;
	color:#000;
	background:#ccc;
	width: 440px;
	}
input.btn {
	padding:0 0.5em;
	float: right;
}
textarea.txt {
	display:block;
	color:#000;
	background:#ccc;
	width: 440px;
	}
input.txt:focus,
textarea.txt:focus {background:#c8e8f3;}



/*--------------------------------------------------
	Tables
----------------------------------------------------*/
table {
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 0 0;
	color:#000;
	padding-top: 5px;
	margin: 10px;
	}
th, td {
	border-bottom:1px solid #ba9;
	padding:5px 10px;
	text-align:left;
	color:#754;
	vertical-align:top;
	}
th {
color:#432;
	}
.head th {
	color: #000;
	font-size:1.1em;
	padding-top: 20px;
	font-weight: bold;
    }
tr.odd th,
tr.odd td {
	background:#efece3;
	}
tr:hover td,
tr:hover th {
	background:#FEFAE2;
	}

.style1 {color: #FF0000}

/*--------------------------------------------------
	Float images
----------------------------------------------------*/
img.floatLeft { 
	float: left;
	margin: 8px; 
}
img.floatRight { 
	float: right;
	margin: 8px; 
}
/*--------------------------------------------------
	EM
----------------------------------------------------*/
em{
	font-size:1.1em;
	padding-bottom:.4em;
	font-style:italic;

}
