* {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	background: #33220a;
}

a {
	color: #33220a;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

.main {
	font: 12px/20px verdana, arial;
	color: #33220a;
	width: 814px;
	height: 100%;
	margin: 20px auto;
	background: #f5f5f5 url(images/bg_mainTop.png) no-repeat top center;
}

img.mainPic {
	width: 557px;
	height: 109px;
	margin: 20px 0px 20px 120px;
}

.mainTop {
	height: 135px;
}

.logo {
	height: 135px;
	width: 400px;
	float: left;
	background: url(images/logo.png) no-repeat left;
	background-position: 30px 30px;
}

.phone {
	height: 135px;
	width: 414px;
	float: right;
	background: url(images/phone.png) no-repeat right;
	background-position: 130px 40px;
}

.menu {
	text-align: center;
	height: 49px;
	background: url(images/bg_menu.png) repeat-x;
}

.menu a {
	height: 23px;
	display: inline-block;
	color: #cc8829;
	text-decoration: none;
	padding: 16px 15px 10px 15px;
	font: bold 12px tahoma, arial;
}

.menu a:hover {
	background: url(images/bg_menuHov.png) no-repeat top center;
}

h1 {
	color: #33220a;
	font: bold 17px tahoma, arial;
	margin: 30px 0px 20px 60px;
	padding-left: 10px;
	border-left: 4px solid #cc8829;
}

.text p {
	margin: 10px 50px 10px 50px;
}

.pfWeb {
	width: 600px;
	height: 210px;
	margin: 20px auto;
}

.pfWeb img {
	width: 210px;
	height: 160px;
	padding: 2px;
	border: 1px solid #ccc;
}

.pfWeb div {
	width: 220px;
	height: 220px;
	float: left;
	text-align: center;
	font: normal 11px verdana, arial;
	margin: 10px 40px 10px 40px;
}

.pfWeb a {
	font-weight: bold;
	color: #33220a;
}

.pfWeb a:hover {
	text-decoration: none;
}

.img {
	margin-left: 280px;
	margin-top: 35px;
}

p.contact {
	margin-left: 100px;
}

ol {
	margin-left: 100px;
}

.footer {
	height: 19px;
	background: #f5f5f5 url(images/bg_footer.png) no-repeat bottom center;
	font: bold 10px verdana, arial;
	text-align: center;
	padding-top: 25px;
	clear: both;
}

