html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:top;}
sub {vertical-align:bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
strong { font-weight: bold; }
em, em strong { font-style: italic;}
.clear {clear: both;}

body {
	background: #fff url(../images/bg.jpg) repeat-y center 0;
	font: 12px/18px Helvetica, Arial, Tahoma, sans-serif;
	color: #202020;
}

html, body {
	height: 100%;
}

input, textarea {
	font: 12px/20px Arial, Tahoma, sans-serif;
}

* {
	outline: 0;  outline-color:transparent; outline-style:none; outline-width:0;
}

a {
	color: #e01920;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
	width: 760px;
	margin: auto;
	padding: 0 0 0 20px;
}

#header-bg {
	position: absolute;
	width: 100%;
	min-width: 760px;
	height: 93px;
	background: url(../images/header-bg.gif) no-repeat 50% 0;
	left: 0;
	top: 25px;
}

#header {
	color: #202020;
	padding: 25px 0 20px;
	position: relative;
	height: 93px;
}
#header h1 {
	position: absolute;
	background: url(../images/ag.jpg) no-repeat 0 0;
	width: 621px;
	height: 93px;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
}
#header .text {
	position: absolute;
	right: 0;
	top: 25px;
	width: 260px;
	padding: 2px 0 0;
}
#header h2 {
	font-size: 18px;
}
#header a {
	color: 
}

#content {
	padding: 0 20px;
}

#content h3 {
	font-weight: bold;
	color: #e01920;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
}
#content h4 {
	font-weight: bold;
}

#content .contacts {
	padding: 0 0 15px;
}
#content .item {
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
	padding: 14px 0 13px;
	border-bottom: 1px solid #e01920;
}
#content .item-last {
	float: left;
	width: 240px;
	margin-right: 0;
}
#content .item-last-row {
	border: 0;
}
#content .item-long-title {
	height: 108px;
}
#content .item-long-title2 {
	height: 90px;
}

#footer {
	background: url(../images/footer-shadow.gif) no-repeat 50% 0;
	height: 100px;
	text-align: center;
	padding: 16px 0 13px;
}
#footer img {
	vertical-align: middle;
}
