body {
	margin: 0;
	padding: 0;
	color: #262626;
	font: 14px 'PTSansRegular', 'Trebuchet MS', geneva, verdana, sans-serif; 
	line-height: 1.4;
	background: #e6e6e6 url(../uix/bdbg.png);
	}

/* Page Layer */
#pgLyr {
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 980px;
	}

/* Header layer */
#hdrLyr {	
	position: relative;
	overflow: hidden;
	width: 980px;
	height: 135px;
	}

#siteLogo {	 
	position: relative;
	left: 0px;
	top: 20px;
	width: 186px;
	height: 82px;
	}

#topMenu {	
	position: absolute;
	right: 0;
	top: 65px;
	}

#topMenu ul {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#topMenu li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	}

#topMenu li a {
	display: block;
	text-indent: -30em;
	height: 25px;
	}

#topMenu li.item83 a { width: 88px; background: url(../uix/mnua.png) no-repeat 0 0; }
#topMenu li.item84 a { width: 111px; background: url(../uix/mnub.png) no-repeat 0 0; }
#topMenu li.item85 a { width: 103px; background: url(../uix/mnuc.png) no-repeat 0 0; }
#topMenu li.item82 a { width: 76px; background: url(../uix/mnud.png) no-repeat 0 0; }

#topMenu li a:hover {
	background-position: 0 -25px;
	}

#topMenu li.active a {
	background-position: 0 -50px;
	}


/*Top Banner Layer */
#bnrLyr {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 980px;
	height: 380px;
	background: url(../uix/bnrbg.png) no-repeat;
	}

#bnrImg {
	position: relative;
	overflow: hidden;
	width: 980px;
	height: 330px;
	}

#sldNav {
	position: relative;
	overflow: hidden;
	margin: 12px 0;
	height: 22px;
	}

#sldNav ul {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 100px;
	list-style: none;
	}

#sldNav li {
	float: left;
	overflow: hidden;
	margin: 0 0 0 3px;
	padding: 0;
	list-style: none;
	}

#sldNav li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 22px;
	text-indent: -20em;
	background: url(../uix/sldnavbg.png) no-repeat 0 0;
	}

#sldNav li.active a {
	background-position: 0 -22px;
	}

/* Body layer */
#bdyLyr {
	position: relative;
	overflow: hidden;
	}

/* Home page teasers */ 
#bxTeasers {
	position: relative;
	overflow: hidden;
	}

#bxTeasers ul {
	position: relative;
	overflow: hidden;
	margin: 15px 0 50px 0;
	padding: 0;
	list-style: none;
	}

#bxTeasers li {
	float: left;
	margin: 0 0 0 31px;
	padding: 0;
	width: 306px;
	}

#bxTeasers li:first-child {
	margin: 0;
	}

#bxTeasers img {
	display: block;
	margin: 0 0 8px 0;
	padding: 4px;
	width: 296px;
	height: 123px;
	border: 1px solid #a2a2a2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*behavior:url(pie/PIE.htc);*/
	background: #fff;
	}

#bxTeasers h3 {
	margin: 0;
	padding: 0;
	font-size: 1.8em; 
	font-weight: normal;
	text-shadow: 1px 1px 0 #FFFFFF;
	}

#bxTeasers #bxKon {
	padding: 9px;
	border: 1px solid #a2a2a2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(pie/PIE.htc);
	background: url(../uix/gray5.png);
	}

#frmKon p {
	position: relative;
	overflow: hidden;
	margin: 0 0 5px 0;
	}

#frmKon label {
	display: block;
	float: left;
	margin: 2px 0 0 0;
	width: 55px;
	color: #5e5e5e;
	font: 16px/1.4 'PTSansBold', 'Trebuchet MS', geneva, verdana, sans-serif; 
	}

#frmKon input {
	display: block;
	margin: 2px 0 0 0;
	padding:5px;
	width: 219px;
	border: 1px solid #a2a2a2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(pie/PIE.htc);
	background: #f5f5f5;
	}

#btnKon {
	position: relative;
	overflow: hidden;
	margin: 7px 0 3px 0;
	}

#btnKon input[type="submit"] {
	float: right;
	padding: 0;
	margin: 0;
	width: 107px;
	height: 24px;
	text-indent: -20em;
	border: 0;
	cursor: pointer;
	background: url(../uix/btncontact.png) no-repeat;
	}

