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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: #fff;
	font-size: 14px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent;
	line-height: 140%;
}

p {
	padding: 5px 0;
}

h1 {
	font-size: 19px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
}

a {
	color: #71D4F5;
}

html {
	background: #000;
}

body {
	background: url(imgs/main.jpg) no-repeat;
	background-position: center top;
}

.wrap {
	display: block;
	width: 950px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.main {
	width: 950px;
}

.top {
	width: 950px;	
	height: 200px;
}

.logo {
	display: block;
	width: 340px;
	height: 110px;
	float: left;
	margin: 30px 0 0 156px;
}

.download {
	float: right;
	display: block;
	width: 216px;
	height: 50px;
	margin: 60px 100px 0 0;
}
	
.menu {
	clear: both;
	height: 30px;
	color: #8c2424;
	font-size: 24px;
	margin: 0 90px 30px 0;
	
}

.menu li {
	float: right;
	list-style: none;
	margin: 0 10px;
}

.menu a {
	font-size: 24px;
	color: #8c2424;
	font-weight: bold;
}

.center {
	display: inline-block;
	width: 950px;
}

.left {
	float: left;
	width: 640px;
}

.right {
	float: right;
	width: 280px;
	padding-left: 30px;
}

.right p {
	font-size: 12px;
}

.right h2 {
	text-align: center;
	font-weight: normal;
}

.bottom {
	width: 950px;
	height: 165px;
	background: url(imgs/bottom.jpg) no-repeat #000;
	background-position: center bottom;
}

.contacts {
	display: block;
	padding-top: 90px;
}

.visa {
	float: none;
	border: 1px solid #fff;
}

.list {
	list-style: none;
}
