html{ height: 100%;}
body{
	margin:0;
	font:11px/18px  Verdana, Arial, Helvetica, sans-serif;
	background:#dfe8e6 url(../images/bg-body.gif) repeat-x;
	color:#524d52;
	min-width: 980px;
	min-height: 100%;
	position: relative;
}
* html body { height: 100%;}
img{border-style:none;}
a{
	color:#4c3c97;
}
a:hover{ text-decoration: none;}
a:focus{outline:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.holder{
	margin:0 auto;
	width:980px;
}
/*-- header --*/
#header{
	width:100%;
	height: 66px;
}
#header .holder{
	position: relative;
	z-index: 3;
}
#header .holder:after {
	display: block;
	content: "";
	clear: both;
}
/*-- logo --*/
#header h1{
	position: absolute;
	text-indent:-9999px;
	overflow:hidden;
	top:4px;
	left:6px;
	margin:0;
	width:234px;
	height:162px;
	z-index: 10;
}
#header h1 a{
	background: url(../images/logo.png) no-repeat;
	cursor: pointer;
	display:block;
	height:100%;
}

/*-- top-links --*/
ul.top-links {
	float: right;
	overflow: hidden;
	margin: 35px 21px 0;
	padding: 0;
	display: inline;
}
ul.top-links li{
	font:14px/17px Arial, Helvetica, sans-serif ;
	padding: 2px 0 0 15px;
	margin: 0 12px 0 -1px;
	background: url(../images/bg-top-link-separator.gif) no-repeat 0 8px;
	list-style: none;
	float: left;
}
ul.top-links li a{
	white-space: nowrap;
	float: left;
	color: #7166a7;
}
ul.top-links li.home a{
	background: url(../images/icon-home.gif) no-repeat;
	width: 20px;
	height:23px;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}
ul.top-links li.facebook1 a{
	width: 20px;
	height:23px;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}
