/*============================================================================*/
/* D1 Design for PRIMAVERA.KIEV.UA                                              */
/*============================================================================*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #201b17 url(images/bg-body.jpg) repeat-y top;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

a {
	color: #ed202b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border-width: 0;
}

strong {
	font-weight: normal;
}

h1, h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 15px 0 10px 0;
	text-align: center;
}

h3, h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

h5, h6 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0 2px 0;
}

form {
	margin: 0;
	padding: 0;
}

table, td, th {
	font-size: 100%;
	border-collapse: collapse;
	margin: 5px;
	padding: 0px;
	border-spacing: 0;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

pre, code, var {
	color: #008000;
	font-size: 90%;
}

pre {
/*	word-wrap: break-word;*/
	margin: 10px;
}

acronym {
	font-style: italic; /* Bug in IE6 on line brakes */
	border: 0;
/*border-bottom: dotted 1px #999999;*/
	cursor: help;
}


/*===== Visual classes =====*/

.break {
	height: 0;
	clear: both;
}

.center {
	text-align: center;
}

.attention {
	color: #FF0000;
}

.information {
	color: #339933;
}

.bold {
	font-weight: bold;	
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.small {
	font-size: 70%;
}


/* ===== Containers ===== */

#container {
	background: #4b4744; 
	margin: 0 auto 0 auto;
	width: 800px;
}

#frame {
	background: url(images/bg-sidebar-200.gif) no-repeat bottom left;
	clear: both;
}

#content {
	text-align: justify;
}

#map {
	float: right;
	width: 450px;
}


.narrow {
	float: right;
	width: 600px;
}

.wide {
	float: none;
}

#sidebar {
	float: left;
	width: 200px;
}

.block {
	padding: 20px;
	margin: 20px;
}

.pcenter p {
	text-align: center;
	padding: 10px 0 10px 0;
}

.adsense {
	text-align: center;
	margin: 20px 0 10px 0;
}


/*===== Header =====*/

#header {
	background: #25201d url(images/bg-gradient-x.gif);
}

#header .text {
	/*font-weight: bold;*/
	font-size: 80%;
	text-align: right; 
	padding: 5px 10px;
}

#header .text p {
	margin: 1px;
	padding: 0;
}

#header .logo {
	background: url(images/logo-big103x800.jpg);
	height: 103px;
}



/*===== Menu =====*/


#menu {
	padding: 10px 8px;
}

#menu ul {
	list-style: none;
}

#menu a {
	background: url(images/btn-150x49.gif) no-repeat center;
	color: #fff;
	font-size: 21px;
	font-style: italic;
	width: 150px;
	height: 49px;
	display: block;
	text-align: center;
	line-height: 45px;
	margin: 10px;
}

#menu a:hover {
	color: #ed202b;
	text-decoration: none;
}


/*===== Content =====*/
.block p {
	
}

.block .center, .block center {
	margin: 10px 0 10px 0;
}

.block ul {
	margin: 2px 0 10px 25px;
	padding: 0;
}

.block ul ul, .block ul ul ul, .block ul ul ul {
	margin: 2px 0 2px 25px;
}

.block ol {
	margin: 2px 0 5px 35px;
	padding: 0;
}

.block .multicols li {
	float: left; 
	width: 230px;
	list-style-type: none;
}


/*===== Red bar =====*/

#redbar {
	background: url(images/bg-red-bar.gif) no-repeat top;
	padding: 20px;
	font-size: 32px;
	text-align: center;
	float: bottom;
}

#redbar a {
	color: #201b17;
	margin: 0 7px;
	font-weight: bold;
}

#redbar a:hover {
	color: #fff;
	text-decoration: none;
}

#redbar p {
	margin: 0;
	text-align: center;
	font-style: italic;
}

/*===== Footer =====*/

#footer {
	background: #25201d url(images/bg-footer.gif) right no-repeat; 
	color: #fff;
	font-size: 95%;
	text-align: center;
	padding: 40px 10px 30px 10px;
}

#footer a {
	color: #fff;
}

/*===== Counters =====*/

#counter {
	float: left;
}

