

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*fine Reset*/

body {background-color: #fbfbf0; }
h1{font-size: 40px; font-family:"Times New Roman", serif;}
h2{ font-size: 25px; font-family:"Times New Roman", serif;}
h3{ font-size: 18px; font-family:"Times New Roman", serif; font-weight: bold;}
	p{font-size: 18px; font-family:"Times New Roman", serif;}
	b{font-weight: bold;}

.wrapper{width: 1000px; margin: 0 auto; display: block; }

.wrapper{width: 1000px; margin: 0 auto; display: block; }

.header{ height: 110px; width: 1000px; display: block; }
	.logo{width: 220px; height: 105px; float: left; display: block; background: white; box-shadow: 0px -75px 20px #e6e6dc; border-bottom: 5px solid #e8a125}
		.img-logo{width: 80px; height: 71px; display: block; margin: 17px auto; text-align: center; }
	
	.border{width: 220px; height: 5px; background: #e8a125; float: left;}
	
	.nav { width: 715px; float: left; margin: 61px 0 0 65px; font-family: "Times New Roman", serif; }
		.nav ul{list-style: none; margin: 0; padding:0 ;  }
		.nav li{font-size: 16px; display: inline; margin: 0; padding: 0; }
		.nav a:link, .nav a:visited {float: left; background: white; color: #000; text-decoration: none; padding: 14px; border-bottom: 5px solid #e8a125}
		

		.nav a:hover, .nav a:active, .nav a:focus{background: #f3d092;  color: #000 }
		
		

.content{width: 1000px; float: left; display: block; background: white; border-radius: 3px; border: 1px solid #e6e6e6; margin: 70px 0 0 0; position: relative; }
	.title{ margin: 0 auto; display: block; color: #c2c2c2; text-align: center; margin: 20px 20px; border-bottom: 1px solid #e6e6e6; padding-bottom: 20px;  }
	
	.section{ display: block; }
	.section-left{ width: 480px; float: left; display: block; border-right: 1px solid #e6e6e6; margin: 65px 0;  }
		
		.text-area-d{ padding: 22px 40px; font-style: normal; border-bottom: 1px solid #fff; float: left; margin: 0 10px 0 10px; }
				.title-d{color: white; font: 100%; float: left; display: block; background: #e8a125; padding:10px 190px 10px 10px; font-family:"Times New Roman", serif; font-weight: normal;}
				.summary-d{color: black; font: 100%; float: left; display: block; line-height:25px; font: 100%; margin: 50px 0 0 0;  }
					.summary-d a{ color: #000; text-decoration: none} .summary-d a:hover{color: #737373;} .summary-d a:visited{color: #000;}
				
				
	
	.section-right{width: 480px;  float: left; display: block; margin: 65px 0;  }
		.contacts{ display: block; text-align: center;  margin: 0 auto;  }
					.contacts a:link, a:visited{color: black; text-decoration: none;}
					.contacts a:hover{color: #737373; text-decoration: none;}
					.box-cont{display: block;margin: 70px auto; text-align: center;  }
					.ico-mail{ text-indent:-9999px; display:block; width:46px; height:46px; background: url(../img/sprite.png) no-repeat; background-position: -53px -3px; margin:0 auto;}
					.ico-phone{ text-indent:-9999px; display:block;width:46px; height:46px;background: url(../img/sprite.png) no-repeat; background-position: -53px -53px; margin:0 auto;}



	
.footer{ width: 100%; float: left; display: block; margin: 30px 0 0 0 ; border-top: 5px solid #bababa;}
		.icon{width: 42px; height: 39px; text-align: center; display: block; margin: 20px auto;}
	