@charset "UTF-8";
/***** COPYRIGHT ****************************************/
/*                                                      */
/*     Hyperskins AB - CSS v.1.0                        */
/*     All Copyright reserved hyperskins.com            */ 
/*                                                      */
/********************************************************/
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	background:#e2e2e2 /*url(../img/bg.jpg) center top repeat-x*/;
	text-align: center;
}

.nooverflow {
	overflow: hidden;
}


/* HEADLINES */
.listHeadline {	
	font-weight: normal;
	margin: 0;
	color: #555;
	font-size:1.4em;
	padding: 30px 0 0px 30px;
	font-family:arial;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.listHeadline UL {
	list-style: none;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #555;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 350%;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h2 {
	font-size: 200%;
	color: #895F30;
	padding: 10px 10px 5px 10px;
	margin: 0;
}
h3 {
	font-size: 170%;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;
	margin: 0;	
}
h4 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 150%;
	color:#27221f;
	line-height:13px;
	margin: 0px 0px 25px 10px;
}
h5 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 150%;
	color: #FF6600;
	line-height:13px;
	margin: 0px 0px 10px 10px;
}

.header_light {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;
	margin: 0;
	color: #999999;
}
.header_light2 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 60%;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;
	margin: 0;
	color: #999999;
}
/* HEADLINES ENDS */

/* LINKS */
.type1, a.type1, a.type2, a:active, a:link {
	text-decoration: none;
	color: #0B9AC7;		
}
a.type1:visited {
	text-decoration: none;
}
a.type1:hover {
	background: #333333; 
	color: #fff;
	border-bottom: 1px dotted #00FF00;
}

a.type2:visited {
	text-decoration: none;
}
a.type2:hover {
	background: #262626; 
	color: #fff;
	border-bottom: 1px dotted #FF00FF;
}
a.type2:active{
    color:#ffffff;
	background-color: #FF6633;
}
a.type3{
	text-decoration: none;
	color: #999999;		
}

a.type3:visited {
	text-decoration: none;
}
a.type3:hover {
	background: #663333; 
	color: #fff;
	border-bottom: 1px dotted #FF00FF;
}
a.type3:active{
    color:#ffffff;
	background-color: #262626;
}
/* LINKS ENDS */

p, dl { 
    padding: 10px; margin: 0; 
	/*text-align: justify;*/
}

p.borderbottom {
	border-bottom: 1px solid #ebebeb;
}

.orange {
	color: #ff3e00;
	font-size: 1.2em;
}

ul, ol {
	margin: 0px 40px 0px 25px;
	padding: 20px 0px 0px 10px;
}

dt {
  font-size: 1.3em;
  font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
  font-weight: bold;
  color: #f26522;
}
dd {
  padding-left: 25px; 
}

/* LAYOUT IMAGES */
img {
	background: #FBFBFB;
    border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 15px 10px 0px;
}
img.kontor{
	display: block;
	float: right;
	margin: 5px 15px 10px 0px;
}
img.kontor2{
	display: block;
	float: right;
	margin: 0px 15px 10px 10px;
	
}

img.star {
	background: transparent;
	border: 0;
	padding: 0;
	float: left;
	margin: 11px -3px 0 10px;
}

.png {
			behavior:			url(../../iepngfix.htc);
		}
		
/* LAYOUT IMAGES ENDS */

/* BLOCKQUOTE */
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
    border: 1px solid #ECF8FE;
	background: #ECF8FE url(../img/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #976957;	
}
/* BLOCKQUOTE ENDS */

/* FORM ELEMENTS */
form {
	margin: 0px 0px; 
	padding: 0px 0px 5px 0px;
	border: 1px solid #f1f1f1; 
	background: #fff;
	 	
}
label {
	display: block;
	font: 14px "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-weight: normal;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;
	height: 25px;  	
}
textarea {
	width: 430px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 130px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #ebebeb;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
	
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	width: 80px;
	height: 30px;
	margin: 10px;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4;
}
fieldset {
	border: #CCCCCC 1px dotted;
	margin: 5px 10px;
	padding: 5px 10px 10px 10px;
	background-color: #fff;
}
legend {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	font-size: 18px;
	padding: 10px 10px 10px 10px;
	color: #FF9933;
	background-color: #fff;
	border: #CCCCCC 1px dotted;
}
/* FORM ELEMENTS ENDS */


