html{color:#0c2e62;}
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:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

.clear {clear: both;}

body {
	font: 11px Verdana, Tahoma, Arial, sans-serif;
	background: #fff url(../img/bg.gif) no-repeat center 750px;
	color: #0c2e62;
}

a {
	color: #0c2e62;
	text-decoration: underline;
}

input, textarea {
	font: 11px Tahoma, Arial, sans-serif;
}

#container {
	width: 802px;
	margin: auto;
}

iframe {
	width: 802px;
	height: 598px;
	margin: auto;
	border: none;
	overflow: hidden;
}

#contacts {
	background: url(../img/contacts-bg.gif) no-repeat left 12px;
	height: 36px;
	overflow: hidden;
	padding: 30px 21px 40px 21px;
}
#contacts h1 {
	display: none;
}
#contacts p {
	float: left;
	line-height: 13px;
	padding: 0 40px 0 0;
}
#contacts p.close {
	background: url(../img/icon-close.gif) no-repeat right top;
	float: right;
	height: 13px;
	width: 70px;
	padding: 0;
}
#contacts p.close a {
	text-decoration: none;
	text-align: right;
	padding: 0 18px 0 0;
	display: block;
}
