/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.75em Tahoma;
	color:#666;
	background:#fff;
}

a {
	text-decoration:underline;
	color:#617dce;
}

a:hover {
	text-decoration:none;
}

h1 {
	font:normal 1.1em Tahoma;
	color:#617dce;
	text-transform:uppercase;
 
	margin: 15px 0 15px 0;
	padding-left:15px;
}

h2 {
	font:normal 1em Tahoma;
	text-align:left;
	margin-bottom:12px;
}

#vis {
	font:normal 1em Tahoma;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:8px;
}

#vis1 {
	font:normal 1em Tahoma;
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	margin-bottom:8px;
    margin-top:8px;
}


h3 {
	font:bold 1.1em Tahoma;
}


h4 {font:bold 1em Tahoma}
h4.red {color:#f00;}

/* Structure */

.wrapper {
	min-width:1000px;
	background:url("images/wrapper.gif") no-repeat right 52px;
}

.container {
	width:100%;
	float:right;
	margin-left:-236px;
}

/* Header */

.header {
	position:relative;
	height:123px;
	background:url("images/header.gif") no-repeat 268px 52px;
}

.img_s {
    margin-left:5px;
	margin-right:5px;
		}

	.logo {
		position:absolute;
		top:30px;
		left:45px;
        font:normal 3.0em Tahoma;
	}
	
	.url {
		position:absolute;
		top:87px;
		left:90px;
        font:normal 0.8em Tahoma;

		text-decoration:none;
	}
	
	.nav {
		margin-left:236px;
		background:#59be00 url("images/nav.gif") no-repeat left bottom;
		text-align:center;
		padding:20px 0 0;
		height:32px;
	}
	
		.nav li {
			display:inline;
			border-right:1px solid #fff;
			padding:0 5px;
		}
		
			.nav a {
				color:#fff;
				font:1em "Arial Narrow";
				text-transform:uppercase;
				text-decoration:none;
			}
			
			.nav a:hover {text-decoration:underline}
		
		.nav .last {border:none}
	
	.navigation {
		position:absolute;
		top:52px;
		left:345px;
		width:162px;
		height:37px;
		background:#617dce url("images/navigation.gif") no-repeat left top;
	}
	
		.navigation li {
			float:left;
			width:54px;
			text-align:center;
			padding-top:10px;
		}
	
	.search {
		position:absolute;
		top:52px;
		left:61%;
		height:28px;
		background:url("images/search.jpg") no-repeat left top;
		padding:26px 0 0 23px;
	}
	
		.search .textbox {
			font:1em Tahoma;
			border:1px solid #e1e0e0;
			background:#fff;
			color:#666;
			vertical-align:top;
			margin-top:1px;
			width:150px;
		}
		
		.search .button {
			background:url("images/search-button.gif") no-repeat;
			width:72px;
			height:21px;
			border:none;
			cursor:pointer;
		}


/* Content */

.content {
	margin-left:236px;
	padding-bottom:20px;
}


	.content .article li {
        padding:5px 0 5px 20px;

        background: url(images/li-pic.png) no-repeat 2px 10px;
	}
	
		.content .article ul {
			padding:5px 0 15px 20px;
			margin-left:5px;
		}
	
.content .kroshki {
	margin-bottom:13px;
	padding-left:20px;
    background: url(images/kroh.png) no-repeat 0px 5px;
}
			

                .center a {text-decoration:none;}
                .center a:hover {text-decoration:underline;}   

	.center {text-align:center;
             font:0.8em;}



	
	.block {
		background:#f1f1f1 url("images/block-t.gif") no-repeat left top;
	}
	
		.block .ins {
			background:url("images/block-b.gif") no-repeat left bottom;
			padding: 15px 15px 15px 20px;
		}
	
			.block .ins .ins {
				background:url("images/separator.gif") repeat-x left bottom;
				margin:-15px -15px -15px 0;
				padding:15px 15px 15px 0;
			}
			
				.cols {
					margin:-15px 0 -14px;
					padding:15px 0;
					overflow:hidden;
					background:url("images/cols.gif") repeat-y center;
				}
				
					.col {
						float:left;
						width:49%;
					}
					
						.col table {
							margin:0 auto;
							font-size:0.9em;
							color:#000;
						}
						
							.col td {
								vertical-align:top;
								padding:0 15px 10px 0;
							}

								.col a {
									color:#000;
									text-decoration:none;
								}
								
								.col a:hover {text-decoration:underline}
								
								.col img {margin-top:2px;}
								
				.block h2 {color:#617dce;}
			
				.portfolio {
					overflow:hidden;
					background:#fff url("images/portfolio-bg.gif") repeat-x left bottom;
					padding:6px 4px;
				}
				
					.portfolio li {
						float:left;
						width:48%;
						padding-right:1.9%;
					}
					
						.portfolio li img {
							float:left;
							border:1px solid #999;
							margin-right:5px;
						}
	
	.quote {
		background:#fff;
		border:1px dashed #d0cece;
		padding:10px;
	}

		.quote p {
			text-indent:12px;
			margin-bottom:5px;
		}
		
	.service {
		margin-bottom:10px;
	}
	
		.service td {
			vertical-align:top;
			color:#000;
			padding:0 40px;
		}
		
			.service a {
				color:#0000cc;
				font-weight:bold;
			}
	
	.article {
		color:#000;
	}
	
		.article h1 {
			padding:0 0 0 0px;
			text-align:left;
		}
		
			.article p {
				margin-bottom:15px;
			}

		.port1 {text-align:left;padding:0;font-weight:bold;}
		.portblock {border:1px solid #c7c7c7;background:#fff;padding:20px;line-height:1.4em;}
		.portblock .title {padding:0 0 10px;}
		.portblock dl {overflow:hidden;border-bottom:1px dashed #d0cece;zoom:1;padding:0 0 15px;margin:0 0 20px;}
			.portblock dt {float:left;padding:0 30px 0 0;}
				.portblock dt img {border:1px solid #d1d1d1;}
			.portblock dd {display:table;zoom:1;}
				.portblock p {margin:0 0 7px;}
				.portblock ul {margin:0 0 10px;}
					.portblock li {background:url("/templates/images/bullet.gif") no-repeat left 10px;padding:0 0 0 11px;}
				.details {font-style:italic;}
					.details a {padding-right:20px;background:url("/templates/images/details.gif") no-repeat right 6px;}



/* Left column */

.leftside {
	width:226px;
	padding:0 0 0 10px;
	float:left;
	color:#fff;
}

	.leftside a {color:#fff}

	.v-block {
		background:#617dce url("images/v-block.png") no-repeat left top;
	}
	
		.v-block .ins {
			background:url("images/v-block.png") no-repeat right bottom;
			padding:12px;
		}
		
			.shortnews {
				overflow:hidden;
			}
			
				.shortnews dt {
					margin-top:8px;
				}
			
				.shortnews dd {
					background:url("images/shortnews.png") no-repeat center bottom;
					padding:0 0 8px;
					margin-bottom:-1px;
					font-size:0.9em;
				}
			
					.shortnews a {text-decoration:none;}
					.shortnews a:hover {text-decoration:underline}
                
                .sl   {text-align: right;}
                .sl a {text-decoration:underline;}
                .sl a:hover {text-decoration:none;}     
                       

	.g-block {
		background:#59be00 url("images/g-block.png") no-repeat left top;
	}
	
		.g-block .ins {
			background:url("images/g-block.png") no-repeat right bottom;
			padding:12px;
		}
			
			.g-block .shortnews dd {background:url("images/shortnews-g.png") no-repeat center bottom}
		
            .menu li {
			background:url("images/arw.gif") no-repeat left 6px;
			padding:0 0 10px 20px;
		}
		 
            .menuelem {
			background:url("images/menuelem.png") no-repeat left 2px;
			padding:0 0 10px 10px;
		}

			.menu a {
				font:normal 1.0em Arial;
				text-decoration:none;
			}
			.menu a:hover {text-decoration:underline;}

/* Footer */

.footer {
	clear:both;
	padding:0 0 0 5px;
	overflow:hidden;
	text-align:center;
}

	.phone {
		float:right;
		background:url("images/phone.jpg") no-repeat right top;
		padding:10px 180px 20px 0;
		text-align:center;
		font:italic bold 1em Tahoma;
		color:#661612;
	}
	
		.phone p {margin-bottom:8px}
		.phone a {color:#661612}
		
	.c-block {
		padding:10px 0 0;
	}
	
		.c-block a {
			margin:0 10px;
		}
	
	.copyright {
		float:left;
		width:250px;
		padding-top:20px;
	}
