/*** HTML Elements ***/
body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
a:link {
	color: #00f;
	text-decoration: underline;
}
a:visited {
	color: #00f;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
a:active {
	color: #900;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 ,h6 {
	color: #c60;
}

/*** LAYOUT ***/
#box-html {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	background-color: #fff;
	text-align: left;
}
#box-header {	
	width: 780px;
	height: 150px;
	background-image: url(../images/header.jpg);
	background-repeat: repeat;
}
#box-header h1 span {
	display: none;
}
#box-body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	width: 757px;
	padding: 1px 11px 1px 12px;
	float: left;
}
#box-left {
	float: left;
	width: 525px;
	padding: 0px 5px 5px 5px;
	border: 1px solid #ccc;
}
#box-right {
	width: 218px;
	float: right;
}
#box-footer {
	height: 28px;
	width: 750px;
	font-size: 85%;
	font-family: tahoma;
	padding: 2px 15px 0px 15px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
}
#footer-one {
	width: 45%;
	float: left;
	text-align: left;
}
#footer-two {
	width: 45%;
	float: right;
	text-align: right;
}
#footer-two a:link {
	color: #fff;
	text-decoration: none;
}
#footer-two a:visited {
	color: #fff;
	text-decoration: none;
}
#footer-two a:hover {
	text-decoration: underline;
}
#footer-two a:active {
	color: #900;
	text-decoration: none;
}
#box-host {
	font-size: 85%;
	color: gray;
	width: 100%;
	float: left;
}
/*** NAVIGATION MENU ***/
#box-menu {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 769px;
	padding-left: 11px;
	float: left;
}
#box-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#box-menu li {
    display: inline;
}
#box-menu a {
	height: 30px;
	float: left;
}
#box-menu a:hover {
	background: none;
}
#box-menu span {
	display: none;
}
#menu-home {
	display: block;	
	width: 89px;
	height: 30px;
	background-image: url(../images/home_active.jpg);
	background-repeat: no-repeat;
}
#menu-history {
	display: block;
	width: 90px;
	height: 30px;
	background-image: url(../images/history_active.jpg);
	background-repeat: no-repeat;
}
#menu-offices {
	display: block;
	width: 90px;
	height: 30px;
	background-image: url(../images/offices_active.jpg);
	background-repeat: no-repeat;
}
#menu-services {
	display: block;
	width: 90px;
	height: 30px;
	background-image: url(../images/services_active.jpg);
	background-repeat: no-repeat;
}
#menu-charges {
	display: block;
	width: 90px;
	height: 30px;
	background-image: url(../images/charges_active.jpg);
	background-repeat: no-repeat;
}
#menu-delivery {
	display: block;
	width: 90px;
	height: 30px;
	background-image: url(../images/delivery_active.jpg);
	background-repeat: no-repeat;
}
#menu-home-active {
	display: block;	
	width: 89px;
	height: 30px;
	background: none;
}
#menu-history-active {
	display: block;
	width: 90px;
	height: 30px;
	background: none;
}
#menu-offices-active{
	display: block;
	width: 90px;
	height: 30px;
	background: none;
}
#menu-services-active {
	display: block;
	width: 90px;
	height: 30px;
	background: none;
}
#menu-charges-active {
	display: block;
	width: 90px;
	height: 30px;
	background: none;
}
#menu-delivery-active {
	display: block;
	width: 90px;
	height: 30px;
	background: none;
}
/*** DESIGN ***/
.box-border {
	float: left;
	padding: 3px 5px 3px 5px;
	width: 208px;
	background-image: url(../images/right_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.box-left-border {
	float: left;
	padding: 3px 0px 3px 0px;
	width: 100%;
	border-top: 1px dotted #ccc;
}
.paragraph {
	text-indent: 50px;
	text-align: justify;
	margin-bottom: 10px;
}
.text-country {
	font-size: large;
}
.block-country {	
	width: 440px;
	height: auto;
	float: left;
}
.block-flag {
	width: 80px;
	height: auto;
	float: left;
}