body
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    text-align: center;
    background-color: #FFF;
    background: url(../design_images/headerBg.jpg) top repeat-x;
    background-position: center top;
    margin: 0;
    padding: 0;
    color: #626262;
}

a:link
{
    color: #333333;
    text-decoration: underline;
    font-weight: normal;
}
a:visited
{
    color: #333333;
    text-decoration: underline;
    font-weight: normal;
}
a:hover
{
    color: #F60;
    text-decoration: underline;
    font-weight: normal;
}
a:active
{
    color: #333333;
    text-decoration: underline;
    font-weight: normal;
}
a:active, a:focus
{
    outline: 0;
}


.IE6Fix
{
    display: none;
}

h4
{
    font-family: "Palatino Linotype" , "Book Antiqua" , Palatino, serif;
    color: #666;
    font-size: 15px;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}

h3
{
    font-family: Tahoma, Geneva, sans-serif;
    color: #F85F1C;
    font-size: 18px;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    font-weight: 300;
}

#container
{
    width: 900px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

/* Header */

#HeaderTop
{
    float: left;
    width: 900px;
    height: 149px;
    margin: 0;
    padding: 0;
}

#HeaderTopGlow
{
    float: right;
    width: 501px;
    height: 149px;
    margin: 0;
    padding: 0;
    background: url(../design_images/headerBgGlow.jpg) no-repeat;
}

#QuickMenu
{
    float: left;
    width: 300px;
    height: 149px;
    margin: 0;
    padding: 0;
}
#QuickMenu ul
{
    margin: 0;
    padding: 0;
}
#QuickMenu li
{
    width: 56px;
    height: 82px;
    float: left;
    color: #191919;
    text-align: center;
    overflow: hidden;
}
#QuickMenu li a
{
    width: 100%;
    height: 100%;
    display: block;
}
#QuickMenu a
{
    color: #FFF;
    text-decoration: none;
}
#QuickMenu p
{
    padding: 0px 5px;
}

/*Menu Color Classes*/
.road
{
    list-style: none;
    background: url(../design_images/road.png) top left no-repeat;
}
.sea
{
    background: url(../design_images/sea.png) top left no-repeat;
    list-style: none;
}
.air
{
    background: url(../design_images/air.png) top left no-repeat;
    list-style: none;
}
.travel
{
    background: url(../design_images/travel.png) top left no-repeat;
    list-style: none;
}

.online
{
    background: url(../design_images/online.png) top left no-repeat;
    list-style: none;
}

#quickLinks
{
    float: right;
    margin: 45px 30px 0 0;
    width: 280px;
    height: 12px;
}
#quickLinks img
{
    border: none;
}

#menu
{
    float: left;
    width: 796px;
    height: 33px;
    margin: -34px 0 0 50px;
}

#nav
{
    float: left;
    width: 796px;
    height: 33px;
    margin: 0px 0 0 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 1.5em;
}

#nav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: outside;
    position: relative;
    line-height: 1.5em;
    background: url(../design_images/menubg.jpg) repeat-x #F5F5F5;
    border-bottom: 1px #D8D8D8 solid;
    border-left: 1px #D8D8D8 solid;
    border-right: 1px #D8D8D8 solid;
}


#nav ul li a
{
    display: block;
    float: left;
    padding: 3px 0px 3px 15px;
    color: #666;
    text-decoration: none;
    text-align: left;
    background: url(../design_images/arrow.png) no-repeat left;
}

#nav ul li a:hover
{
    background-color: #ddd;
    width: 138px;
    color: #E68315;
}

#nav li
{
    float: left;
    position: relative;
}

#nav ul
{
    padding: 2px 0 0 0;
    margin: 14px 0 0 0;
    position: absolute;
    display: none;
    width: 14em;
    top: 1.5em;
}

#nav li ul a
{
    width: 13em;
    height: auto;
    float: left;
}

#nav ul ul
{
    top: auto;
    padding: 0;
}

