body {
    font: 14px/24px Lucida Grande, Arial, sans-serif;
}

a {
    color: black;
}

ul {
    list-style: none;
}

img {
    display: block;
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

ul {
    margin: 0;
    padding: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.content {
    margin: 0 5px;
    background-color: transparent;
}

.gray {
    background-color: #EAEAEA;
}

.small-content {
    padding: 26px 40px 36px 0;
    float: right;
    width: 630px;
    position: relative;
}

.small-content .header {
    font-size: 24px;
    margin-bottom: 40px;
    position: relative;
}

.small-content .title {
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/menu-background.png);
    padding: 20px 30px;
}

.container {
    position: relative;
}

#logo {
    position: absolute;
    top: 26px;
    left: 5px;
    z-index: 100;
}

#navigation {
    position: absolute;
    top: 166px;
    left: 5px;
    width: 190px;
    padding: 26px 15px;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    text-align: right;
    background: url(../img/menu-background.png);
    z-index: 100;
}

#navigation li.selected a {
    color: white;
}

#navigation a {
    color: #a3a2a2;
    text-decoration: none;
}

#navigation a:hover {
    color: white;
    text-decoration: none;
}

#navigation a.selected {

}

#nav-prod {
    position: absolute;
    top: 430px;
    left: 5px;
    width: 190px;
    padding: 26px 15px;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    text-align: right;
    background-color: #C8C8C8;
    z-index: 100;
}

#nav-prod li {
    line-height: 17px;
    padding: 5px 0;    
}

#nav-prod li a {
    text-decoration: none;
}

#nav-prod li.selected {
}

#nav-prod li .dot {
    visibility: hidden;
}

#nav-prod li.selected .dot {
    visibility: visible;
}

#footer-content {
    background-color: black;
    color: white;
    padding: 45px;
    text-align: center;
}

#footer-content img{
    display: inline;
}

#footer-content a {
    color: white;
    text-decoration: none;
}

#footer-content a:hover {
    color: white;
    text-decoration: underline;
}

.copyline {
    padding: 0 8px;
}

.clear {
    clear: both;
}

.story .story-image {
    float: left;
    clear: both;
}

.story .story-body {
    float: right;
    width: 420px; 
}

.story .story-link {
    height: 25px;
    background-color: black;
    color: white;
    padding: 5px;
    text-align: center;
}

.story .story-link a {
    background-color: black;
    color: white;
    text-decoration: none;
}

/* Our Team page */
#team h1 {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: bold;
}

#team h2 {
    font-size: 17px;
    font-weight: bold;
}

/* Contact Page */
#contact .map {
    float: right;
}

#contact .contact-details {
    width: 320px;
}

#contact h1, #contact h2 {
    font-size: 17px;
    font-weight: bold;
}

#contact h1 {
    margin-top: 20px;
}

#contact h2, #contact p {
    margin-bottom: 0;
}

#contact a {
    text-decoration: none;
}

/* Portfolio Page */
#portfolio ul.tabs {
    height: 78px;
    background-color: black;
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    list-style: none;
}

#portfolio ul.tabs li {
    height: 58px;
    color: white;
    background-color: black;
    float: left;
    width: 315px;
}

#portfolio ul.tabs li.current {
    background-color: #3D3D3D;
}

#portfolio ul.tabs img {
    float: left;
    top: 0;
    left: 0;
    display: block;
}

#portfolio ul.tabs .tab-title {
    font-size: 20px;
    font-weight: normal;
    position: relative;
    top: 20px;
    left: 20px;
}

.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 630px;
	height:650px;
    margin-bottom: 20px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.scrollable .items div {
    width: 630px;
	float:left;
}

.scrollable .item img {
    margin-bottom: 1.5em;
    display: inline;
}

.carousel {
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 794px;
	height: 600px;
}

.carousel .items {
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
}

.carousel .items > div {
    width: 940px;
	float: left;
    position: relative;
}

/*-- previous button --*/

.previous_button {
    display: block;
    background: url(../img/prev-arrow.png) no-repeat;
    width: 15px;
}

.previous_button:hover {
    background: url(../img/prev-arrow-hover.png) no-repeat;
}

/*-- next button --*/

.next_button {
    display: block;
    background: url(../img/next-arrow.png) no-repeat;
    width: 15px;
}

.next_button.disabled:hover {
    background: url(../img/next-arrow.png) no-repeat;
}

.previous_button.disabled:hover {
    background: url(../img/prev-arrow.png) no-repeat;
}

.next_button:hover {
    background: url(../img/next-arrow-hover.png) no-repeat;
}

/* All buttons! */
.previous_button, .next_button {
    text-indent: -3000px;
    white-space: nowrap;
    float: right;
}

.navigation-links {
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 100;
}

a.scroll-control {
    width: 75px;
    height: 24px;
    color: white;
    text-indent: -3000px;
    white-space: nowrap;
    display: block;
    cursor: pointer;
    position: absolute;
}

a.prev {
    background: black url(../img/prev-arrow.png) center center no-repeat;
    left: 235px;
}

a.prev:hover {
    background: black url(../img/prev-arrow-hover.png) center center no-repeat;
}

