@import url(base.css);
@import url(m_contact.css);

.content {
	background:#edf2f8 url(../images/bg_contact.gif) right repeat-y;
}
ul.topMenu {
	background:url(../images/top_menu.gif) 0 -196px no-repeat;
}
ul.topMenu li#mm6 a:hover {
	background:none;
}

ul.subMenu li.sm3 a {
background:url(../images/contactMenu.gif) -234px -20px no-repeat;
}
.content h1 {
	display:block;
	width:853px;
	height:98px;
	background:url(../images/hld-contact.jpg);
}
.content div.place {
	display:block;
	width:332px;
	height:351px;
	background: url(../images/pl_contact.gif);
	margin:20px 0  -220px 30px;
}
.content p {
	display:block;
	width:420px;
	margin:0 0 30px 30px;
}

.bottomStrip
{
	position:relative;
	height: auto;
	margin-top: 50px;
}

.bottomStrip h2
{
	width:400px;
	height:29px;
	background:url(../images/proj_diff.gif) left top no-repeat;
}

div.bottomStrip p { }
/* 
 

-------------------------- */

.fields
{
	display:block;
	/*	position:absolute;
	top:270px;
	left:40px;*/
	position:relative;
	border-right: solid 1px #848060;
	width:365px;
	padding:0 0 0 0;
	margin:0 0 100px 0;
}

.fields input, .fields textarea { width:230px; }

input.resetButton
{
	width:72px;
	height:30px;
	display:none;
	overflow:hidden;
	background:url(../images/submit.gif) 0 0 no-repeat;
	position:absolute;
	bottom:-50px;
	right:140px;
}

input.submitButton
{
	width:89px;
	height:30px;
	display:block;
	overflow:hidden;
	background:url(../images/submit.gif) -72px 0 no-repeat;
	position:absolute;
	bottom:-50px;
	right:20px;
}

input:hover.resetButton { background:url(../images/submit.gif) 0 -30px no-repeat; }

input:hover.submitButton
{
	background:url(../images/submit.gif) -72px -30px no-repeat;
	position:absolute;
}

td
{
	vertical-align:top;
	font:"Times New Roman", Times, serif;
	font-size:13px;
	text-align:left;
}

td.formText
{
	width:75px;
	padding:0 10px 10px 20px;
	text-align:right;
}

.address
{
	display:block;
	position:absolute;
	left:200px;
	top:0; 
}

.address h2
{
	color:#35b44a;
	font-weight:normal;
	font-size:1.29em;
	line-height:2em;
}

.address p
{
	margin:0;
	line-height:2em;
}

