﻿/* General */

/*Reset Common Tags*/

a,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
    border:0px
}

body 
{
    margin:0px auto;
    padding:0px;
    background-image:url(../../images/site_bg.jpg);
    background-position:center top;
    background-color:#ebebeb;
    font-family:Verdana;
    font-size:12px;
    color:#434040;
    background-repeat:no-repeat;
}

a
{
    text-decoration:none;
    color:#eea10c;
    font-weight:bold;
}

a:hover
{
    text-decoration:underline;
}

p
{
    line-height:15px;
	margin-top:12px;
	margin-bottom:12px;
}

h1
{
    margin:0px;
    padding-bottom:3px;
    color:#ffc61e;
    font-size:28px;
    font-weight:bold;
    background-image:url(../../images/h1_bg.gif);
    background-position:left bottom;
    background-repeat:no-repeat;
}

h2
{
    margin:0px;
    padding-bottom:6px;
    color:#ffc61e;
    font-size:22px;
    font-weight:bold;
    background-image:url(../../images/divider_long.gif);
    background-position:left bottom;
    background-repeat:no-repeat;
}

h3
{
    margin:0px;
    padding-bottom:6px;
    color:#434040;
    font-size:18px;
    font-weight:bold;
    background-image:url(../../images/divider_long_light.gif);
    background-position:left bottom;
    background-repeat:no-repeat;
}

/* layout */

#container
{
    width:970px;
    margin:0px auto;
}

#layout
{
    clear:both;
    float:left;
    width:970px;
}

/* header */

#header
{
    clear:both;
    float:left;
    width:930px;
    height:191px;
    background-image:url(../../images/header_bg.jpg);
    background-position:left top;
    padding:20px 0px 0px 40px;
}

#header-top
{
    clear:both;
    float:left;
    width:930px;
    color:#9b9797;
    font-size:11px;
}

#header-top a
{
    font-weight:normal;
}

#header-middle
{
    clear:both;
    float:left;
    width:900px;
    padding:43px 0 30px 30px;
}

#header-bottom
{
    clear:both;
    float:left;
    width:930px;
}

/* header nav */

#nav
{
    clear:both;
    float:left;
    width:930px;
}

#nav a
{
    color:#434040;
    font-size:14px;
}

.onstate
{
    color:#000000!important;
}

#nav ul
{
    list-style:none;
    margin:0px;
    padding:0px;
}

#nav li
{
    display:inline;
    margin:0px 13px 0 13px;
    padding:0px;
}

/* content area */

#content
{
    clear:both;
    float:left;
    width:860px;
    padding:20px 40px 20px 70px;
}

#content-top
{
    clear:both;
    float:left;
    width:860px;
}

#content-top-left
{
    float:left;
    width:380px;
}

#content-top-left p
{
     margin-right:30px;
     
}

#content-top-right
{
    float:left;
    width:480px;
}

#content-search
{
    clear:both;
    float:left;
    width:860px;
    margin-bottom:20px;
}

#content-search-part
{
    float:left;
    width:394px;
    height:59px;
    margin-right:6px;
    background-image:url(../../images/part_search_bg.gif);
    padding:38px 0 0 14px;
}

#content-search-language
{
    float:left;
    width:394px;
    height:58px;
    background-image:url(../../images/language_search_bg.gif);
    padding:39px 0 0 14px;
}

#content-browse
{
    clear:both;
    float:left;
    width:860px;
    margin-top:10px;
    margin-bottom:10px;
}

#content-browse-header
{
    clear:both;
    float:left;
    width:860px;
    margin-bottom:10px;
}

#model-image
{
    padding-left: 36px;
    padding-top: 45px;
    background-image: url(../../images/image_bg.gif);
    background-repeat: no-repeat;
    
}

.browse-section
{
    clear: both;    
    margin-bottom: 16px;
}

.clear-float
{
    clear: both;
    width: 100%;
}

.browse-links
{
    float:left;
    width:132px;
    margin-right:20px;
    margin-top:10px;
    padding-left:10px;
}

#content-enquire-header
{
    clear:both;
    float:left;
    width:860px;
    margin-bottom:10px;
}

#content-enquire
{
    clear:both;
    float:left;
    width:802px;
    margin-bottom:10px;
    background-color:#f2f2f2;
    padding:10px;
}

#content-enquire-topleft
{
    float:left;
    width:374px;
    height:59px;
    margin-right:19px;
}

#content-enquire-topleft p
{
    margin-top:0px;
}

#content-enquire-form
{
    clear:both;
    float:left;
    width:802px;
    margin-top:20px;
    font-size:14px;
    color:#434040;
    font-weight:bold;
}


#content-enquire-form ul
{
    margin-left:30px;
}
/* footer */

#footer
{
    clear:both;
    float:left;
    width:870px;
    height:172px;
    background-image:url(../../images/footer_bg.gif);
    background-position:left top;
    padding:70px 0px 0px 100px;
}


/* classes */

.p-margin-right
{
     margin-right:30px;
}

.search-box
{
    width:307px;
    height:24px;
    border:0px;
    background-color:#ffffff;
    font-size:14px;
    padding:4px 4px 0px 8px;
}

.language-box
{
    width:375px;
    height:28px;
    border:0px;
    background-color:#ffffff;
    font-size:14px;
    padding:4px 4px 0px 8px;
}

.part-search-copy
{   
    font-size:11px;
    font-style:italic;
    height:20px;
}

.equire-td1
{
    width:390px;
    height:26px;
}

.equire-td3
{
    width:392px;
    height:26px;
}

.enquire-box
{
    width:315px;
    height:22px;
    border:solid 1px #cccccc;
}

.enquire-box2
{
    width:315px;
    height:62px;
    border:solid 1px #cccccc;
}

.enquire-button
{
    width:70px;
    height:26px;
    background-color:#fcb921;
    color:#434040;
    font-size:15px;
    font-weight:bold;
    padding-bottom:2px;
    margin-top:5px;
}