html			{
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

body			{
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(images/top_bg.gif) top repeat-x #ffffff;
}

table			{
	border: 0;
	border-collapse: collapse;
}

img				{
	border: 0;
}

*				{
	margin: 0;
	padding: 0;
}

td, input		{
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #4C4C4C;
	line-height: 15px;
	vertical-align: top;
}

		
.abs			{
	vertical-align: middle;
}

a				{
	color: #F85354;
	text-decoration: none;
}

a:hover			{
	color: #338701;
	text-decoration: none;
}

input {
	vertical-align: middle;
}

.wraper			{
	margin: 0 auto;
	width: 956px;
	height: 100%;
}

				
.wrap			{
	margin: 0 auto;
	width: 800px;
	height: 100%;
}

				
.h				{
	height: 100%;
}

/* **************************** header ******************************* */
.head1			{
	height: 100px;
	background: url(images/h1.jpg) bottom right no-repeat;
}

				
.head2			{
	height: 106px;
	background: url(images/top2.gif) top repeat-x;
}

				
.head3			{
	height: 55px;
	background: url(images/h2.jpg) top right no-repeat;
	vertical-align: middle;
}

				
.logo			{
	position: absolute;
	margin: 26px 0 0 10px;
}

				
.top_im			{
	position: absolute;
	margin: 59px 0 0 502px;
}

				
.r_shad			{
	width: 21px;
	background: url(images/right_shadow.jpg) 0 42px no-repeat;
}

				
.lang a			{
	display: block;
	margin-left: 15px;
	margin-bottom: 6px;
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

				
.lang a:hover	{
	color: #E7E6E6;
	text-decoration: none;
}

				
.lang img		{
	vertical-align: middle;
	border: 1px solid #FFFFFF;
	margin-right: 6px;
}

				
.sign			{
	padding: 12px 0 0 0;
	font: 11px tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

				
.sign a			{
	color: #FFFFFF;
	text-decoration: none;
}

				
.sign a:hover	{
	color: #FFFFFF;
	text-decoration: underline;
}

				
.sign div		{
	margin: 3px 0 5px 0;
}

				
.sign div input	{
	width: 121px;
	height: 20px;
	border: 1px solid #A1A1A1;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 11px;
	padding: 3px;
	margin: 0 16px 0 0;
	vertical-align: middle;
}

				
.sub_head		{
	width: 100%;
	padding-bottom: 7px;
	background: url(images/sub_head_bg.gif) top repeat-x;
}

				
.sub_flags td img{
	display: block;
	border: 1px solid #FFFFFF;
	margin-bottom: 7px;
}

				
.sub_flags td a	{
	font: bold 10px tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

				
.sub_flags td a:hover{
	color: #E7E6E6;
	text-decoration: none;
}

				
/* **************************** menu ******************************* */
.menu ul		{
	margin: 15px 0;
	width: 190px;
}

				
.menu li		{
	background: url(images/dot.gif) bottom repeat-x;
	font: bold 10px Helvetica, Arial, sans-serif;
	line-height: 12px;
	color: #3EA200;
	text-transform: uppercase;
	padding: 6px 0;
	list-style:none;
}

				
.menu li a		{
	background: url(images/heart.gif) 0 0 no-repeat;
	padding: 2px 0 2px 30px;
	color: #3EA200;
	text-decoration: none;
	display:block;
}

				
.menu li a:hover{
	background: url(images/heart_roll.gif) 0 0 no-repeat;
	color: #FE4B52;
	text-decoration: none;
}

				
.menu_sub		{
	height: 32px;
	background: url(images/dots.gif) bottom repeat-x;
}

				
.menu_sub td	{
	vertical-align: middle;
	font: bold 12px Helvetica, Arial, sans-serif;
	line-height: 12px;
	color: #3EA200;
	text-transform: uppercase;
}

				
.menu_sub td a	{
	display: block;
	height: 17px;
	background: url(images/heart.gif) 0 0 no-repeat;
	padding: 2px 0 0 30px;
	color: #3EA200;
	text-decoration: none;
}

				
.menu_sub td a:hover{
	background: url(images/heart_roll.gif) 0 0 no-repeat;
	color: #FE4B52;
	text-decoration: none;
}

/* **************************** content ******************************* */
h1				{
	margin-bottom: 30px;
}

h2 {
	color: #F08080;
	font-size: 16px;
}
				
p				{
	text-align: justify;
}

.c_table		{
	background: url(images/c_bg.gif) 0 1px repeat-x #3ACD2C;
}

				
.c_t			{
	background: url(images/c.gif) top repeat-x;
	width: 100%;
}

				
.c_r			{
	background: url(images/c.gif) right repeat-y;
	width: 2px;
}

				
.c_b			{
	background: url(images/c.gif) bottom repeat-x;
	width: 100%;
}

				
.c_l			{
	background: url(images/c.gif) left repeat-y;
	width: 2px;
}

				
.search_form	{
	margin: 12px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #4C4C4C;
}

				
.search_form select	{
	width: 160px;
	height: 20px;
	border: 1px solid #A1A1A1;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 1px;
	margin: 5px 0 8px 0;
	vertical-align: middle;
}

				
.featured_mem	{
	margin: 12px;
}

				
.featured_mem .pic	{
	border: 2px solid #ffffff;
}

				
.gall			{
	background: url(images/px2.gif) top repeat-x;
	padding: 11px 0 0 0;
}

				
.gall h1		{
	margin-left: 17px;
	font: bold 16px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #FFFFFF;
}

				
.galls td		{
	font: 11px tahoma, Arial, Helvetica, sans-serif;
	line-height: 13px;
	color: #808080;
}

				
.galls td img	{
	border: 3px solid #E2E2E2;
	margin-right: 8px;
}

				
.galls td a		{
	color: #3CA000;
	text-decoration: underline;
}

				
.galls td a:hover{
	text-decoration: none;
}

				
.cont_sub h1	{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #3CA100;
	line-height: 18px;
	padding-left: 10px;
	padding-bottom: 8px;
	margin-bottom: 16px;
	background: url(images/red_dot.gif) bottom repeat-x;
}

				
.cont_sub h2	{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #3DA200;
	line-height: 12px;
	margin-bottom: 16px;
}

				
.cont_c_m .box {
	background: url(images/cm-m1-p.gif) repeat-x bottom #cfedb7;
	padding: 6px;
	color: #4c4c4c;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.cont_c_m .box a {
	color: #4c4c4c;
	text-decoration: underline;
}

.cont_c_m .box a:hover {
	text-decoration: none;
}

.cont_c_m .form {
	height: 23px;
	text-align: right;
	margin-top: 3px;
	font-size: 10px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px;
}

.cont_c_m .form input {
	margin-left: 15px;
	width: 511px;
	height: 20px;
	border-color: #d4d0c8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding-left: 5px;
}

.cont_c_m textarea {
	margin-top: 20px;
	width: 594px;
	height: 136px;
	border-color: #d4d0c8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding-left: 4px;
	padding-right: 3px;
	color: #464646;
	font-size: 10px;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	overflow: hidden;
	margin-bottom: 14px;
}

.c_m_box {
	width: 100%;
	height: 135px;
	background: #e3ebdc url(images/cm-m1-p.gif) repeat-y left;
}

.c_m_box_t {
	width: 100%;
	background: url(images/cm-m1-p.gif) repeat-x top;
}

.c_m_box_m {
	height: 100%;
	background: url(images/cm-m1-p.gif) repeat-y right;
}

.c_m_box_b {
	width: 100%;
	background: url(images/cm-m1-p.gif) repeat-x bottom;
}

.c_m_box td {
	vertical-align: middle;
	color: #4c4c4c;
	font-size: 10px;
	line-height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.c_m_box a {
	color: #4c4c4c;
	text-decoration: none;
}

.c_m_box a:hover {
	text-decoration: underline;
}

.a_r {
	text-align: right;
	padding-right: 7px;
}

.c_m_box1 {
	width: 100%;
	height: 100%;
	background: #cfedb7 url(images/cm-m2-p.gif) repeat-y left;
}

.c_m_box1_t {
	width: 100%;
	background: url(images/cm-m2-p.gif) repeat-x top;
}

.c_m_box1_m {
	height: 100%;
	background: url(images/cm-m2-p.gif) repeat-y right;
}

.c_m_box1_b {
	width: 100%;
	background: url(images/cm-m2-p.gif) repeat-x bottom;
}

.c_m_box1 .a_r {
	padding-right: 3px;
}

.button {
	width: 93px;
	height: 20px;
	margin-left: 82px;
	color: #333333;
	font-size: 10px;
	line-height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #e6e6e6;
}

.gal_foot {
	background: url(images/h-l.gif) repeat-x top;
	vertical-align: bottom;
	text-align: center;
	color: #367c0c;
	font-family: Tahoma;
	font-weight: bold;
	height: 30px;
}

.gal_foot img {
	vertical-align: top;
	margin-top: 6px;
}

.gal_foot a {
	color: #367c0c;
	text-decoration: underline;
}

.gal_foot a:hover {
	text-decoration: none;
	color: #f64767;
}

.gal_box {
	width: 100%;
	height: 100%;
	background: url(images/gal-p.gif) repeat-y left;
}

.gal_t {
	background: url(images/gal-t-dr.gif) repeat-x top #8fdf54;
	height: 51px;
}

.gal_t table {
	width: 100%;
	height: 100%;
	background: url(images/gal-circle.gif) no-repeat top center;
}

.gal_t_c {
	width: 100%;
	background: url(images/gal-heart.jpg) no-repeat 3px 14px;
	text-align: center;
	padding-top: 25px;
}

.gal_t_c h2 {
	font-family: Tahoma;
	color: #282727;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	text-transform: capitalize;
}

.gal_t_l {
	background: url(images/gal-l-dr.gif) repeat-y left;
}

.gal_t_r {
	background: url(images/gal-r-dr.gif) repeat-y right;
}

.gal_box_b {
	width: 100%;
	background: url(images/gal-p.gif) repeat-x bottom;
}

.gal_box_m {
	background: url(images/gal-p.gif) repeat-y right;
	padding: 3px;
	height: 100%;
}

.gal_box_m td {
	text-align: center;
	vertical-align: middle;
	color: #464646;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
}

.gal_box_img_bord img {
	border: 1px solid #f64767;
}

.inbox {
	color: #4c4c4c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}

.inbox a {
	color: #4c4c4c;
	text-decoration: underline;
}

.inbox a:hover {
	text-decoration: none;
}

.inbox_title {
	background: url(images/red_dot.gif) bottom repeat-x;
	width: 100%;
	height: 100%;
}

.inbox_title_c1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #3CA100;
	line-height: 18px;
	padding-left: 9px;
}

				
.inbox_title_c2	{
	text-align: right;
	color: #367c0c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	vertical-align: middle;
}

.inbox_title_c2 a {
	color: #367c0c;
}
	
.inbox_title_c2 a:hover {
	text-decoration: underline;
}

.inbox_mess
{
	color: #ff0000;
}

.inbox_mess a
{
	color: #000000;
	text-decoration: underline;
}

.table {
	width: 100%;
	color: #4c4c4c;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
}

.table th {
	background: url(images/cm-m1-p.gif) repeat-x bottom #cfedb7;
}
	
.table th td {
	color: #4c4c4c;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 23px;
	vertical-align: middle;
}

.table .col1 {
	width: 37px;
	background: url(images/inbox-v-l.gif) no-repeat 25px bottom;
	vertical-align: middle;
	padding: 0;
}

.table .col2 {
	width: 93px;
}

.table .col3 {
	width: 361px;
}

.table .col4 {
	width: 89px;
}

.table .rows {
	background: url(images/h-l.gif) repeat-x bottom;
}

.table .rows .col1 {
	background: none;
	padding: 0;
}

.table .rows td {
	color: #4c4c4c;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 21px;
	vertical-align: middle;
}

.internal .gal_t {
	background: url(images/gal-t-dr.gif) repeat-x top #8fdf54;
	height: 38px;
}

.internal .gal_t table {
	width: 100%;
	height: 100%;
	background: none;
}

.internal .gal_t_c {
	width: 100%;
	padding: 13px 5px 5px 10px;
	background: none;
	text-align: left;
}

.internal .gal_t_c h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #282727;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-transform: capitalize;
}

.internal1 .gal_t {
	background: url(images/gal-t-dr.gif) repeat-x top #8fdf54;
	height: 38px;
}

.internal1 .gal_t table {
	width: 100%;
	height: 100%;
	background: none;
}

.internal1 .gal_t_c {
	width: 100%;
	padding: 13px 5px 5px 47px;
	background: url(images/inter_heart.jpg) no-repeat 0px 11px;
	text-align: left;
}

.internal1 .gal_t_c h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #282727;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-transform: capitalize;
}

.internal1 .gal_box_m {
	padding-right: 13px;
}

.internal1 .gal_box_m td {
	color: #464646;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

.internal1 .gal_box_m .margin {
	margin-right: 10px;
	text-align: justify;
}

.internal1 .gal_box_m strong {
	color: #333333;
}

.internal1 .h_l {
	background: url(images/int_h_l.gif) repeat-x;
	height: 1px;
}

.internal1 .gal_box_m a {
	color: #327707;
	text-decoration: underline;
}

.internal1 .gal_box_m a:hover {
	text-decoration: none;
	color: #464646;
}

.internal1 .gal_box_m span a {
	color: #f64767;
	font-weight: bold;
}

.internal1 .gal_box_m span a:hover {
	color: #f64767;
}

.cont_inter h1	{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #3CA100;
	line-height: 18px;
	padding-left: 10px;
	padding-bottom: 8px;
	margin-bottom: 16px;
	background: url(images/red_dot.gif) bottom repeat-x;
}

				
.internal ul {
	margin: 5px 20px 5px 9px;
}

.internal ul li {
	background: url(images/int_h_l.gif) repeat-x bottom;
	font-size: 12px;
	line-height: 18px;
	color: #4c4c4c;
	padding-left: 3px;
	padding-top: 4px;
	padding-bottom: 3px;
}

.prof_cont {
	text-align: center;
	font: bold italic 12px Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	line-height: 18px;
}

.prof_cont span {
	color: #f64767;
}

.prof {
	width: 540px;
	margin: auto;
}

.prof .col1 {
	padding-right: 12px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	text-align: right;
	width: 40%;
	line-height: 24px;
}

.prof .col2 {
	width: 60%;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	line-height: 12px;
	vertical-align: middle;
}

.prof .col2 a {
	font-size: 12px;
	color: #3ea201;
	text-decoration: none;
	font-weight: normal;
}

.prof .col2 a:hover {
	text-decoration: underline;
}

.prof .col2 input {
	width: 175px;
	height: 20px;
	border: 1px #a1a1a1 solid;
	padding-left: 5px;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	line-height: 12px;
	padding-top: 2px;
}

.prof .col2 select {
	width: 175px;
	border: 1px #a1a1a1 solid;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	line-height: 12px;
	height: 18px;
}

.prof .col2 span {
	color: #f64767;
}

.prof .col2 span a {
	color: #f64767;
	font-size: 10px;
}

.prof .col2 textarea {
	width: 175px;
	height: 79px;
	border: 1px #a1a1a1 solid;
	padding-left: 5px;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	line-height: 12px;
	padding-top: 2px;
}

.prof .col2 .chek {
	width: auto;
	height: auto;
	border: none;
	padding: 0;
}

.r_m td {
	color: #464646;
	font-size: 10px;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.r_m a {
	color: #f85476;
	font-size: 10px;
	text-decoration: underline;
}

.r_m a:hover {
	text-decoration: none;
}

.r_m h1 {
	margin-bottom: 10px;
}

.r_m .table .col1 {
	width: 58px;
	background: #e2f4d4 url(images/rm_h_l.gif) repeat-x bottom;
	font-weight: bold;
	vertical-align: middle;
	height: 24px;
}

.r_m .table .col2 {
	width: 520px;
	background: url(images/rm_h_l.gif) repeat-x bottom;
	vertical-align: middle;
	height: 24px;
}

.r_m_cont {
	text-align: justify;
}

.final {
	color: #4c4c4c;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
}

.final a {
	color: #f85476;
	text-decoration: underline;
	font-weight: bold;
}

.final a:hover {
	text-decoration: none;
}

.final .h_l {
	background: url(images/fin_h_l.gif) repeat-x bottom;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 3px;
}

.final span {
	color: #f64767;
	font-size: 12px;
}

.final ul {
	margin-left: 30px;
	margin-top: 20px;
}

.final ul li {
	line-height: 20px;
	background: url(images/final_bul.gif) no-repeat left;
	padding-left: 11px;
}

.final ul li a {
	text-decoration: none;
}

.final ul li a:hover {
	text-decoration: underline;
}

.final .margin {
	margin-left: 130px;
	margin-right: 80px;
}

.step1 {
	text-align: left;
}

.step1 .h_l {
	background: url(images/fin_h_l.gif) repeat-x bottom;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 3px;
}

.step1 input {
	margin-bottom: 5px;
}

.step1 .prof {
	width: 440px;
}

.step1 .prof .col1 {
	width: 35%;
}

.step1 .prof .col2 {
	width: 65%;
}

.step3 .prof {
	width: 330px;
}

.step3 .prof .col1 {
	width: 93%;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	line-height: 25px;
	vertical-align: middle;
	text-align: left;
}

.step3 .prof .col2 {
	width: 7%;
}

.contact td	{
			padding:3px;
			color:#000000;
			}
			
.contact td span	{
			color:#ff0000;
			}
			
.mailbox a	{
			color:#4C4C4C;
			text-decoration:underline;
			}
			
.mailbox ul	{
			list-style:none;
			margin-bottom:10px;
			}
			
.mailbox li	{
			line-height:16px;
			margin-bottom:8px;
			}

/* **************************** footer ******************************* */
.footer			{
	height: 155px;
	background: url(images/foot_bg.gif) 0 20px repeat-x;
	padding: 47px 0 10px 0;
	text-align: center;
	font: 10px tahoma, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #888888;
}

				
.footer a		{
	text-decoration: none;
	color: #2D2D2D;
}

				
.footer a:hover	{
	text-decoration: none;
	color: #888888;
}

				
.footer span	{
	color: #ED4E4E;
}

.photo_test {
	width: 300px;
	height: 400px;
	background: url(images/gal-p.gif) repeat-y left;
}
.video_test {
	width: 300px;
	height: 300px;
	background: url(images/gal-p.gif) repeat-y left;
}
#title_top{
	position: absolute;
	z-index: 750;
	right: 56%;
	margin-top: 72px;
}
#title_left{
	position: absolute;
	z-index: 750;
	right: 26%;
	margin-top: 22px;
}
#title_top2{
	position: absolute;
	z-index: 750;
	left: 62%;
	margin-top: 65px;
}
#title_left2{
	position: absolute;
	z-index: 750;
	left: 62%;
	margin-top: 29px;
}
.nav {
		width: 84%;
		float: right;
		cle ar: both;
}
	
.nav a:focus,
.nav a:hover {
		text-decoration: none;
}
#nav-top {
		width: 100%;
		float: left;
		clear: right;
		position: relative;
		z-index: 900;}
