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

body {
    background: url('img/bkg.jpg');
	margin: 0px;
    text-align: left;
    font-family: Verdana;
    color: #000;
    font-size: 11px;
    line-height: 15px;
}

a:link, a:active, a:visited {
	color: #2896c7;
	text-decoration: none;
}

a:hover {
	color: #2896c7;
	text-decoration: underline;
}

ul {
	margin-left: 20px;
}

.top {
	background: url('img/top.jpg');
	width: 789px;
	height: 125px;
	margin: auto;
}

.menu {
	float: right;
	width: 550px;
	height: 53px;
	padding-top: 72px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	color: #1b2d77;
}

.menu a:link, a:active, a:visited {
	color: #1b2d77;
	text-decoration: none;
}

.menu a:hover {
	color: #1b2d77;
	text-decoration: underline;
}

.logo {
	background: url('img/bkg_line.jpg');
	width: 100%;
	height: 206px;
	text-align: center;
}

.content {
	background: url('img/content.jpg');
	width: 789px;
	margin: auto;
}

.bottom {
	background: url('img/bottom.jpg');
	width: 789px;
	height: 20px;
	padding: 0px;
	padding-top: 36px;
	margin: auto;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.left {
	float: left;
	width: 100%-5px;
	margin: 0px 5px;
}

.right {
	float: right;
	width: 213px;
	margin-right: 5px;
}

.title {
	border-bottom: 1px solid #E8E8E8;
	width: 100%;
	padding-bottom: 3px;
	margin: 5px 0px;
	text-align: left;
	font-size: 17px;
	font-family: Arial;
	font-weight: bold;
	color: #2b97c8;
}

.img {
	border: 3px solid #2e98c8;
	margin-top: 10px;
}

.prod_title {
	font-weight: bold;
	color: #2898ca;
}