/*
--------------------------------------------------------------------------------
Copyright © :   JNFreight.com
Author      :   Anbazhagan N P
Version     :   16 February 2009
--------------------------------------------------------------------------------
*/


/*-------------------------------- BASE STARTS -------------------------------*/

body {
    font-family         :   Verdana, Arial, Helvetica, sans-serif;
    background          :   transparent url('images/bg_stripes.png') repeat;
    padding             :   0;
    color               :   #F3CB9D;
    border              :   none;
    font-size           :   12px;
    text-align          :   center;
}
ol, ul {
    list-style-type     :   none;
}
a:link, a:visited, a:active {
    color               :   #F3CB9D;
    outline             :   none;
    text-decoration     :   none;
}
a:hover {
    color               :   #FFFFFF;
    outline             :   none;
    text-decoration     :   underline;
}
img, a:link img, a:visited img {
    border              :   none;
}

/*--------------------------------- BASE ENDS --------------------------------*/



/*------------------------------- HEADER STARTS ------------------------------*/

#wrapper {
    margin              :   auto auto;
    width               :   900px;
}
.headerLeft {
    height              :   100px;
    width               :   700px;
    background          :   transparent url('images/bg_header_left.gif') no-repeat;
}
.headerRight {
    height              :   100px;
    width               :   200px;
    background          :   transparent url('images/bg_header_right.gif') no-repeat;
}

/*-------------------------------- HEADER ENDS -------------------------------*/



/*----------------------------- NAVIGATION STARTS ----------------------------*/
#menu {
    margin          :   0;
    height          :   30px;
    border          :   1px solid #000;
    border-bottom   :   none;
    background-color:   #333;
}
#menu ul, #menu li {
    padding         :   0;
    margin          :   0;
    display         :   inline;
}
#menu a {
    font-size       :   14px;
    color           :   #FFF;
    border-right    :   1px solid #000;
    height          :   30px;
    line-height     :   30px;
    float           :   left;
    display         :   block;
    padding         :   0 12px;
    font-weight     :   bold;
}
#menu a:hover {
    font-weight     :   bold;
    background-color:   #DBEFFF;
    color           :   #333;
    text-decoration :   none;
}
#menu li#active a {
    font-weight     :   bold;
    background-color:   #7E817E;
    color           :   #000;
    text-decoration :   none;
}


/*------------------------------ NAVIGATION ENDS -----------------------------*/


/*------------------------------ CONTENT STARTS ----=-------------------------*/

#content {
    min-height          :   380px;
    background          :   transparent url('images/bg_center.gif') no-repeat;
}
#homeLogo {
    height              :   100px;
    width               :   175px;
    background          :   transparent url('images/home_logo.gif') no-repeat;
}
#homeBanner {
    height              :   100px;
    width               :   725px;
    background          :   transparent url('images/home_text.gif') no-repeat;
}
.homeImage {
    height              :   275px;
    margin-left         :   75px;
    background          :   transparent url('images/home.gif') no-repeat;
}
#mainContent {
    text-align          :   justify;    
    font-size           :   16px;
    padding             :   20px 20px 0 20px;
}
#subTitle {
    text-align          :   center;
    font-weight         :   bold;
    padding             :   2px;
    border              :   1px dashed #999;
    background          :   #D2D2DA;
    Color               :   #424786;
}
.contentTable {
    margin              :   20px 20px 0 20px;
    text-align          :   justify;
}
.freightHeading {    
    font-size           :   20px;
    font-weight         :   bold;
    padding-left        :   20px;
    letter-spacing      :   1px;
}
.freightContent {    
    font-size           :   16px;
    padding-left        :   20px;
    letter-spacing      :   1px;
}
.bullet {    
    font-size           :   18px;
    background          :   transparent url('images/arrow_bullet.gif') no-repeat scroll 0 0;
    height              :   22px;
    line-height         :   22px;
    letter-spacing      :   1px;
    padding-left        :   30px;    
}
.squareBullet {
    background          :   transparent url('images/square_bullet.gif') no-repeat scroll 0 0;
    height              :   20px;
    padding             :   2px 30px 0 25px;
}
/*------------------------------- CONTENT ENDS -------------------------------*/




/*------------------------------- FOOTER STARTS ------------------------------*/

#bottom {
    margin              :   0 auto;
    width               :   900px;
    height              :   150px;    
}
#bottomLeft {
    float               :   left;
    width               :   760px;
    background          :   transparent url('images/bg_footer.gif') no-repeat bottom left;
    height              :   120px;
}
#bottomLeftTwo {
    float               :   left;
    width               :   760px;
    background          :   transparent url('images/bg_footer_two.gif') no-repeat bottom left;
    height              :   120px;
}
.bottomCaption {
    margin              :   80px 30px 0 30px;
    font-size           :   16px;
    font-style          :   italic;    
    text-align          :   left;
}
#bottomRight {
    float               :   left;
    width               :   125px;
    background          :   transparent url('images/bg_globe.gif') no-repeat bottom left;
    height              :   120px;
}
#footer {
    color               :   #CCC;
    font-size           :   11px;
    margin              :   auto auto;
    width               :   900px;
    height              :   20px; 
}

/*-------------------------------- FOOTER ENDS -------------------------------*/

