/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
body
{
    background: url('../images/brushed_alu.png');
}

.clear
{
    clear: both;
}

#header
{
    background: #d3d3d3;
}

#header-row
{
    background: #d3d3d3 url('../images/DSMLogoV2150.png') no-repeat 0 10px;
    height: 84px;
}

#header2-row
{
    height: 84px;
}

#header-row a{
    float: right;
}

#header2-row a{
    float: right;
}

#navigation
{
    background: url('../images/carbon_fibre.png');
    box-shadow: inset 0px 0px 15px rgba(0,0,0,0.3);
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin-bottom: 10px;
}

#logo
{
    margin: 5px 0 0 0;
}

table.stock-num-search
{
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    border: none !important;
    width: 100%;
}

.main-nav ul
{
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.main-nav2 ul
{
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.main-nav li
{
    
    margin: 0 !important;
    float: left;
}

.main-nav2 li
{
    
    margin: 0 !important;
    float: left;
}

.main-nav a
{
    background: #00a6fc url(../images/button_bg_red.png) repeat-x;
    border: 1px solid #660000;
    color: #fff;
    display: block;
    font-size: larger;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
    margin-top: 14px
}

.main-nav2 a
{
    background: #00a6fc url(../images/button_bg_blue.png) repeat-x;
    border: 1px solid #660000;
    color: #fff;
    display: block;
    font-size: larger;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
    margin-top: 14px
}

a.home-button
{
    background: #00a6fc url(../images/button_bg_red.png) repeat-x;
    border: 1px solid #660000;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: small;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    width: 58px;
    margin: 10px 0;
}

a.twitter-button
{
    background: #00a6fc url(../images/button_bg_blue.png) repeat-x;
    border: 1px solid #660000;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: small;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    width: 58px;
    margin: 10px 0;
}

a.codesite-button
{
    background: #00a6fc url(../images/button_bg_blue.png) repeat-x;
    border: 1px solid #660000;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: small;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    width: 80px;
    margin: 10px 0px;
    padding-top: 14px
}

a.facebook-button
{
    background: #00a6fc url(../images/button_bg_blue.png) repeat-x;
    border: 1px solid #660000;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: small;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    width: 58px;
    margin: 10px 0;
}

a.request-info-button, a.email-friend-button
{
    background: #00a6fc url(../images/button_bg_red.png) repeat-x;
    border: 1px solid #660000;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: small;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    width: 100%;
    margin: 10px 0;
}

a.email-friend-button img, a.request-info-button img
{
    margin-top: 15px;
}

a.home-button img
{
    margin-top: 14px;
}

a.twitter-button img
{
    margin-top: 14px;
}

a.facebook-button img
{
    margin-top: 14px;
}

.main-nav p
{
    margin: 10px 0;
    color: #fff;
    font-weight: 700;
}


.main-nav a:hover, .main-nav a:focus, a.home-button:hover, a.home-button:focus, a.email-friend-button:hover, a.email-friend-button:focus, a.request-info-button:hover, a.request-info-button:focus
{
    background: #00a6fc url(../images/button_bg_hover_red.png) repeat-x;
}

.main-nav2 a:hover, .main-nav2 a:focus
{
    background: #00a6fc url(../images/button_bg_hover_blue.png) repeat-x;
}

a.twitter-button:hover, a.twitter-button:focus, a.facebook-button:hover, a.facebook-button:focus
{
    background: #00a6fc url(../images/button_bg_hover_blue.png) repeat-x;
}

#content
{
    
}

#vehicle-list, #vehicle-display
{
    background: #fff;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    padding: 10px;
    margin-bottom: 15px;
}

#vehicle-list h1
{
    color: #990000;
    border-bottom: 1px dashed #990000;
    padding-bottom: 5px;
}

#vehicle-list table
{
    width: 100%;
}

#vehicle-list th
{
    background: #006699;
    color: #fff;
    font-size: large;
    font-weight: 700;
}

td.vehicle-make
{
    width: 80%;
}

td.vehicle-count
{
    font-weight: 700;
    width: 20%;    
}

td.vehicle-make, td.vehicle-count
{
    font-size: large;
}

.term, .value
{
    width: 50%;
}

#alphabetical
{
    border-bottom: 1px dashed #006699;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#alphabetical a
{
    background: #00a6fc url(../images/button_bg.png) repeat-x;
    background-size: 100%;
    color: #fff;
    float: left;
    line-height: 30px;
    margin: 3px;
    text-align: center;
    width: 30px;
}

.vehicle
{
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

.vehicle h2, #vehicle-display h1
{
    background: #999;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: large;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px;
}

.vehicle dt
{
    background: #f5f5f5 !important;
    width: 40%;
    float: left;
}

.vehicle dd
{
    width: 50%;
    float: right;
}

.vehicle a img, #vehicle-photos a img
{
    border: 1px solid #eee;
    background: #fff !important;
    margin: 0 !important;
    padding: 5px 5px 0 5px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}

.price
{
    font-weight: 700;
    color: #cc0000;
}

#vehicle-details td
{
    font-size: large !important;
}

#footer
{
    background: #c3c3c3;
    border-radius: 5px;
}

#footer p
{
    border: 1px solid #fff;
    padding: 5px;
    text-align: center;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
}
/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */


