﻿body {
	color: #cfd4d8;
	padding: 0;
	margin: 0;
	font-family: Tahoma;
	background: #231f20;
}

#global {
	background-position: top center;
	background-repeat: no-repeat;
}

table { border-collapse: collapse; }

a:link { color: #a1a0a4; }
a:visited { color: #717074; }
a:hover { color: #fff; }

hr {
	color: #a1a0a4;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border: 0;
	background-color: #a1a0a4;
	margin: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: inside;
}

h1, h2, h3, h4 { font-weight: normal; margin-top: 0; }

.png {
//background-image: none ! important;
behavior: url('/css/pngfix.htc');
}

div#measurer {
	position: absolute;
	top: -1em;
	left: 0;
	visibility: hidden; 
	width: 100%; height: 1em;
	line-height: 1em;
}

.body {
	width: 100%;
	width: expression(
		(document.getElementById('measurer') && document.getElementById('measurer').clientWidth < document.getElementById('measurer').clientHeight * 76.25)
		? '100%'
		: (document.getElementById('measurer'))
		  ?
		  document.getElementById('measurer').clientHeight * 76.25 + 'px'
		  :
		  '100%'
	);
	max-width: 1220px;
}

#global { 
	margin: 0 20px;
}

#global td {
	font-size: 80%;
}

.logo {
	margin: 30px;
}


#navigation {
	padding: 30px 0;
}

#navigation span {
	font-size: 1.5em;
}


#content {
	padding: 0 20px;
}

.body { background: #231f20; }

#menu ul {
	list-style: none;
	background-repeat: repeat;
	padding: 0 2px 0 5px;
}

#menu li {
	padding: 5px;
	font-size: 1.3em;
	white-space: nowrap;
}

#menu .active {
	color: #fff;
}

#menu a:visited {
	color: #A1A0A4;
}

/* CONTAINER */
.ml { padding: 0 5px;
// width: 100%;
}
.tl, .bl { height: 5px; position: relative; font-size: 1px; line-height: 1px; }
.tl .tlc, .tl .trc, .bl .blc, .bl .brc { position: relative; width: 5px; height: 5px;
-background: none !important; }
.tl .tlc { float: left; background: url('/img/c_tlc.png') 0 0 no-repeat;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/c_tlc.png,sizingMethod=crop); }
.tl .trc { float: right; background: url('/img/c_trc.png') 0 0 no-repeat;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/c_trc.png,sizingMethod=crop); }
.bl .blc { float: left; background: url('/img/c_blc.png') 0 0 no-repeat;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/c_blc.png,sizingMethod=crop); }
.bl .brc { float: right; background: url('/img/c_brc.png') 0 0 no-repeat;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/c_brc.png,sizingMethod=crop); }

.image-container .ml { padding: 0; }
.image-container .tlc, .image-container .trc { top: 5px; }
.image-container .blc, .image-container .brc { bottom: 5px; }

#bottom td {
	font-size: .55em;
	border-top: 1px solid #a1a0a4;
	padding-left: 10px;
}

.right { float: right; }