/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:#232323; 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%; 
	line-height:1.0625em;
	color:#848484;
	/*color:#6e6e6e;
	color:#5f5f5f;*/
}
html { min-width:941px;}
html, body { height:100%;}

blockquote {
	margin: 0px 40px 0px 40px;
}

ul.bullet {
	list-style: circle;
	margin: 0px 40px 0px 40px;
}

/* Global Structure ============================================================= */
#main {
	margin: 0 auto;
	position: relative;
	width: 941px;
	position:relative;
	font-size:.69em;
}

	/* Header */
	header{
		height:86px;
		overflow:hidden;
		position:relative;
	}
	
	/* Content */
	#content {
		padding:15px;
	}
	.mainContent {
		float: left;
		width:552px;
		margin-right:15px;
	}
	.mainContent.left {
		margin-left:15px;
		margin-right:0;
	}
	
	/* Sidebar */
	aside{
		float:left;
		width:294px;
	}




/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrap { 
	width:100%;
	overflow:hidden;
}

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 20px; }


/*----- form defaults -----*/
input, select, textarea { 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent { 
	margin:5px 26px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:5px 26px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {margin-bottom:17px;}
.p1 { margin-bottom:8px;}
.p2 { margin-bottom:17px;}
.p3 { margin-bottom:25px;}
p.center { text-align:center;}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#1c7e98; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:22px;
	line-height:1.2em;
	font-weight:normal;
	background:url(/images/logo.gif) no-repeat 0 0;
	padding:15px 0 15px 53px;
	text-transform:uppercase;
	position:absolute;
	left:66px;
	top:24px;
}
	h1 a {
		color:#fff;
		text-decoration:none;
	}
h2 {
	background:url(/images/title-line.gif) no-repeat 0 0;
	padding:0 0 0 13px;
	text-transform:uppercase;
	color:#fff;
	font-size:16px;
	margin-bottom:21px;
}
	h2 span {
		font-size:12px;
		display:block;
		color:#6e6e6e;
		/*color:#585858;
		color:#525252;*/
	}
h3 {
	background:url(/images/title-bg.gif) no-repeat 0 0;
	height:34px;
	line-height:34px;
	text-transform:uppercase;
	color:#cecece;
	font-size:15px;
	text-indent:24px;
}
h4 {
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:16px;
	padding:8px 0 0 0;
}
h5 {
	font-size:1em;
	color:#aeaeae;
	margin-bottom:1em;
}

.link1 { 
	background:url(/images/arrow1.gif) no-repeat 100% 5px;
	padding:0 8px 0 0;
}



/*==================boxes====================*/
.box {
	background:#000;
	width:100%;
}
	.box .border-top {
		background:url(/images/border-top.gif) repeat-x left top;
	}
	.box .border-bot {
		background:url(/images/border-bot.gif) repeat-x left bottom;
	}
	.box .border-left {
		background:url(/images/border-left.gif) repeat-y left top;
	}
	.box .border-right {
		background:url(/images/border-right.gif) repeat-y right top;
	}
	.box .left-top-corner {
		background:url(/images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(/images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(/images/left-bot-corner.gif) no-repeat left bottom;
		width:100%;
		}
	.box .right-bot-corner {
		background:url(/images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inside { 
		padding:23px 24px 25px 26px;
	}
		.box nav {
			background:url(/images/nav-bg.gif) 0 0 repeat-x;
			overflow:hidden;
			margin-bottom:1px;
			height:48px;
		}
			.box nav ul li.left {
				float:left;
				background:url(/images/divider.gif) no-repeat left 0;
				padding-left:1px;
					width:120px;
			}
				.box nav ul li.right {
					float:right;
				background:url(/images/divider.gif) no-repeat right 0;
				padding-right:1px;
					width:120px;
				}
				.box nav ul li a {
					float:left;
					font-size:13px;
					color:#fff;
					text-decoration:none;
					width:120px;
					text-align:center;
					height:47px;
					line-height:47px;
				}
					.box nav ul li a:hover, .box nav ul li a.current {
						background:url(/images/nav-bg-act.gif) 0 0 repeat-x;
					color:#fff;
					}
				


.box1 {
	background:url(/images/box1-bg.gif) 0 0 repeat-x #090909;
	width:100%;
}
	.box1 .inner {
		padding:25px 25px 25px 25px;
	}
	
	


.box2 {
	background:#000;
	width:100%;
	margin-bottom:12px;
}
.box2.last {
	margin-bottom:0;
}
	.box2 .border-top {
		background:url(/images/border-top1.gif) repeat-x left top;
	}
	.box2 .border-bot {
		background:url(/images/border-bot1.gif) repeat-x left bottom;
	}
	.box2 .border-left {
		background:url(/images/border-left1.gif) repeat-y left top;
	}
	.box2 .border-right {
		background:url(/images/border-right1.gif) repeat-y right top;
	}
	.box2 .left-top-corner {
		background:url(/images/left-top-corner1.gif) no-repeat left top;
	}
	.box2 .right-top-corner {
		background:url(/images/right-top-corner1.gif) no-repeat right top;
	}
	.box2 .left-bot-corner {
		background:url(/images/left-bot-corner1.gif) no-repeat left bottom;
		width:100%;
		}
	.box2 .right-bot-corner {
		background:url(/images/right-bot-corner1.gif) no-repeat right bottom;
		}
	.box2 .inner { 
		padding:10px 24px 5px 24px;
	}
	.box2 .inner1 { 
		padding:10px 24px 15px 24px;
	}

.address { 
	float:left;
	line-height:14px;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:70px;
		}


.banner {
	height:240px;
	overflow:hidden;
}

/*===== content =====*/
#content .outdent {
	padding-bottom:12px;
}
	
	.list1 {
		padding-bottom:5px;
	}
		.list1 li {
			background:url(/images/arrow1.gif) no-repeat 0 6px;
			padding:0 0 5px 9px;
		}
			.list1 li a {
				color:#aeaeae;
				text-decoration:none;
			}
			.list1 li a:hover {
				text-decoration:underline;
			}
	
	.list2 {
		padding-bottom:5px;
	}
		.list2 li {
			background:url(/images/arrow1.gif) no-repeat 0 6px;
			padding:0 0 5px 9px;
			color: #1c7e98;
		}
			.list2 li a {
				color:#1c7e98;
				text-decoration:underline;
			}
			.list2 li a:hover {
				text-decoration:none;
			}
	
		.extra-banner span {
			float:left;
			margin:0 17px 0 -16px;
			background:url(/images/extra-banner.gif) no-repeat 0 0;
			width:57px;
			height:57px;
			line-height:57px;
			color:#fff;
			text-align:center;
			position: relative;
		}
			.extra-banner span a {
				color: #fff;
				position: absolute;
				top: 0;
				left: 0;
				width: 57px;
				height: 57px;
				text-decoration: none;
			}

/*===== footer =====*/
footer {
	color:#5d5d5d;
	padding:2px 0 20px 0px;
	text-align:center;
}
	footer a {
		color:#5d5d5d;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	display:block;
	color:#aeaeae;
	font-weight:bold;
}
	#contacts-form .col-1 {
		width:246px !important;
		margin-right:0 !important;
	}
	#contacts-form .col-2 {
		width:246px !important;
		margin-right:0 !important;
	}
	#contacts-form label {
		display:block;
		height:44px;
		overflow:hidden;
	}
		#contacts-form input {
			color:#111;
			border:1px solid #a09b96;
			background:#fff;
			padding:2px 0 2px 5px;
			width:200px;
		}
		#contacts-form textarea {
			color:#111;
			border:1px solid #a09b96;
			background:#fff;
			padding:2px 0 2px 5px;
			width:240px;
			overflow:auto;
			height:100px;
			margin-bottom:12px;
		}