/*------------------------------------------
  MAIN LAYOUT
-------------------------------------------*/
/* LAYOUT CONTENT WRAP */
#wrapper {
	position: relative;
	text-align: left;
	width: 940px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 0px solid #ececec;
	border-left: 12px #fff solid;
	border-right: 12px #fff solid;
}
/* LAYOUT CONTENT WRAP ENDS */

#logo {
	background-image: url(../img/hyperskins_logotyp.gif);
	background-repeat: no-repeat;
	background-position: 0% 60%;
	width: 940px;
	top: 0px;
    height: 120px;
    position: relative;
    border-bottom: none;
}

/* HEADER NAVIGATION */

#nav {
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
	height: 35px;
	right: 0;
	top: 82px;
	z-index: 99999;
}
#nav ul {
	float: right;
	list-style: none;	
	height: 35px;
	text-transform: uppercase;
	margin: 0;
    padding: 0;	
	display: inline;
	
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
	
}
#nav ul li a {
	float: right;
	margin: 0;	padding: 0 10px;
	font: bold 13px/35px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.3px;
	color: #999;
	/*background:transparent url(../img/nav_border.gif) no-repeat scroll right top;*/
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #111;
	background:transparent url(../img/nav_arrow_top.gif) no-repeat scroll center top;
	border: none;
}
#nav ul li#current a {	
	color: #0da7d2;
	background-color: transparent;
}

/* START PAGE HEADER IMAGE TEXT */
.header h1 span {
	position: absolute;
	font: normal 50px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	top: 80px;
	left: 60px;
}
.header p {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #555555;
	width: 340px;
	top: 140px;
	left: 65px;
	padding: 0px;
}
/* START PAGE HEADER IMAGE TEXT ENDS */

/* HEADER IMAGES */
.header {
	position: relative;
	width: 940px;	
	height: 270px;	
	padding: 0;	
	margin: 0px 0px 10px 0px;
	background-color: #fff;
}

#header {
	background-image: url(../img/header_intro1.jpg);
}
#header-foretag {
	background-image: url(../img/header_intro8.jpg);
}
#header-kontakt {
	background-image: url(../img/header_foretag.jpg);
}
#header-tjanster {
	background-image: url(../img/header_intro2.jpg);
}
#header-hyperadmin {
	background-image: url(../img/header_hyperadmin.jpg);
}
/* HEADER IMAGES ENDS */

/* HEADER LINE */
#headerline {
    width: 940px;
	height: 30px;
	border: 0px solid #999;
	margin: 10px 0px 10px 0px;
	background-image: url(../img/bg_header_line.gif);
	padding: 0px;
}
/* HEADER LINE ENDS */

/* ACTION RESULT */
#result_smilie {
	position: absolute;
	top: 0;
	left: 10px;
	margin-top: -5px;
	background: transparent;
	border: 0;
	padding: 0;
}

#result {
	background: #f2f2f2;
	position: relative;
	
	overflow: visible;
}

#result_text {
	padding: 17px 10px 17px 115px;
	font-size: 160%;
	line-height: 115%;
}

/*ACTION RESULT ENDS */

/* TRE STEPS OF WEB DEVELOPMENT AT HYPERSKINS */
#tre_steps
{
    height:240px;
	background-color:transparent;
	margin: 0px 0px 0px 0px;
}
#left,#right
{
	width:285px;
    height:220px;
	background-color:transparent;
  	
}
#left
{
	float:left;
	background-image: url(../img/first_step.jpg);
	background-repeat:no-repeat;
    padding: 5px 5px 5px 5px;
	background-color: transparent;
	height:215px;
}
#right
{
	float:right;
	background-image: url(../img/third_step.jpg);
	background-repeat:no-repeat;
	padding: 5px 10px 5px 5px;
	background-color:transparent;
	height:215px;
}
#center
{
	background-image: url(../img/second_step.jpg);
	background-repeat:no-repeat;
	padding: 5px 5px 5px 15px;
	margin:0px 313px 0px 313px;
	border-left:1px solid #b5b5b5;
	border-right:1px solid #b5b5b5;
	height:230px;
}
#tre_steps UL{
    padding-left:10px;
	margin: 5px 10px 10px -20px;
	/*list-style-image:url(../img/apply.png);*/
}
#left h1,#right h1,#center h1
{
font-size:1.4em;
padding: 30px 0 0px 30px;
font-family:arial;
text-transform: uppercase;
letter-spacing: 2px;
}

