/* sitewide-styles.css / tmpl_NNN_css_global.css
 * Här stylas element som finns genomgående i varje mall.
 * 
 */
 /*Embed fonts for use in CSS*/
@import url('fontfaces.css');


/* - - - HTML - - - */

html 
{
	background-image: url(../images/body_bg2.jpg);
	background-position: center top;
	background-repeat: repeat-x;	
	background-color: #cfcfcf;
	overflow: auto;
}

body 
{
	margin: 0;
	padding: 0;
}


body, select, input, textarea, table 
{
	font-family: 'MyriadProRegular',Verdana, arial, helvetica, sans-serif;
	color: black;
	font-size: 12px;
	text-align: left;
}

table 
{
	font-size: inherit;
	font-size: 100%;
}

body, p, li, td 
{
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 
{
	color: black;
	padding: 0em;
	margin: 0em;
	font-family: inherit;
	text-decoration: none;
	line-height: 1.1em;
}

h6 
{
	font-size: 0.4em;
	margin-top: 1em;
}

h5 
{
	font-size: 0.6em;
	margin-top: 1em;
}

h4 
{
	font-size: 0.8em;
	margin-top: 1em;
}

h3 
{
	font-size: 1.2em;
	margin-top: 0.7em;
}

h2 
{
	font-size: 1.6em;
	margin-top: 1.2em;
}

h1
{
	color: #fff;
	font-size: 2.4em;
	margin-top: 0;
}

p 
{
	font-size: 1.1em;
	margin-top: 0.5em;
}

a,
a:link,
a:hover,
a:visited,
a:active 
{
	color: #000; 	
	text-decoration: underline;
	font-weight: bold;
}

a:hover 
{
	text-decoration: none;
}

img 
{
	border-style: none;
}

hr 
{
	height: 1px;
	margin: 0.5em 0 1em 0;
	color: gray;
	background-color: gray;
	clear: both;
}

ul,
ol 
{
	margin: 1.2em 0em 1.2em 2em;
	padding: 0;
}

ul li,
ol li 
{
	margin: 0.3em 0em 0em 0em;
	list-style-position: outside;
	line-height: 1em;
	padding: 0 0 0.5em 0;
}

ul 
{
	list-style: url() disc;
}

ol 
{
	list-style: decimal;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1em 0em 0em 0em
}

table td 
{
	vertical-align: top;
	padding: 0.2em 1em 0.2em 0.3em;

}

strong 
{
	font-weight: bold;
}

em 
{
	font-style: italic;
}

blockquote 
{
	margin: 0em 3em;
}

div					/* Används bara som stöd under slicingen */
{
	margin: 0;
	position: relative;
}
/* - - - CLASSES - - - */

.clear 
{
	clear: both;
	line-height: 0.01em;
	border-style: none;
}

.text
{
	margin: 20px;
}

.blue_font
{
	color: #2961b2;
	display: inline;
	line-height: 1.9em;
	margin: 0;
}

.left
{
	float: left;
	display: inline;
}

.right
{
	float: right;
	display: inline;	
}

table.tabellram, 
table.tabellram tr td
{
	border: 1px solid #ccc;
}


/* - - - 100% height - - - */
/*Can be removed if 100% height is not of interest*/
html,
body
{
	height: 100%;
	
}
#container
{
	position: relative; /* needed for footer positioning*/	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100% !important; /* real browsers */
}
#content
{
	padding-bottom: 250px; /*height of the footer*/
}
div#footer 
{
	/* position: absolute; */
	bottom: 0; /* stick to bottom */
}


/* - - - LAYOUT - - - */

#wrapper
{
	margin: 0px auto;
	width: 1160px;
/*	min-height: 20px !important; exempel på IE-qirk */
	height: auto;	
	position: relative;
}

#header 
{
	background-image: url(../images/header_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 1001px;
	height: 181px;
	margin: 0px auto;
}

a#home
{
	margin: 0px;
	position: relative;
}

h1#logo
{
	background-image: url(../images/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 114px;
	height: 69px;	
	text-indent: -3000px;
	position: absolute;
	top: 93px;
	left: 60px;
}
/* - - - NAVIGATION - - - */

#nav
{
/*	background-image: url(../images/menu_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;	*/
	position: absolute;
	top: 100px;
	left: 530px;
	z-index: 1; 
/*	margin: 90px 0 0 30px;
	float: right; */
	width: 450px;
	height: 65px;	
}

#nav ul
{
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

#nav ul li
{
	background-image: url(../images/nav.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 135px;
	height: 61px;	
	line-height: 61px;
	float: left;	
	display: inline;
    list-style: none;
    margin-top: 0em;
    padding: 0pt 0px;	
}
/*
#nav ul li.menu_1, 
 #nav ul li.menu_1 a
{
	width: 135px;
	height: 61px;	
}
*/
#nav ul li.menu_2
{
	background-position: top center;
}

#nav ul li.menu_3
{
	background-position: top right;
}

#nav ul li a
{
	line-height: 2em;
	text-decoration: none;
	font-size: 2.5em;
	width: 135px;
	display: block;
}

#nav ul li a span
{
	text-indent: -3000px;	
/*	display: block;  */
	visibility: hidden;
}
/* - - - end NAVIGATION - - - */

#main 
{
	background-image: url(../images/main_bg.png);
	background-position: top left;
	background-repeat: no-repeat;	
	background-color: transparent;	
	width: 1170px;
	min-height: 307px;
	margin: 0px auto;	
	float: left;
	display: block;
}

/* - - - footer content - - - */
#footer
{
	background-color: #797979;		
	width: 100%;
	height: 110px;
	margin: 0px auto;
}

#contact_info
{
	background-image: url(../images/footer_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;		
	height: 45px;
	width: 1090px;
	margin: 0px auto;
	padding-left: 140px; 
}

#footer p, #contact_info ul
{
	font-family: "MyriadProRegular", Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #b5b5b5;
}

#contact_info ul
{
	list-style: none;
	float: left;
	display: inline;
	margin: 10px 60px 0px;
}

#contact_info ul li
{
	padding: 0;
}

#HLlogo
{
	background-image: url(../images/HL_logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;		
	float: left;
	display: inline;
    height: 25px;
	width: 127px;
	padding: 0;
	margin: 10px 0px 0px 60px;
}
/* - - - SPECIALS - - - */
