﻿p, img, h1, h2, h3, h4, h5, h6, div, table, a, span
{
	margin:0;
	padding:0;
	border:0;
}
table 
{
	border-collapse:collapse;
}

ul,li, ul ul, li li
{
	margin:0;
	padding:0;
}
* :focus
{
	outline:none;
}

html, body
{
	margin:0;
	padding:0;
	color:#7b1717;
	font-family: arial; 
	width:100%;
	font-size:13px;
	height:100%;
}

body
{
	background:url('../i/fon-bg.jpg') left top repeat;
}

a
{
	color:#7b1717;
}
	a:hover
	{
		text-decoration:none;
	}

/*======= font =================*/
@font-face {
    font-family: 'PFAgoraSlabProRegular';
    src: url('../font/pfagoraslabpro-reg-wf.eot');
    src: url('../font/pfagoraslabpro-reg-wf.eot?#iefix') format('embedded-opentype'),
         url('../font/pfagoraslabpro-reg-wf.woff') format('woff'),
         url('../font/pfagoraslabpro-reg-wf.ttf') format('truetype'),
         url('../font/pfagoraslabpro-reg-wf.svg#PFAgoraSlabProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PFAgoraSlabProMedium';
    src: url('../font/pfagoraslabpro-medium-wf.eot');
    src: url('../font/pfagoraslabpro-medium-wf.eot?#iefix') format('embedded-opentype'),
         url('../font/pfagoraslabpro-medium-wf.woff') format('woff'),
         url('../font/pfagoraslabpro-medium-wf.ttf') format('truetype'),
         url('../font/pfagoraslabpro-medium-wf.svg#PFAgoraSlabProMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AdobeGaramondProRegular';
    src: url('../font/agaramondpro-regular-webfont.eot');
    src: url('../font/agaramondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/agaramondpro-regular-webfont.woff') format('woff'),
         url('../font/agaramondpro-regular-webfont.ttf') format('truetype'),
         url('../font/agaramondpro-regular-webfont.svg#AdobeGaramondProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PFAgoraSerifProRegular';
    src: url('../font/pfagoraserifpro-regular-wf.eot');
    src: url('../font/pfagoraserifpro-regular-wf.eot?#iefix') format('embedded-opentype'),
         url('../font/pfagoraserifpro-regular-wf.woff') format('woff'),
         url('../font/pfagoraserifpro-regular-wf.ttf') format('truetype'),
         url('../font/pfagoraserifpro-regular-wf.svg#PFAgoraSerifProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*======= all =================*/

#all
{
	position:relative;
	min-width:1100px;
	max-width:1500px;
	min-height: 100%;
	
	margin: auto;
}

/*======= blocks =================*/	
/*======= top ====================*/
.b-top
{
	position: relative;
	height: 180px;
	color: #7b1717;	
}
.b-duga
{
	background:url('../i/top-bg.png') center bottom no-repeat;
	margin-bottom:30px;
}
	.b-logo
	{
		position: absolute;
		width: 139px;
		height: 137px;
		background: url('../i/logo.png') 0 0 no-repeat;
		cursor: pointer;
		left: 50%;
		margin-left: -70px;
		top: 20px;
	}
	.l-blockleft
	{
		float: left;
    	position: relative;
    	width: 49%;
	}
		.b-top  .l-blockleft
		{
			text-align:center;
			padding-top:50px;
			width: 44% !important;
		}
			.b top .b-menu
			{
				width:440px;	
			}
			.b-menu
			{
				list-style-type: none;
				margin:0 auto;
				text-align:center;
				margin-bottom:35px;
				font-size:13px !important;
			}
				.b-menu li
				{
					font-family:'PFAgoraSlabProRegular';
					line-height:20px;
					display:inline-block;
					padding:0 5px 0 0;
					vertical-align:top;
					display: -moz-inline-stack;
        			display: inline-block;
        			*display: inline;
        			zoom: 1;
				}
				.b-menu .active
				{
					font-family:'PFAgoraSlabProMedium';
				}

				.b-menu .b-menu-photogallery
				{
					font-family:'PFAgoraSlabProMedium' !important;
					background:url('../i/photogallery-icon.jpg') left 3px no-repeat;
					padding-left:22px !important;
				}
				.b-menu .b-menu-flowers
				{
					font-family:'PFAgoraSlabProMedium' !important;
					background:url('../i/flowers-icon.jpg') left 4px no-repeat;
					padding-left:15px !important;
				}



	.l-blockright
	{
		float: right;
    	width: 49%;	
   	}
   		.b-top  .l-blockright
   		{
			width:44% !important;
		}

		.b-search
		{
			text-align:center;
		}
			.b-search .b-search-phone
			{
				font-family:'PFAgoraSerifProRegular';
				font-size:22px;
				line-height:24px;	
				display:block;
				padding-top:50px;
				letter-spacing:3px;
				margin-bottom:13px;
			}
			.l-search-input
			{
				width:277px;
				height:22px;
				display:inline-block;
			}
			
				.b-search .b-search-input-sub
				{
					height:22px;
					width:23px;
					background:url('../i/search-sub.png') left top no-repeat;
					border:0;
					padding:0;
					float:left;
					cursor:pointer;
				}
					* + html .b-search .b-search-input-sub
					{
						margin-top:1px;
					}

				.b-search .b-search-input-text
				{
					padding:0 10px 0 5px;
					height:22px;
					border:0;
					background:url('../i/search-text.png') left top repeat-x;
					width:239px;
				}
.b-seporatortop
{
	width:100%;
	height:19px;
	background:url('../i/seporator-top.png') center top no-repeat;
	position:relative;
	z-index:200;
}
.b-seporatorbottom
{
	width:100%;
	height:18px;
	background:url('../i/seporator-bottom.png') center top no-repeat;
	position:relative;
	z-index:200;
	margin-top:-14px;
	margin-bottom:30px;
}

.b-presentation
{
	height:328px;
	background:#ca244b url('../i/presentation-bg.jpg') left top repeat-x;
	position:relative;
	margin-top:-12px;
}
	
	.b-presentation-flowers
	{
		height:328px;
		width:865px;
		background:url('../i/presentation-flowers.jpg') right top no-repeat;		
		position:absolute;
		left:0;
		top:0;
		z-index:10;		
	}
	.b-presentation-header
	{
		width:503px;
		height:111px;
		background:url('../i/presentation-header.png') left top no-repeat;		
		position:absolute;
		right:30px;
		top:40px;	
		z-index:99;	
	}
	.l-presentation-text
	{
		width:450px;
		float:right;
		padding-right:30px;
		color:white;
		font-family:'AdobeGaramondProRegular';	
		margin-top:160px;		
		position:relative;
		z-index:100;
	}
		.l-presentation-text p
		{
			margin-bottom:15px;
			line-height:18px;
						
		}
			.l-presentation-text .g-firstletter			
			{
				font-size: 34px !important; /* Размер шрифта буквицы */
 				float: left; /* Выравнивание по левоой стороне */
 				padding-right: 4px; /* Отступ между буквицей и контентом */
 				line-height: 34px; /* Положение символа */ 
 				margin-top:2px;	
			}

/*======= b-content =============*/
.b-content
{
	padding: 0 30px 0 30px;
	background:url('../i/content-bg.png') left top repeat-x;	
}
	.l-content-wrap
	{
		padding-top:40px;
		padding-bottom:65px;
				
	}
	h1
	{
		font-family:'PFAgoraSerifProRegular';
		font-size:30px;
		line-height:32px;
		font-weight:normal;
		text-align:center;
		text-transform:uppercase;
		margin-bottom:25px;
			
	}
	.b-section
	{
		margin-bottom:40px;
	}
		.b-section p
		{
			font-size:11px !important; 		
		}
			.b-section .g-firstletter
			{
				font-size: 26px !important; /* Размер шрифта буквицы */
 				float: left; /* Выравнивание по левоой стороне */
 				padding-right: 3px; /* Отступ между буквицей и контентом */
 				line-height: 26px !important; /* Положение символа */ 
 				margin-top:0px;		
			}


	.b-section-photo
	{
		text-align:center;
		position:relative;
		width:488px;
		left:50%;
		margin-left:-244px;
		margin-bottom:20px;
			
	}
		.b-section-photo img
		{
			border:5px white solid;
			width:478px;
			position:relative;
			z-index:15;
		}
		.b-sectiom-photo-mask1
		{
			width:70px;
			height:208px;
			display:block;
			background:url('../i/section-mask1.png') left top no-repeat;
			position:absolute;
			left:-30px;
			top:-20px;
			z-index:1;	
		}
		.b-sectiom-photo-mask2
		{
			width:59px;
			height:225px;
			display:block;
			background:url('../i/section-mask2.png') left top no-repeat;
			position:absolute;
			right:-30px;
			top:-35px;
			z-index:1;	
		}
		h2
		{
			font-family:'PFAgoraSerifProRegular';
			font-size:22px;
			line-height:32px;
			font-weight:normal;
			text-align:center;
			margin-bottom:15px;
			
		}
		.b-content p
		{
			color:#6b7276;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			margin-bottom:30px;	
		}
			.b-content .g-firstletter
			{
				font-size: 33px; /* Размер шрифта буквицы */
 				float: left; /* Выравнивание по левоой стороне */
 				padding-right: 3px; /* Отступ между буквицей и контентом */
 				line-height: 30px; /* Положение символа */ 
 				margin-top:0px;		
			}
		.b-content ul
		{
			list-style-type:none;
			font-size:11px;
		}
			.b-content ul li
			{
				display:inline-block;
				float:left;	
				margin-right:5px;
			}
.b-simplegallery
{
	list-style-type:none;
	padding-bottom:40px;
	height:160px;
	position:relative;
}
	.b-simplegallery-item1
	{
		left:0;
	}
		
					
	.b-simplegallery-item2
	{
		left:24.5%;
	}	
				
	.b-simplegallery-item3
	{
		right:24.5%;
		padding-right:0 !important;
		padding-left:1% !important;
	}	
	.b-simplegallery-item4
	{
		right:0;
		padding-right:0 !important;
		padding-left:1% !important;
	}	
		
	.b-simplegallery li
	{
		display:inline-block;
		width:23.5%;
		
		padding:0 1% 0 0;
		vertical-align:top;
		display: -moz-inline-stack;
        display: inline-block;
        *display: inline;
       	zoom: 1;
       	
       	position:absolute;

	}
		.b-simplegallery li a
		{
			text-decoration:none;
			height:160px;
			width:234px;
			display:block;
			text-align:center;
			margin:0 auto;
		}
			.b-simplegallery-left
			{
				float:left;
				position:relative;
			}
				.b-simplegallery-left-mask
				{
					background:url('../i/small-mask1.png') left top no-repeat;
					height:16px;
					width:13px;
					position:absolute;
					top:105px;
					left:-10px;
				}
				.b-simplegallery-right-mask
				{
					background:url('../i/small-mask2.png') left top no-repeat;
					height:26px;
					width:25px;
					position:absolute;
					top:100px;
					right:-15px;
				}

			.b-simplegallery-right
			{
				float:right;
				position:relative;
			}
			.b-simplegallery li img
			{
				border:4px white solid;
				margin-bottom:10px;
				display:block;
			}
			.b-simplegallery li span
			{
				font-family:'PFAgoraSlabProRegular';
				font-size:15px;
				line-height:32px;
			}

/*======= gallery ===============*/
.b-gallery
{
	height: 272px;
	position: relative;
	padding-top: 50px;
}

.b-round
{
	background:url('../i/round-gallery-bg.jpg') center top no-repeat;
}
.b-square
{
	padding-bottom:40px;
}

		.b-gallery .l-gallery-wrap
		{
			max-width: 1500px !important;
			margin: auto;
			padding: 0 30px;
		}
		
		.b-seporatortop2
		{
			background:url('../i/seporator-top2.png') center top no-repeat;
			height:53px;
			width:100%;
			position:absolute;
			top:-8px;
			left:0;	
		}
		.b-gallery h1
		{
			margin-bottom:30px !important;
		}
		.b-galleryul
		{
			list-style:none;
		}
		.b-gallery-item
		{
			margin: auto;
			padding: 3px;
			text-align:center;
			position:relative;
		}
		
		.b-round-item		
		{
			width: 131px;
			padding-top:11px;
			height:152px;
		}
			.b-round-item:hover
			{
				background:url('../i/round-flower-hover.png') left top no-repeat;
			}
			.b-gallery-item a
			{
				display:block;
				position:relative;
				text-decoration:none;
			}
			.b-round-item a
			{
				margin-top:11px;
			}

		.b-square-item
		{
			width: 192px;
			height:232px;
			padding:0 !important;
		}

			.b-roundgallery-item-mask1
			{
				width:109px;
				height:107px;
				background:url('../i/round-mask-flower1.png') left top no-repeat;
				position:absolute;
				top:-2px;
				left:9px;
				display:block;	
			}
			.b-roundgallery-item-mask2
			{
				width:92px;
				height:101px;
				background:url('../i/round-mask-flower2.png') left top no-repeat;
				position:absolute;
				top:-1px;
				left:20px;
				display:block;	
				z-index:199;
			}

			.b-gallery-item img
			{
				display: block;
				position:relative;
				z-index:200;
			}
			.b-round-item img
			{
				margin:0 auto 23px auto;
			}
			.b-square-item img
			{
				border:4px white solid;
			}

		.b-roundgallery-item-name
		{
			width: 131px;
			margin: auto;
			text-align: center;
			font-size:13px !important;
			font-family:'PFAgoraSerifProRegular';
		}

/*======== b-biggellery ==========*/

.b-biggallery
{
	background:url('../i/flowers-gallery-bg.png') center bottom no-repeat; 
	position: relative;
	height: 235px;
	padding:30px 30px 0 30px;

	margin-top:-20px;
}

	.b-biggallery-wrap
	{
		margin:0 50px 0 50px;
		position: relative;
		overflow: hidden !important;
		height: 200px;
	
	}
	.b-biggallery ul
	{
		list-style:none;
		width: 200%;
		height: 200px;
		padding-top: 10px;
		padding-left:0;
		overflow: hidden;

	}
		.b-biggallery li
		{
			float: left;
			margin: 45px 5% 0 0;
			padding-bottom: 10px;
			width:92px;
			text-align:center;                                                            
		}
			.b-biggallery-item-name
			{
				padding-top: 10px;
				font-size:13px !important;
				font-family:'PFAgoraSerifProRegular';
			}
			.b-biggallery img
			{
				position:relative;
				margin-bottom:15px;
			}
		.b-biggallery .active
		{
			
		}
			.b-biggallery .active 
			{
				width:191px !important;
				margin-top:0 !important;	
			}
				.b-biggallery .active img
				{
					width:191px;
				}

	.b-biggallery-prev
	{
		width: 19px;
		height: 84px;
		background:url('../i/newsblock_a.png') -19px 0 no-repeat ;
		cursor: pointer;
		position: absolute;
		left: 30px;
		top: 90px;
		z-index: 11;
	}
	.b-biggallery-next
	{
		width: 19px;
		height: 84px;
		cursor: pointer;
		position: absolute;
		top: 90px;
		right: 30px;
		z-index: 11;
		background:url('../i/newsblock_a.png') 0 0 no-repeat ;
	}


/*======= footer ================*/
#b-footer
{
	width: 100%;
	background:url('../i/footer-bg2.png') center top no-repeat;
	margin-top:-25px;
	position:relative;
	z-index:300;
}
.l-wrap
{
	min-width: 1000px;
	max-width: 1500px;
	margin: auto;
	position: relative;	
}

.l-wrap-content
	{
		position: relative;
		padding: 75px 30px 0 30px;
		min-height: 150px;
		font-family:arial;
	}

	.b-footer-menu
	{
		position: relative;
		width: 340px;
		float: left;
		padding-top: 40px;
		background: url('../i/footl.png') 0 0 no-repeat;		
	}
		.b-footer-menu ul
		{
			list-style:none;
			margin: 0px;
			padding: 0px;
			font-size:11px;
			line-height:20px;
		}
			.b-footer-menu ul li
			{
				margin-bottom: 5px;
				width: 170px;
				float: left;
			}
		.b-footer-create-logo
		{
			background:url('../i/footlogo.png') left top no-repeat;
			padding-left:42px;
			height:50px;
			font:11px;
			margin-top:12px;
			position:relative;
		}
			.flog
			{
				position:absolute;
				left:0;
				top:0;
				width:35px;
				height:32px;
			}
		.b-footer-contact
		{
			width: 218px;
			position: absolute;
			left:50%;
			top:75px;
			margin-left: -87px;
			font-size:11px;
		}
			.b-footer-contact p
			{
				margin-bottom: 9px;
				color:#6b7276;
			}
			.b-footer-contact .b-footer-contact-phone
			{
				position: relative;
				color: #6b7276;
				left:auto;
				top:auto;
				margin-bottom:6px;
				font-size: 31px !important;
				margin-top: -3px;
				font-weight: bold;	
			}
				.b-footer-contact-phone sup
				{
					font:normal 11px arial !important;
					top: 8px;
					position: absolute;
					left:-45px;
				}
				* + html .b-footer-contact-phone sup
				{
					left:-38px;
				}
				.b-footer-contact-phone sup
				{
					left:-38px\0/;
				}



		.b-footer-create
		{
			width: 280px;
			float: right;
			font-size: 11px;
			min-height: 120px;
		}
			.b-footer-create p
			{
				margin-bottom:35px;
				color:#6b7276;
			}
		.b-footer-project
		{
			text-align: center;
			font:12px Georgia;
			padding:65px 0 40px 0;
			background: url('../i/footprj.gif') center 25px no-repeat;
			width: 100%;
		}
			.b-footer-project a
			{
				display: inline-block;
				margin: 0px 8px;
				
			}
			.b-footer-project span
			{
				display: inline-block;
				margin: 0px 8px;
				color:#6b7276;
			}

/*============= b-content-photogallery ========*/
	#sortable 
	{ 
		margin-top:-11px; 
	}

	.b-content-photogallery
		{
			list-style-type:none;
			padding-top:10px;
		}
			.b-content-photogallery .l-content-photogallery-item	
			{
				width: 22%;
        		margin-bottom:34px;
        		margin-right:2%;
        		display: -moz-inline-stack;
        		display: inline-block;
        		vertical-align: top;
        		zoom: 1;
        		*display: inline;
        		float:none;
        		       		
			}
				.l-content-photogallery-item-hover
				{
					height:200px;
					width:200px;
					padding:11px;
					display:block;
					margin:0 auto;
					
				}
				.l-content-photogallery-item-hover:hover
				{
					background:url('../i/hover.png') left top repeat;
					cursor:move;
				}
				.l-content-photogallery-item div
				{
					position:relative;
				}
										
					.l-content-photogallery-item img
					{
						margin-bottom:13px;
						border:4px white solid;
					}
				.l-content-photogallery-item .l-gallety-item-admin
				{
					padding-bottom:12px;
					padding-top:6px !important;
				}
	
	.paginator
	{
		padding: 0 0 20px 30px;	
		color:#6b7276;	
	}
		.paginator strong
		{
			display: inline-block;
			margin-right:10px;
			font-weight: normal;
		}
		.paginator a
		{
			display: inline-block;
			height: 24px;
			color:#6b7276;
			background: url('../i/pag-l.png') 0 0 no-repeat;
			padding-left: 6px;
			font:14px arial;
			margin: 0px 2px;
			text-decoration:none;
		}
			.paginator a span
			{
				display: inline-block;
				height: 20px;
				background: url('../i/pag-r.png') right 0 no-repeat;
				padding: 4px 8px 0 2px;
			}
		.paginator .selected
		{
			display: inline-block;
			padding: 0 4px;
			font-weight: bold;
		}

/*============= edit blocks ==================*/
.l-editblock
{
	position:relative;
	display:inline-block;
	left:50%;
	margin-left:-225px;
}
	* + html .l-editblock
	{
		width:675px;			
	}
	.l-editblock h1
	{
		display:inline-block;
		float:left;
		margin-right:20px;
	}

#menuadd
{
	display:inline-block;
}

.editblock
{
	background: url('../i/editblock-l2.png') 0 0 no-repeat;
	position: relative;
	height: 25px;
	font-family:helvetica;
	color: white !important;
	cursor: pointer;
	padding-left: 10px;
	margin-top:2px;
}
	.editblock-r
	{
		background: url('../i/editblock-r.png') right 0 no-repeat;		
		display: inline-block;
		height: 25px;
		padding-right: 12px;
		margin-right: -4px;
		float: left;
		position: relative;
	}
		* + html .editblock-r
		{
			margin-right: -6px !important;			
		}
		.editdeleter
		{
			position: absolute;
			top:0;
			right:-80px;
			padding-left: 0px !important;
			background: none !important;
			border-bottom: 1px dashed #950000;
			color:#950000;
		}	
			.editdeleter:hover
			{
				border:0 !important;
			}
		.editblock-r span
		{
			padding:5px 0 0 19px;
			display: inline-block;
			background-image: url('../i/editicons.png');
			background-repeat: no-repeat;
		}
		.edit .editblock-r span
		{
			background-position:0 -25px;
		}
		.plus .editblock-r span
		{
			background-position:0 7px;		
			display: block;	
		}

.l-gallety-item-admin
{
	display:block;
	padding-top:10px;
}
	.l-gallety-item-admin a
	{
		display: inline-block;	
		text-decoration:none !important;
		font-size:13px !important;	
	}
	.l-gallety-item-admin-change
	{
		color:black;
		border-bottom:1px black dashed;	
		margin-right:15px;
	}
	.l-gallety-item-admin-delete
	{
		color:red;
		border-bottom:1px red dashed;	
	}
		.l-gallety-item-admin-change:hover, .l-gallety-item-admin-delete:hover
		{
			border-bottom:0;	
		}


/*============ forms ===================*/
.forms
{
font-family:"Helvetica Neue","Helvetica";
font-size:13px;
}

	.txtinp
	{
		background:url('../i/txtinp-l.gif') left top no-repeat;
		height:26px;
		display:inline-block;
		margin-bottom:9px;
		font-family:"Helvetica Neue","Helvetica" !important;
		font-style: italic !important;
		font-size:13pt !important;
		padding:0 0px 0 12px;
	}
	* + html .txtinp
	{
		background:url('../i/txtinp-l.gif') left top no-repeat;
		height:26px;
		display:inline-block;
		padding:0 0 0 11px;
	}
		.txtinp input
		{
			font-family:"Helvetica Neue","Helvetica" !important;
			font-style: normal !important;
			font-size:13px !important;
			height:26px;
			border:0;
			float:left;
			padding-right:12px;
			width:100%;
			color:#333 !important;
			background:url('../i/txtinp-r.gif') right top no-repeat;
		}
		* + html .txtinp input
		{
			height:26px;
			padding:0 10px 0 0;
			border:0;
			float:left;
			background:url('../i/txtinp-r.gif') right top no-repeat;
		}
	
	.i163 input
	{
		width:163px;
		float:left;
	}

	.i290 input
	{
		width:290px;
		float:left;
	}
	.i225 input
	{
		width:225px;
		float:left;
	}
	.i603 input
	{
		width:603px;
		float:left;
	}
	.i27 input
	{
		width:27px;
		float:left;
	}
.formexit
{
	width:19px;
	height:19px;
	background:url('../i/formexit.png') 0 0 no-repeat;
	display:inline-block;
	position:absolute;
	top:-13px;
	right:-13px;
	cursor:pointer;
}
.forms h1
{
	font-size:16px;
	color:#333;
	margin-bottom:25px;
	text-transform:uppercase;
	text-align:left !important;
	font-family:"Helvetica Neue","Helvetica" !important;
	line-height:18px;
	font-weight:bold;
	
}
.forms label
{
	width:105px;
	padding-top: 4px;
	display:inline-block;
	float:left;
	font-family:"Helvetica Neue","Helvetica";
}

	.inpchoose
	{
		width:97px;
		opacity:0;
		filter: alpha(opacity='0');
		cursor:pointer;
		position:absolute;
		left:0;
		height:29px;
		top:0;
	}
.txtarr-314
{
	width:294px;
	float:left;
	height:271px;
	background:url('../i/txt-314.gif') right top no-repeat;
	margin-bottom:18px;
	padding:5px 10px 10px 10px;
}	
	.txtarr-314 textarea
	{
		width:294px;
		height:271px;
		border:0;
		resize:none;
		background:transparent;
		line-height:18px !important;
		font-family:arial !important;
	}
.txtarr-628
{
	width:608px;
	float:left;
	height:283px;
	background:url('../i/txt-628.gif') right top no-repeat;
	margin-bottom:18px;
	padding:5px 10px 10px 10px;
}	
	.txtarr-628 textarea
	{
		width:608px;
		height:283px;
		border:0;
		resize:none;
		background:transparent;
		line-height:18px !important;
		font-family:arial !important;
	}
	
	.formsend
	{
		width:107px;
		height:29px;
		border:0;
		cursor:pointer;
		display:inline-block;
		background-image:url('../i/formbuttons.png');
		background-repeat:no-repeat;
		background-position: 0 0;
		background-color:#f5f8f9;
		outline:none;
		float:left;	
	}	
		.formsend:hover
		{
			background-position: 0 -28px;		
		}
		.formsend:active
		{
			background-position: 0 -57px;
		}
	.formclose
	{
		width:90px;
		height:28px;
		border:0;
		cursor:pointer;
		display:inline-block;
		background-image:url('../i/formbuttons.png');
		background-repeat:no-repeat;
		background-position: -111px 0;
		background-color:#f5f8f9;
		outline:none;
		float:left;	
	}	
		.formclose:hover
		{
			background-position: -111px -28px;		
		}
		.formclose:active
		{
			background-position: -111px -57px;
		}

/*======= other classes =========*/
.clear
{
	clear:both;
}
.nobground
{
	background:none !important;
}
.ta-center
{
	text-align:center;
	position:relative;
}
.mb0
{
	margin-bottom:0 !important;
}
.ml15
{
	margin-left:15px;
}
.ml105
{
	margin-left:105px;
}
.ml115
{
	margin-left:145px !important;
	left:0 !important;
}
	* + html .ml115
	{
		width:375px;
		margin-left:200px !important;	
	} 
.fs-30
{
	font-size:30px;
	line-height:22px;
}

/* clearfix */	
.clearfix:after 
{
	visibility: hidden;
	display: block;
	content: ".";
	font-size: 0px;
	clear: both;
	height: 0;
}

* + html .clearfix { zoom: 1; } /* IE7 */
