﻿body {
	color: #555555;
	padding: 0;
	margin: 20px 0 0 0;
	font-family: Tahoma;
	background: #fff;
}

table { border-collapse: collapse; }

a:link { color: #f9a64a; }
a:visited { color: #f9a64a; }/*fdca90*/
a:hover { color: #f3776f; }

hr {
	color: #aaa;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border: 0;
	background-color: #aaa;
	margin: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: inside;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin-top: 0;
	color: #1b1b1b;
	letter-spacing: -.025em;
}

.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 * 62.5)
		? '100%'
		: (document.getElementById('measurer'))
		  ?
		  document.getElementById('measurer').clientHeight * 62.5 + 'px'
		  :
		  '100%'
	);
	max-width: 1000px;
}*/

#top {
	border-bottom: 1px solid #ddd;
}

#global { 
	margin: 0 20px;
}

#global td {
	font-size: 80%;
}


#slogan {
	color: #f9a64a;
	font-size: .8em;
	width: 150px;
	text-align: center;
	margin: 5px 0;
	letter-spacing: .1em;
	white-space: nowrap;
}


#navigation td {
	font-size: .8em;
	padding: 20px;
}


#content {
	padding: 20px;
}


#menu {
	padding: 0 20px 1.25em 20px;
	text-align: center;
	white-space: nowrap;
}

#menu a, #menu strong {
	margin-right: 2em;
	font-size: 1.5em;
	font-variant: small-caps;
	padding: 1px 7px 3px;
}

#menu strong {
	font-weight: normal;
	color: #fff;
	background: #555;
}


/* 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 { border-top: 1px solid #ddd; }
#bottom td { font-size: .75em; }

.right { float: right; }

.w-fix { width: 1px; }