#nav li ul ul
{
    left: 14em;
    margin: 0px 0 0 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul
{
    display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul
{
    display: block;
}


#nav .menu_01
{
    background: url(../design_images/menuHome.gif);
    width: 74px;
    height: 31px;
}
#nav .menu_01:hover
{
    background-position: 0 -31px;
}

#nav .menu_02
{
    background: url(../design_images/menuRoad.gif);
    width: 74px;
    height: 31px;
}
#nav .menu_02:hover
{
    background-position: 0 -31px;
}

#nav .menu_03
{
    background: url(../design_images/menuSea.gif);
    width: 63px;
    height: 31px;
}
#nav .menu_03:hover
{
    background-position: 0 -31px;
}

#nav .menu_04
{
    background: url(../design_images/menuAir.gif);
    width: 63px;
    height: 31px;
}
#nav .menu_04:hover
{
    background-position: 0 -31px;
}
#nav .menu_05
{
    background: url(../design_images/menuServices.gif);
    width: 80px;
    height: 31px;
}
#nav .menu_05:hover
{
    background-position: 0 -31px;
}
#nav .menu_06
{
    background: url(../design_images/menuAbout.gif);
    width: 99px;
    height: 31px;
}
#nav .menu_06:hover
{
    background-position: 0 -31px;
}

#nav .menu_07
{
    background: url(../design_images/menuNews.gif);
    width: 71px;
    height: 31px;
}
#nav .menu_07:hover
{
    background-position: 0 -31px;
}
#nav .menu_08
{
    background: url(../design_images/menuFaq.gif);
    width: 66px;
    height: 31px;
}
#nav .menu_08:hover
{
    background-position: 0 -31px;
}

#nav .menu_09
{
    background: url(../design_images/menuMalta.gif);
    width: 117px;
    height: 31px;
}
#nav .menu_09:hover
{
    background-position: 0 -31px;
}

#nav .menu_10
{
    background: url(../design_images/menuContact.gif);
    width: 88px;
    height: 31px;
}
#nav .menu_10:hover
{
    background-position: 0 -31px;
}

#nav .menu_01 a, #nav .menu_02 a, #nav .menu_03 a, #nav .menu_04 a, #nav .menu_05 a, #nav .menu_06 a, #nav .menu_07 a, #nav .menu_08 a, #nav .menu_09 a, #nav .menu_10 a
{
    display: block;
    width: 100%;
    height: 100%;
}

#nav .hidden
{
    display: none;
}

#flash
{
    float: left;
    width: 900px;
    height: 356px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#subBanner
{
    float: left;
    width: 796px;
    height: 256px;
    margin: 6px 0 10px 24px;
}

#welcome
{
    float: left;
    width: 540px;
}

#welcomeTitle
{
    float: left;
    width: 380px;
    height: 26px;
    padding-left: 36px;
}

#newsTitle
{
    float: left;
    width: 137px;
    height: 24px;
    padding-right: 175px;
}

.welcomeImg
{
    float: left;
    margin-left: 40px;
}

#welcomeText
{
    float: left;
    width: 490px;
    margin-left: 40px;
}

#content
{
    float: left;
    width: 540px;
}


#newsHome
{
    float: left;
    width: 315px;
    background: url(../design_images/newsbg.jpg) top no-repeat;
    padding-left: 20px;
}

#subcolLeft
{
    float: left;
    width: 550px;
    margin-left: 50px;
}

#subcolLeft p
{
    padding-left: 4px;
}

#subContent
{
    float: left;
    width: 530px;
    margin-bottom: 20px;
}

#subContent .textbox
{
    width: 210px;
    border: 1px solid #999;
    font-size: 11px;
    color: #666;
    vertical-align: text-top;
    background: #F7F6F6;
}

#subContent .button
{
    border: none;
    font-size: 12px;
    padding: 3px;
    color: #fff;
    cursor: pointer;
    background: #97999A;
}

#subContent .fieldset
{
    padding: 20px;
}

.divHeight
{
    height: 25px;
}

#colLeft
{
    float: left;
    width: 540px;
}

#colLeft p
{
    padding-left: 4px;
}

#colRight
{
    float: right;
    width: 337px;
    padding-left: 20px;
}

#subcolRight
{
    float: left;
    width: 237px;
    padding-left: 20px;
}

.newsItemSub
{
    width: 230px;
    float: left;
    min-height: 54px;
    height: auto !important;
    height: 54px;
    margin-bottom: 10px;
}

.newsItemSub p
{
    float: left;
    width: 230px;
    border: 0px;
    margin: 2px 0 0 0;
    text-align: left;
}

.newsItemSub a
{
    color: #333;
}



.readmore, .readmore a, .readmore a:link, .readmore a:visited, .readmore a:active
{
    font-weight: bold;
    font-size: 10px;
    color: #E5E5DF;
    text-decoration: none;
}

.readmore a:hover
{
    text-decoration: underline;
}

.more
{
    color: #001957;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    font: Tahoma, Geneva, sans-serif;
}

.newsItem a, .newsItem a:link, .newsItem a:visited, .newsItem a:active
{
    color: #333333;
    text-decoration: none;
}

.newsItem a:hover
{
    color: #333333;
    text-decoration: underline;
}

#links
{
    float: left;
    width: 900px;
    height: 63px;
    background: url(../design_images/logosbg.jpg) repeat-x top;
}

#logoHolder
{
    float: left;
    width: 888px;
    height: 40px;
    margin-left: 45px;
    margin-top: 10px;
}

#logoHolder img
{
    float: left;
}

.logo1
{
    float: left;
    width: 172px;
    height: 40px;
    background-image: url(../design_images/vella.jpg);
}

.logo1 a
{
    width: 100%;
    height: 100%;
    display: block;
    cursor: default;
}

.logo1 a:hover
{
    width: 172px;
    height: 40px;
    background-image: url(../design_images/vellaRoll.jpg);
}

.logo1 h2
{
    display: none;
}

.logo2
{
    float: left;
    width: 172px;
    height: 40px;
    background-image: url(../design_images/express.jpg);
}

.logo2 a
{
    width: 100%;
    height: 100%;
    display: block;
    cursor: default;
}

.logo2 a:hover
{
    width: 172px;
    height: 40px;
    background-image: url(../design_images/expressRoll.jpg);
}

.logo2 h2
{
    display: none;
}

.logo3
{
    float: left;
    width: 172px;
    height: 40px;
    background-image: url(../design_images/freights.jpg);
}

.logo3 a
{
    width: 100%;
    height: 100%;
    display: block;
    cursor: default;
}

.logo3 a:hover
{
    width: 172px;
    height: 40px;
    background-image: url(../design_images/freightsRoll.jpg);
}

.logo3 h2
{
    display: none;
}

.logo4
{
    float: left;
    width: 172px;
    height: 40px;
    background-image: url(../design_images/eyre.jpg);
}

.logo4 a
{
    width: 100%;
    height: 100%;
    display: block;
    cursor: default;
}

.logo4 a:hover
{
    width: 172px;
    height: 40px;
    background-image: url(../design_images/eyreRoll.jpg);
}

.logo4 h2
{
    display: none;
}

.logo5
{
    float: left;
    width: 172px;
    height: 40px;
    background-image: url(../design_images/shiplowcost.png);
}

.logo5 a
{
    width: 100%;
    height: 100%;
    display: block;
    cursor: default;
}

.logo5 a:hover
{
    width: 172px;
    height: 40px;
    background-image: url(../design_images/shiplowcostroll.png);
}

.logo5 h2
{
    display: none;
}

.makeBlue
{
    color: #5DA9FF;
    font-weight: bold;
    text-decoration: none;
}

#footer
{
    float: left;
    width: 900px;
}

#footer p
{
    float: left;
    color: #999;
    margin-top: 15px;
    margin-left: 30px;
}

#footer img
{
    float: right;
    margin-top: 0;
    margin-left: 5px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active
{
    color: #999;
    text-decoration: none;
}

#footer a:hover
{
    color: #E68315;
    text-decoration: underline;
}

#search2
{
    margin-top: 2px;
    margin-left: 7px;
    width: 89px;
    font-size: 10px;
}

.search a, .search a:link, .search a:visited, .search a:active
{
    color: #FFF;
    text-decoration: none;
}

.search a:hover
{
    color: #5DA9FF;
    text-decoration: underline;
}

.Ie6Hack
{
    display: none;
}

/* Overviews */

.overview
{
    width: 485px;
    padding: 0 0 5px 0;
    border-bottom: 2px #CCC solid;
    margin: 10px 0px 10px 0;
    float: left;
    min-height: 80px;
    height: auto !important;
    height: 80px;
    font: Arial, Helvetica, sans-serif;
}
.overview h3
{
    text-decoration: underline;
    color: #666;
    font: "Palatino Linotype" , "Book Antiqua" , Palatino, serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.overview h3 a
{
    text-decoration: none;
    color: #999;
    font: "Palatino Linotype" , "Book Antiqua" , Palatino, serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.overview img
{
    float: left;
    margin-right: 10px;
    width: 85px;
    height: 75px;
    border: 1px solid #999;
}

.overview p
{
    float: left;
    width: 360px;
    border: 0px;
    margin: 4px 0 0 0;
    padding: 0;
    text-align: left;
}

.overview .more, .overview .more a, .overview .more a:link, .overview.more a:visited, .overview.more a:active
{
    font-weight: bold;
    font-size: 10px;
    color: #333333;
    text-decoration: none;
}

.overview.more a:hover
{
    text-decoration: underline;
    color: #333;
}
/*
#contact_form{
	float:left;
   padding:10px 10px 0 10px;
   margin-top:10px;
   width:280px;

}

#contact_form .row{
                text-align:right;
                padding-bottom:10px;
				font-size:11px;
}

#contact_form .textbox{
                border:1px solid  #999;
                width:170px;
                font-size:11px;
                color:#666;
                margin-left:7px;
                vertical-align:text-top;
				background:#F7F6F6;
			
}


#contact_form .button{
	border:none;
    font-size:12px;
    padding:3px;
    color:#fff;
	cursor:pointer;
	background:#97999A;
			
}
*/

/* Contact Form NEW */

#contact_form_NEW
{
    float: left;
    padding: 10px 10px 0 10px;
    margin-top: 10px;
    width: 280px;
}

#contact_form_NEW .row
{
    text-align: right;
    padding-bottom: 10px;
    font-size: 11px;
}

#contact_form_NEW .textbox
{
    border: none;
    padding: 2px;
    width: 176px;
    height: 19px;
    font-size: 12px;
    color: #666;
    margin-top: -4px;
    margin-left: 5px;
    vertical-align: text-top;
    background: url(../design_images/bg_input.jpg) no-repeat top left;
}

#contact_form_NEW .textboxB
{
    border: none;
    padding: 2px;
    width: 176px;
    height: 108px;
    overflow: auto;
    font-size: 12px;
    color: #666;
    margin-top: -4px;
    margin-left: 5px;
    vertical-align: text-top;
    font-family: Tahoma,Geneva,sans-serif;
    background: url(../design_images/bg_textbox.jpg) no-repeat top left;
}

#contact_form_NEW .button
{
    border: none;
    width: 95px;
    height: 27px;
    padding: 8px;
    font-size: 12px;
    padding: 0;
    color: #fff;
    cursor: pointer;
    background: url(../design_images/bg_button_send.jpg) no-repeat top left;
}


/* Contact Form NEW END */

input#cbSendMe
{
    border: none;
    color: #FFF;
    margin-right: 10px;
}

#contact_detail
{
    width: 200px;
    float: left;
    margin-left: 30px;
    margin-top: 10px;
    line-height: 160%;
}


#contact_detail a, #contact_detail a:link, #contact_detail a:visited, #contact_detail a:active
{
    color: #666;
    text-decoration: none;
}


#contact_detail a:hover
{
    color: #73A5CA;
    text-decoration: underline;
}

#map
{
    float: left;
    width: 100%;
    padding: 2px;
    text-align: center;
}

#mapB
{
    float: left;
    width: 100%;
    height: 190px;
    padding: 3px 0;
    text-align: center;
    background: url(../design_images/bg_map.jpg) top center no-repeat;
}



/* Tools */

.toolsContainer
{
    width: 100%;
}

.toolsContainer div.one
{
    width: 360px;
    margin: 0 40px 0 20px;
    float: left;
}
.toolsContainer div.two
{
    width: 300px;
    margin: 0;
    float: left;
}


/* Convertor */

.convertor
{
    background: url(../design_images/Currency-Converor-Skin.jpg) no-repeat top left;
    width: 293px;
    height: 235px;
    text-align: left;
    padding: 8px 0 0 20px;
    margin-top: -3px;
}

.convertorTitle
{
    padding: 0 0 8px 0;
}
.convertorForm
{
    width: 270px;
    color: #FFF;
    margin: -5px 0 0 0;
    text-align: left;
}
.convertorForm input, .convertorForm select, .convertorForm textarea, .VSlabel
{
    width: 270px;
    float: right;
    margin: 0 0 10px 0;
}
.convertorForm input
{
    border: none;
    background: url(../design_images/bg_convertor_fields.png) no-repeat top left;
    text-align: center;
}
.convertorForm select
{
    border: none;
    background: url(../design_images/bg_convertor_select.png) no-repeat top left;
    text-align: center;
}
.convertorForm textarea.VStextarea
{
    background: url(../design_images/bg_convertor_fields.png) no-repeat top left;
    text-align: center;
    border: none;
    padding-top: 3px;
}
.VSspacer, .VSresult_label
{
    display: none;
}

/* Metric Convertor */
#metric-convertor .hide
{
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#metric-convertor
{
    background: url(../design_images/bg_metric.jpg) bottom;
    width: 360px;
    height: 230px;
    padding: 0;
    margin: 0;
    text-align: left;
    float: left;
}
#metric-convertor .nav
{
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#metric-convertor .nav li
{
    width: 60px;
    height: 60px;
    float: left;
    margin: 0;
    padding: 0;
}
#metric-convertor .nav li.last
{
    margin-right: 0;
}
#metric-convertor .nav li a
{
    width: 60px;
    height: 60px;
    border: 0;
}
#metric-convertor .nav li a:hover
{
}

#metric-convertor ul
{
    list-style: none;
}
#metric-convertor ul li a
{
    display: block;
    width: 100%;
    height: 100%;
}
#metric-convertor ul li:last-child a
{
    border: none;
}

.tab
{
    padding: 10px 20px 30px 20px;
    height: 120px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}
.tab .from, .tab .to
{
    float: left;
    width: 160px;
}
.tab .bigText
{
    font-size: 14px;
    font-weight: bold;
    background: #FFF;
}
.tab h3
{
    background: #FFF;
}
.tab input
{
    width: 145px;
    border: none;
    background: url(../design_images/bg_metric_convertor_fields.png) no-repeat top left;
    padding: 3px 5px;
}
.tab select
{
    width: 155px;
    border: none;
    background: url(../design_images/bg_metric_convertor_fields.png) no-repeat top left;
    padding: 3px 5px;
}
.tab p
{
    margin: 0;
    padding: 0 0 5px 0;
}

#metric-convertor ul li.nav-one a, #metric-convertor ul.featured li a:link
{
    background: url(../design_images/metric_speed_a.jpg);
}
#metric-convertor ul li.nav-one a.current, #metric-convertor ul.featured li a:hover
{
    background: url(../design_images/metric_speed_b.jpg);
}

#metric-convertor ul li.nav-two a, #metric-convertor ul.core li a:link
{
    background: url(../design_images/metric_temp_a.jpg);
}
#metric-convertor ul li.nav-two a.current, #metric-convertor ul.core li a:hover
{
    background: url(../design_images/metric_temp_b.jpg);
}

#metric-convertor ul li.nav-three a, #metric-convertor ul.jquerytuts li a:link
{
    background: url(../design_images/metric_volume_a.jpg);
}
#metric-convertor ul li.nav-three a.current, #metric-convertor ul.jquerytuts li a:hover
{
    background: url(../design_images/metric_volume_b.jpg);
}

#metric-convertor ul li.nav-four a, #metric-convertor ul.classics li a:link
{
    background: url(../design_images/metric_lenght_a.jpg);
}
#metric-convertor ul li.nav-four a.current, #metric-convertor ul.classics li a:hover
{
    background: url(../design_images/metric_lenght_b.jpg);
}

#metric-convertor ul li.nav-five a, #metric-convertor ul.classics li a:link
{
    background: url(../design_images/metric_mass_a.jpg);
}
#metric-convertor ul li.nav-five a.current, #metric-convertor ul.classics li a:hover
{
    background: url(../design_images/metric_mass_b.jpg);
}

#metric-convertor ul li.nav-six a, #metric-convertor ul.classics li a:link
{
    background: url(../design_images/metric_power_a.jpg);
}
#metric-convertor ul li.nav-six a.current, #metric-convertor ul.classics li a:hover
{
    background: url(../design_images/metric_power_b.jpg);
}

#metric-convertor .button
{
    border: none;
    width: 95px;
    height: 27px;
    padding: 8px;
    font-size: 12px;
    padding: 0;
    color: #fff;
    cursor: pointer;
    background: url(../design_images/bg_button_convert.jpg) no-repeat top left;
}

h3.tools
{
    float: left;
    margin-top: 45px;
}
div#PanelHolder
{
    clear: both;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#PanelHolder ul#Panels
{
    width: 1550px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}
#PanelHolder ul#Panels li
{
    width: 775px;
    float: left;
    display: inline;
    margin: 0px;
}

div#widgets
{
    float: right;
    margin: -30px 5px 10px 0;
}
#widgets ul li
{
    float: left;
    display: inline;
}
#widgets ul li a
{
    background: transparent url('../design_images/tools-icons-sprites125x56.png') no-repeat 0 0;
    display: block;
    cursor: pointer;
    width: 125px;
    height: 56px;
    text-indent: -9999px;
}

#widgets ul li a.active
{
    cursor: default;
}

#widgets a#lnkWorldClock
{
    background-position: 0 -56px;
}
#widgets a#lnkUnitConvertor
{
    background-position: -125px -56px;
}

#widgets a#lnkWorldClock.active, #widgets a#lnkWorldClock:hover
{
    background-position: 0 0px;
}
#widgets a#lnkUnitConvertor.active, #widgets a#lnkUnitConvertor:hover
{
    background-position: -125px 0px;
}

.pdf a, .pdf a:link, .pdf a:visited, .pdf a:active
{
    display: block;
    width: 100%;
    height: 100%;
    padding: 9px 0 0 40px;
    text-decoration: none;
    color: #000;
    font-size: 11px;
}
.pdf a:hover
{
    color: #F00;
}


.row_title
{
    width: 50px;
    text-align: right;
    float: left;
    margin-right: 10px;
}
