/* Body */
body {
background-color: black;
color: white;
}

/* Structure */

div.importer {
margin-top: 12px;
background-color: white;
}

div.contact, div.services {
border-top: 1px #1E1E1E solid;
}

div.contact {
border-bottom: 1px #1E1E1E solid;
padding-bottom: 12px;
}

div.services {
font-size: 1.2em;
}

/* Logo */

div.logo img {
margin-top: 12px;
margin-bottom: 12px;
}

/* Headings */

h4 {
color: white;
margin-bottom: 6px;
font-weight: bold;
margin-top: 12px;
}

/* Links */

a:link {
text-decoration: none;
color: #0EFF35;
}

a:hover {
color: #07881C;
}

a:active {
color: red;
}

a:visited {
color: #07881C;
}

/* Lists */

ul {
margin-left: 0px;
margin-top: 18px;
}

ul li {
list-style-type: none;
margin-top: 6px;
background-image: url("../images/icons/cog.png");
background-repeat: no-repeat;
background-position: top left;
padding-left: 24px;
}

/* Address */

span.adr span {
display: block;
}

span.org {
font-size: 1.3em;
}

span.fn {
display: block;
margin-top: 12px;
font-size: 1.3em;
}

/* Images */

div.importer img {
max-width: 200px;
height: auto;
}

div.newline img {
margin-top: 40px;
}

div.unipro {
background-color: black;
padding-bottom: 12px;
}

div.unipro img {
margin-top: 12px;
}