* { 	margin:0;  	padding:0; 	border: 0;}
body, p, div, img { 	margin:0;  	padding:0; 	border:0; }
html { height: 100%;}
body {
	height: 100%;
	color: #fff;
	font-family:  Arial, Tahoma;
	font-size: .8em;
	background: #4f5052 url(../img/bg.gif);
}
#wrap {
  position: relative;
  min-height: 100%;
  min-width:800px;
  width: expression(document.body.clientWidth < 742? "740px" : document.body.clientWidth > 1402? "1400px" : "auto");
  max-width: 1400px;
}

/* Основные блоки */ 
.main {
	margin-top: 200px;
	margin-left:30%;
	margin-right:20%;
	width: 40%;
	border: solid 0px #fff;
}
.textwrap {
	margin-left:30%;
	margin-right:20%;
	width: * auto;
	border: solid 0px #fff;
}
.text {
	border: solid 0px #fff;
	margin-left:116px;
	width: 100%;
}
.dot {
	font-size: 0.7em;
	margin-left: 0.1em;
	margin-right: 0.2em;
}
.contact {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #c1c2c3;
}
.contact a  {
	text-decoration: none;
	border-bottom: solid 1px #a1a2a3;
	color: #c1c2c3;
}
.contact a:hover {
	color: #fff;
	border-bottom: solid 1px #fff;
}
.ca {
	font-size: 1.4em;
	color: #c1c2c3;
}
.code {
	position: absolute;
	margin-left: -45px;
	margin-top: 4px;
	font-size: 0.7em;
	color: #777879;
}
.next {
	font-weight: normal;
	line-height: 1em;
	font-family: Tahoma;
	font-size: 1.4em;
	float: left;
}
.arrow {
	margin-top: -.2em;
	font-weight: normal;
	font-size: 1.4em;
	font-family: Arial, Tahoma;
	display: inline;
}
.gogo {
	margin-top: 2em;;
}
h1, h2, h3 {
	font-weight: normal;
	padding: 0;
}
h1 { 
	font-size: 1.5em;
	margin-top: 1.4em;
}
h2 {
	font-size: 1.5em;
	margin-top: 1.2em;
}
h3 {
	display: inline;
	font-size: 1em;
}

strong {
	font-weight: normal;
}
.strong {
	font-weight: bold;
}

.header {
	text-decoration: none;
	color: #fff;	
}
p {
	margin-top: .8em;;
	line-height: 1.4em;
}
input, textarea, select {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: solid 1px #eee;
	background-color: #bbb;
}
.send {
	padding: 5px 25px 5px 25px;
	font-size: 1.5em;
	color: #fff;
	margin-bottom: 20px;
}
