* {
	font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, "Verdana CE", Verdana, sans-serif;
	font-size: 9pt;
	letter-spacing: 0.03em;
	padding: 0;
	margin: 0;
	border-width: 0;
	color: #1F1F1F;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 100%;
	vertical-align: baseline;
}

html {
	height: 100%;
}

body {
	background-color: #999999;
	height: 100%;
	behavior: url("../../inc/csshover.htc");
}

#conteiner {
	position: absolute;
	/*width: expression(document.body.clientWidth < 980 ? "980px" : "100%");*/
	width: 100%;
	min-width: 1002px;
	min-height: 100%;
	background-image: url(../../dsgn/bg.png);
	background-position: center 350px;
	background-repeat: repeat-y;
}

.at span {
	visibility: hidden;
	letter-spacing: -0.35em;
}

.at {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../dsgn/at.gif);
}


.fl {
	float: left;
	padding-right: 1.5em;
}

.fr {
	float: right;
	padding-left: 1.5em;
}



#news {
	position: absolute;
	left: 50%;
	top: 0;
	width: 150px;
	height: 100%;
	margin-left: -486px;
	padding: 0 10px;
	background-image: url(../../dsgn/news.png);
	background-repeat: repeat-x;
	background-position: 0 50px;
}

#news, #news * {
	font-family: "Arial Narrow", "Arial CE", Arial, "Helvetica CE", Helvetica, "Verdana CE", Verdana, sans-serif;
}

#news .new * {
	line-height: 120%;
 }
 
#news h1 {
	padding-top: 50px;
	color: #D40000;
	text-transform: uppercase;
	font-size: 10pt;
	letter-spacing: 1em;
	text-decoration: underline;
}

#news h2 {
	padding-top: 1.2em;
	color: #FFFFFF;
}

#news h2 span {
	display: block;
	padding-top: 0.5em;
}

#news p {
	padding-top: 0.5em;
}

#news a {
	text-decoration: underline;
}




#contact {
	position: absolute;
	left: 50%;
	margin-left: 301px;
	top: 150px;
	width: 185px;
	z-index: 4;
}

#contact, #contact * {
	font-family: "Arial Narrow", "Arial CE", Arial, "Helvetica CE", Helvetica, "Verdana CE", Verdana, sans-serif;
}

#contact h1 {
	display: none;
}

#contact address {
	width: 100%;
	margin-bottom: 1em;
	line-height: 120%;
	letter-spacing: 0.15em;	
	color: #E0E0E0;
	text-align: right;
}

#contact p {
	margin-bottom: 1em;
	padding-left: 2em;
}

#contact #logo a {
	position: absolute;
	top: -140px;
	right: 0;
}





#menu {
	position: absolute;
	left: 50%;
	margin-left: 301px;
	top: 370px;
	width: 200px;
	z-index: 4;
}

#menu, #menu * {
	font-family: "Arial Narrow", "Arial CE", Arial, "Helvetica CE", Helvetica, "Verdana CE", Verdana, sans-serif;
}

#menu h1 {
	display: none;
}

#menu div {
	display: none;
}

#menu dd {
	width: 200px;
	height: 2.4em;
	margin-bottom: 20px;
	color: #E0E0E0;
	/*background-color: #A40000;*/
	background-image: url(../../dsgn/menu.png);
	background-repeat: repeat-x;
	background-position: center center;
}

#menu dd a {
	display: block;
	letter-spacing: 0.15em;	width: 170px;
	padding: 0.6em 15px;
	color: #E0E0E0;
	font-size: 10pt;
}

#menu dd dl {
	display: none;
	position: relative;
	z-index: 5;
}

#menu dd dl#mnsc {
	width: 11.5em;
	left: -11.5em;
	/*top: -8.85em;*/
	top: -6.65em;
}

#menu dd dl#mnsa {
	width: 11.8em;
	left: -11.8em;
	top: -15.4em;
}

#menu dd dl#mnch {
	width: 14em;
	left: -14em;
	top: -6.7em;
}

