@CHARSET "UTF-8";
@import 'plugins/sprite.css';
@import 'common.css';
@import 'search.css';
@import 'sections.css';
@import 'greetings.css';
@import 'calendar.css';
@import 'page-numbers.css';
@import 'Roar.css';
@import 'news.css';
@import 'register.css';
@import 'login-form.css';
@import 'profile.css';
@import 'popup-window.css';
@import 'star-rating.css';

body {
	margin: 0;
}
/* HEDAER */

#header {
/*	margin-bottom: 20px;*/
}

a.banner {
	border: none;
}

#header .banner {
	width: 950px;
	height: 90px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

#header .nav {
	border-top: 1px solid #000;
	background: #e9e9e9;
}

#header .nav div {
	padding: 8px;
	margin: 0;
	vertical-align: text-top;
	line-height: 20px;
}

#header .nav div img {
	vertical-align: middle;
}

/* TOOLS PANEL */

#tool {
	margin-top: 2px;
	margin-bottom: 2px;
}

#tool .logo {
	height: 110px;
}
#tool .logo img {
	display: block;
	margin: 0 auto;
}

/* PAGES LINKS */

#pages .last {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #f89d31;
}

/* LEFT PANEL */
.count-box {
	margin-top: 10px;
	background: #fae9ee url('../images/boxes/pink_block_left_top.png') no-repeat 0 0;
}

.count-box .header {
	float: right;
	width: 7px;
	height: 7px;
	line-height: 7px;
	background: #fae9ee url('../images/boxes/pink_block_right_top.png') no-repeat 100% 0;
}

.count-box .content {
	padding: 10px 20px 1px 20px;
}

.count-box .footer {
	width: 100%;
	height: 7px;
	line-height: 1px;
	background: #fae9ee url('../images/boxes/pink_block_left_bottom.png') no-repeat 0 100%;
}

.count-box .footer div {
	float: right;
	width: 7px;
	height: 7px;
	line-height: 1px;
	background: url('../images/boxes/pink_block_right_bottom.png') no-repeat 100% 100%;
}

.count-box p {
	line-height: normal;
	/*margin-bottom: 10px;*/
}

.count-box .count {
	color: #000;
	font-size: 26px;
}

.partners-box {
	margin-top: 20px;
}

.partners-box .header {
	float: right;
	width: 100%;
	height: 9px;
	line-height: 9px;
	background: url('../images/boxes/white_block_top.png') no-repeat 0 0;
}

.partners-box .content {
	padding: 10px 20px 1px 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.partners-box .footer {
	width: 100%;
	height: 9px;
	line-height: 9px;
	background: url('../images/boxes/white_block_bottom.png') no-repeat 0 100%;
}

.partners-box p {
	line-height: normal;
	/*margin-bottom: 10px;*/
}

.partners-box strong {
	color: #000;
	font-weight: normal;
	font-size: 16px;
	display: block;
	margin-bottom: 20px;
}


/* FOOTER */

#footer {
	margin-top: 20px;
	padding-top: 1em;
	background-color: #fdf1df;
	min-height: 140px;
	border-top: 3px solid #f89d31
}

.top-greeting strong {
	font-size: 18px;
}

.top-greeting p {
	margin: 0;
}

.header {
	font-size: 20px;
}

ul.mdash {
	list-style-image: url(../images/mdash.gif);
}

ul.mdash li {
	margin: 0 0 10px 5px;
}
