﻿/* Main Modifiers */
body>table {height:100% !important;}
body>table>td {vertical-align:middle;}
html, body {height:100%;}
* {margin:0; padding:0}
.classbody {
	background-color:#000000;
	font-size:1em;
	margin:0px;
	/*height:100% !important;	*/
	line-height:1em;
	border:0;
}

/* Shell Elements */
div#container {
	border:0px;
	position: relative;
	margin:0 auto 0 auto;	
	width:908px !important;	
	height:600px;
	padding:0px;	
}

div#container_lightbox {
	border:0px;	
	position: absolute;
	top: 10% !important;
	left: 15%;
	margin:0 auto 0 auto;	
	width:908px;
	-moz-width:100%;
	padding:0px;	
	z-index:2000;
	display:none;
}

/* Left Column */
div#leftframe{
	position:relative;
	float:left;
	width:0px;
	/*margin-bottom:10px;*/
	padding:0px;
	border:0;
}
/* Right Column */
div#rightframe {
	position:relative;
	clear:right;
	float:left;
	width:908px;
	margin: 0px;
	padding:0px;
	border:0;
}

/* Upper Menu Items */
div#hd{
	height:70px;
	width:908px !important;
	padding:0px;
	margin:0px;
	clear:both;
	border:0;
}

/* Middle Items */
div#middleframe{
	background:#212121;
	position:relative;
	clear:both;
	float:left;
	width:908px;
	min-height:430px;
	height:430px;
	text-align:left;
	margin:0px;
	padding:0px;
	border:0;
}
html>body div#middleframe {margin:0px; height:auto;}
* html #middleframe { height:430px;  } /* for ie only */

/* Footer elements */
div#footer{
	width:auto;
	height:34px;
	margin:0px;
/*margin-left:5px;*/
	padding:0px;
	border:0;
	clear:both;
	background: url(../../assets/common/images/bg_bottom.gif) no-repeat left top;
}
#poligonlink img{margin:0px;border:0 none;padding:0px}
#clearfooter{clear:both;}
