@charset "ISO-8859-1";
/*
	------------------------------------------------------
	Basics
	------------------------------------------------------
*/

body, html {
	background: #e5e5e5;
	width: 100%;
	color: #666666;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-width: 1000px;
}

/*
	------------------------------------------------------
	Framework
	------------------------------------------------------
*/

#head {
	width: 100%;
	height: 138px;
	background: #262626;
}

.wrap {
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
}

.wrap.main {
	background: #fff;
	line-height: 1.4em;
}

/*
	Login
*/

#logo {
	float: left;
	padding: 10px 0 0 0;
}

#logo a {
	width: 225px;
	height: 49px;
	background: url(/client/img/termosense_logo.gif) no-repeat;
	display: block;
	text-decoration: none;
}

#login {
	padding: 32px 0 0 0;
	height: 24px;
	/*width: 600px;*/
	/*background: #3c3c3c;*/
	float: right;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
}

.inputLogin {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	behavior: url(/client/css/border-radius.htc);
    border-radius: 12px;
	position: relative;
	/**/
	background: #fff;
	border: 0;
	padding: 5px 5px 5px 8px;
	margin: 0 0 0 4px;
	width: 111px;
	height: 14px;
	color: #7f7f7f;
}

.buttonLogin {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	behavior: url(/client/css/border-radius.htc);
    border-radius: 12px;
	position: relative;
	/**/
	background: #42b0d8;
	border: 0;
	/*padding: 5px;*/
	margin: 0 0 0 4px;
	width: 44px;
	height: 24px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

/*
	nav
*/

#nav {
	padding: 36px 0 0 0;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav ul li {
	float: left;
	border: 0;
	padding: 2px 9px 5px 9px;
	margin: 0 0 0 10px;
	height: 14px;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: 800;
}

#nav ul li:hover {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	behavior: url(/client/css/border-radius.htc);
    border-radius: 12px;
	position: relative;
	/**/
	background: #3c3c3c;
}

#nav ul li.active {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	behavior: url(/client/css/border-radius.htc);
    border-radius: 12px;
	position: relative;
	/**/
	background: #42b0d8;
}

/*
	Blue header / area
*/

#blueHeader {
	width: 100%;
	background: #42b0d8;
	padding: 16px 0 16px 0;
}

/*
	Order form
*/

#order {
	width: 860px;
	background: #bfbfbf;
	padding: 20px;
}

#order .expLink {
	text-decoration: none;
	padding: 2px 22px 0 0;
	height: 15px;
	display: table;
	background: url(/client/img/order_arrow_col.gif) no-repeat right;
}

#order .colLink {
	text-decoration: none;
	padding: 2px 22px 0 0;
	height: 15px;
	display: table;
	background: url(/client/img/order_arrow_exp.gif) no-repeat right;
}

.orderInputItem {
	float: left;
	color: #7f7f7f;
	padding: 10px 14px 0 0;
	font-size: .8em;
}

.orderInputItem p {
	padding: 0px 0 2px 5px;
	margin: 0;
}

.inputOrder {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	behavior: url(/client/css/border-radius.htc);
    border-radius: 12px;
	position: relative;
	/**/
	background: #fff;
	border: 0;
	padding: 5px 5px 5px 8px;
	margin: 0 0 0 4px;
	width: 141px;
	height: 14px;
	color: #7f7f7f;
}

.inputOrder .first {
	margin-left: 0;
}

.buttonOrder {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	behavior: url(/client/css/border-radius.htc);
    border-radius: 12px;
	position: relative;
	/**/
	background: #42b0d8;
	border: 0;
	/*padding: 5px;*/
	margin: 0 0 0 4px;
	width: 64px;
	height: 24px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

/*
	Footer
*/

#footer {
	width: 860px;
	background: #262626;
	padding: 10px 20px 20px 20px;
	color: #939393;
}

#footer a {
	color: #939393;
}

#footer .logo {
	width: 146px;
	float: left;
}

#footer .logo a {
	width: 146px;
	height: 32px;
	background: url(/client/img/termosense_footer_logo.gif) no-repeat;
	display: block;
	text-decoration: none;
}

#footer .contactInfo {
	width: 700px;
	float: right;
	padding: 18px 0 0 0;
}

.contactInfo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.contactInfo ul li {
	float: right;
	margin: 0;
	padding: 0 10px 0 10px;
	border-left: 1px solid #3c3c3c;
	height: 12px;
	line-height: .9em;
}

.contactInfo ul li.first {
	padding-right: none;
}

.contactInfo ul li.last {
	padding-left: none;
	border-left: 0;
}


/*
	------------------------------------------------------
	Start page
	------------------------------------------------------
*/

