body {
	margin: 0px;
	background:url(../images/fon.jpg) no-repeat #fff fixed;
	background-size:cover;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.tb {
	background-color: #d9e3ea;
	width:1000px;
	margin:0 auto;
	border-collapse:collapse;
	box-shadow: 0 0 32px #fff;
}

.tb td { padding:0;}

#td1 {
	background:url(../images/b1.jpg) no-repeat;
	width:1000px;
	height:428px;
	vertical-align:bottom;
} 

#td2 {
	background:url(../images/b2.jpg) no-repeat top;
	width:1000px;
	height:333px;
	vertical-align:top;
} 

#nav {
	margin:0px auto 9px 66px;
	float: left;
}

#nav ul li  a{
	font-size:13px;
	color:#000;
	background-color:#f5f5f5;
	padding:4px 6px;
	display:block;
	text-decoration:none;
	border:1px  ridge #fff;
	width:144px;
	border-collapse:collapse;
	text-align:center;
	border-radius:2px;
}

#nav ul li a:hover{
	color:#fff;
	background-color:#225bb4;
	border:1px  ridge #225bb4;
}

#nav ul { 
	list-style-type:none;
}

#nav ul li { 
   float: left; 
   	position:relative;
}

#nav ul li ul { 
    display: none; 
   	list-style-type:none;
   	margin:0;
	padding: 0;
}

#nav ul li ul  li {
	float:none;
}

#nav ul li:hover ul { 
   display: block; 
   position:absolute;
}

#nav ul li ul  li a {
	font-size:13px;
	color:#fff;
	background-color:#f52f32;
	padding:7px 2px 8px 12px;
	display:block;
	text-decoration:none;
	border-right:1px #FFF solid;
	width:188px;
	text-align:left;
}

#nav ul li ul  li a:hover {
	color:#fff;
	background-color:#225bb4;
}


.text {
	text-align: justify;
	font-size:13px;
	line-height: 19px;
	margin:28px 26px 28px;
}

.text  h1{
	text-align: center;
	font-size:18px;
	padding-bottom:6px;
	color: #737373;
	text-shadow: 0px 1px 0px #ddd;
	line-height:29px;
}

.buk {
	font-size: 24px;
	color: #f52f32;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-top:-3px;
}

.text h2 {
	background-color:#0f8ee8;
	color:#FFF;
	width:322px;
	padding:5px 8px 5px;
	font-size:14px;
	font-weight:normal;
	margin:44px auto 14px;
	text-align:center;
	box-shadow: 2px 2px 8px #777;
	border:2px ridge #fff;
	border-radius:7px;
	text-shadow: 0px 1px 2px #888;
	line-height:22px;
}