/* CONTENT WRAP */
#content-wrap {
	position: relative;
	width: 940px;
	padding: 0;
	margin-left: 0px;
	background: transparent;
/*----
	background-image:url(../img/good.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
---*/
/* CONTENT WRAP ENDS */

}
.article-separator2 {
	clear:both;
	height:20px;
	border-bottom:0px solid #dfddd5;
	margin-bottom:15px;
}
.article-separator3 {
background: #FFFFFF url(../img/stripes.png);
border-bottom:1px dotted #413524;
height:10px;
line-height:10px;
margin:0 0 5px;
padding:0 0 3px;

}
.icon_webdesign {
    background-image:url(../img/www.jpg);
    background-position:0 0;
    background-repeat:no-repeat;
    display:block;
    float:left;
    height:80px;
    overflow:hidden;
    text-indent:-1000em;
    width:7120px;
    z-index:1000000;
}

/*------------------------------------------
  MAIN LAYOUT ENDS
-------------------------------------------*/


/* LAYOUT TEXT FOR F�RETAGET PAGE */
#a_copy {
	float:left;
	width:500px;
}
#services_content p {
	padding: 0px 10px 30px 10px;
	line-height: 18px;
}


#services_content p.nooverflow {
	padding: 0px 10px 30px 0px;
}
#a_copy img.fokus {
	float:left;
	padding-right: 15px;
	border: none;
	background: none;
}
#illustration {
	float:right;
	width:374px;
}
#home_content p, #about_content p {
    margin-bottom:10px;
	line-height:18px;
}

/* CLIENT PORTFOLIO*/
.article-separator {
	clear:both;
	height:50px;
	border-bottom:1px solid #dfddd5;
	margin-bottom:50px;
}
.portfolio-preview {
	display:block;
	margin-top:25px;
	margin-left: 10px;
	width:490px;
	background-color:#fff;
}
.portfolio-preview img{
	float:left;
	margin-right:15px;
	margin-bottom:10px;	
	width:200px;
	height:130px;
}
.portfolio-preview small {
	background-color:#d7d7d7;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	color:#ffffff;
	font-size:11px;
	position:relative;
	top:-15px;
}
.portfolio-preview small a{
	color:#ffffff;
	text-decoration:none;
}
.portfolio-preview small a:hover{
	text-decoration:underline;
	color:#ffffff;	
}
.article-preview .content {
	display:block;
	margin-top:0px;
    float:left;
	width:278px;
	background-color:#fff;	
	/*padding: 0px 0px 0px -20px;*/
}
/* CLIENT PORTFOLIO ENDS*/

#main {
	float: left;
	width: 500px;
	padding: 0; 
	margin: 0;
	display: inline;
	/*background-color:#CCCCCC;*/		
}
#main h2 {
	padding-bottom: 3px;
	margin-top: 15px;
	font: normal 3.5em Georgia, "Times New Roman", Times, serif;
	color: #707070; 
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
}
#main h2 a {
	color: #895F30;
	text-decoration: none;	
	background: none; border: none;	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

/* MAGAZINE LOOKS */
#magazine{
float:right;
width:150px;
margin-top:10px;
margin-right:15px;
margin-bottom:0px;
margin-left:10px;
padding-bottom:5px;
font-family:Arial, Helvetica, Georgia;font-size: 28px;
line-height:24px; 
color:#000000; 
text-align: right;
}
.silver{
color:silver;
background-color: transparent;
/* MAGAZINE LOOK ENDS */

}
/* BIG CAPITAL LETTER */
.big_letter{
margin-right:6px;
margin-top:5px;
float:left;
color:silver;
background:000000;
border:0px solid silver;
font-size:80px;
line-height:60px;
padding-top:2px;
padding-right:5px;
font-family:times;
}
/* BIG CAPITAL LETTER */


/* SIDEBAR */

#sidebar {
	float: right;
	width: 420px;
	padding: 0px; 
	margin: 0px 0 0 0;		
	display: inline;
	/*background-color:#CCCCCC;*/
}

/*START PAKET*/

/* START UL LIST */
#sidebar UL.specialLayout LI.first{
    margin-left:20px;
	padding-left: 5px;
}
#sidebar UL.specialLayout LI.second{
	margin-left:40px;
	padding-left: 5px;
	
}
#sidebar UL.specialLayout LI.third{
	margin-left:60px;
	padding-left: 5px;
}
#sidebar UL.specialLayout LI.fourth{
	margin-left:80px;
	padding-left: 5px;
	}
