/*
	Theme Name: Lifco
	Author: Karin Persson
	Description: Theme for Lifco Group

*/

html {
        font-size: 100%;
}
body {
	font: 70% Arial, Helvetica, sans-serif;
	color: #6d6e71;
	margin: 0;
	text-align:left;
	padding: 0;
	background-color:#ffffff;
	line-height: 165%;
}
img {
        border: 0;
}
#wrapper{
	margin:0 auto;
	width:958px;
	background-image:url(images/lifco-bg.png);
	padding: 0;
}
#header{
	margin: 0 60px;
	padding: 65px 0 20px 0;
	border-bottom: 2px solid #dedfe1;
}
#content{
	float: right;
	width: 570px;
	margin: 25px 60px 20px 0;
	padding: 0;
	text-align: left;  	
}
.company {
     padding: 0 38px 35px 0;
     float:left;
}
.line {
    clear: both;
    height: 2px;
    margin: 0 0 35px 0;
    border-bottom: 1px solid #6d6e71;
}
#sidebar {
    float: left;
    width: 250px;
    text-align: left;
    margin: 33px 0 20px 40px;
    font: 1.1em Arial, Helvetica, sans-serif;
}
#sidebar li{
    line-height: 20px;
    list-style: none;
    padding-left: -20px;
    margin-left: -20px;
}
.staff {
    font: 0.9em Arial, Helvetica, sans-serif;
    margin: 20px 0 0 20px;
    line-height: 167%;
}
#footer {
	clear:both;
	text-align:center;
        height: 60px;
	background-image:url(images/lifco-bottom.png);
}
/* Links
----------------------------------------------- */

#content a:link {
    text-decoration: none; 
    color: #0486c3;
    font-weight: normal;
}
#content a:visited {
    text-decoration: none; 
    color: #0486c3;
    font-weight: normal;
}
#content a:hover { 
    color: #0099cc;
    text-decoration: none;
}
.company a:link {
    text-decoration: none; 
    color: #000000;
    font-weight: bold;
}
.company a:visited {
    text-decoration: none; 
    color: #000000;
    font-weight: bold;
}
#sidebar a:link, a:visited {
    text-decoration: none; 
    color: #000000;
    font-weight: bold;
}
#sidebar a:hover { 
    color: #333333;
    text-decoration: underline;
}

/* Headings
----------------------------------------------- */
h1 {
    font: 1.3em Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
}
h2 {
      font: 1.8em Arial, Helvetica, sans-serif;
      color:#000000;
}
h3 {
      font: 1.0em Arial, Helvetica, sans-serif;
      font-weight: bold;
      color:#000000;
}
input, textarea, option, select {
      background-image: url(images/ae-sidebar.jpg);
      background-color: #ffffff;
      font: 0.9em Arial, Helvetica, sans-serif;
      color: #8c4c33;
      letter-spacing: 1px;
      padding: 4px;
      border: 1px solid #b38151;
}
fieldset{
      border: none;
}
.titleul{
      list-style: none;
}
.gemlink { width:900px; clear: both; margin: 10px auto; padding-right: 15px; text-align: right; font-size: 7pt; }
.gemlink a { color: #aaa; text-decoration: none; }