.red { margin:22px auto; color:#ed1c24; text-shadow: 0px 1px 1px #bbb;}

table.drug { margin:12px auto 32px; border: 2px #fff ridge; background-color:#FFF; opacity:0.85}
table.drug td { padding:32px 8px 6px; text-align:center} 

table.tov {margin:22px auto;}
.tov td {padding:6px;}

.tov tr :nth-child(1) { text-align:center;}
.tov tr :nth-child(2) { text-align:center;}
.tov tr :nth-child(3) { text-align:center;}
.tov tr :nth-child(5) { text-align:center;}
.tov tr :nth-child(6) { text-align: right;}
table.tov tr :last-child {text-align:right;}

table.tov tr:nth-child(2n) {
    background: #efefef; 
   } 

table.tov tr:hover {
    background-color: #cfc;
   }

table.tov tr:nth-child(1) {
    background: #69c44f;
    color: #fff; 
	text-shadow: 0px 1px 2px #888;
   }    

    
.vv {text-align:right; font-style:italic}
.vv a{color:#00F; text-decoration:none}  
.vv a:hover {color:red}   
   
.pict {
	float:right;
	border:2px ridge #fff;
	margin:4px 0 0 18px;
	border-radius:8px;
	opacity:0.9;
}

.pic {
	float: left;
	border: 2px ridge #fff;
	margin:5px 16px 0 0;
	border-radius:8px;
	opacity:0.9;
}

.pi {
	border:2px ridge #fff;
	border-radius:8px;
	opacity:0.9;
	box-shadow: 2px 2px 9px #aaa;
}

.ris {
	float:right;
	margin:4px 0 0 22px;
	opacity:0.9;
}

.ris2 {
	float: left;
	margin:4px 10px 0 0;
	opacity:0.9;
}

.otpr {
	background-color:#1065a2;
	background: linear-gradient(to top, #1065a2, #0f8ee8);
	background: url(../images/fav.png) 20px 50px no-repeat;
	color:#FFF;
	width:622px;
	height:322px;
	padding:5px 8px 5px;
	font-size:18px;
	border-radius:12px;
	border:3px outset #84d360;
	font-weight:normal;
	margin:32px auto 14px;
	text-align:center;
	box-shadow: 0 0 0px #888;
}

.otpr span {
	margin:12px auto 0;
	font-size:16px;
	color:#FFF;
	text-align:center;
	display:block;
}

.otpr form {
	float:right;
	margin:14px 34px 0;
	text-align:center;
}

.otpr form input.aa {
	display:block;
	width:344px;
	height:34px;
    padding:0 10px;
    font: italic 15px trebuchet ms;
    color:#555;
    line-height: 33px;
	background-color:#fafafa;
	margin-bottom:8px;
	border:1px inset #0F0;
	border-radius:6px;

} 

.otpr form input.bb {padding:1px 22px; font-size:15px; margin-top:12px;}

.otpr textarea {
	display:block;
	width:344px;
    padding:4px 10px 0;
    font: italic 15px trebuchet ms;
    color:#333;
	margin-bottom:12px;
	resize: vertical;
	overflow-y: auto;
	background-color:#fafafa;
	margin-bottom:8px;
	border:1px inset #0F0;
	border-radius:6px;
} 

.text hr { 
	width:400px;
	color:#300;
	margin:33px auto;
	text-align:center;
}	


.mz {clear:both}
.text ul,  ol  {margin-top:7px;}
.text ul li {list-style-position: inside }

ul.ok {list-style-image:url(../images/ok.png); margin-top:10px;}
ul.ok li {list-style-position: inside; margin-bottom:7px; }

.tag, .tag h4, .tag a {display:inline; font-size:12px; font-style:italic; font-weight:normal; padding-top:32px; color:#555; text-decoration:none}




.bb { margin:28px 18px 28px -12px;}
.bb div { margin: 0 0 36px 36px; background-color:#ededed; width:278px; box-shadow: 2px 2px 16px #444; border-radius:12px; float:left; text-align:center;  opacity:0.8}
.bb div:hover { opacity:0.9}

.bb img { width:278px; border-radius:12px 12px 0 0;}
.bb p { margin: 6px 0 9px; color:#1065a2; font-size:21px; 	text-shadow: 0px 1px 1px #888; }

.bb a {
	font-size:14px;
	display:block;
	padding:5px 0;
	margin: 2px 0 10px;
	border-top:#2652a7 1px solid;
	border-bottom:#2652a7 1px solid;
	text-align:center;
	color:#fafafa;
	text-decoration:none;
	background-color:#1065a2;
	background: linear-gradient(to top, #1065a2, #0f8ee8);
	box-shadow:1px 1px 0px #555;
	transition-duration: 0.2s;
} 

.bb a:hover {
	background-color:#008000;
	background: linear-gradient(to top, #008000, #0c0);
	color:#fff;
}  




.bb4 { margin:28px 6px 28px -12px;}
.bb4 div { margin: 0 0 26px 34px; background-color:#ededed; width:204px; box-shadow: 2px 2px 16px #444; border-radius:12px; float:left; text-align:center;  opacity:0.8}
.bb4 div:hover { opacity:0.9}

.bb4 img { width:204px; border-radius:12px 12px 0 0;}
.bb4 p { margin: 6px 0 9px; color:#1065a2; font-size:16px; 	text-shadow: 0px 1px 1px #888; }

.bb4 a {
	font-size:14px;
	display:block;
	padding:5px 0;
	margin: 2px 0 10px;
	border-top:#2652a7 1px solid;
	border-bottom:#2652a7 1px solid;
	text-align:center;
	color:#fafafa;
	text-decoration:none;
	background-color:#1065a2;
	background: linear-gradient(to top, #1065a2, #0f8ee8);
	box-shadow:1px 1px 0px #555;
	transition-duration: 0.2s;
} 

.bb4 a:hover {
	background-color:#008000;
	background: linear-gradient(to top, #008000, #0c0);
	color:#fff;
}  



/*Картинки справа*/

.bbr { margin:2px 8px 28px 12px; float:right; width:266px}
.bbr div { margin: 0 0 36px; background-color:#ededed; width:244px; box-shadow: 2px 2px 16px #444; border-radius:12px; float: right; text-align:center;  opacity:0.8}
.bbr div:hover { opacity:0.9}

.bbr img { width:244px; border-radius:12px 12px 0 0;}
.bbr p { margin: 6px 0 9px; color:#1065a2; font-size:21px; 	text-shadow: 0px 1px 1px #888; }

.bbr a {
	font-size:14px;
	display:block;
	padding:5px 0;
	margin: 2px 0 10px;
	border-top:#2652a7 1px solid;
	border-bottom:#2652a7 1px solid;
	text-align:center;
	color:#fafafa;
	text-decoration:none;
	background-color:#1065a2;
	background: linear-gradient(to top, #1065a2, #0f8ee8);
	box-shadow:1px 1px 0px #555;
	transition-duration: 0.2s;
} 

.bbr a:hover {
	background-color:#008000;
	background: linear-gradient(to top, #008000, #0c0);
	color:#fff;
}  






/*Картинки справа для свадьбы */

.bbr2 { margin:7px 8px 0px 12px; float:right; width:344px}
.bbr2 div { margin: 0 0 2px; background-color:#ededed; width:322px; box-shadow: 2px 2px 16px #444; border-radius:12px; float: right; text-align:center;  opacity:0.8}
.bbr2 div:hover { opacity:0.9}

.bbr2 img { width:322px; border-radius:12px 12px 0 0;}
.bbr2 p { margin: 6px 0 9px; color:#1065a2; font-size:21px; 	text-shadow: 0px 1px 1px #888; }

.bbr2 a {
	font-size:14px;
	display:block;
	padding:5px 0;
	margin: 2px 0 10px;
	border-top:#2652a7 1px solid;
	border-bottom:#2652a7 1px solid;
	text-align:center;
	color:#fafafa;
	text-decoration:none;
	background-color:#1065a2;
	background: linear-gradient(to top, #1065a2, #0f8ee8);
	box-shadow:1px 1px 0px #555;
	transition-duration: 0.2s;
} 

.bbr2 a:hover {
	background-color:#008000;
	background: linear-gradient(to top, #008000, #0c0);
	color:#fff;
}  


div.zak  a {margin-left:44px; transition-duration: 1.7s; opacity:0.8;}
div.zak  a:hover { margin-left:366px;  opacity:1.0}



.niz {
	 width:1000px;
	 height:44px;
	 margin:0 auto;
     box-shadow: 0 0 32px #fff;
}	 

.copy {
	font-size: 11px;
	color:#333;
	margin: 13px 0 0 16px;
	float: left;
}

.top{
	margin-left: 254px;
	margin-top: 13px;
	float: left;
}

.me {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 13px 26px 0 0;
	float: right;
}

.me a {
	color: #333;
	text-decoration:none;
	letter-spacing:1px;
}

.me a:hover {
	color: #F00;
	letter-spacing:2px;
}

#share42 {opacity: 0.85}
#share42:hover {opacity: 1}