/* global */
html
{
    height: 100%;
}

body
{
    font-family: verdana, arial, sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: .68em;
    background-color: #000000;
}

/* ancors Start
---------------------*/
a
{
    outline: none;
}

a, a:link, a:visited
{
    color: #E73030;
    text-decoration: none;
}
a:hover, a:selected
{
    text-decoration: underline;
}

#logo, #logo h1 a
{
    /*color: #40403E;*/
    border: none;
    text-decoration: none;
}

#navTop a
{
    color: #B2B0B2;
}
#menu li a
{
    display: block;
    float: left;
    height: 26px;
    text-decoration: none;
    padding: 6px 19px 0px 19px;
    border-right: 2px solid;
    font-weight: bold;
    background: #000000;
    color: ThreeDHighlight;
    border-color: #2C2C2A;
    background: transparent url(images/nav_tab_bg.png) no-repeat scroll left top;
}

#menu li a.selected, #menu li a.selected:hover
{
    background: #82974B;
    color: #EEE;
    border-color: #2C2C2A;
    background: transparent url(images/nav_tab_bg2.png) no-repeat scroll left top;
    background-position: 0 -34px;
}

#menu li a:hover
{
    background: #82974B;
    color: #EEE;
    border-color: #2C2C2A;
    background: transparent url(images/nav_tab_bg3.png) no-repeat scroll left top;
    background-position: 0 -34px;
}

#menudown li a
{
    display: block;
    float: left;
    height: 26px;
    width: 120px;
    text-decoration: none;
    padding: 6px 19px 0px 19px;
    font-weight: bold;
    background: #000000;
    color: ThreeDHighlight;
    border-color: #2C2C2A;
    background: transparent url(images/nav_md_bg.png) no-repeat scroll left top;
}


#menudown li a:hover
{
    background: #82974B;
    color: #000000;
    border-color: #2C2C2A;
    background: transparent url(images/nav_md_bg2.png) no-repeat scroll left top;
}
/*#82974B*/
/* ancors End
----------------------------*/


/* elementh style Start
--------------------------*/


p
{
    margin: 0px;
    padding: 0px 0px 16px 0px;
    line-height: 1.7em;
}

h1
{
    font-family: arial, sans-serif;
    letter-spacing: .1em;
    font-weight: normal;
    text-transform: uppercase;
    padding: 16px 0px 5px 0px;
    margin: 0px 0px 12px 0px;
    font-size: 150%;
}

.sub
{
    font-size: 55%;
    padding-left: 12px;
    letter-spacing: .1em;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}


/* block quote */
blockquote
{
    margin: 20px 0px 20px 0px;
    padding: 10px 20px 0px 20px;
    border-left: 8px solid;
}

/* unordered list */
ul
{
    margin: 2px 0px 18px 16px;
    padding: 0px;
}

ul li
{
    list-style-type: square;
    margin: 0px 0px 6px 0px;
    padding: 0px;
}

/* ordered list */
ol
{
    margin: 8px 0px 0px 24px;
    padding: 0px;
}

ol li
{
    list-style-type: none;
    margin: 0px 0px 11px 0px;
    padding: 0px;
}



/* elementh style  end
--------------------------*/

/* site content Start 
-----------------------------*/
#main
{
    width: 749px;
    padding-top: 20px;
}

/*Side Panels*/

.SidePanel
{
    clear: right;
    margin-bottom: 10px;
    padding-top: 1px;
    position: relative;
    background-color: #ffffff;
    top: 0px;
    left: 0px;
}