/* Breabcrumbs */
#breadCrumbs {	
	margin: 0 0 10px 0;
	color: #6b6b6b;
	font-size: .85em;
	}

#breadCrumbs a {
	color: #6b6b6b;
	text-decoration: underline;
	}

/* Content layer */
#lftLyr {
	position: relative;
	overflow: hidden;
	float: left;
	width: 232px;
	margin: 0 23px 0 0;
	}

#lftNav {
	position: relative;
	overflow: hidden;
	margin: 5px 0 0 0; 
	}

#lftNav ul {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#lftNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#lftNav li:first-child a {
	background:url(../uix/lftnavbg1.png) no-repeat 0 0;
	}

#lftNav li a {
	display: block;
	padding: 4px 10px 5px 10px;
	height:21px;
	color: #424242;
	font-size: 1.1em;
	text-decoration: none;
	background: url(../uix/lftnavbg.png) no-repeat 0 0;
text-shadow: 1px 1px 0 #ffffff;
-moz-transition: all 0.1s linear 0.1s;
-0-transition: all 0.1s linear 0.1s;
-webkit-transition: 0.1s linear all;
	}

#lftNav li a:hover {
	color: #000;
padding: 4px 7px 5px 13px;
text-shadow: 1px 1px 0 #ffffff;
-moz-transition: all 0.1s linear 0s;
-0-transition: all 0.1s linear 0s;
-webkit-transition: 0.1s linear all;
	}

#lftNav li.active a {
	color: #f18005;
	background-position: 0 -30px;
	}


/* Content layer */
#cntLyr {
	position: relative;
	overflow: hidden;
	float: left;
	width: 725px;
	}

/* Contacts layer */
#konLyr {
	position: relative;
	overflow: hidden;
	margin: 0 0 0 87px;
	}

#konLyr ul {
	position: relative;
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	}

#konLyr li {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
	width:137px;
	}

#konLyr li:first-child {
	margin: 0;
	}

#konLyr li a {	
	display: block;
	width:auto;
	overflow:hidden;
	}

#konLyr li a img {
	display: block;
	margin: 0 0 2px 0;
	width: 127px;
	height: 111px;	
	padding: 4px;
	border: 1px solid #a2a2a2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*behavior:url(pie/PIE.htc);*/
	background: #fff;
     -moz-transition: all 0.3s linear 0.1s;
     -o-transition: all 0.3s linear 0.1s;
     -webkit-transition: 0.3s linear all;
	}

#konLyr li a:hover img {
	background: #f8962d;
border: 1px solid #888888;
     -moz-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
     -webkit-transition: 0.2s linear all;
	}

#konLyr li.active a img {
	background: #f8962d;
	}

#konLyr li a h4 {
	margin: 0 0 0 4px;
	font-size: 18px;
	font-weight: normal;
	}





/* user form */
#userForm {
	color: #333333;
	font-size: 15px;
	}

#cntLyr input[type="text"] ,#cntLyr textarea {
	position: relative;
	margin:5px 0 5px 5px;
	padding: 0 5px;
	width: 251px;
	height: 24px;
	border: 1px solid #8e8e8e; 
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(pie/PIE.htc);
	background: #f7f7f7;
	}

#cntLyr textarea {
	height: 64px;
	}

#cntLyr select {
	width: 263px;
	padding: 3px; 
	margin:5px 0 5px 5px;
	border: 1px solid #8e8e8e; 
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f7f7f7;
	}

.rsform-block input[type="submit"] {
	margin: 7px 0 0 20px;
	width: 106px;
	height: 24px;
	text-indent: -999px;
	border: none;
	cursor: pointer;
	overflow: hidden;
	background: url(../uix/kontakt-meg.png) no-repeat;
	}

tr.rsform-block-din-cv:first-child {
	width: 100px;
	}

.rsform-block input[type="file"] {
	float: right;
	width: 262px;
	height: 25px;
	background: #f7f7f7;
	border: 1px solid #8E8E8E;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(pie/PIE.htc);
	}

