﻿.inner-left-bottom
{
    margin-top: 0px;
    margin-left: 0px;
    background: #dadada url("../images/home/home_bottom_left.jpg") no-repeat;
    width: 34px;
    float: left;
    height: 120px;
    float: left;
    border-bottom: 6px solid #cccccc;
}

#scroller-box
{
    float: left;
    border-right: 6px solid #cccccc;
    border-left: 6px solid #cccccc;
    border-bottom: 6px solid #cccccc; 
    width: 646px;
    height: 120px;
    background: #b01c2e;
}

#promo-box
{
    border-bottom: 6px solid #cccccc;
    background: #515151;
    height: 120px;
    width: 233px;
    float: left;
    overflow: hidden;
}

#promo-box img
{
    border: 0;
    padding: 0;
    margin: 0;
}


#bottom-container
{
    
    background: url("../images/home/home_bottom_bg.jpg") no-repeat;
    width: 925px;
    height: 160px;
        
    margin: 0px;
    padding: 0px;
    border-color: Red;
}

.bottom-top
{
    background: url("../images/home/bottom_top.gif") no-repeat;
    width: 664px;
    height: 41px;
    margin-left: 33px;   
}

.bottom-top .left
{
    float: left;
    color: #FFFFFF;
    width: 300px;
    font-size: 0.9em;
    font-weight: bold;
    margin: 5px 0px 0px 20px; 
}
.bottom-top .left a
{
    color: #FFFFFF;
    text-decoration: none;
}

.bottom-top .right
{
    float: left;
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: bold;
    margin: 5px 0px 0px 10px; 
}




.col1
{
    float: left;
    width: 335px;
    background-color: black;
    
}

.col2
{
    float: left;
    width: 335px;
    background-color: black;
}
.col2 .abw-logo
{
    text-align:left !important;
    height: 45px;
   margin: 10px 0px 0px 12px;
}
.col2 .text
{
    color: #FFFFFF;
    font-size: 0.9em;
    margin: 8px 0px 0px 12px;
}

.col3
{
    float: right;
    width: 240px;
    margin-top: -40px;
    background: url("../images/home/home_dog.jpg") no-repeat;
    background-position: right;
    margin-right: 0px;
    height: 159px;
}
.col-divider
{
    width: auto;
    float: left;
    height: 90px;
    border-right: 4px solid #323232;
    margin-top: 16px;
}




/*JQUERY SCROLLABLE*/

.scrollable
{
    /* required settings */
    position: relative;
    overflow: hidden;
    width: 630px;
    height: 110px; /* custom decorations */
    background: #B01C2E;
    float: left;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items
{
    /* this cannot be too large */
    width: 30000em;
    position: absolute;
    clear: both;
}

/* single scrollable item */


.scrollable span
{
    float: left;
    margin: 0px;
    cursor: pointer;
    width: 130px;
    height: 65px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
}
.scrollable span img
{
    margin: 4px 6px 0px 2px;
    border: 0px;
    width: 96px;
    height: 85px;
}
.scrollable span a
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.7em;
    font-weight: 600;
}


/* active item */
.scrollable .active
{
    z-index: 9999;
    position: relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable
{
    float: left;
}


.prevPage
{
    background: url("../images/home/scroll_left.gif") no-repeat;
    cursor: pointer;
    margin-left: -20px;
    margin-top: 50px;
    display: block;
    width: 30px;
    height: 28px;
    position: absolute;
    z-index: 999;
}
.nextPage
{
    background: url("../images/home/scroll_right.gif") no-repeat;
    left: 675px;
    padding-right: 10px;
    margin-top: 50px;
    cursor: pointer;
    width: 30px;
    height: 28px;
    display: block;
    position: absolute;
}

.latest-news
{
    margin-top: 6px;
    margin-left: 14px;
}
.latest-news ol
{
    list-style-type: none;
    margin-bottom: 0px;
}
.latest-news ol li
{
    padding-bottom: 8px;
}

.latest-news ol li a
{
    color: #ffffff;
    font-size: 0.9em;
}


#bottom-container .left
{
    float: left; 
    height: 160px;
    width: 34px;
    background-color: Transparent;
    
}

#bottom-container .right
{
    float: left; 
    height: 160px;
    width: 233px;
    background-color: Transparent;
}

#bottom-container .centre
{
    float: left; 
    height: 160px;
    width: 646px;
    background-color: Black;
    border-right: 6px solid #cccccc;
    border-left: 6px solid #cccccc;
}


#bottom-container .centre .left h1,
#bottom-container .centre .right h1
{
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #B01C2E;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
}

#bottom-container .centre .left a
{
    text-decoration: none;
    border: none;
}


#bottom-container .centre .right img
{
    margin-top: 7px;
}

#bottom-container .centre .right .edit span
{
    color: white;
}

#bottom-container .centre .right p
{
    margin-top: 1px;
    margin-bottom: 1px;
}


#bottom-container .centre .right p
{
    color: White;
    font-size: 12px;
    font-weight: 400;
}

#bottom-container .centre .left
{
    float: left;
    height: 160px;
    width: 250px;
    background-color: Transparent;
    margin-left: 20px;
}

#bottom-container .centre .right
{
    float: left;
    height: 160px;
    width: 250px;
    background-color: Transparent;
    margin-left: 30px;
}


#bottom-container .centre .left ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#bottom-container .centre .left ul li a
{
    color: White;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}

#bottom-container .right form
{
    color: White;
}
