﻿/* ------------ CSS IMPORT --------- */

@import url("header.css");
@import url("navigation.css");
@import url("mainContent.css");
@import url("footer.css");
/*@import url("print.css");*/

/* ------------ GENERALS --------- */
.printLine{
	display:none;
}
* {
	margin: 0;
	padding: 0;
}

body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #DEE8F1;
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
	color: #005596;
}

ul {
	list-style: none;
}

div#content ul ul {
	margin-left: 2em;
}

p {
	padding: 8px 0;
}

h5
{
    font-size:12px;
}

.line_h5{

    	background: url(/images/head_line.jpg) repeat-x right;
    	background-position: bottom; 
}

#line_safety
{
    background:#ffffff;
    padding-right:4px;

}

a {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #eb529d;
}

a:hover {
	color: #a92566;
}

a.row
{
    text-decoration:none;
}
#wrapper {
	background: url(/images/bg/shadow_frame.jpg) repeat-y left;
	width: 996px;
	margin: 0 auto;
	position: relative;
}

sup
{
  font-size:0.75em;
  vertical-align: text-top;
}

@media all and (min-width: 0px) {
    sup { font-size:0.7em; }
}

*html sup{
    font-size:0.8em;
}


#home-utilities img{
    background-color:#CADBEB;
    }