@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	font-family:"Trebuchet MS";
	background-color:#999;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding: 0px
}

/*Border division seting*/
#border {
	width: 800px;
	margin: 0px auto;
	background-color: white;
}

/*Content division setting*/
#content {
	width: 780px;
	margin: 0px auto;
	background-image:url(images/bg_header_top.gif);
	background-repeat:repeat-x;
	background-position:top;
}

/*EUROTRADE logo*/
#etlogo {
	width:780px;
	margin:0px auto;
}

/*navbar division setting*/
.navbar {
	overflow: hidden;
	background-color: #069;
}

.navbar a {
	float: left;
	font-size: 16px;
	color: white;
	text-align: center;
	text-decoration: none;
	display:block;
	padding: 6px 20px;
	text-decoration: none;
	width: 80px;
}

/*News dropdown division setting*/
.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	cursor: pointer;
	font-size: 16px;
	border: none;
	outline: none;
	color: white;
	padding: 6px 20px;
	background-color: inherit;
	margin: 0px;

}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
	background-color: red;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #999;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: white;
	padding: 6px 10px;
	text-decoration: none;
	display: block;
	text-align:center;
	width:110px;
}

.dropdown-content a:hover {
	background-color: #666;
}


.show {
	display: block;
}

/*News dropdown division setting*/
.dropdown2 {
	float: left;
	overflow: hidden;
}

.dropdown2 .dropbtn2 {
	cursor: pointer;
	font-size: 16px;
	border: none;
	outline: none;
	color: white;
	padding: 6px 20px;
	background-color: inherit;
	margin: 0px;

}

.navbar a:hover, .dropdown2:hover .dropbtn2, .dropbtn2:focus {
	background-color: red;
}

.dropdown-content2 {
	display: none;
	position: absolute;
	background-color: #999;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content2 a {
	float: none;
	color: white;
	padding: 6px 10px;
	text-decoration: none;
	display: block;
	text-align:center;
}

.dropdown-content2 a:hover {
	background-color: #666;
}


.show2 {
	display: block;
}


/* Tab style */
.tab {
	overflow: hidden;
	background-color: #F90;
	width:300px;
	text-align:right;
	position:absolute;
}

/* Tab Button Style */
.tab button {
	float: right;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	font-size: 16px;
	transition: 0.3s;
	background-color: inherit;
}

/* Tab Button Mouse-over Style */
.tab button:hover {
	background-color: #666;
}

/* Change background color of Current tab class*/
.tab button.active {
	background-color: #F0F;
}


#header {
	height: 120px;
}

#logo {
	width: 458px;
	float: left;
	font-weight: normal;
	text-decoration:none;
}

#logo h1 {
	font-size: 36px;
	color:#C60;
	padding-left: 40px;
	padding-top: 30px;
}

#logo h2 {
	font-size: 36px;
	color:#C60;
	padding-left: 40px;
	padding-top: 0px;
}

#banner {
	background-image:url(images/main_img2.jpg);
	background-repeat:no-repeat;
	height: 132px;
	text-align:right;
}
	
#banner h3 {
	font-size: 48px;
	color:#FFF;
	padding-right: 40px;
	padding-top: 20px;
}

#banner h4 {
	font-size: 18px;
	color:#FFF;
	padding-right: 40px;
	padding-top: 0px;
}

#wording {
	clear:both;
	padding: 25px 0px;
	font-weight: normal;
	text-decoration:none;
}

#left {
	float:left;
	width: 540px;
	border-right:1px #666666 solid;
}
	
#left h2 {
	font-size: 26px;
	color:#C60;
	padding-left: 40px;
	padding-bottom: 5px;
}

#left p {
	font-size: 11px;
	color:#333;
	padding: 0px 40px;
}

#left a {
	font-size: 11px;
	color:#666;
	font-weight:bold;
	padding:0px 40px;
}

#left a:hover {
	color:#000;
	text-decoration:underline;
}

#right {
	width: 239px;
	float: left;
}

#right h2 {
	font-size: 26px;
	color:#333;
	padding-left:25px;
	padding-bottom: 5px;
}

#right p {
	font-size: 11px;
	padding:0px 25px;
	color:#666;
}

.orangetext {
	font-size: 11px;
	color:#F60;
	font-weight:bold;
}

#googlead {
	padding-left:39px;
}

#bottom {
	clear:both;
	height:32px;
	padding-top: 25px;
	background-color:#069;
}

#email {
	font-size: 11px;
	color:#CCC;
	width:500px;
	float:left;
	padding-top:5px;
}

#email a {
	text-decoration:underline;
	color:#CCC;
	padding: 0px 40px;
}

#email a:hover {
	text-decoration: none;
	color:#FF0;
	font-weight:bold;
}

#bottomright {
	float:left;
	width:280px;
	padding-top:5px;
}

#bottomright p {
	font-size: 11px;
	color:#CCC;
	text-align:right;
	padding-right:35px;
}