.SidePanel .boxSFirstHeader
{
    color: #E73030;
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    padding: 3px 30px 0px 5px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.SidePanel .boxSContent
{
    font-size: 11px;
    overflow: hidden;
    padding: 10px 30pt 20px 10px;
    position: relative;
    text-align: justify;
    color: Black;
}

.SidePanel .ContactSBox
{
    text-align: justify;
    border-style: double;
    width: 350px;
    padding: 10px 30pt 20px 10px;
}
/*Main Panel*/
.ContentPanel
{
    background-color: #ffffff; /*background-image:url(images/sidebar.png) no-repeat;*/
    top: 0px;
}

.ContentPanel1
{
    background-color: #ffffff; /*background-image:url(images/sidebar.png) no-repeat;*/
    top: 0px;
    width: 249;
    float: right;
}

.ContentPanel .boxCSecondHeader
{
    color: #E73030;
    font-size: 130%;
    font-weight: bold;
    padding: 3px 0px 0px 24px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.ContentPanel .boxCContent
{
    font-size: 13px;
    font-family: @Arial;
    color: Black;
    overflow: hidden;
    padding: 10px 15pt 10px 5px;
    position: relative;
    text-align: justify;
}

.ContentPanel .boxCContent1
{
    font-size: 13px;
    font-family: @Arial;
    color: Black;
    overflow: hidden;
    padding: 10px 15pt 10px 5px;
    position: relative;
    text-align: justify;
    width: 249;
    float: right;
}


.ContentPanel .visibleCBox
{
    font-size: 13px;
    font-family: @Arial;
    overflow: hidden;
    padding: 10px 15pt 10px 5px;
    position: relative;
    text-align: left;
    color: Black;
}


/*bottom panel*/
.BottomPanel
{
    width: 749px;
    height: 40px;
    border-top: solid 1px #000000;
    background: #000000 url(images/botborder.jpg);
}




/* thumb images
-----------------------------*/

.thumb_block
{
    position: relative;
    height: 100px;
}
.thumb_image
{
    float: left;
    margin: 0pt 5px 5px 5px;
    width: 95px;
}


/* margin lefts / margin rights - to centre content */
#menu, #site_content, #main, #menudown
{
    margin-left: auto;
    margin-right: auto;
}



#links
{
    margin: 15px 9px 0px 0px;
    font-size: 80%;
    text-align: right;
    padding: 20px 10px 0px 0px;
    text-transform: uppercase;
}


/* navigation menu */
#menu
{
    height: 32px;
    width: 749px;
}

#menu ul
{
    margin: 0px auto;
}

#menu li
{
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#menudown
{
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#colours
{
    height: 0px;
    text-align: right;
    padding: 16px 16px 0px 300px;
}

/* main content */
#site_content
{
    width: 749px;
    overflow: hidden;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
}

/* side menu */
#first_column
{
    padding: 10px 3px 10px 5px;
    float: left;
    width: 500px;
    background: #ffffff;
}

#sec_column
{
    padding: 10px 0px 10px 10px;
    float: right;
    background: #ffffff;
    width: 240;
    top: 0;
    left: 501;
}

.info
{
    padding-top: 4px;
    float: left;
}

/* page content */
#content
{
    text-align: left;
    width: 249px;
    float: left;
    padding: 12px 0px 18px 0px;
}

#trades
{
    font-size: 10px;
}

#footer
{
    padding: 10px;
    font-size: 14px;
    color: White;
}


/*colors Start
---------------------------*/


blockquote
{
    border-color: #40403E;
}

#site_content
{
    background-color: #000;
    border-color: #40403E; /*background:#221E1F url(images/bg.jpg) no-repeat scroll left top;*/
}



#content h1
{
    background: transparent;
    color: #E6E8DC;
    border-color: #40403E;
}

#contact input, #contact textarea, #contact input.submit
{
    background: #2C2C2A;
    color: #929280;
    border-color: #40403E;
}

#menu
{
    background: #000000;
    color: #EEE;
    border-color: #82974B;
}

#main
{
    width: 749px;
    padding-top: 0px;
}

#PageHeader
{
    width: 749px;
    background-color: #000000;
    font-weight: 700;
    color: #FFFFFF;
}

#clock
{
    background-color: #000000;
    color: White;
}
.HeaderTable
{
    height: 149px;
    width: 749px;
    background-color: #000000; /*background-image:url(images/midd-patt.jpg);*/
}
.Table
{
    width: 749px;
    padding-top: 0px;
}

.floatright
{
    float: right;
    margin: 5 10 0px 0px;
    border: 0;
    padding: 2px;
}


.SidePanel .VehicleSBox
{
    text-align: justify;
    border: 1px solid;
    margin-bottom: 30px;
}

.VehicleSBoxHeading
{
    font-size: 22px;
    color: #FFF;
    background: #000;
    padding: 5px;
    text-align: center;
}

.VehicleSBoxBody
{
    padding: 10px;
}

.vehicleName
{
    color: #E73030;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.vehicle
{
    float: right;
    width: 220px;
    text-align: center;
    font-size: 13px;
}

.vehicleFeature
{
    float: left;
    width: 200px;
}

.clear
{
    clear: both;
}