.wrap.start {
	height: 202px;
	background: url(/client/img/termosense_packshot.jpg) no-repeat right;
	padding-top: 14px !important;
}

.wrap.start p {
	width: 550px;
	color: #fff;
	line-height: 1.4em;
}

.startButton {
	width: 203px;
	height: 24px;
	background: url(/client/img/btn_w_system.gif) no-repeat;
	padding: 5px 0 0 27px;
	display: block;
	color: #7f7f7f;
	text-decoration: none;
}

#usp {
	width: 349px;
	border-right: 1px solid #e5e5e5;
	float: left;
	padding: 26px 20px 20px 20px;
}

#usp p {
	margin: 0;
	padding: 4px 0 0 0;
}

#usp a { color: #42b0d8; }

.uspItem {
	width: 274px;
	padding: 10px 0 10px 75px;
	border-bottom: 1px solid #e5e5e5;
	background-position: left center !important;
}

.moneyIcon {
	background: url(/client/img/icon_money.gif) no-repeat;
}

.timeIcon {
	background: url(/client/img/icon_time.gif) no-repeat;
}

.safeIcon {
	background: url(/client/img/icon_safe.gif) no-repeat;
}

.enviromentIcon {
	background: url(/client/img/icon_enviroment.gif) no-repeat;
}

.uspItem.last {
	border: none;
}

.calcButton {
	width: 161px;
	height: 24px;
	background: url(/client/img/btn_b_calc.gif) no-repeat;
	padding: 5px 0 0 27px;
	display: block;
	color: #d9eff7 !important;
	text-decoration: none;
}

#testimonials {
	width: 470px;
	float: left;
	padding: 26px 20px 20px 16px;
}

.testimonialItem {
	width: 470px;
	padding: 10px 0 0 0;
	color: #333333;
}

.testimonialItem .img.left {
	float: left;
	padding: 0 10px 0 0;
}

.testimonialItem .img.right {
	float: right;
	padding: 0 10px 0 0;
}


.testimonialItem .text {
	width: 350px;
	padding: 10px 0 0 0;
}

.testimonialItem .text.left {
	float: left;
}

.testimonialItem .text.right {
	float: right;
}

.quoteEnd {
	background: url(/client/img/quote_end.gif) no-repeat bottom right;
	padding: 0 24px 0 0;
}


.quoteStart {
	background: url(/client/img/quote_start.gif) no-repeat;
	padding: 0 0 0 24px;
}

.source {
	color: #7f7f7f;
	font-style:italic;
	margin: 0;
	padding: 6px 0 0 0;
}

.testimonialsButton {
	width: 136px;
	height: 24px;
	background: url(/client/img/btn_b_testimonials.gif) no-repeat;
	padding: 5px 0 0 27px;
	display: block;
	color: #d9eff7 !important;
	text-decoration: none;
}

#news {
	width: 470px;
	float: left;
	padding: 26px 20px 20px 16px;
	color: #333333;
}

#twitter_update_list {
	padding: 4px 0 0 0;
	margin: 0 0 20px 0;
	list-style-type: none;
	min-height: 160px;
}

#twitter_update_list li {
	padding: 6px 0 6px 0;
	margin: 0;
	border-bottom: 1px #ccc solid;
}

#twitter_update_list li .time {
	color: #a4aeaf;
	font-size:12px;
}

#twitter_update_list li a {
	color: #42b0d8;
}

.loader {
	width: 500px;
	height: 160px;
	background: url(/client/img/loader.gif) no-repeat center center;
}


/*
	------------------------------------------------------
	System overview
	------------------------------------------------------
*/

#systemOverview {
	color: #333333;
	padding: 0 0 10px 0;
}

#systemOverview .item {
	width: 160px;
	padding: 0 30px 0 0;
	float: left;
}

#systemOverview .item.first {
	width: 250px;
}

#systemOverview .item.second {
	width: 200px;
	padding: 0 40px 0 0;
}

#systemOverview .item.last {
	padding: 0 0 0 30px;
}

#systemInfo {
	width: 525px;
	padding: 26px 20px 20px 20px;
	float: left;
}

.productRange {
	width: 295px;
	padding: 0 20px 0 0;
	float: left;
}

#systemUSP {
	border-top: 1px solid #e5e5e5;
	padding: 26px 20px 20px 20px;
}

#systemUSP a { color: #42b0d8; }

#systemUSP .item {
	width: 335px;
	padding: 0 20px 20px 75px;
	background-position: top left;
	float: left;
}

#systemUSP .item p {
	padding: 4px 0 0 0;
	margin: 0;
}

/*
	------------------------------------------------------
	Testimonials
	------------------------------------------------------
*/

.testimonialStory {
	border-bottom: 1px solid #e5e5e5;
}

.testimonialStory.last {
	border-bottom: 0 !important;
}

.testimonialStory .img {
	width: 272px;
	float: left;
}

.testimonialStory .img p {
	margin: 0;
	padding: 10px;
	color: #7f7f7f;
	font-style:italic;
}

.testimonialStory .story {
	width: 548px;
	float: left;
	padding: 26px 20px 20px 20px;
}

.testimonialStory .story h3 {
	margin: 0;
	padding: 14px 0 0 0;
}

.testimonialStory .story p {
	margin: 0;
	padding: 0;
}

/*
	------------------------------------------------------
	Besparingskalkyl
	------------------------------------------------------
*/

#calcForm {
	padding: 10px 0 0 0;
	margin: 0;
}

#calcForm p {
	padding: 0 0 10px 20px;
	width: 600px;
}

#calcForm .item {
	border-top: 1px solid #e5e5e5;
	padding: 20px;
}

#calcForm .item.even {
	background: #f2f2f2;
}

#calcForm .item.result {
	background: #42b0d8;
	color: #fff;
}

#calcForm .item.result h2 {
	color: #fff;
}

#calcForm .item.result .standard {
	color: #d0ebf5;
	font-weight: normal;
}

#calcForm .item.result .greenPrice {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	behavior: url(/client/css/border-radius.htc);
    border-radius: 16px;
	position: relative;
	/**/
	background: #fff;
	border: 0;
	padding: 6px 12px 6px 12px;
	margin: 6px 0 6px 0;
	display: inline-block;
}

#calcForm .item.result .right {
	color: #fff;
	width: 260px;
}

#calcForm .item.result .left {
	color: #fff;
	width: 600px;
}

#calcForm .item .left {
	width: 680px;
	float: left;
}

#calcForm .item .right {
	width: 180px;
	float: left;
	text-align: right;
	color: #333333;
	font-weight: bold;
}

.greenPrice {
	padding: 6px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #17a400;
	font-weight: normal;
}

#calcForm .item h3 {
	float: left;
	padding: 4px 0 10px 0;
}

#calcForm .item .standard {
	color: #b2b2b2;
	padding: 0;
	margin: 0;
}

#calcForm .item .headerNr {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	behavior: url(/client/css/border-radius.htc);
    border-radius: 12px;
	position: relative;
	/**/
	background: #42b0d8;
	border: 0;
	padding: 3px 0 0 0;
	margin: 0 6px 0 0;
	width: 24px;
	height: 21px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	float: left;
}

.calcFormInputHolder {
	height: 26px;
	padding: 0 4px 0 4px;
	margin: 0;
	border: 1px solid #adadad;
	background: url(/client/img/calc_input_bg_w.gif) no-repeat;
	display: inline-block;
}

.calcFormInputHolder.red {
	background: url(/client/img/calc_input_bg_r.gif) no-repeat;
}

.calcFormInputHolder.green {
	background: url(/client/img/calc_input_bg_g.gif) no-repeat;
}

.calcFormInputHolder .input {
	width: 80px;
	height: 22px;
	padding: 2px 0 0 0;
	margin: 0;
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
	border: none;
	background: none;
}

.calcFormInputHolder .input.longer {
	width: 110px !important;
}

.calcFormInputHolder .lbl {
	padding: 0;
	margin: 0;
	color: #7f7f7f;
}

.calcReadMore {
	width: 100px;
	padding: 4px 0 0 10px;
	display: block;
	float: left;
	background: url(/client/img/calc_arrow_col.gif) no-repeat 14px 8px;
}

.calcReadMore.exp {
	background: url(/client/img/calc_arrow_exp.gif) no-repeat 14px 8px !important;
}

.calcReadMore a {
	color: #42b0d8;
	font-size: 0.8em;
	text-decoration: none;
}

.calcReadMore a:hover {
	text-decoration: underline;
	color: #42b0d8;
}

.infoBox {
	border: 1px solid #b2b2b2;
	background: #fff;
	padding: 14px;
	margin: 0 0 14px 0;
}

/*
	------------------------------------------------------
	Om TermoSense
	------------------------------------------------------
*/

.infoItem {
	width: 410px;
	padding: 20px;
	float: left;
}

.infoItem .img {
	width: 117px;
	float: left;
	padding: 0 0 0 0;
	text-align: center;
}

.infoItem .img a {
	text-decoration: none;
}

.infoItem .text {
	float: left;
	width: 273px;
	padding: 0 0 0 20px;
}

.infoItem .text h3 {
	margin: 0;
	padding: 14px 0 0 0;
}

.infoItem .text p {
	margin: 0;
	padding: 0;
}

.filmButton {
	width: 106px;
	height: 24px;
	background: url(/client/img/btn_b_film.gif) no-repeat;
	padding: 5px 0 0 27px;
	display: block;
	color: #d9eff7;
	text-decoration: none;
}


