﻿@import url(layout.css);
body {
	color: #000;
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #fff;
}
#container {
/*	width: 670px; */
	width:1000px;
	margin: 0 auto;
	/*background: #fff url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;*/
}
#masthead {
/*	text-align: right;
	text-align:center;
	margin-right: 10px;
	margin-left: 10px;
/*	width: 650px;*/
margin-top:10px;
	width: 1000px;
	padding: 0;
	background-color: #FFFFFF;
}
#bottom_nav{

}
#carriers_list p{
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
margin-top:10px;
}

#services_list{
}
#services_list td{
   font-weight:bold;
   color:#0660A7;
   border-right-style:none;
   height: 27px;
}
#bottom_nav table{
	width:100%;
}
#bottom_nav tr{
	width:100%;
}
#bottom_nav td{
margin:2px 2px 2px 2px;
font-size:small;
 vertical-align:top;

 text-align:center;
	width:142px;
	height:100px;
	border-right-style:solid;
	border-right-width: thin;
	border-right-color:#0961AA;
	border-bottom-style:none;
	border-top-style:none;
}
#bottom_nav li{
	text-align:left;
	font-size:small;
	list-style-type:none;
	
}
#bottom_nav a{

}
#navigation {
 text-align:center;
	background-color: #0961AA;
	overflow: hidden;
}
#nav_countries {
 text-align:center;
	background-color:white;
	overflow: hidden;
}

#column_l {
	width: 1000px;
	/*width: 420px;*/
}
#column_l_contacts {
	width: 1000px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;

}
#column_r {
	/*width: 113px;*/
	width: 200px;
	/*margin-right: 2px;*/
	float: right;
	background-color: #eef;
	position: relative;
/*	right: 10px;
	padding-right: 5px;
	padding-left: 5px;*/
}
#footer {
	text-align: center;
	background-color: #0961AA;
/*	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;*/
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #FF3C00;
	font-size: x-small;
	 font-weight: bold;
	text-align: right;
	margin: 10px 10px 0 10px;
}
#masthead td {
	border:0px;
	color: #FF3C00;
	font-size: small;
	font-weight: bold;
	text-align: left;
	margin: 10px 10px 0 10px; 
}

#masthead a {
	
	color: #FF3C00;
	font-size:small;
    font-weight: bold;
	text-align: right;
	margin: 10px 10px 0 10px;
}
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	list-style:none;
}
#navigation a {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #FC3F01;
	border: 1px solid #f2f2f2;
	color: #FFFFFF;
}

#nav_countries ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#nav_countries li {
	float: left;
	list-style:none;
}
#nav_countries a {
	color:gray;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px;
	display: block;
}
#nav_countries a:hover {
	background-color: #ffffff;
	color: #FC3F01;
}




/* Styles for Content */
h1 {
	color: #E44818;
	font-size: 2.0em;
}
h2 {
	color: #E44818;
	font-size: 1.75em;
}
h3 {
	color: #E44818;
	font-size: 1.5em;
}
h4 {
	color: #1F66A0;
	font-size: 1.25em;
}
h5 {
	color: #E44818;
	font-size: 0.75em;
}
h6 {
	color: #E44818;
	font-size: 0.5em;
}
big {
	color: #E44818;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}