/* CSS Document */

body {
background-color: #E7F2C3;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #38529F;
}

/* Layout */

#container {
width: 721px;
background-image: url(images/containerbg_10.gif);
background-repeat: repeat-y;
border: solid #ffffff 2px;
margin-left: auto;
margin-right: auto;
}

#banner {
background-image: url(images/appliancehdr_03.jpg);
background-repeat: no-repeat;
background-position: center;
height: 31px;
}

#content {
float: right;
width: 508px;
margin: 0px;
}

#sidebar-a {
background-image: url(images/appliancelogo_05.gif);
background-repeat: no-repeat;
background-color:#E6ECFC;
float: left;
width: 213px;
height: 400px;
margin: 0px;
}

#footer {
background-color:#F0F0F0;
border-top: solid #ffffff 2px;
clear: both;
height: 44px;
font-size: 10px;
padding-left: 10px;
}

#triangles {
width: 213px;
background-image: url(images/trianglebg_15.gif);
background-repeat: no-repeat;
height: 279px;
margin-left: -10px;
margin-top: -281px;
}

/* Navigation */

div#navbar {
margin-top: 170px;
font-weight: bold;
width: 213px; 
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #38529F;
text-decoration: none;
display: block;
padding: 3px 0px 3px 14px;
border: solid #E6ECFC 1px; 
}

#navbar ul li a:hover {
color: #38529F;
background-color: #F7F9FD;
text-decoration: none; 
border-top: solid #C7D3F2 1px;
border-bottom: solid #C7D3F2 1px;
}

#navbar #current a {
color: #38529F;
background-color: #F7F9FD;
text-decoration: none; 
border-top: solid #C7D3F2 1px;
border-bottom: solid #C7D3F2 1px;
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: block;
}

#navbar ul {
margin: 0px;
padding: 0px;
}

/* -- Links --*/

a:link, a:visited {
color: #003366;
}

a:hover {
color: #FFFFFF;
background-color: #003366;
text-decoration: none;
}

/* HTML Tags */

h1 {
margin: 0px;
font-size: 10px;
padding-left: 10px;
padding-top: 8px;
font-weight: 300;
}


/* ID's */

#content p, #content ul li, #content ol li {
margin: 0px 14px 20px 14px;
line-height: 18px;
}

#content h3 {
margin: 0px 14px 20px 14px;
font-size: 14px;
font-weight: 300;
background-color: #E7F2C3;
padding: 4px;
}

#content h4 {
margin: 0px 14px 20px 14px;
font-size: 12px;
font-weight: bold;
}

/* -- Classes -- */

.feature {
margin: 0px 14px 0px 14px;
font-size: 14px;
font-weight: bold;
background-color: #E7F2C3;
padding: 10px 4px;
border: solid #C0CE93 1px;
}

.showroom {
margin-left: 14px;
margin-bottom: 14px;
}

#showroom a:hover {
background-color: #FFFFFF;
}