@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; border: 0; }

html {
	height: 100%;
    background-color: white;
}
body {
    height: auto !important;
	font-family: Tahoma;
	color: black;
	background-color: white;
	min-height: 100%;
	position: relative;
	min-width: 1000px;
	height: 100%;
}
.container {
	background-color: white;
    min-height: 100%;
	height: 100%;
}
.header {

	background-color: white;
    position: relative;
	height: 463px;
	margin: 0px auto;
    width: 100%;
}
.header_head {

	padding: 0px 0px 0px 0px;
	position: relative;
	height: 100px;
	margin: 0px auto;
    width: 100%;
}
.header_main {
	padding: 0px 0px 0px 0px;
	position: relative;
	background: url(/img/logo1.jpg) no-repeat;
	height: 303px;
	margin: 0px auto;
    width: 400px;
}
.header_footer {

	padding: 0px 0px 0px 0px;
	position: relative;
	height: 60px;
	margin: 0px auto;
    width: 100%;
}
.center {

    position: relative;
	background-color: white;
	height: 100%;
	min-height: 100px;
	width: 100%;
}
.center_head {

	position: relative;
	height: 100px;
	min-height: 100px;
	margin: 0px auto;
    width: 600px;
}
.menu_block {

	padding: 0px 0px 0px 0px;
	position: relative;
    width: 600px;
	height: 100px;

}
.menu {

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    text-align: center;
    width: 148px;
    float: left;
}
.menutext{	font-size: 18px;
	color: #0065e5;
	font-weight: bold;
    text-decoration: none;
    width: 148px;}
a:link.menu{
	color: white;
}
a:visited.menu{
	color: white;
}
a:hover.menu{
	color: white;
}
a:active.menu{
	color: white;
}

.center_footer {

	position: relative;
	height: 50px;
	min-height: 100px;
	margin: 0px auto;
    width: 100%;
}
.center_main {
    background-color: white;
	position: relative;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
    width: 100%;
    color: black;
    font-size: 12px;
}
.marketing_block {

    position: relative;
	width: 22%;
	height: 100%;
	min-height: 100%;

    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    float:left;
}
.marketing_title{
	color: black;
	font-size: 16px;
    margin-bottom: 7px;
    font-weight: bold;
}
.video_block {
    position: relative;
	width: 22%;
	height: 100%;
    min-height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    float:left;
}
.video_title{
	color: black;
	font-size: 16px;
    margin-bottom: 7px;
    font-weight: bold;
}
.content_block {
    position: relative;
	width: 22%;
	height: 100%;
    min-height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    float:left;
}
.content_title{
	color: black;
	font-size: 16px;
    margin-bottom: 7px;
    font-weight: bold;
}
.news_block {    position: relative;
	width: 22%;
	height: 100%;
	min-height: 100%;
    float:right;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}
.news_main{
	padding: 0px 0px 0px 0px;
}
.news_title{	color: black;
	font-size: 16px;    margin-bottom: 7px;
    font-weight: bold;
}
.news_date{
	color: #014c86;
	font-size: 11px;
	margin-bottom: 4px;
	font-weight: bold;
}
.news_text{
	color: black;
	font-size: 11px;
	margin-bottom: 7px;
}




.footer {	 margin: 30px 0px 0px 0px;
	 clear: both;
	 height: 40px;
	 background-color: white;
	 width: 100%;
	 position: relative;
	 bottom: 0px;
     font-size: 11px;
	 color: #434343;
}
.footer_main {

	 width: 850px;
	 margin: 0px auto;


}
.copy {
	 width: 310px;
	 margin: 10px 0px 0px 0px;
     float: left;

}
.counter {
	 width: 180px;
	 margin: 10px 0px 0px 0px;
     float: left;

}
.studio {
	 width: 280px;
	 margin: 5px 0px 0px 560px;

}

.clearing {
	height: 0px;
	clear: both;
	zoom: 1px;
}