/* START UL LIST ENDS */

/* HYPERADMIN BOX */
#sidebar img.paket{
	float: right;
	margin: 20px 0px 0 0;
	padding: 5px;
	border: 0px solid #fff;
	background: none;
}
/* HYPERADMIN BOX ENDS */

#sidebar img.good{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 80px 80px;
	border: 0px solid #fff;
	background: none;
}
#sidebar img.ua{
	position: relative;
	margin: 0px 0px 0 0px;
	padding: 5px;
	border: 1px solid #ccc;
	background: none;
}
/* NEWS BADGE */
#news_badge{
	position:absolute;
	z-index:100;
	margin: -83px 0 0 320px;
	border: 0px solid #fff;
	background: none;
	width: 90px;
	height: 90px;

}
/* NEWS BADGE ENDS */

* html #news_badge {
	margin-left:	310px;
}

#sidebar UL.specialLayout{
    padding-left:10px;
	margin: 15px 10px 0 20px;
	list-style-image:url(../img/apply.png);
}
#sidebar UL.specialLayout LI{
    font-size:1.5em;
	font-weight:lighter;
	margin: 0 0 10px 0;
	text-transform:uppercase;
	list-style-type: none;
	color: #666666;
	
}

#sidebar UL.normalLayout {
	padding: 0;
}
#sidebar UL.normalLayout LI{
	margin-bottom: 10px;
}

#sidebar h2 {
	padding-bottom: 3px;
	margin-top: 15px;
	font: normal 3.5em Georgia, "Times New Roman", Times, serif;
	color: #707070; 
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
}
#sidebar h2 a {
	color: #895F30;
	text-decoration: none;	
	background: none; border: none;		
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 15px 5px 3px 10px; 
	font: normal 2em 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;	
	color: #666666;	
	letter-spacing: -.5px;

}
.hilite{
    font-weight: bold;
    background-color: transparent;
    color:#f26522;
}
.hilite2{
    font-weight: bold;
    background-color: transparent;
    color:#0B9AC7;
}
.hilite3{
font-weight: normal;
background-color: transparent;
color: #999999;
}

/* Screenshot part begins */

.screenshot {
	width: 222px;
	padding: 10px;
	border: 1px solid #b5b5b5;
	background: #fff;
	color: #ff3e00;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}

.screenshot:HOVER {
	background: #f8f7db;
}

.screenshot IMG {
	padding: 0;
	background: transparent;
	width: 220px;
	border: 1px solid #8f8f8f;
}



/* FOOTER BEGINS */

/*  FOOTER TOP  */
#footer-wrap {
	position: relative;
	padding: 1em 0 2.5em 0;
	margin-top: 30px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;
	color: #777;
	width: 940px;
	background: #000 url('../img/kant_ornament.png') no-repeat top right;
	margin-bottom:-10px;
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	margin-left: 0;	
	color: #FF6600;
	
}
#footer-wrap h4 {
	font-size: 120%;	
	font-weight: normal;
	padding: 0px 10px 5px 10px;
	margin: 0;
	color: #999999;				
}
#footer-content {	
	margin: 0 auto;		
	width: 880px;
	text-align: left;	
}
#footer-content ul.col-list {
	background: url(../img/dots.gif) repeat-x left top;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
	background: url(../img/dots.gif) repeat-x left bottom;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #0B9AC7;
	border: none;
}

#footer-content ul.col-list li a, #footer-content ul.col-list li>span {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #0B9AC7;
	border: none;
}

#footer-content ul.col-list li a:hover {
	color: #fff;
	text-decoration: none;
}
#footer-content ul.col-list li a span, #footer-content ul.col-list li span span {
	color: #989898;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .space-sep {
	margin-right: 12px;
}
#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;	
	display: inline;	
}
/*  FOOTER TOP ENDS  */

/*  FOOTER MIDDLE  */
#footer-middle {
	clear: both;
	height:170px;
	border-top:1px solid #111111;
	border-bottom:1px solid #111111;
	/*background: #663300 url('../img/fade_bottom_bg.png');*/
	background: #000 url('../img/img_footer_middle.jpg');
	margin: 0 auto; 
	padding: 0 0 0 0;
	text-align: center;
	font-size: .95em;
	position: relative;
}
#footer-middle p {
	font: normal 1.1em/1.1em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 0;	
	color: #CCCCCC;
}	

