html, body, form
{
	margin:0px;
	padding:0px;
}
body
{
	font-family:Arial,Verdana,Tahoma,Helvetica;
	font-size:11px;
	color:#6c6c6c;
	background-color:#000000;
}
.clearboth
{
	font-size:1px;
	height:1px;
	clear:both;
}
/* Header */
#header
{
	background-image:url(../img/template/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	border-bottom:solid 1px #a1a1a1;
	width:100%;
	background-color:#000000;
}
#header .logo
{
	width:200px;
	float:left;
}
#header .logo a
{
	padding:0px 0px 9px 36px;
	display:block;
}
#header .logo a img
{
	border:none;
}
#header .tools
{
	padding:0px;
	margin:0px;
	width:800px;
	float:left;
	text-align:right;
}
#header .tools ul
{
	padding:0px;
	margin:10px 0px 0px 0px;
	list-style-type:none;
}
#header .tools ul li
{
	font-size:10px;
	padding:0px 0px 0px 4px;
	margin:0px 0px 0px 14px;
	display:inline;
	border-left:dotted 1px #898787;
}
#header .tools ul li a
{
	color:#a6a6a6;
	text-decoration:none;
}
#header .tools ul li a:hover
{
	text-decoration:underline;
}

#header .languages
{
	color:#a6a6a6;
	font-size:10px;
	width:160px;
	float:right;
	padding:35px 0px 3px 0px;
	margin:0px;
	text-transform:uppercase;
	text-align:left;
}
#header select
{
	color:#a6a6a6;
	font-size:10px;
	width:160px;
	border:solid 1px #cacaca;
	display:block;
	margin:5px 0px 13px 0px;
	text-transform:uppercase;
}
/* footer */
#footer
{
	float:left;
	background-image:url(../img/template/footerbg.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#000000;
	height:108px;
	width:100%;
	border-top:solid 1px #a1a1a1;
}
#footer .content
{
	width:1000px;
}

#footer .content .copyright
{
	float:left;
	width:300px;
	padding:75px 0px 0px 35px;
}
#footer .content .flashreq
{
	float:left;
	width:340px;
	padding:38px 0px 0px 0px;
	text-align:center
}
#footer .content .flashreq a
{
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#footer .content .flashreq a:hover
{
  text-decoration:underline;
}
#footer .content .choosewebsite
{
	color:#a6a6a6;
	font-size:10px;
	width:160px;
	float:right;
	padding:55px 0px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	text-align:left;
	background-image:url(../img/template/huskyworld.png);
	background-repeat:no-repeat;
	background-position:right top;	
}
#footer .content .choosewebsite span
{
	text-align:right;
	width:100%;
	display:block;
}

#footer .content select
{
	color:#a6a6a6;
	font-size:10px;
	width:160px;
	border:solid 1px #cacaca;
	display:block;
	margin:5px 0px 0px 0px;
	text-transform:uppercase;
}

/* GATE */
#logo_gate
{
	position:absolute;
	top:0px;
	left:13px;
	display:block;
	margin:0px;
	padding:0px;
}
#logo_gate img
{
	border:none;
}

.container_gate
{
	/*background-image:url(../img/gate/background_gate.jpg);*/
	background-repeat:no-repeat;
	background-position:left top;
	height:546px;
}

.gatemenu
{
  margin:0px;
  padding:0px;
  height:546px;
  width:1000px;
  border-collapse:collapse;
}
.gatemenu tr
{
  margin:0px;
  padding:0px;
}
.gatemenu tr td
{
  margin:0px;
  padding:0px;
  width:25%;
  text-align:center;
}


.gatemenu .item
{
  margin:12px 5px 0px 5px;
}

.gatemenu .item .top
{
  font-size:1px;
  padding:0px;
  margin:0px;
}

.gatemenu .item .middle
{
  text-align:center;
  background-repeat:repeat-y;
  background-position:left top;
  background-image:url(/img/gate/menu_middle.png);
  width:231px;
  margin:0 auto;
  height:1px;
  font-size:1px;
  line-height:1px;
  overflow:hidden;
}
/*.gatemenu .item:hover .middle
{
  display:block;
}*/

.gatemenu .item .middle img
{
  border-width:1px 0px 1px 0px;
  border-style:dotted;
  border-color:#ffffff;
  margin:5px 0px 5px 0px;
}
.gatemenu .item .middle ul
{
  margin:0 auto;
  border-bottom:dotted 1px #ffffff;
  padding:0px 0px 5px 0px;
  width:189px;
  list-style-type:none;
  text-align:left;
}
.gatemenu .item .middle ul li
{
  margin:0px;
  padding:1px 0px 1px 10px;
  background-image:url(/img/gate/arrow.png);
  background-repeat:no-repeat;
  background-position:left center;
}
.gatemenu .item .middle ul li a
{
  color:#ffffff;
  font-family:Arial,Tahoma,Verdana,Helvetica;
  font-size:11px;
  text-decoration:none;
  display:block;
  line-height:normal;
}
.gatemenu .item .middle ul li a:hover
{
  text-decoration:underline;
}

.gatemenu .item .bottom
{
  font-size:1px;
}