/*
	------------------------------------------------------
	Kontakt
	------------------------------------------------------
*/

#contactOffices { 
	border-bottom: 1px #e5e5e5 solid;
}

.contact {
	width: 100%;
	padding: 18px 28px 28px 28px;
}

.contact .item {
	width: 264px;
	padding: 20px 0 20px 0;
	float: left;
}

.contact .item.center {
	width: 264px !important;
	padding: 20px 27px 20px 27px !important;
}

.contact .item .img {
	width: 87px;
	float: left;
	padding: 0 10px 0 0;
}

.contact .item .content {
	width: 167px;
	overflow: hidden;
	float: left;
}

.contact .item .content .title {
	color: #42b0d8;
	padding: 0;
	margin: 0;
}

/*
	------------------------------------------------------
	Så här fungerar det
	------------------------------------------------------
*/

#how {
	width: 100%;
	padding: 28px;
}

#how .item {
	width: 264px;
	padding: 20px 0 20px 0;
	float: left;
}

#how .item.center {
	width: 264px !important;
	padding: 20px 27px 20px 27px !important;
}

#how .item h3 {
	float: left;
	padding: 4px 0 4px 0;
}

#how .item p {
	padding: 0;
	margin: 0;
}

#how .item .headerNr {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	behavior: url(/client/css/border-radius.htc);
    border-radius: 12px;
	position: relative;
	/**/
	background: #42b0d8;
	border: 0;
	padding: 3px 0 0 0;
	margin: 0 6px 0 0;
	width: 24px;
	height: 21px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	float: left;
}

#how .block {
	width: 846px;
	padding: 22px 0 22px 0;
	background: #e5e5e5;
	text-align: center;
}

/*
	------------------------------------------------------
	Varför TermoSense?
	------------------------------------------------------
*/


#why-nav {
	padding: 27px;
	width: 237px;
	float: left;
}

#why-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#why-nav ul li {
	padding: 10px 0 10px 0;
	border-bottom: 1px #e5e5e5 solid;
}

#why-nav ul li a {
	display: block;
	background: url(/client/img/sub-nav-arr-idle.gif) no-repeat center right;
	text-decoration: none;
	color: #666666;
}

#why-nav ul li a:hover {
	background: url(/client/img/sub-nav-arr-active.gif) no-repeat center right;
	color: #42b0d8;
}

#why-nav ul li a.active {
	background: url(/client/img/sub-nav-arr-active.gif) no-repeat center right;
	color: #42b0d8;
}

.why-content {
	width: 544px;
	padding: 31px 27px 27px 27px;
	border-left: 1px #e5e5e5 solid;
	float: left;
}

.why-content .icon {
	float: right;
	padding: 0 0 20px 20px;
}

.calc_example {
	border-bottom: 1px #e5e5e5 solid;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.calc_example h3 {
	float: left;
	padding: 4px 0 4px 0;
}

.calc_example p {
	padding: 5px 0 12px 0;
	margin: 0;
}

.calc_example .headerNr {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	behavior: url(/client/css/border-radius.htc);
    border-radius: 12px;
	position: relative;
	/**/
	background: #42b0d8;
	border: 0;
	padding: 3px 0 0 0;
	margin: 0 6px 0 0;
	width: 24px;
	height: 21px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	float: left;
}

.calcResult {
	padding: 10px 0 0 0;
}

.calcResult h3 {
	margin: 0;
	padding: 0;
	font-size: inherit;
	color: #333333;
	float: none;
}

.calcResult .green {
	color: #17a400;
}

.calcResult .small {
	font-size: 12px;
	padding: 6px 0 0 0;
	margin: 0;
}

/*
	------------------------------------------------------
	Text & links
	------------------------------------------------------
*/

h1 {
	padding: 0;
	margin: 0;
	/*font-family: "urbana-1","urbana-2",Helvetica,Arial,sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 2.2em;
}

h2 {
	padding: 0 0 12px 0;
	margin: 0;
	/*font-family: "urbana-1","urbana-2",Helvetica,Arial,sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 1.8em;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: inherit;
	color: #333333;
}

.hdrHolder {
	float: left;
	display: block;
	width: 400px;
	position: relative;
}

/*
	------------------------------------------------------
	Misc
	------------------------------------------------------
*/

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

img {
	border: 0;
}

form {
	padding: 0;
	margin: 0;
}

a {
	color: #333333;
}

a:hover, a:visited, a:active {
	color: #000;
}

.whiteLink:hover, .whiteLink:visited, .whiteLink:active {
	color: #fff !important;
}

*:focus {
	outline: 0;
}

.bodyText {
	padding: 26px 20px 20px 20px;
	width: 600px;
}