#footerlogo img {
		border: none;
		background: none;
		margin: 35px 0px 0px 0px;
		height: 69px;
		width: 143px;
}

/* FOOTER MIDDLE ENDS */

/*FOOTER BOTTOM*/

#hyperskins_nav_bottom IMG {
	border: 0px;
	padding: 0;
	background: none;
}
#hyperskins_bottom_start {
background-image:url(../img/newconcept_center_header_bg.png);
border:1px solid #413524;
font-size:0;
height:40px;
line-height:0;
margin:0px 0 0;
}
#hyperskins_nav_bottom {
background: #000 /*url('../img/floral_pattern_dark2.png')*/;
height:170px;
width: 890px;
padding:13px 25px 6px;
position:relative;
z-index:0;
}
.browser_bottom_icons {
background-image:url(../img/browsers_bg_swe.png);
background-repeat:no-repeat;
float:left;
height:55px;
padding:26px 0 0;
width:320px;
}
.w3_bottom_icons2 {
background-image:url(../img/w3_swe.png);
background-repeat:no-repeat;
float:left;
height: 55px;
padding:26px 0 0;
width:204px;
}
.ha_bottom_icons3 {
background-image:url(../img/ha_swe.png);
background-repeat:no-repeat;
float:right;
height:70px;
padding: 11px 0 0;

width:222px;
}
.browser_1{
background:transparent url(../img/browser_ie6.png) no-repeat scroll 0 50%;
}
.browser_2 {
background:transparent url(../img/browser_ie7.png) no-repeat scroll 0 50%;
}
.browser_3 {
background:transparent url(../img/browser_opera.png) no-repeat scroll 0 50%;
}
.browser_4 {
background:transparent url(../img/browser_firefox.png) no-repeat scroll 0 50%;
}
.browser_5 {
background:transparent url(../img/browser_safari.png) no-repeat scroll 0 50%;
}
.browser_6 {
background:transparent url(../img/browser_camino.png) no-repeat scroll 0 50%;
}

.ha {
background:transparent url(../img/ha.png) no-repeat scroll 0 50%;
margin:0;
padding:0;
width:222px;
}
.browser_bottom_icons a {
display:block;
float:left;
height:38px;
overflow:hidden;
padding:0 9px 0 0;
text-decoration:none;
text-indent:-1000em;
width:38px;
z-index:1000000; 
}
.w3_bottom_icons2 a {
display:block;
float:left;
height:38px;
padding:0 14px 0 0;
width:88px;
z-index:1000000;
}

.w3_bottom_icons2 a img {
height:38px;
width:88px;
}

.ha_bottom_icons3 a {
display:block;
height:65px;
overflow:hidden;
padding:0 14px 0 0;
text-decoration:none;
text-indent:-1000em;
width:220px;
z-index:1000000;
}
.hosted_bottom_loopia {
background-image:url(../img/loopia.png);
background-repeat:no-repeat;
height:39px;
position:absolute;
right:46px;
top:10px;
width:203px;
}
.hosted_bottom_loopia a {
display:block;
height:39px;
overflow:hidden;
text-decoration:none;
text-indent:-1000em;
width:203px;
z-index:1000000;
}
.arrow_bottom_top {
background-image:url(../img/arrow_bottom_top.png);
background-repeat:no-repeat;
bottom:0;
height:111px;
position:absolute;
right:280px;
width:71px;
cursor: pointer;
}

#hyperskins_nav_bottom ul {
display:block;
margin:0 0 13px;
padding:0 0 13px 11px;
}
#hyperskins_nav_bottom ul li {
float:left;
list-style-position:outside;
list-style-type:none;
margin:0;
}
#hyperskins_nav_bottom ul li a {
border-right:1px solid #666666;
font-weight:bold;
padding:0 7px;
}
/*FOOTER BOTTOM ENDS*/

/* NON FOOTER */
html, body
{
height: 100%;
position: relative;
}

#nonFooter
{
position: relative;
height: 100%;
width: 100%;
}

#content
{
padding-bottom: 9em;
}

#footer
{
position: relative;

}
/* NON FOOTER ENDS */
/* FOOTER ENDS */


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clearfix:after { 
    content:		"."; 
    display:		block; 
    height:			0; 
    clear:			both;
	visibility: 	hidden;
} 
.clearfix {
    display:		inline-block;
	overflow: hidden;
} 
/* Hide from IE Mac \*/ 
.clearfix {
    display:		block;
} 
/* End hide from IE Mac */
