@import "clearing.css";

/* =general
--------------------------------------------------*/

body {
padding: 5px;
font: 12px Tahoma;
}

/* =container
--------------------------------------------------*/

#container {
min-width: 1000px;
}

/* =header
--------------------------------------------------*/

#header {
height: 150px;
}

#language-select {
float: left;
}

#language-select li {
float: left;
margin: 0 10px 0 5px;
}

#language-select li a {
text-decoration: none;
color: #708090;
}

#language-select li a:hover {
color: #000;
}

#site-menu {
float: right;
}

#site-menu li {
float: left;
margin: 0 10px 0 5px;
}

#denas-logo {
padding: 10px 0 15px 10px;
}





#main-nav {
float: left;
width: 100%;
height: 25px;
border: 1px #ccc solid;
background: url('../img/heading_bg.gif') repeat-x;
color: #ccc;
}

#main-nav ul {
float: left;
padding: 5px 0 0 0;
}

#main-nav ul li {
float: left;
}

#main-nav ul li a {
margin: 0 5px 0 5px;
text-decoration: none;
color: #ccc;
}

#main-nav ul li a:hover {
color: #fff;
}

#main-nav form {
display: block;
float: right;
margin: 3px 10px 0 0;
}

/* =content
--------------------------------------------------*/

#content {

}

#content h3 .h3-text {
display: block;
padding: 5px 0 0 5px;
}

/* =content-left
--------------------------------------------------*/

#content .left {
float: left;
width: 25%;
}

#secondary-nav h3 {
width: 200px;
height: 25px;
border: 1px #ccc solid;
font: bold 12px Verdana;
background: url('../img/heading_bg.gif') repeat-x;
color: #fff;
}

#secondary-nav ul {
margin: 0 0 0 15px;
list-style: square;
color: #618ee8;
}

#secondary-nav ul li a {
text-decoration: none;
color: #618ee8;	
}

#secondary-nav ul li a:hover {
text-decoration: underline;
}

/* =content-right
--------------------------------------------------*/

#content .right {
float: right;
width: 74.9%;
padding: 0 0 15px 0;
}

#item h3 {
color: blue;
}

#item .price {
color: red;
}

#item ul {
margin: 0 0 0 15px;
list-style: square;
}

#adjectives ul {
float: left;
}

#adjectives img {
float: right;
}

#item table tr td {
padding: 2px 5px;
border: 1px #ccc solid;
}

/* =footer
--------------------------------------------------*/

#footer {
height: 50px;
border: 1px #ccc solid;
background: url('../img/footer_bg.gif') repeat-x;
color: #fff;
}

#footer p {
padding: 15px 0 0 10px;
}

/* =footer-left
--------------------------------------------------*/

#footer .left {
float: left;
width: 25%;
}

#footer .left a {
font-weight: bold;
text-decoration: none;
color: #fff;
}

#footer .left a:hover {
text-decoration: underline;
}

/* =footer-right
--------------------------------------------------*/

#footer .right {
float: right;
width: 74.9%;
}

