@import url(forms.css);
@import url(menu_h.css);
@import url(menu_v.css);

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; /*background: #E8E9EB url('/images/bg.jpg') repeat-x 0 0;*/ background: #E8E9EB url('/images/bg_main.gif') repeat-y 0 0; background-position: center; margin: 0 auto; padding: 0; }

h1 { font-size: 18px; font-weight: bold; }
h2 { font-size: 16px; font-weight: bold; }
h3 { font-size: 14px; font-weight: bold; }
h4, strong, b { font-size: 11px; font-weight: bold; }

a { color: #CC0000; text-decoration: underline; }
a.file { line-height: 22px; background-repeat: no-repeat; background-position: 0 0; padding: 2px 0 2px 20px; }
a.print { background-image: url(/images/file_icons/print.gif); }

th { font-family: Verdana, Arial, Helvetica, sans-serif; }
td { font-family: Verdana, Arial, Helvetica, sans-serif; }
.t-cell td { border: #ddd 1px solid; }
.skip { color: #fff; background: transparent; padding:5px; }
.error { color: #ff0000; }

#clear { clear:both; }

#container { clear:both; position: relative; margin:0 auto; padding:0; width: 850px; height: auto; background-color: #fff; border-left: 1px solid #bbbbbb; border-right: 1px solid #bbbbbb; overflow: hidden; }

#header { clear:both; position: relative; margin: 0; padding: 0; height: auto; border-top: 0px solid #CC0000; overflow:hidden; }

#header-top-right-cont { position: absolute; margin: 0; width: 100%;  }
#header-top-right { float: right; padding: 0; padding-left: 28px;  height: 25px; line-height: 25px; background: url(/images/top-left-bg.gif) top left no-repeat; }
#top-right-element { float: left; display: block; width: 120px; margin: 0; padding: 0 10px; height: 25px; line-height: 25px; border-bottom: 1px solid #ddd; background: #f2f2f2; }
#top-right-element a { color: #666; }

#logo a { clear: both; position: relative; float: left; background: url(/images/ns.jpg) no-repeat; width: 225px; height: 60px; margin: 2px 0px 2px 10px; /*height: 50px; margin: 15px 10px;*/ padding: 0; display: block; text-indent: -999em; }

/*#coder { position: absolute; margin: 0; width: 825px; height: 150px; padding:0; background: url(/images/coder.jpg) right no-repeat; border: 0px solid orange; }*/

#desc { clear: left; position: relative; float: left; margin: 10px 0 15px 15px; padding:0; font-size: 110%; }
#skip { position: absolute; margin: 0;/*clear:both; position: relative; float: left; margin: 10px 0 15px 15px;*/ padding:0; }

#banner { position: relative; float: right;  }

#banner-top { position: absolute; top: 0; right: 0; margin: 0; padding: 0 14px 5px 30px; color: #fff; line-height: 30px; background: url(/images/bg_top.jpg) no-repeat; }
#banner-top a { color: #fff; }

#content-container { border:0px solid yellow; clear:both; position: relative; width:auto; margin: 0; padding: 0; }

#content { border:0px solid red; clear:both; position:relative; float:left; width:auto; height:100%; margin: 0; padding: 0; }
#content li { list-style-type:square; }

.colmask {
	clear: both; float: left; overflow: hidden; width: 100%; position: relative; 
}
.leftmenu {
	background: #fff;
}
.leftmenu .colright {
	background: #fff; left: 200px; float: left; width: 200%; position: relative;
}
.leftmenu .col1wrap {
	right: 200px; float: right; padding-bottom: 1em; width: 50%; position: relative;
}
.leftmenu .col0 {
	right: 100%; margin: 20px 15px; overflow: hidden; position: relative;
}
.leftmenu .col1 {
	right: 100%; margin: 20px 15px 20px 215px; overflow: hidden; position: relative;
}
.leftmenu .col2 {
	right: 185px; margin: 20px 0px; float: left; width: 170px; position: relative;  
}
.leftmenu .col1 ul {
	list-style-type: square;
}

#footer { clear: both; position: relative; border-top: 1px solid #eee; margin: 0 0; padding: 10px; font-size: 9px; color: #666; text-align: center; overflow:hidden; }

#contact { margin: 15px 20px; padding: 5px; float: right; font-size: 11px; color: #333333; text-align: center; background-color:#fff; border: 1px solid #999; }

#breadcrumb { background:#fff; clear: both; float: left; top: auto; margin: inherit; width: 100%; color: #000; padding: 15px 0 5px 15px; border-top: 0px dotted #ddd; border-bottom: 1px dotted #ddd; }

#print { clear: both; position: relative; float: right; text-align: right; margin: 0; padding: 0; }

#info-box { position:relative; float:left; background: #eee; filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ffffff', startColorstr='#dfdfdf', gradientType='0'); border: 1px solid #999; height: auto; margin: 10px 5px; padding: 0 5px 5px 5px; width: 180px; }
#info-box h3 { background-color:#CC0000; border-bottom: 1px solid #fff; color: #fff; margin: 0 -5px; padding: 5px 5px; text-align: center; }
#info-box p { margin-bottom: 20px; }
