html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 100%;
	min-width: 1000px;
}


p {
	width: 70%;
	min-width: 500px;
	text-align:left;
	text-indent:30px;
}

strong {
	font-weight:bold;
}

a {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Arial, serif;
	font-size: 32px;
	color: #15abc6;
}

h2 {
	font-family: Arial, serif;
	font-size: 20px;
	color: #000000;
}

/*-------------Header---------------*/

#top {
	height: 350px;
	background-image: url(/img/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left -50px;
	text-align: center;
	position: relative;
}

#top .img {
	margin-top: -50px;
}

#top .block {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 10px;
	vertical-align: top;
	color: #ffffff;
}

#top .block1 {
	left: 30%; text-align:right; 
}

#top .blockr {
	right: 30%; text-align:left; 
}

#top .contacts {
	width: 310px;
	height: 200px;
	position: absolute;
	top: 5px;
	right: 15px;
	text-align: right;
	vertical-align: top;
	font-size: 14px;
	color: #000000;
}

#top .contacts a:visited,
#top .contacts a:link {COLOR: #000000; border-bottom:1px dashed #000000; border-color: #000000; margin-bottom:1px; TEXT-DECORATION: none}
#top .contacts a:hover,
#top .contacts a:active {color: #cccccc; text-decoration:underline;}

/*
#top .contacts a {
	font-size: 16px;
	text-decoration:none;
	color: #ffffff;
}
*/


/* ------------Main------------- */

#wrap {
	position: relative;
	background:#fff;
	min-width: 1000px;
	max-width: 1400px;
	margin: 0px auto;
	min-height:100%;
	height:auto !important;
	height:100%;
}

#wrap .content {
	padding-bottom:80px;
}

/* ------------Top menu------------- */

.menu {
position: absolute;
top: 5px;
left: 30px;
line-height: 1.5; font-family: arial; text-height: 50px; color: #ffffff; font-size: 18px; font-weight: normal; text-align:right;
}

.menu a:visited,
.menu a:link {color: #ffffff; text-decoration:none; line-height: 1.5; font-family: arial; text-height: 50px; color: #ffffff; font-size: 18px; font-weight: normal;
				}
.menu a:hover,
.menu a:active {color: #333; text-decoration:underline;}


/* ------------Some crap------------ */

.crap {
	position: absolute;
	min-width: 400px;
	top: 200px;
	right: 20px;
}


/* ------------Footer------------- */

#footer {
	position:relative;
	margin:0 auto;
	margin-top:-33px;
	background:#aaaaaa;
	text-align:center;
}

/* ------------Fixs------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }  /* for IE/Mac */






#header {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
	height: 125px;
	position: absolute;
	margin-left: -1em;
	background: url(/img/header1.png) no-repeat;
}
#header a {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 125px;
	display: block;
	border: 0;
	background: transparent;
	overflow: hidden;
}
#header .fake-hover {
	margin: 0;
	padding: 0;
	width: 400px;
	height: 125px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/img/header1.png) no-repeat 0 -122px;
}
