/* CSS Document */

body {
background-color:#E7E7E9;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#wrapper {
display:block;
width:900px;
height:auto;
margin-left:auto;
margin-right:auto;
}

#header {
background-image:url(../Images/header.gif);
width:100%;
height:60px;
display:block;
padding-top:155px;
}

#header #nav {
margin-left:380px;
font-size:13px;
color:#CCCCCC;
display:block;
}

#header #nav a {
color:white;
margin-right:15px;
margin-left:15px;
font-weight:bold;
text-decoration:none;
}

#header #nav a:hover {
color:#E0E1E2;
}

#footer {
background-image:url(../Images/footer.jpg);
width:100%;
height:258px;
}

#middle {
background-color:white;
background-image:url(../Images/middle.jpg);
background-position:bottom;
width:900px;
background-repeat:no-repeat;
display:table;
height:auto;
}

#middle #nav {
float:left;
}

#middle #nav a {
background-color:#D1D2D4;
margin-bottom:1px;
display:block;
width:154px;
margin-left:30px;
color:#666666;
padding:8px;
padding-top:13px;
padding-bottom:13px;
text-decoration:none;
font-weight:bold;
}

#middle #nav a:hover {
background-color:#E0E1E2;
}

#middle #nav a span {
color:#1D84C7;
font-weight:normal;
}

#footer {
font-size:11px;
color:white;
}

#footer a {
color:white;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

#left {
float:left;
margin-top:204px;
margin-left:10px;
}

#right {
float:right;
margin-top:220px;
margin-right:10px;
text-align:right;
}

#content {
float:left;
margin-left:30px;
width:500px;
line-height:22px;
}

h1, h2, h3, h4, h5, h6 {
color:#1D84C7;
}

h1 {
font-size:20px;
}

h2 {
font-size:15px;
}

.download, .newsitem, .productcat {
display:table;
border:1px solid #e2e2e2;
padding:10px;
height:auto;
margin-top:10px;
font-size:11px;
width:90%;
}

.download img, .newsitem img, .productcat img {
float:left;
margin-right:10px;
border:1px solid #e2e2e2;
margin-bottom:15px;
}

.download a, .newsitem a, a.back, .productcat a {
float:right;
color:#00554E;
}

.download a:hover, .newsitem a:hover, a.back, .productcat a:hover {
text-decoration:none;
}

#backlink a.back {
float:left;
}

#content a {
color:#1D84C7;
text-decoration:none;
}
}