* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}


body {
	font-family: "Verdana";
	font-size: 10pt;
}

a {
	color: #3A6CFF;
}

	a.special {
		text-decoration: none;
	}
	
	a.special:hover {
		text-decoration: underline;
	}

.link {
	color: #3A6CFF;
	text-decoration: underline;
	cursor: pointer;
}

img {
	border: 0 none;
}
	
table {
	border-collapse: collapse;
}

	table td {
		text-align: left;
		vertical-align: top;
	}

h1 {
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: .5em;
	font-size: 16pt;
}

	h1 a {
		color: #000;
		text-decoration: underline;
	}

h2 {
	font-weight: bold;
	font-size: 12pt;
	color: #DA3825;
	padding-top: 1em;
	padding-bottom: .5em;
}

p, table, ol, ul {
	padding-bottom: 1em;
}


#wrapper {
	min-height: 100%;
}

	#header {		
		background: url("images/headerRepeat.png") repeat-x;
	}

		#header .bcg{
			position: relative;
			padding: 133px 0 0 0;
			height: 34px;
			/*background: url("images/fill.png") repeat;*/
		}

		#contactInfo {
			position: absolute;
			width: 210px;
			height: 108px;
			left: 2%;
			top: 15px;
			padding-left: 40px;
			background: url("images/contacts.png") no-repeat;
		}

			#contactInfo .phone {
				color: #4664A7;
				font-size: 11pt;
				font-weight: bold;
				padding-top: 17px;
			}

			#contactInfo .icq {
				color: #4664A7;
				font-size: 11pt;
				font-weight: bold;
				padding-top: 4px;
			}

			#contactInfo .email {
				font-size: 11pt;
				padding-top: 22px;
				font-weight: bold;
			}

			#contactInfo .email a {
				color: #D93525;
			}
	
		#logo {
			display: block;
			margin-top: -90px;
			text-align: center;			
			/*position: absolute;
			width: 320px;
			left: 50%;
			top: 30px;
			margin-left: -350px;*/
			text-decoration: none;
		}
		
		#boxes {
			position: absolute;
			width: 250px;
			right: 2%;
			top: 15px;
			text-align: center;
		}
		
		#menuBar {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		
			#menuBar table {								
			}
			
				#menuBar table td {
					padding: 0 10px;
					vertical-align: middle;
					text-align: left;
					font-size: 9pt;
					background: #006CD1 url("images/menub.png") no-repeat right center;
				}

				#menuBar table td.empty {
					background-color: transparent;
					padding: 0;
				}

				#menuBar table td img { float: left; }

				#menuBar table td a {
					color: white;
					text-decoration: none;
				}

				#menuBar table td a:hover {
					text-decoration: underline;
				}


				#menuBar table td.selected span, #menuBar table td.selected a {
					/*color: #626262;*/
					color: white;
					background-color: silver;
					padding: 3px 6px;
				}
		
	#workarea {
		padding: 10px .6%;
		overflow: hidden;
	}
	
	*html #workarea {
		overflow: visible;
		height: 1%;
	}	
	
		#workarea .colLeft {
			float: left;
			width: 270px;
			padding-top: 5px;
		}
		
		#workarea .colRight {
			float: right;
			width: 200px;
		}

			#menuChild {
			}

				#menuChild ul {
					display: block;
					list-style-type: none;
				}

					#menuChild li {
						background: #F5F5F5;
					}

						#menuChild li .bcg {
							padding: 6px 0 6px 10px;
							margin-bottom: 4px;
							border-left: 6px solid #006CD1;
							/*background: url("images/fill.png") repeat;*/
						}

					#menuChild li.selected {
						color: #626262;						
					}

						#menuChild li.selected .bcg {
							color: #626262;
							border-left: 6px solid #626262;
						}

		
		#workarea .colCenter {
			margin: 0 220px 0 290px;
		}
		
	
	
.infoBox {
}