a.prev.disabled:hover {
    background: gray url(../img/prev-arrow.png) center center no-repeat;
}

a.next {
    background: black url(../img/next-arrow.png) center center no-repeat;
    left: 320px;
}

a.next:hover {
    background: black url(../img/next-arrow-hover.png) center center no-repeat;
}

a.next.disabled:hover {
    background: gray url(../img/next-arrow.png) center center no-repeat;
}

a.scroll-control.disabled {
    background-color: gray;
}

/* Cabinetry */
.wood {
    position: relative;
}

.wood.last {
    margin-bottom: 65px;
}

.wood .wood-body {
    position: relative;
    padding-left: 20px;
    padding-top: 20px;
    z-index: 10;
}

.wood .wood-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

.wood-leaf {
    text-align: center;
}

.wood-leaf img {
    display: inline;
}

#cabinetry .small-content {
    margin-bottom: 40px;
}

/* Fixtures */
.company-logo {
    text-align: center;
    float: left;
    width: 210px;
    height: 100px;
}

.company-logo img {
    display: inline;
}

/* Generic Pages */
.small-content ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.small-content ul li {
    margin-bottom: 10px;
    line-height: 19px;
}

/* Site Map Page */
#sitemap a {
    text-decoration: none;
}

#sitemap ul li {
    list-style-type: none;
}


.attributes {
    width: 264px;
    position: absolute;
    top: 447px;  /*547*/
    left: 338px;
    background: url(../img/menu-background.png);
    color: #fff;
    z-index: 20009;
}

.attributes .attributes-text {
    padding: 0px 0px 0px 5px;
    color: #fff;
}

.attributes .attributes-text #descripcion {
    margin-bottom: 5px;
    line-height: 15px;
    width: 230px;
    color: #fff;
    font-size: 10px;      
    font-family: 'Lucida Grande', Arial, sans-serif;
    padding-left: 15px;
    
}

.attributes .attributes-text img {
    display: block;
    margin: 0 auto 10px auto;
}

.attributes .attributes-text h1 {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    text-align: center;
    height: 28px;
    margin: 0;
    padding: 5px;
}

.tooltip-anchor {
}

.tooltip-content {
    width: 265px;
    height: 265px;
    display: none;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    z-index: 20000;
    border: 10px solid black;
    position: relative;
}

.tooltip-content img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20001;
}

.tooltip-content .tooltip-text-frame {
    background: url(../img/menu-background.png);
    position: absolute;
    bottom: 0;
    z-index: 20002;
    width: 100%;
}

.tooltip-content .tooltip-text {
    padding: 5px 10px;
    color: #fff;
}

.tooltip-text {
    color: #fff;
}

.tooltip-content .tooltip-text p {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-family: 'Lucida Grande', Arial, sans-serif !important;
    width:230px;
    line-height: 13px !important;
}

/* HENRY KITCHEN STYLES *******************/
#henry-1 {
    position: absolute;
    top: 310px;
    left: 240px;
}

#henry-2 {
    position: absolute;
    top: 316px;
    left: 398px;
}

#henry-3 {
    position: absolute;
    top: 392px;
    left: 212px;
}

#henry-4 {
    position: absolute;
    top: 290px;
    left: 850px;
}

#henry-5 {
    position: absolute;
    top: 250px;
    left: 298px;
}

/* WILSON KITCHEN STYLES *******************/
#wilson-1 {
    position: absolute;
    top: 275px;
    left: 545px;
}

#wilson-2 {
    position: absolute;
    top: 275px;
    left: 458px;
}

#wilson-3 {
    position: absolute;
    top: 288px;
    left: 698px;
}

#wilson-4 {
    position: absolute;
    top: 487px;
    left: 865px;
}

#wilson-5 {
    position: absolute;
    top: 442px;
    left: 580px;
}

/* CAZABON KITCHEN STYLES *******************/
#cazabon-1 {
    position: absolute;
    top: 353px;
    left: 328px;
}

#cazabon-2 {
    position: absolute;
    top: 305px;
    left: 388px;
}

#cazabon-3 {
    position: absolute;
    top: 400px;
    left: 400px;
}

#cazabon-4 {
    position: absolute;
    top: 245px;
    left: 230px;
}

#cazabon-5 {
    position: absolute;
    top: 248px;
    left: 345px;
}

#cazabon-6 {
    position: absolute;
    top: 422px;
    left: 567px;
}

/* navegador de fotos **********************************/
#main_navi {padding-top: 20px; background-color: transparent !important; width: 800px;}
#main_navi li {
    width: 100px;
    float: left;
    /*padding-right:0px;*/
    font-size: 10px;
    line-height: 12px;
}

/* lateral con índice de proyectos ************************/
ul#plus {
    list-style-image: url('../img/icon-plus.png') !important;  
}

ul#plus li {
    margin-left:20px;
    border: none !important;
    padding: 2px 0px 2px 0px !important;
    width: 145px !important;
    line-height: 10px;
}



ul#plus li a{
    font:10px/12px Verdana, Geneva, sans-serif !important;    
}

ul#plus li#seleccionada a {
    color: #AEBB23;
}
