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

body {
	background-color: #000;
	margin: 10px 0 0 0;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
h1 {
	color: #cc9900;
	font-size: 130%;
}
h2 {
	color: #999999;
	font-size: 110%;
	font-weight: bold;
}
td {
	text-align: center;}
#container {
	position: relative;
	background-image: url(image/glue-tab-background.jpg);
	height: auto !important;
    min-height: 520px;
    height: 520px;
	margin: 0;
	width: 100%;
}
#centralContainer {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	position: relative;
	text-align: center;
}
#menu {
	position: relative;
	height: 30px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 0 15px;
	background-color: #FFFFFF;
	text-align: center;
}
#bgTop {
	position: relative;
	height: 30px;
}
#bgMiddle {
	position: relative;
	background-image: url(image/bgMid.png);
	background-repeat: repeat-y;
	height: auto !important;
    min-height: 720px;
    height: 720px;
}
#bgBottom {
	position: relative;
	height: 30px;
}
#content {
	position: relative;
	padding: 0 20px 20px 20px;
}
#leftContent {
	position: relative;
	width: 500px;
	height: auto !important;
    min-height: 520px;
    height: 520px;
	padding-left: 20px;
}
#rightContent {
	float: right;
	width: 300px;
	height: auto !important;
    min-height: 520px;
    height: 520px;
}
#uk-distributor {
	position: relative;
	width: 300px;
	padding-top: 15px;}
#googleTranslate {
	float: right;
	text-align: right;
	height: 60px;
	width: 300px;
}
#main-content {
	position: relative;
	padding: 0 0 0 20px;
	width: 870px;
}
#embeddedVideo {
	float: right;
	width: 317px;
	height: 235px;
	margin-left: 10px;
}
#footer {
	position: relative;
	height: 30px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 0 15px;
	background-color: #FFFFFF;
	text-align: center;
}
.menuText{
	color: #000000;}
.menuText A:link {color: #000000; text-decoration: none;}
.menuText A:visited {color: #000000; text-decoration: none;}
.menuText A:active {color: #000000; text-decoration: none;}
.menuText A:hover {color: #999;}