#Ledige_Cnt input[type="submit"]{
	float: left;
	margin: 7px 0 0 7px;
	width: 89px;
	height: 24px;
	text-indent: -999px;
	border: none;
	cursor: pointer;
	overflow: hidden;
	background: url(../uix/send_inn.png) no-repeat;
	}


/* Tjenester Live service */
.serviceLive {
	width: 725px;
	overflow: hidden;
	}

.serviceLive ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.serviceLive ul li {
	margin: 0;
	padding: 20px 0;
	list-style: none;
	background: url(../uix/hrline.png) repeat-x;
	overflow: hidden;
	}

.serviceLive ul li:first-child { background:none; padding:0 0 20px 0; } 

.serLive_left {
	float: left; 
	width: 85px; 
	text-align: center; 
	overflow: hidden;
	}

.serLive_left img{ margin-top:10px; }

.serLive_rht{
	position: relative;
	float: left; 
	width: 640px;
	font: 15px/1.4 'PTSansItalic', 'sans sarif', Arial, Verdana;
	color: #121212;
	overflow: hidden; 
	}

a.serBtn {
	position: absolute; 
	top: 3px;
	right: 0px;
	padding: 2px 10px;
	width: auto;
	font: 13px/1.4 'PTSansRegular', 'sans sarif', Arial, Verdana;
	color: #252525;
	overflow: hidden;
	border: #a2a2a2 solid 1px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(pie/PIE.htc);
	background: url(../uix/conbg.png);
	}

a.serBtn:hover {
	color: #252525;
	}

.serviceLive h3 { 
	margin: 0;
	padding: 2px 0 5px 0;
	color: #2e2e2e;
	font-size: 22px;
	font-style: normal;
	}



/* CRM-sjekken */
#auditContainer {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#auditContainer form {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#auditContainer h3 {
	font-size: 26px;
	line-height: 1.2;
	}

#auditContainer h4 {
	padding: 0 0 8px 0;
	color: #2e2e2e;
	font: 15px/1.4 'PTSansRegular';
	}

#auditContainer ul {
	margin: 0 0 18px 0;
	padding: 0 0 25px 0;
	list-style: none;
	background: url(../uix/hrline.png) repeat-x left bottom;
	}

#auditContainer ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
#auditContainer ul li:first-child {
	margin: 0 0 20px 0;
	}

#auditContainer .radio {
	height: 22px;
	width: 100px;
	clear: left;
	float: left;
	margin: 0 0 3px;
	padding: 0 0 0 1px;
	cursor: default;
	background: url("../uix/radioBtn.png") no-repeat;
}

.rdbtn {
	float: left;
	margin-right: 20px;
	width: 100px;
	overflow: hidden;
	}

#auditContainer .radio input {
	display: none;
	}

#auditContainer .radio input.show {
	display: inline;
	}

#auditContainer .selected {
	background-position: 0 -22px; 
	}

#auditContainer .block {
	width: 50%;
	float: left;
	}

#auditContainer label {
	float: left;
	padding: 2px 0 0 24px;
	color: #fff;
	font: 12px/1.3  Arial, Verdana;
	}


#auditContainer #prvLink {
	display: block;
	float: left;
	width: 71px;
	height: 25px;
	margin: 0 5px 0 0; 
	text-indent: -999px;
	background: url(../uix/audit_prev.png) no-repeat;
}

#auditContainer #nxtLink{
   display: block;
   float: left;
   width: 75px;
   height: 25px;
	 margin: 0 5px 0 0; 
	 text-indent: -999px;
   background: url(../uix/audit_next.png) no-repeat;
	}

#auditContainer h4.side {
	float: left;
	padding: 0;
	font: 21px/1.4 'PTSansNarrowRegular', Arial, Verdana;
	color: #747474;
	overflow: hidden;
	}

#auditContainer #lstLink {
  display: block;
  float: left;
	width: 76px;
	margin: 0 5px 0 0; 
	height: 25px;
	background: url(../uix/videre.png) no-repeat;
	}




/* CRM-sjekken Result banner */
#result_banner {
	margin: 10px 0 0 0;
	width: 978px;
	height: 320px;
	overflow: hidden;
	background: url(../uix/bdbg.png) #e6e6e6;
	}

.resultBan_Cnt {
	width: 980px;
	height: 320px;
	overflow: hidden;
	background: url(../uix/result-ban-bc.png) no-repeat;
	}

