@charset "utf-8";
/* CSS Document */

* {
margin:0px;
padding:0px;
}

body {
background-color:#ccc;

font-family:Arial, Helvetica, sans-serif;
}

h1 {
font-size:17px;
color:#009933;
padding-bottom:20px;
}

em {
font-size:13px;
color:#009933;
font-weight:bold;
font-style:normal;

}

.clear {
clear:both;
border-top:1px solid #ccc;
margin:0px 0px;
}

#wrapper {
margin:auto;
width:830px;
padding:0px 25px;
min-height:600px;
background:url(images/wrapperBg.jpg) repeat-y;
}

#wrapperBottom {
margin:auto;
text-align:center;
}

/* -------Header-------- */

#header {
position:relative;
margin:auto;
height:134px;
background:url(images/headerBg.jpg) repeat-y;
margin-bottom:20px;
}

a.logo {
position:absolute;
top:46px;
left:40px;
}

p.address {
color:#FFFFFF;
position:absolute;
top:47px;
right:20px;
font-size:11px;
font-weight:bold;
}

p.telephone {
color:#FFFF00;
font-size:17px;
font-weight:bold;
position:absolute;
bottom:8px;
right:82px;
}

/* -------Main-------- */

#main {
padding:35px;
position:relative;
}

p.first {
width:450px;
font-size:13px;
line-height:1.5em;
float:left;
margin-bottom:50px;
}

#rightAd {
position:absolute;
top:100px;
right:25px;
width:250px;
}

a.btnBrochure {
clear:right;
margin-right:20px;
float:right;
}

a.btnToolbank {
margin-right:20px;
float:right;
margin-bottom:40px;
clear:both;
}

img.services {
float:right;
margin-bottom:60px;
clear:both;
}

img.products {
position:relative;
left:-7px;
margin-bottom:40px;
}

#mapBg {
background:url(images/mapBg.jpg) no-repeat;
width:777px;
height:312px;
position:relative;
left:-7px;
margin-top:30px;
}

#map {
width:457px;
height:277px;
position:absolute;
top:18px;
right:12px;
}

p.address2 {
font-size:12px;
text-align:right;
width:200px;
position:absolute;
top:65px;
left:50px;
line-height:1.5em;}


/* -------Footer-------- */

#footer {
height:23px;
background-color:#042D71;
padding:7px 15px 0px 15px;
margin-top:30px;
}

#footer .credit {
float:right;
}

#footer .credit, #footer #homeHardware {
font-size:11px;
color:#fff;
}

#footer .credit a {
color:#FFFF00;
text-decoration:none;
}

#homeHardware img {
position:relative;
top:1px;
}

#footer .credit a:hover {
text-decoration:underline;
}