#menu dd dl dd {
	width: 100%;
	height: auto;
	margin: 0;
	background-color: #E0E0E0;
	background-image: none;
}

#menu dd dl dd a {
	width: 100%;
	padding: 0.6em 0;
	margin-left: -1em;
	color: #C40000;
	font-size: 9pt;
	text-align: right;
}

#menu dd dl dd a:hover {
	color: #1F1F1F;
	text-decoration: underline; 
}

#menu dd:hover dl {
	display: block;
}

#menu dd#virt {
	background-image: none;
	padding-left: 15px;
}

#menu dd#virt a {
	display: block;
	width: 166px;
	height: 100px;
	border: 2px solid #C40000;
	padding: 5px 0 0;
	background-image: url(../../dsgn/virt.jpg);
	color: #FFFFFF;
	text-align: center;
}





#content {
	position: relative;
	left: 50%;
	width: 602px;
	margin-left: -301px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-image: url(../../dsgn/contdn.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	z-index: 2;
}

#contup {
	width: 100%;
	height: 18px;
	background-image: url(../../dsgn/contup.png);
}

#contcenter {
	background-image: url(../../dsgn/cont.png);
	background-repeat: repeat;
	padding: 0 15px;
	border-left: 2px solid #FFFFFF; 
	border-right: 2px solid #FFFFFF; 
}

#contdown {
	width: 100%;
	height: 40px;
}

#content p, #content li, #content address {
	line-height: 140%;
	margin-bottom: 1em;
}

#content p.c {
	text-align: center;
}

#content p.r {
	text-align: right;
}

#content table {
	margin-bottom: 1em;
	border-collapse: collapse;
}

#content table * {
	letter-spacing: 0;
}

#content th {
	text-align: center;
	font-size: 7pt; 
}

#content th, td {
	border: 1px solid #1F1F1F;
	padding: 2px 3px;
}

#content a {
	text-decoration: underline;
	color: #C40000;
}

#content strong {
	font-weight: bold;
}

#content em, #content em * {
	color: #C40000;
}

#content h1 {
	font-size: 12pt;
	color: #C40000;
	margin-bottom: 0.3em;
}
	
#content h2 {
	color: #C40000;
	font-size: 10pt;
	margin-bottom: 1em;
}

#content ul {
	margin-bottom: 1em;
}

#content li {
	display: block;
	margin-bottom: 0.8em;
}

#content #navig {
	margin-bottom: 2em;
	color: #707070;
	/*color: #C40000;*/
	font-size: 8pt;
}

#content #navig a {
	text-decoration: none;
	color: #707070;
	font-size: 8pt;
}

#content .pc {
	text-align: center;
}

#content .pr {
	text-align: right;
}

#upcorn1, #upcorn2 {
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -500px;
	background-image: url(../../dsgn/cornup.png);
	background-repeat: no-repeat;
	z-index: 3;
}

#upcorn1 {
	top: 0;
	width: 658px;
	height: 82px;
	background-position: right top;
}

#upcorn2 {
	top: 82px;
	width: 350px;
	height: 83px;
	background-position: right bottom;
}

#dncorn {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 617px;
	height: 155px;
	/*width: 658px;
	height: 165px;*/
	margin-left: -502px;
	background-image: url(../../dsgn/corndn.png);
	z-index: 3;
}

#slogan {
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -502px;
	z-index: 4;
}

#slogan li {
	display: block;
	margin-top: 1.5em;
	overflow: hidden;
}

#slogan li span {
	display: block;
	position: relative;
	color: #C40000;
	font-size: 10pt;
	letter-spacing: 0.5em;
	white-space: nowrap;
	height: 1em;
}

#slogan #sl1 {
	width: 281px; 
}

#slogan #sl2 {
	width: 402px;
}

#slogan #sl3 {
	width: 533px; 
}

#author {
	position: absolute;
	left: 50%;
	bottom: 5px;
	margin-left: 350px;
}

#author, #author a {
	font-size: 7pt;
}


#popup {
	display: none;
	position: absolute;
	top: 30px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	z-index: 99;
	text-align: center;
	/*border: 1px solid green;*/
}