#nav-top ul {
		text-align: center;
		width: 100%;
		height: 18px;
		margin: 0px;
		margin-left: 1%;
		font-size: 11px;}
#nav-top ul li {
		float: left;
		clear: right;
		height: 17px;
		margin-left: .7em;
		padding: 0px 5px 0px 15px;
		line-height: 17px;
		list-style-type: none;
}




.block_chat{
	background:#51BF04;
	width:200px;
	min-height:100px;
	height:auto!important;
	height:100px;
	margin:10px;
	position: absolute;
	z-index: 100;
	}
.block_chat .top {
	position:absolute;
	background:url(images/div_03.gif) no-repeat;
	height:11px;
	top:-11px;
	left:0;
	width:200px;
	}
.block_chat .bot {
	position:absolute;
	background:url(images/div_06.gif) no-repeat;
	height:15px;
	bottom:-15px;
	left:0;
	width:200px;
	}
.block_chat .title {
	font-size:13px;
	color:#fff;
	margin:0;
	padding:0;
	font-family:Myriad Pro;
	text-align:center;
	font-weight:bold;
	}

.block_chat	.conteiner { 
	background:url(images/div_07.gif) repeat-x 0% 0%;
	width:170px;
	margin:5px auto;
	padding:5px 0 0 0;
	}
.block_chat	.conteiner ul {
	margin:0 0 0 5px;
	padding:0;
	}
.block_chat	.conteiner ul li{
	list-style:none;
	margin:0 0 3px 0;
	padding:0;
	color:#fff;
	font-size:11px;
	}
.block_chat	a { color:#fff;}
  
.glam_text {
	color:#FC01CC;
	font-weight:bold;
	font-size:18px;
	}  