.resultBan_Lft {
	float: left;
	margin: 0;
	padding: 40px 25px 10px 25px;
	width: 200px;
	height: 270px;
	color: #474747;
	text-align: center;
	text-transform: uppercase;
	}

.resultBan_Lft h6 {
	margin: 0;
	padding: 0 0 45px 0;
	font: normal 12px/1.6 Verdana, Arial, 'Trebuchet MS'; 
	color: #474747;
	}

.resultBan_Lft h1 {
	font: 75px/1.0  Verdana, 'Trebuchet MS'; 
	color: #474747;
	}

.resultBan_Lft h4 {
	font: normal 14px/1.6 Verdana, Arial, 'Trebuchet MS'; 
	color: #474747;
	}

.resultBan_Lft p {
	margin: 0;
	padding: 60px 0 0 0;
	font: normal 12px/1.6 Verdana, Arial, 'Trebuchet MS'; 
	color: #636363;
	text-transform: none;
	}

.resultBan_Rht {
	float: left;
	margin: 0;
	padding: 0;
	width: 728px;
	height: 320px;
	}

.resultTop {
	margin: 0;
	padding: 10px 5px 1px 6px;
	width: 720px;
	height: 244px;
	overflow: hidden;
	}

.resultTop ul{ 
	margin: 0;
	padding: 0;
	list-style: none;
	}

.resultTop ul li{ 
	float: left;
	margin: 0 0 0 21px; 
	padding: 0 10px; 
	list-style: none;
	width: 51px;
	height: 244px;
	}

.resultTop ul li:first-child{ margin-left: 0px; }

.resultTop ul li div { margin-left: 11px; }

.resultTop ul li div:first-child{ margin-left: 0px; }

.result-1{
	float: left;
	margin-top: 160px;
	width: 20px;
	height: 84px;
	background: url(../uix/result-1.png) no-repeat;
	}

.result-2{
	float: left;
	margin-top: 80px;
	width: 20px;
	height: 164px;
	background: url(../uix/result-2.png) no-repeat;
	}

.result-3{
	float: left;
	margin-top: 0;
	width: 20px;
	height: 244px;
	background: url(../uix/result-3.png) no-repeat;
	}

.resultBtm {
	margin: 0;
	padding: 10px 5px 0 6px;
	width: 728px;
	height: 55px;
	overflow: hidden;
	}

.resultBtm ul{ 
	margin:0;
	padding:0;
	list-style:none;
	}

.resultBtm ul li{ 
	float: left;
	margin: 0 0 0 21px; 
	padding: 0; 
	list-style: none;
	width: 71px;
	height: 55px;
	text-align: center;
	}

.resultBtm ul li:first-child{ margin-left: 0px; }

.resultBtm ul li h4 {
	padding: 0;
	font: normal 13px/1.4 'PTSansRegular', Arial;
	color: #474747;
	text-transform: uppercase;
	}

.resultBtm ul li h5 {
	font:normal 20px/1.2 Verdana,Arial;
	color: #8e8e8e;
	}



/* CRM-sjekken Result Form */
.resultFrom h3 { 
	margin: 0;
	padding: 0 0 10px 0;
	color: #6c6c6c;
	}

.resultFrom h2 { color:#393939; }

.resultFrom h4 { color:#4b4b4b; }

.hrline {
	margin: 25px 0;
	width: 725px;
	height: 2px;
	overflow: hidden;
	background: url(../uix/hrline.png) repeat-x;
	}

.epost {
	margin: 0;
	padding: 10px;
	width: 715px;
	height: 64px;
	background: url(../uix/email-form-bg.png) no-repeat;
	}

.epost h3 { 
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 22px;
	line-height: 1.2;
	color: #393939;
	}

.epostBtm {
	margin: 0;
	padding: 0;
	width: 715px;
	height: 28px;
	overflow: hidden;
	}

#cntLyr .epost input[type="text"] { 
	margin: 0;
	width: 220px; 
	height: 22px;
	background: #fff; 
	}

.epost input[type="button"] {
	float:left;
	margin: 0 0 0 7px;
	width: 97px;
	height: 24px;
	text-indent: -999px;
	border: none;
	cursor: pointer;
	overflow: hidden;
	background: url(../uix/send-btn.png) no-repeat;
	}


/* Om cognito banner */
#plBnr {
	margin: 10px 0 0 0;
	width: 980px;
	overflow: hidden;
	background: url(../uix/bdbg.png) #e6e6e6;
	}