.infoBox .workarea {
	background-color: #F5F5F5;
}

	.infoBox .header {
		background: #F5F5F5 url("images/infoBoxHeaderShadow.png") repeat-x;
	}
	
		.infoBox .header .l {
			background: url("images/infoBoxHeaderLShadow.png") no-repeat;
		}

		.infoBox .header .r {
			height: 13px;
			background: url("images/infoBoxHeaderRShadow.png") no-repeat right;
		}

	.infoBox .workarea .l {
		padding-left: 19px;
		background: url("images/infoBoxLeftShadow.png") repeat-y;
	}
	
		.infoBox .workarea .r {
			padding-right: 19px;
			background: url("images/infoBoxRightShadow.png") repeat-y right;
		}
		
			.infoBox .center {				
				border-left: 5px solid #006CD1;
			}
			
				.infoBox .center h1 {
					padding-left: 13px;				
				}
				
				.infoBox .center .content {
					padding-left: 32px;
				}

	.infoBox .footer {
		background: url("images/infoBoxFooterShadow.png") repeat-x;
	}
	
		.infoBox .footer .l {
			background: url("images/infoBoxFooterLShadow.png") no-repeat;
		}

		.infoBox .footer .r {
			height: 18px;
			background: url("images/infoBoxFooterRShadow.png") no-repeat right;
		}

#footer {
	height: 65px;
	background: url("images/footer.png") repeat-x;
}

	#footer .bcg {
		height: 65px;
		/*background: url("images/fill.png") repeat;*/
	}

ul.news, ul.products {
	list-style-type: square;
	color: #3A6CFF;
}

	ul.news li, ul.products li {
		padding-bottom: 1em;
	}

#content {
	line-height: 1.5em;
}

#content ul, ol {
	padding-left: 20px;
}

#content ul {
	list-style-type: square;
}

#content img {
	/*float: left;*/
	margin: 0 10px 10px 0;
}

#content table {
	width: auto;
	border-collapse: collapse;
	border: 2px solid gray;
}

	#content table tr.header td {
		background-color: silver;
		font-size: 10pt;
	}

	#content table td {
		border: 1px solid gray;
		padding: 5px;
	}

		#content table td p {
			padding: 0;
		}

.param {
	padding-right: 10px;
	text-align: right;
}

.value {
}

	.value input, .value textarea {
		width: 100%;
		border: 1px solid gray;
	}

	.value textarea {
		height: 100px;
	}

.nowrap {
	white-space: nowrap;
}

.red, .error {
	color: red;
}

#formSendMessage table {
	width: 80%;
}

	#formSendMessage table td {
		padding-bottom: 5px;
	}

#error-message {
	display: none;
}

#copyright {
	padding: 8px 0 0 2%;
}

#logos {
	float: right;
	width: 260px;	
	margin: 8px 2% 0 0;
	overflow: hidden;
}

*html #logos {
	overflow: visible;
	height: 1%;
}

	#logos img {
		margin-left: 20px;
		float: right;
	}

#search-box {
	float: right;
	width: 150px;
	padding: 10px 20px 0 0;
}

	#search-box input {
		width: 100%;
		height: 20px;
		font-style: italic;
		font-family: "Georgia";
		font-size: 12pt;
		color: gray;
	}

.search-result {
	padding-bottom: 1.2em;
}

	.search-result dt {
		font-size: 11pt;
	}

	.search-result dd {
	}

.banners {
	text-align: center
}

.banners img {
	margin-bottom: 10px;
}

#navigation {
	padding-bottom: 1em;
}

.breadcrumb-navigation {
	list-style: none;
	overflow: hidden;
}

*html .breadcrumb-navigation {
	overflow: visible;
	height: 1%;
}

.breadcrumb-navigation li {
	float: left;
}

#content table.noborder {
	border: 0 none;
}

#content table.noborder td {
	border: 0 none;
}

#menuServices {
	padding-top: 1.5em;
}

				#menuServices ul {
					display: block;
					list-style-type: none;
				}

					#menuServices li {
						background: #F5F5F5;
					}

						#menuServices li {
							padding: 6px 0 6px 10px;
							margin-bottom: 4px;
							border-right: 6px solid #006CD1;
							/*background: url("images/fill.png") repeat;*/
						}

					#menuServices li.selected {
						color: #626262;						
					}

						#menuServices li.selected .bcg {
							color: #626262;
							border-left: 6px solid #626262;
						}

#content-text {
	padding-bottom:20px;
}

.border-left {
	padding: 1em 0 0 1.5em;
	margin: 0 0 2em 0;
	border-left: 5px solid #006CD1;	
}