/*==========================================*/

table.chart {
	width: 100%;
	border-bottom: 1px dotted #2F5F87;
}
table.chart2 {
	width: 100%;
	border-bottom: 0;
}

td.lb {
	width: 85px;
	text-align: center;
	color: #000;
	background-color: #EEEEEE;
	border: 1px solid #000;
}
	td.lb img {
		vertical-align: middle;
	}
td.db {
	width: 85px;
	text-align: center;
	color: #000;
	background-color: #DDDDDD;
	border: 1px solid #000;
}
	td.db img {
		vertical-align: middle;
	}
td.dnaml {
	width: 202px;
	text-align: left;
	color: #000;
	background-color: #EEEEEE;
}
td.dpril {
	width: 202px;
	text-align: right;
	color: #000;
	background-color: #EEEEEE;
}
td.dnamd {
	width: 202px;
	text-align: left;
	color: #000;
	background-color: #DDDDDD;
}
td.dprid {
	width: 202px;
	text-align: right;
	color: #000;
	background-color: #DDDDDD;
}
td.dnb {
	width: 202px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #6A93A5;
}
td.dpb {
	width: 202px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #6A93A5;
}
a.nd:link {color:#003399; font-weight:bold; text-decoration:none;}
a.nd:visited {color:#003399;}
a.nd:hover {color:#00AA00; text-decoration:underline;}
a.pd:link {color:#003399; font-weight:bold;}
a.pd:visited {color:#003399;}
a.pd:hover {color:#00AA00; text-decoration:underline;}
td.nb {
	width: 85px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #33567C;
}
td.nc {
	color: #6A93A5;
	font-weight: bold;
	font-size: 12px;
}

.domtxt {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #565656;
        vertical-align: middle;
        text-align: left;

}
.dominput {
        padding-right: 4px;
        padding-left: 13px;
}
.domtxt2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #B51113;
        vertical-align: middle;
        text-align: right;
}
.domsearch td.left {
	width: 160px;
	text-align: right;
	vertical-align: middle;
	padding: 3px;
	margin: 0;
	border: 0;
}
.domsearch td.right {
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	margin: 0;
	border: 0;
}
	.domsearch img {
		vertical-align: middle;
	}
	.domsearch button {
		padding: 0;
		border: 0;
		background: transparent;
		vertical-align: middle;
	}

/*input, select, textarea {
  box-sizing: border-box;   -moz-box-sizing: border-box;   -webkit-box-sizing: border-box; }*/

.eblue {
	color: #df0101;
}

.ered {
	color: #2e9afe;
}
