em {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

/*#siteWrapper #siteBody {
    background: #FFF url('../images/siteBodyBackground.png') 0 0 repeat;
}*/

#siteWrapper #siteBody table, #siteWrapper #siteBody table tr td {
    font: 12px normal arial, tahoma, sans-serif;
    padding: 0;
    margin: 0;
}

#siteWrapper #siteBar img {
    padding: 5px 0;
}

#siteWrapper #siteBar #contact {
    background: #00347d;
    color: #FFF;
    padding: 10px;
    margin: 10px 0;
	width: 140px;
    font-size: 11px;
}

#importantnote {
    border: 2px solid #00347d;
    color: #00347d;
    background: #FFF;
    font-size: 10px;
}

#importantnote strong {
    display: block;
    background: #00347d;
    color: #FFF;
    height: 30px;
    line-height: 30px;
    text-align:center;
    font-size: 14px;
    text-decoration: underline;
}

#importantnote div {
    margin: 10px 5px;
    text-align: center;
    line-height: 14px;
}

#siteWrapper #siteBar #contact a {
    color: #099;
    font-weight: bold;
}

.homepage a {
    text-decoration: none;
}
.homepage p {
    font: bold 11px/12px arial, tahoma, verdana, sans-serif;
    color: #00347d;
}

.homepage p em {
    font-weight: bold;
    font-style: italic;
}


/* Homepage image */

.homepageimage {
	background:url(../images/homepageimage.jpg) top left no-repeat;
	height:490px;
	position:relative;
}

.hometext1 {
	color:#ffffff;
	font-family:arial;
	font-size:28px;
	font-weight:bold;
	padding:50px 40px;
}

.homelogo {
	padding:0 40px;
}

.hometext2 {
	color:#0b2876;
	font-size:24px;
	font-weight:bold;
	padding:50px 40px;
	text-align:left;
}


/* Product Lists */

.product1 {
	width:50%
}

.product2 {
	width:50%
}



#contacter {
    background: #00347d;
    color: #FFF;
    padding: 5px !important;
}

#contacter tr td {
    padding: 5px !important;
}

#contacter a {
    color: #FFF;
    font-weight: bold;
}

#manuals {
    color: #FFF !important;
    padding: 1px 10px;
    margin: 5px;
}

#manuals a, #manuals p {
    color: #FFF !important;
}

ul {
    list-style-type: circle !important;
    color: #00347d;
}

ul li {
    margin: 5px 0px 0px 40px !important;
    list-style-type: circle !important;
}

.niceTable {
    border: 1px solid #8ab0e5;
    color: #00347d;
}

.niceTable th {
    background: #cedaea;
    padding: 5px;
    font-weight: bold;

}

.niceTable td {
    border: 1px solid #8ab0e5;
    padding: 5px !important;
}

.niceTable .alt {
    background: #eaf1fb;
}

.niceTable tr.alt {
    background: #FFF;
}

span#tel {
    padding-left: 20px;
    background: #FFF url('../images/telephone.png') 0 0 no-repeat;
    font-size: 10px;
    padding-right: 20px;
    line-height: 16px;
    height: 20px;
    display: inline-block;
}

span#fax {
    padding-left: 20px;
    background: #FFF url('../images/printer.png') 0 0 no-repeat;
    font-size: 10px;
    padding-right: 20px;
    line-height: 16px;
    height: 20px;
    display: inline-block;
}

span#email {
    padding-left: 20px;
    background: #FFF url('../images/email.png') 0 0 no-repeat;
    font-size: 10px;
    height: 20px;
    line-height: 16px;
    display: inline-block;
}