* {margin:0; padding:0; }
*:focus {outline:none; }

body {
	color:#000;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

img {border:0; }

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
} 
h1 {font-size:50px; }
h2 {font-size:50px; line-height:0.8em; letter-spacing:-1px; margin:75px 0 20px -4px; }
h2.first {margin-top:5px; }
h3 {font-size:1.5em; }
h4 {font-size:1.25em; }
h5 {font-size:1em; }
h6 {font-size:1em; }

big {font-size:20px; }

p {margin-bottom:1em; }

a {color:#2e539a; text-decoration:underline; }
a:hover {text-decoration:none; }

.relative {position:relative; }
.container {overflow:hidden; }
* html .container {zoom:1; }

#main {
	position:relative;
	width:1000px;
}

	.phone {
		text-align:center;
		margin-top:20px;
		background:url(../img/mainpage-sidebar-big-cep.gif) center top no-repeat;
		padding:23px 0 0 0;
	}
		.phone .text {
			background:url(../img/mainpage-phone-bg.gif) center top no-repeat;
			height:96px;
			padding:18px 0 20px 0;
			overflow:hidden;
			font-size:16px;
			color:#ffe359;
		}
		.phone .text strong {
			font-size:20px;
			color:#fff;
		}



#primary {
	position:relative;
	padding-bottom:50px;
}
#primary p {width:500px; }
#primary p.title {
	width:405px;
	color:#666;
	font-size:15px;
}
#primary p.gray {color:#999; }
#primary p.img {width:611px; overflow:hidden; margin:2em 0; }

#primary .footer {margin-top:60px; }
#primary .footer p {margin:1.5em 0; }

#bottom-menu {
	position:absolute;
	left:-289px;
	bottom:62px;
	width:289px;
	font-size:15px;
	line-height:25px;
	background:#525252 url(../img/bottom-menu-bg-top.gif) top no-repeat;
}
#bottom-menu ul {
	width:249px;
	padding:25px 20px;
	list-style:none;
	background:url(../img/bottom-menu-bg-bottom.gif) bottom no-repeat;
}
#bottom-menu .arrow {
	padding-right:10px;
	background:url(../img/bottom-menu-arrow.gif) 100% 3px no-repeat;
}
#bottom-menu a {color:#fff; }
