/* ========================== CSS Reset ========================== */
* {
	border: 0 none;	
	font-family: Arial, Helvetica, sans-serif;
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Geneva, sans-serif;

	font-family: Georgia,"Times New Roman", serif;

	font-family: "Courier New", Courier, monospace;
	*/
	margin: 0;
	outline: 0;
	padding: 0;
}

/* ========================== General Styles ========================== */

body {
	background: white;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 963px;
	min-height:900px;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
	list-style-position: outside;
}

p {
	margin: 0 0 18px;
}

img {
	border: none;
}
/*======================== Positioning ======================*/

.clear{	clear:both; line-height:0px;}
.left{	float:left;}
.right{	float:right;}

/*==============================================*/


/*================== header ============================*/
.header{
	padding-top:70px;
}
.header .logo{
	width:257px;
	height:61px;
	text-indent:-9999px;
	background:url('../images/logo.gif') no-repeat;
	margin-right:10px;
	margin-left:21px;
}

.menu {list-style: none; margin-top: 37px; float:left}
.menu li{
	list-style: none;
	float: left;
	height: 37px;
	background: url(../images/menu.png) no-repeat;
	margin-right: 10px;
}
 .menu li a  {
 	display: block;
	height:37px;
	width: 100%
 }
.menu li:hover, .menu li.active  {
	float: left;
	height: 37px;
	background: url(../images/menu_hover.png) no-repeat;
}
.menu li.main{background-position: 0px 0px; width:110px}
.menu li.action{background-position: -132px 0px; width:111px}
.menu li.gifts{background-position: -265px 0px; width:111px}
.menu li.pharm{background-position: -399px 0px; width:111px}
.menu li.winners{background-position: -532px 0px; width:111px}

/*
.top_menu .main{
	width:110px;
	height:37px;
	text-indent:-9999px;
	background:url('../images/top_menu_main.gif') no-repeat;
	margin-left:22px;
	margin-top:1px;
}
.top_menu .about{
	width:110px;
	height:38px;
	text-indent:-9999px;
	background:url('../images/top_menu_about.gif') no-repeat;
	margin-left:24px;
}
.top_menu .gifts{
	width:111px;
	height:38px;
	text-indent:-9999px;
	background:url('../images/top_menu_gifts.gif') no-repeat;
	margin-left:23px;
}
.top_menu .farm{
	width:111px;
	height:38px;
	text-indent:-9999px;
	background:url('../images/top_menu_farm.gif') no-repeat;
	margin-left:22px;
}
.top_menu .winners{
	width:111px;
	height:38px;
	text-indent:-9999px;
	background:url('../images/top_menu_winners.gif') no-repeat;
	margin-left:21px;
}
*/
/*================== content =================*/
.content{
	margin-top:30px;
}
.content_akci9{
	width:963px;
	height:553px;
	background:url('../images/content_akci9_bg.jpg') no-repeat;
}
.akci9_box{
	padding-left:475px;
	padding-top:70px;
}
.spa_weekend{
	background:url('../images/spa_weekend.png') no-repeat;
	width:243px;
	height:133px;
	margin-left:88px;
}
.akci9{
	width:435px;
	margin-top:30px;
}
.akci9 .header_akcii{
	color:#1f92dc;
	text-transform: uppercase;
	font-size:26px;
	text-align:center;
}
.akci9 .content_akcii{
	color:#000;
	font-size:20px;
	text-align:center;
	line-height:25px;
}
.title{
	color:#1362AE;
	font-size:32px;
}
.bold{font-weight:bold; font-size:11px}
.blue{color:#1362AE}
.partners{font-size:12px}
.info_package h1 {font-weight:normal}

.info_package p {
	padding: 10px 0;
	margin: 0;
}
.info_package ul li {list-style:inside!important}

/*=========== footer =========*/
.footer{padding-top:40px}