/* Elements
------------------------------------------------------------------------------*/
html,
body {
    height: 100%;
}

h1 {
    position: absolute;
    top: 0;
    left: 45px;
    width: 275px;
    height: 90px;
    z-index: 9998;
}

h2 {
    padding-left: 29px;
}

h3 {
    margin-bottom: 5px;
}

/* Ids
------------------------------------------------------------------------------*/
#root,
#base,
#content,
#highlight img,
#footer-menu {
    position: relative;
}

#header, 
#content,
#footer {
    padding: 0 45px;
}

#header #menu li,
#footer-menu li {
    float: left;
}

#header #menu li a,
#footer-menu li a {
    display: block;
} 

#root {
    min-height: 100%;
}

#base {
    width: 775px;
    min-height: 100%;
    margin: 0 auto;
}

#header {
    height: 40px;
}

/* menu */
#header #menu {
    position: absolute;
    top: 0;
    right: 35px;
}

#header #menu li {
    height: 37px;    
}

#header #menu li a {
    padding: 8px 7px;
}

#footer-menu li a {
    padding: 1px 5px;
}

/* highlight */
#highlight {
    height: 174px;
}

#highlight img {
    top: 2px;
    left: 34px;
    width: 710px;
    height: 170px;
}

/* search */
#search {
    position: absolute;
    top: 225px;
    right: 50px;
    width: 365px;
    height: 40px;
    z-index: 9998;
}

#search .text {
    width: 295px;
    margin:  6px 10px 6px 10px;    
}

#search .button {    
    width: 22px;
    height: 22px;    
}

/* content */
#content {
    padding-top: 15px;
    padding-bottom: 15px; 
}

#last-content {
    height: 45px;
    padding: 15px 0 0 0;
    
}

#footer-menu {
    top: 30px;
    right: -15px;
}

#footer-menu ul {
    margin: 0;
}

#feeds {
    padding: 20px 5px 20px 88px;
}

/* footer */
#footer {
    height: 36px;
}

#footer p {
    padding: 10px 0 0 0;
}

/* Classes
------------------------------------------------------------------------------*/
.col {
    float: left;
}

.col {
    width: 365px;
    padding-left: 15px;    
}
.col:first-child {
    width: 285px;
    padding-right: 15px;
    padding-left: 0;
}

.list {
    margin: 0;
}

.list li {
    margin: 10px 0;
    padding-left: 21px;
}

.navigation {
    margin: 10px 0;
} 

.listpage li {
    padding-top: 15px;
}

.listpage h3 {
    padding-left: 21px;
}

.listproduct li {
    padding-left: 42px;
}

.listpage .read-all {
    display: block;
    margin-left: -22px;
    padding: 4px;
}

/* WP Styles
------------------------------------------------------------------------------*/
.aligncenter {
    position: relative;
    margin: 0 auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.entry img {
    padding: 2px;
}

/* Index
------------------------------------------------------------------------------*/
#equipaments img {
    float: left;
}

#news,
#events {
    margin-bottom: 15px;
}

#news h2, 
#news ul,
#events h2 {
    margin-top: 15px;
    margin-left: 15px;
}

#news .read-all, 
#events .read-all {
    display: block;
    padding: 4px;
}

#news {
    margin-top: 45px;
}

#events img {
    margin: 0 0 10px 0;
}

#banner {
    clear: both;
    padding: 10px 0;
}

#banner img {
    padding: 2px;
}
