@charset "utf-8";
/* CSS Document */

* {border:0; margin:0; padding:0;}
body {font:62.5% Tahoma; color:#000;}
img {border:none; padding:0; margin:0;}
a {text-decoration:none;}
:focus {outline:none;}
#wrap {
	min-width:1000px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000? "1000px": "auto");
	}
/* header */
#header-bgright {
	background:url(../img/header-bg2.jpg) 100% 0  no-repeat;
	}
#header {
	position:relative;
	height:231px;
	background:url(../img/header-bg.jpg) 0 0 no-repeat;
	}
	#logo {
		position:absolute;
		top:22px;
		left:2px;
		}
	#header address {
		display:block;
		position:absolute;
		top:200px;
		right:20px;
		font:normal 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#1fabf7;
		}
		#header address span {
			color:#f87100;
			}
		#header-menu {
			position:absolute;
			width:148px;
			height:545px;
			top:0px;
			left:150px;
			padding:27px 11px 0 11px;;
			background:url(../img/header-menu-bg.jpg) no-repeat;
			font:normal 11px Arial, Helvetica, sans-serif;
			color:#fff;
			}
			#header-menu p {
				text-indent:10px;
				}
			#header-menu-links {
				position:absolute;
				top:190px;
				left:10px;
				}
				#header-menu-links li a {
					display:block;
					width:145px;
					height:25px;
					padding-left:10px;
					font:bold 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
					background:url(../img/header-menu-links-bg.gif) 0 100% no-repeat;
					color:#646464;
					text-transform:uppercase;
					}
					#header-menu-links li a:hover {
						color:#056ccc;
						}
			#header-menu .grey {
				padding-top:215px;
				color:#6d6d6d;
				text-indent:0px !important;
				}
			#header-menu .last {
				padding-top:40px;
				margin-left:4px;
				text-indent:0 !important;
				}
	#flash {
		position:absolute;
		top:0px;
		left:170px;
		}
/* container */
#container {
	background:url(../img/left_col-bg.jpg) 0 0 repeat-y;
	}
/* left-col */
#left-col {
	float:left;
	width:320px;
	background:url(../img/left_col-bg.jpg) repeat-y;
	}
	#left_col-menu {
		list-style:none;
		padding-left:12px;
		padding-bottom:50px;
		background:url(../img/left_col-menu-bg.jpg) 0 0 no-repeat;
		}
		#left_col-menu li {
			display:block;
			width:127px;
			height:54px;
			padding-top:4px;
			margin-bottom:20px;
			background:url(../img/header-menu-links-list.gif) no-repeat;
			}
			#left_col-menu li a {
				display:block;
				width:117px;
				height:32px;
				padding-left:10px;
				padding-top:17px;
				font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
				text-transform:uppercase;
				text-align:center;
				}
				#left_col-menu li a:hover { background-position: 6px -80px;}
				.blue {background:url(../img/circle_blue.jpg) 6px 5px no-repeat; color:#056ccc;}
				.orange {background:url(../img/circle_orange.jpg) 6px 5px no-repeat; color:#f87000; padding-top:8px !important; height:42px !important;}
				.green {background:url(../img/circle_green.jpg) 6px 5px no-repeat; color:#769a1d;}
				.violet {background:url(../img/circle_violet.jpg) 6px 5px no-repeat; color:#930193;}
				.red {background:url(../img/circle_red.jpg) 6px 5px no-repeat; color:red; padding-top:8px !important; height:42px !important;}
		#fast_menu-left {
			padding-left:66px;
			padding-right:10px;
			font:normal 11px Arial, Helvetica, sans-serif;
			color:#5c5c5c;
			}
			#fast_menu-left a {
				display:block;
				text-indent:15px;
				font:bold 12px Arial, Helvetica, sans-serif;
				color:#486aaf;
				text-decoration:underline;
				}
			#fast_menu-left p {
				padding:4px 15px 30px 0;
				text-indent:15px;
				}
/* content */
#content {
	margin-left:320px;
	font:normal 15px Tahoma, Geneva, sans-serif;
	color:#585858;
	}
	.content_block {
		position:relative;
		min-height:180px;
		height:auto !important;
		height:180px;
		padding:25px 250px 51px 20px;
		background:url(../img/content-block-bg.jpg) repeat-x;
		}
		.content_block h3 {
			position:absolute;
			top:-30px;
			left:0px;
			width:231px;
			height:48px;
			padding-left:10px;
			background:url(../img/content-block-title-bg.png) no-repeat;
			_background:url(../img/content-block-title-bg.gif) no-repeat;
			font:bold 14px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
			color:#6f6f6f;
			text-transform:uppercase;
			}
 		.content_block .content_block_icon {
			position:absolute;
			top:31px;
			right:14px;
			}
		.content_block p {
			padding:5px 0px;
			text-indent:16px;
			}
			.content_block a {
				color:#3d6bae;
				}
	.content_block-small {
		position:relative;
		min-height:105px;
		height:auto !important;
		height:105px;
		padding:20px 38px 20px 230px;
		background:url(../img/content-block-small-bg.jpg) repeat-x;
		}
		.content_block-small .content_block_icon {
			position:absolute;
			top:20px;
			left:10px;
			}
		.content_block-small h3 a {
			font:bold 12px Arial, Helvetica, sans-serif;
			text-decoration:underline;
			color:#486aaf;
			}
		.content_block-small p {
			padding:5px 0;
			text-indent:15px;
			}
	
	.content_block_full {
		position:relative;
		min-height:180px;
		height:auto !important;
		height:180px;
		padding:41px 35px 51px 20px;
		background:url(../img/content-block-bg.jpg) repeat-x;		
		}
		h3.title {
			position:absolute;
			top:-30px;
			left:0px;
			width:231px;
			height:48px;
			padding-left:10px;
			background:url(../img/content-block-title-bg.png) no-repeat;
			_background:url(../img/content-block-title-bg.gif) no-repeat;
			font:bold 14px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
			color:#6f6f6f;
			text-transform:uppercase;
			}
		h2.title_full {
			text-indent:15px;
			font:normal 18px/28px Tahoma, Geneva, sans-serif;
			color:#2b77cb;
			}
		.content_block_full p {
			padding:8px 0;
			text-indent:15px;
			}
		.content_block_full ul {
			margin-left:60px;
			}
		.content_block_full a {
			color:#007cdc;
			}
			.content_block_full a:hover {
				color:#3181bf;
				text-decoration:underline;
				}
		.left_image {
			float:left;
			padding-right:16px;
			}

/* footer */
#footer {
	clear:both;
	height:77px;
	padding-top:8px;
	background:url(../img/footer-bg.gif) repeat-x;
	}
	#footer2 {
		position:relative;
		height:62px;
		padding-top:15px;
		background:url(../img/footer2-bg.jpg) no-repeat;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#fff;
		}
		#counters {
			position:absolute;
			left:21px;
			bottom:21px;
			}
		#copyrights a {
			color:#fff;
			text-decoration:underline;
			}
		#design {
			position:absolute;
			display:block;
			bottom:21px;
			right:24px;
			}