.plBnr_Cnt{
	width: 980px;
	height: 320px;
	overflow: hidden;
	background: url(../uix/pl_Cntbg.png) no-repeat #e6e6e6;
	}

.plBnr_Lft{
	float: left;
	width: 340px;
	height: 320px;
	overflow: hidden;
	}

.plBnr_Lft img{
	margin: 20px 0 0 0;
	}

.plBnr_Rht{
	float: left;
	padding: 40px 40px 10px 0; 
	width: 600px;
	height: 270px;
	overflow: hidden;
	}

.plBnr_Rht h2{ 
	margin: 0;
	padding: 0;
	font-size: 35px;
	color: #f8971d;
	}

.plBnr_Rht h5{ 
	margin: 0;
	padding: 0 0 3px 0;
	font: normal 1.1em  'PTSansBold', Arial,Verdana; 
	}

h5.cat{
	color: #737373;
	font: normal 1em  'PTSansItalic', Arial,Verdana; 
	text-transform: uppercase;  
	}

.plBnr_Rht span , .plBnr_Rht a {
	color: #f8971d;
	}

.plBnr_Rht p{
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 15px;
	}


#googleMap {
	margin: 10px 0 0 0;
	width: 980px;
	overflow: hidden;
	background: url("../uix/bdbg.png") #E6E6E6;
	}


/* kontakt_Leftmenu */
.kontakt_Leftmenu {
	margin: 0;
	padding: 0 0 10px 0;
	width: 222px;
	color:#424242;
	border: #a2a2a2 solid 1px; 
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(pie/PIE.htc);
	background: url(../uix/conbg.png);
	overflow: hidden;
	}

.kontakt_Leftmenu b {
	font: normal 14px/1.2 'PTSansBold';
	}

.kontakt_LeftmenuTop {
	margin:0;
	padding: 0;
	}

.kontakt_LeftmenuTop h4 {
	margin: 5px 0 12px 0;
	padding: 1px 10px 7px;	
	font:normal 17px/1.4  'PTSansBold';
	color: #424242;
	background: url("../uix/hrline.png") repeat-x left bottom;
	}

.kontakt_LeftmenuBtm {
	margin: 0;
	padding: 0 10px 10px 10px;
	}

.kontakt_LeftmenuBtm a {
	color: #424242;
	}

.kontakt_LeftmenuBtm a:hover {
	color: #E00D33;
	}




/* Footer Layer */
#ftrLyr {
	position: relative;
	overflow: hidden;
	height: 260px;
	color: #b5b5b5;
	background: url(../uix/ftrbg.png);
margin-top: 25px;
	}

#bxFtrTop {
	position: relative;
	width: 100%;
	height: 25px;
	background: url(../uix/ftrtopbg.png) repeat-x top;
	z-index: 10;
	}

#bxFtrCnt {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	top: -10px;
	width: 980px;
	height: 260px;
	background: url(../uix/ftrsep.png) no-repeat top right;
	z-index: 0;
	}

#bxFtrLnks {
	position: relative;
	float: left;
	width: 635px;
	height: 210px;
	padding: 20px 0 0 0;
	}

#bxFtrLnks ul {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#bxFtrLnks li {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	width: 125px;
	list-style: none;
	}

#bxFtrLnks li:first-child {
	margin: 0;
	}

#bxFtrLnks li h4 a{
	margin: 0; 
	color: #f5921a;
	font: 15px/1.4 'PTSansBold', 'Trebuchet MS', geneva, verdana, sans-serif; 
	}

#bxFtrLnks li h4 a:hover{
	margin: 0; 
	color: #f5921a;
	font: 15px/1.4 'PTSansBold', 'Trebuchet MS', geneva, verdana, sans-serif; 
	}

#bxFtrLnks li a {	 
	display: block;
	margin: 0 0 2px 10px; 
	color: #b5b5b5;
	text-decoration: none;
-moz-transition: all 0.1s linear 0s;
-0-transition: all 0.1s linear 0s;
-webkit-transition: 0.1s linear all;
	}

