
/* general */

body {
	background: #fff url(../img/body-bg.png) ;
	font-family: Georgia, Arial, Helvetica, Sans Serif
}

a, a:visited {
	color: #712532 ;
}

p { 	line-height: 140% ; }

/*** layout ***/

.container {
	width: 936px ;
	margin: 0 auto ;
}

.section1 {
	text-align: center ;
	padding: 40px 0 ;
	height: 468px ;
	line-height: 450%;
}

.section1 h1, .section1 p strong {
	font-size: 1.8em ;
}

.section1 p  {
	padding: 0 0 30px 0 ;
}

.catalog-img {
	float: left ;
	margin: 0 30px 0 0  ;
}

.section2 {
	padding-bottom: 40px ;
	overflow: hidden ;
}

.section2  h3{
	font-size: 2em ;
	color: #712532 ;
}

.section2  p  {
	font-size: 1.2em ;
	line-height: 160% ;
}

.section2  p  {
	font-size: 1.2em ;
	line-height: 160% ;
}

.download-catalog-link {
	font-size: 1.7em ;
	color: #712532 ;
	font-weight: bold ;
}

.section2 .title-catalog-download span { display: none }
.section2 .title-catalog-download  {
 background:transparent url(../img/title-download-catalog.png) no-repeat scroll 218px 0;
height:48px;
width:526px;
}

.section2  h2,
.section2  h3,
.section2  p  {
	margin-bottom: 20px ;
}

.coming-soon {
	position: absolute ;
	left: 100% ;
	margin-left: -205px ;
	top: 40px ;
}

.section1 p.address {
background:transparent url(../img/emhidden.png) no-repeat scroll 100% 0;
padding-right: 200px ;
}