ul.top-links li.join a{
	padding: 3px 5px 2px 0;
	/*-- background: url(../images/icon-rss.gif) no-repeat 100% 6px;  --*/
}
/*-- nav --*/
.nav {
	border-top: 1px solid #d5eaeb;
	border-bottom: 1px solid #d5eaeb;
	background: #eaf2f0;
	overflow: hidden;
	width:100%;
}
.nav ul{
	margin: 0;
	padding: 0;
	float: right;
}
.nav ul li{
	border-left: 1px solid #cce4e5;
	float: left;
	padding:0 0 0 2px;
	list-style:none;
	background: #fff;
}
.nav ul li a{
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 100px;
	height: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.nav ul li.events a{
	background-image: url(../images/nav-events.gif);
	width:130px;
}
.nav ul li.your-wishes a{
	background-image: url(../images/nav-your-wishes.gif);
	width:196px;
}
.nav ul li.about a{
	background-image: url(../images/nav-about.gif);
	width:117px;
}
.nav ul li.contact a{
	background-image: url(../images/nav-conact.gif);
	width:134px;
}
.nav ul li.blog a{
	background-image: url(../images/nav-blog.gif);
	width:113px;
}
.nav ul li a:hover,
.nav ul li.active a{ background-position:  0 -50px;}
/*--- fade-gallery css ---*/
.fade-gallery{
	width:980px;
	height:287px;
	position:relative;
	margin: 0 auto;
}
.fade-gallery ul.list {
	margin:0;
	width:980px;
	height:287px;
	padding:0;
	list-style:none;
	position:relative;
}
.fade-gallery ul.list li{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	float:left;
	width: 100%;
}
.fade-gallery ul.list li li{ position:static;}
.fade-gallery ul.list li.active{
	position:relative;
	z-index:2;
}
/*--- gall-nav ---*/
ul.gall-nav{
	position:absolute;
	z-index:4;
	top:263px;
	right:74px;
	margin:0;
	padding:0;
}
ul.gall-nav li{
	padding:0 0 0 4px;
	list-style:none;
	float:left;
}
ul.gall-nav a{
	background: url(../images/icon-btn.gif) no-repeat 0 100%;
	float:left;
	overflow: hidden;
	width:32px;
	height:32px;
	font-size: 24px;
	line-height:31px;
	text-align:center;
	text-decoration:none;
	color:#3d346a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul.gall-nav a:hover,
ul.gall-nav li.active a{
	color: #fff;
	background-position: 0 0;
}
/*--- slide ---*/
.slide {
	overflow:hidden;
	width:980px;
	height:287px;
}
.slide img{ display: block;}
/*-- content --*/
#content{
	width: 100%;
	overflow:hidden;
	padding: 28px 0 120px;
}
.text1{
	font-size: 11px;
	line-height: 13px;
	color: #4E6B2C;
	margin: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.text2{
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	margin: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.text3{
	font-size: 11px;
	line-height: 13px;
	color: #683267;
	margin: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.resultshop h2{
	overflow: hidden;
	height: 22px;
	font-size: 22px;
	color: #0baab8;

}
/*-- column --*/
.columns {
	width: 100%;
	background: url(../images/bg-dots.gif) repeat-y 543px 0;
}
.columns h2 {
	font-size: 32px;
	line-height: 34px;
	color: #8d458c;
	margin: 0;
	font-weight: normal;
}
.columns h3{
	margin: -2px 0 0;
	font-size: 19px;
	line-height: 20px;
	color: #393358;	
	font-weight: normal;
	font-style: italic;
}
.columns h2 span,
.columns h3 span { float: left;}
.sub-heading {
	padding-bottom: 2px;
	overflow: hidden;
	width: 100%;
	clear: both;
}
.columns  p{
	margin: 4px  0 14px;
	padding: 0;
	color: #464258;
	font:15px/21px Arial, Helvetica, sans-serif; 
}
.columns:after {
	display: block;
	content: "";
	clear: both;
}
/*-- column --*/
.column{
	padding: 0 0 0 30px;
	width:480px;
	float:left;
	margin: -7px 0 0;
	position: relative;
}
/*-- column-1 --*/
.column-1 {
	width: 419px;
	padding: 0 0 0 48px;
	margin: -7px 0 0;
	position: relative;
}
/*-- photo-border --*/
.photo-border {
	display: inline;
	margin:7px 17px 0 0;
	float: left;
	background:#fff url(../images/bg-photo-border-shadow.gif) repeat-y 100% 0;
}
.photo-border-right-top {
	float: left;
	background: url(../images/bg-photo-border-right-top.gif) no-repeat 100% 0;
}
.photo-border-left-bottom {
	float: left;
	background: url(../images/bg-photo-border-left-bottom.gif) no-repeat 0 100%;
}
.photo-border-right-bottom {
	float: left;
	padding: 2px 9px 10px 2px;
	background: url(../images/bg-photo-border-right-bottom.gif) no-repeat 100% 100%;
}
.photo-border img{ float: left;}
.text-holder {
	height: 1%;
	overflow: hidden;
}
.violet-btn,
.green-btn {
	padding: 4px 9px 3px 10px;
	float: left;
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	background: #393358;
	text-decoration: none;
	border: 1px solid #fff;
}
.violet-btn span,
.green-btn span{ float: left;}
.green-btn {
	font-size: 18px;
	line-height: 18px;
	margin: 10px 8px 0;
	background:#6a953c;
}
.box .green-btn {
	display: inline;
	float: right;
}
.email-form {
	overflow: hidden;
	height: 1%;
	margin: 1px 0 0;
	padding-bottom: 16px;
}
.email-form .input-text {
	float: left;
	width: 136px;
	margin: 0 7px 0 0;
	padding: 2px 6px;
	border: 1px solid #ddd;
	font:16px/18px Arial, Helvetica, sans-serif;
	color: #0baab8;
}
.btn-send {
	float: left;
	margin: 0;
}
/*-- footer --*/
#footer{
	height:110px;
	width: 100%;
	overflow:hidden;
	position: relative;
	left: -28px;
	bottom: 0;
	background: #dfe8e6;
}
* html #footer { bottom: -1px;}/*-- IE fix --*/
#footer ul{
	text-align: center;
	margin:0;
	padding:36px 0 0 20px;
}
#footer ul li{
	padding: 0 15px 0 16px;
	background: url(../images/bg-foot-nav-separator.gif) no-repeat 0 3px;
	font:16px/18px Arial, Helvetica, sans-serif;
	display:inline;
	list-style:none;
}
#footer ul li.facebook a {
	padding:0 0 0 19px;
	background: url(../images/icon-facebook.gif) no-repeat 0 2px;
}
#footer ul li:first-child {
	background:none;
}
#footer ul li a{
	color:#6e6b82;
}
#footer ul li a:hover{text-decoration:none;}
#footer p{
	color:#6e6b82;
	font:15px/18px Arial, Helvetica, sans-serif;
	text-align: center;
	margin:0;
	padding:9px 0 0;
}
/*-- inner-page --*/
/*-- promo --*/
.promo {
	overflow: hidden;
	height: 1%;
	padding-bottom: 22px;
}
.promo h2 {
	overflow: hidden;
	height: 1%;
	margin: 17px 0 0 209px;
	color: #8d458c;
	font-size: 49px;
	font-weight: bold;
	line-height: 50px;
	padding: 14px 0 25px 201px;
	background: url(../images/bg-flower.gif) no-repeat;
}
.promo h2 span{ float: left;}
.promo h2 em{
	color: #0baab8;
	font-style: normal;
}
/*-- promo wishes--*/
.promo2 {
	overflow: hidden;
	height: 1%;
	padding-bottom: 10px;
}
.promo2 h2 {
	overflow: hidden;
	height: 1%;
	margin: 17px 0 0 190px;
	color: #8d458c;
	font-size: 49px;
	font-weight: bold;
	line-height: 50px;
	padding: 14px 0 20px 185px;
	background: url(../images/bg-babyChick2.jpg) no-repeat;
}
.promo2 h2 span{ float: left;}
.promo2 h2 em{
	color: #0baab8;
	font-style: normal;
}
/*-- promo about--*/
.promo3 {
	overflow: hidden;
	height: 1%;
	padding-bottom: 10px;
}
.promo3 h2 {
	overflow: hidden;
	height: 1%;
	margin: 17px 0 0 180px;
	color: #8d458c;
	font-size: 49px;
	font-weight: bold;
	line-height: 50px;
	padding: 14px 0 20px 185px;
	background: url(../images/bg-apple.jpg) no-repeat;
}
.promo3 h2 span{ float: left;}
.promo3 h2 em{
	color: #0baab8;
	font-style: normal;
}
/*-- promo contact--*/
.promo4 {
	overflow: hidden;
	height: 1%;
	padding-bottom: 5px;
}
.promo4 h2 {
	overflow: hidden;
	height: 1%;
	margin: 10px 0 0 190px;
	color: #8d458c;
	font-size: 49px;
	font-weight: bold;
	line-height: 50px;
	padding: 10px 0 5px 185px;
	background: url(../images/bg-zenRocks.jpg) no-repeat;
}
.promo4 h2 span{ float: left;}
.promo4 h2 em{
	float: left;
	margin: 10px 0 0 260px;
	font-size: 25px;
	color: #0baab8;
	font-style: normal;
}
/*-- promo privacy--*/
.promo5 {
	overflow: hidden;
	height: 1%;
	padding-bottom: 15px;
}
.promo5 h2 {
	overflow: hidden;
	height: 1%;
	margin: 17px 0 0 185px;
	color: #8d458c;
	font-size: 35px;
	font-weight: bold;
	line-height: 25px;
	padding: 14px 0 40px 190px;
	background: url(../images/bg-mouse.jpg) no-repeat;
}
.promo5 h2 span{ float: left;}
.promo5 h2 em{
	float: left;
	margin: 10px 0 0 260px;
	font-size: 25px;
	color: #0baab8;
	font-style: normal;
}
/*-- promo thankyou--*/
.promo6 {
	overflow: hidden;
	height: 1%;
	padding-bottom: 25px;
}
.promo6 h2 {
	overflow: hidden;
	height: 1%;
	margin: 17px 0 0 185px;
	color: #8d458c;
	font-size: 35px;
	font-weight: bold;
	line-height: 25px;
	padding: 14px 0 20px 185px;
	background: url(../images/bg-screenLotus.jpg) no-repeat;
}
.promo6 h2 span{ float: left;}
.promo6 h2 em{

	color: #0baab8;
	font-style: normal;
}
/*-- promo stories--*/
.promo7 {
	overflow: hidden;
	height: 1%;
	padding-bottom: 10px;
}
.promo7 h2 {
	overflow: hidden;
	height: 1%;
	margin: 17px 0 0 190px;
	color: #8d458c;
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	padding: 14px 0 20px 185px;
	background: url(../images/bg-heart.jpg) no-repeat;
}
.promo7 h2 span{ float: left;}
.promo7 h2 em{
	
	font-size: 28px;
	color: #0baab8;
	font-style: normal;
}
.inner-content { background: #fff;}
.inner-content .holder{
	width: 940px;
	padding: 0 16px 0 24px;
}
/*-- main-area --*/
.main-area {
	float: left;
	width: 464px;
}
.main-area h2{
	clear: both;
	overflow: hidden;
	height: 1%;
	margin: 4px 0 0;
	padding-bottom: 3px;
	font-size: 32px;
	line-height: 34px;
	color: #8d458c;
	font-weight: normal;
}
.main-area h2 span{float: left;}
.main-area h3{
	margin: 10px 0 0;
	font-size: 12px;
	color: #3f273f;
}
.font-highlight {
	font-size: 11px;
	line-height: 15px;
	color: #0A9DA9;
	font-weight: bold;
}
.font-list {
	font-size: 11px;
	line-height: 18px;
	color: ##3f273f;
	font-weight: bold;
}
.photo img{ display: block;}
.main-area .photo img{
	border: 9px solid #dfe8e6;
}
.main-area p{
	margin: 0 0 18px;
}
.post { padding: 0 0 20px;}
.post .violet-btn {
	float: right;
}
dl.post-info{font-weight: bold;}
dl.post-info dt{
	float: left;
	padding: 0 5px 0 0;
}
dl.post-info dd{
	margin: 0;
}

.main-area .violet-btn { margin-right: 48px;}
/*-- nav-col --*/
.nav-col {
	float: left;
	width: 209px;
	padding: 3px 25px 0 0;
}
.nav-col h3{
	overflow: hidden;
	clear : both;
	height: 1%;
	margin: 0;
	color: #0baab8;
	font-size: 37px;
	line-height: 39px;
	font-weight: normal;
}
.nav-col h3 span{ float: left;}
/*-- sub-nav --*/
ul.sub-nav {
	overflow: hidden;
	height: 1%;
	border-top: 1px solid #e2e2de;
	margin: 0;
	padding: 0;
}
ul.sub-nav li{
	width: 100%;
	float: left;
	border-bottom: 1px solid #e2e2de;
	list-style: none;
}
ul.sub-nav li a{
	font-size: 11px;
	line-height: 14px;
	color: #1c1c1c;
	display: block;
	height: 1%;
	padding: 3px 4px 4px;
	text-decoration: none;
}
ul.sub-nav li a:hover,
ul.sub-nav li.active a{background: #bbd7d0;}
/*-- .sidebar --*/
/*-- sidebar --*/
.sidebar {
	float: right;
	width: 226px;
	padding: 0 0 0 15px;
	color: #5e575e;
}
.box {
	overflow: hidden;
	height: 1%;
	background:#eaf2f0;
	margin: 14px 0 0;
	padding: 11px 7px 11px 7px;
}
.box  h3{
	overflow: hidden;
	clear: both;
	height: 1%;
	margin: 0 0 3px;
	color: #5a941c;
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
}
.box  h3 span{ float: left;}
.box p{
	margin: 0 0 10px;
	line-height: 15px;
}
.box .photo { padding-bottom: 4px;}
.box .photo img{ display: block;}
.autor {
	display: block;
	text-align: right;
	font-style: normal;
	margin: -12px 26px 0 0;
}

/*--  --*/
/*--  --*/
/*--  --*/