#bxFtrLnks li a:hover {	 
	display: block;
	margin: 0 0 2px 8px; 
	color: #f5921a;
	text-decoration: none;
-moz-transition: all 0.1s linear 0s;
-0-transition: all 0.1s linear 0s;
-webkit-transition: 0.1s linear all;
	}

#bxCpyRt {
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: 0;
	width: 635px;
	height: 25px;
	}

#bxCpyRt p {
	margin: 0 0 3px 0;
	}

#cpyClient {	
	float: left	;
	width: 320px;
	font-family: verdana;
	font-size: .90em;
	text-transform: uppercase;
	}

#cpyDev {	
	float: right;
	width: 250px;
	padding: 0 15px 0 0;
	font-family: verdana;
	font-size: .90em;
	text-align: right;
	}

#bxFtrAdr {	
	float: right;
	position: relative;
	padding: 20px 0 0 15px;
	width: 320px;
	height: 220px;
	font-size: 13px;
	}

#bxFtrAdr h3 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #b5b5b5;
	font-weight: normal;
	}

#icoTlf {
	position: relative;
	margin: 20px 0 0 0;
	padding: 0 0 0 22px;
	background: url(../uix/icotlf.png) no-repeat 0 2px;
	}

#icoEml {	
	position: relative;
	margin: 5px 0 0 0;
	padding: 0 0 0 22px;
	background: url(../uix/icoeml.png) no-repeat 0 4px;
	}

#bxMap {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 162px;
	height: 163px;
	}

#bxSocLnks {
	position: absolute;
	padding: 0 0 0 15px;
	left: 0;
	bottom: 0;
	height: 25px;
margin-top: 20px;
	}

#bxSocLnks ul {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#bxSocLnks li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	}

#bxSocLnks li:first-child {
	margin: 0;
	}

#bxSocLnks li a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -10em;
	}

#bxSocLnks li a.icoLnk { background: url(../uix/icolnk.png) no-repeat; }
#bxSocLnks li a.icoFb {	background: url(../uix/icofb.png) no-repeat; }
#bxSocLnks li a.icoTips { background: url(../uix/icotips.png) no-repeat; }


/* bxTip */
#bxTip {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	padding: 2px;
	border: 1px solid #c1c1c1;
	background: #fff;
	z-index: 9999;
	}

#bxTip div{
	padding: 6px 10px;
	background:url(../uix/rhtnav-bc.png) repeat-x #f3f3f3;
}

#bxTip h4 {
	padding: 0 5px;
	margin: 0 0 10px 0;
	font-size: 16px;
	width: 214px;
	}

#bxTip p  {
	padding: 0;
	margin: 0 0 5px 0;
	}

#bxTip input[type=text], #bxTip textarea {
	width: 220px;
	}

#bxTip textarea {
	height: 50px;
	}

#bxTip input[type=button] {
	margin: 5px 0 0 0;
	padding: 2px 5px;
	width: 60px;
	height: 22px;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #c1c1c1;
	background: #58585a;
	}

#ftrLyr a {
	color: #b5b5b5;
	text-decoration: none;
	}

#ftrLyr a:hover {
	color: #f5921a;
	}





/* Common Tags & Typography */
img { border: 0; }
p { margin: 0 0 15px 0; }

/* Headings */
h1, h2, h3, h4, h5, h6 { 
	margin: 0;
	padding: 0px 0px 5px 0px; 
	color: #393939; 
	font-family: 'PTSansNarrowRegular', Arial, Verdana; 
	}

h1 { font-size: 2em; font-weight: normal; }
h2 { font-size: 1.8em; font-weight: normal; }
h3 { font-size: 1.5em; font-weight: normal; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

/* Links */
a {
	color: #dc202b;
	text-decoration: none; 
	cursor:pointer;
	outline: none;
	}

a:hover { 
	color: #e00d33;
	text-decoration: none; 
	}

a:focus { 
    outline: none; 
	}

/*for FireFox*/
    button::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner
    {   
        border : 0px;
    } 

/*for IE8 */
    input[type="submit"]:focus,
	input[type="button"]:focus
    {     
        outline : none; 
    }

*:focus { outline: none; }


html, body {
	margin-bottom: 1px;
	height: 100%;
	}
