@charset "utf-8";
/* CSS Document */

html, body {
    background-color: #FFF;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    font-size: 10pt;
}

* {
    margin:0;
    padding:0;
}

img {
	border: none 0;
}

input[type="text"] {
	padding: 2px;
	border: 1px solid #000;
	color: #280000;
	font-weight: bold;
	font-size: 10pt;
	width: 130px;
}

h2 {
	margin-bottom: 10px;
}

#container {
	padding: 20px;
}

#header {
	height: 197px;
	background-image: url(../img/shapka.png);
background-repeat: no-repeat;
width: 100%;
}

#headerLeft {
	width: 35px;
	height: 196px;
	float: left;

}

#headerRight {
	width: 35px;
	height: 196px;
	float: right;

}

#headerCenter {
	min-width: 500px;
	height: 197px;
	float: left;

}

#logo {
	width: 282px;
	height: 196px;
	float: left;
}

#loginmenu {
	width: 300px;
	height: 197px;
	float: right;

}

#loginmenu #number {
	font-size: 10pt;
	font-weight: bold;
	position: relative;
}
#loginmenu2 {
	font-size: 8pt;
	font-weight: bold;

}
#loginmenu #note {
	font-size: 8pt;
	text-align: center;
}

#topmenu {
	height: 50px;
	margin-top: 10px;
	text-align: center;
}

#content {
	padding: 10px 20px;
}

#content #info span {
	text-align: center;
}

#content #info .cnt {
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
}

#catalog a {
	color: #474747;
}

#catalog a:hover {
	text-decoration: none;
}

#catalog span {
	color: #989da1;
}
