html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #333333;
}
a:hover {
	color: #00457C;
}

img {
	border: 0;
	text-decoration: none;
}


body {
	color: #D84130;
	font-family: Tahoma, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
code,ul {
	line-height: normal;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}


li {
	list-style-image: none;
	list-style-type: none;
	color: #000;
}

#issues {min-width:516px;}

h1 {
	margin-bottom: 15px;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2,h3 {
	padding-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: normal;
}


.clearer {
	clear: both;
	visibility: hidden;
}

.left {float: left;}

.right {float: right;}


.top {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 280px;
	width: 960px;
}


.header {
	font-size: 1.2em;
	height: 380px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.main {
	margin-right: 0px;
	margin-left: 0px;

}


.container {
	font-size: 1.2em;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center top;
	background-repeat: repeat-y;
	padding:20px 0 0 0;
}

.header .left {
	width: 950px;
	text-align: left;
	padding-left: 20px;
	padding-top: 0px;
	height: 210px;
	
}
.header  .left  p {
	padding-top: 10px;
}

.header .right {
	overflow: hidden;
	width: 516px;
	text-align: right;
	height: 230px;
	padding-top: 13px;
}
.top .header .right a {
	color: #FFFFFF;
}
.top .header .right a:hover {
	color: #7C97AC;
	text-decoration: underline;
}

.header .right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.sidenav {
	float: right;
	width: 350px;
	padding-top: 20px;
}
.sidenav h2 a{
	color: #D12114;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	font-style: normal;
	font-size: 1.2em;
	text-decoration: none;
}
.sidenav h2 a:hover {
	text-decoration: underline;
}



.content {
	float: right;
	width: 905px;
	margin-top: 55px;
	margin-bottom: 20px;
	padding-left: 25px;
	padding-right: 30px;
}
.content .descr {
	color: #004d4d;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
	list-style-type: disc;
	line-height: normal;
	color: #000;
}




.content p
{
	color: #000000;
}
.imgright {
	float: right;
	margin: 10px;
	width: 98px;
	height: 39px;
}

.imgthumbs {
	float: right;
	border: 1px solid #999999;
	padding: 2px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.imgbigright {
	float: right;
	margin-left: 10px;
}



.footer {
	color: #D12114;
	line-height: normal;
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-weight: bold;
	height: 120px;
	background-position: top;
	width:950px;
}
.footer  p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.footer   ul   li {
	padding-left: 10px;
}
.footer #menu {
	width: 400px;
	text-align: center;
	height: 55px;
	position:relative;
	left:300px;
	display:block;
}

.footer  ul  li:first-child {
margin:0;
}
.footer   a   {
	text-decoration: underline;
	color:#333333;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.footer   a:hover   {
	color: #CC3F36;
	text-decoration: underline;

}


div.leftprod
{
	width: 48%;
	float: left;
	background-image: url(images/product-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 10px;
}
div.rightprod
{
	width: 48%;
	float: right;
	background-image: url(images/product-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 10px;
}
div.rightprodimg {
	float: right;
	width: 342px;
	overflow: hidden;
}
div.rightprodimg    p {
	font-family: Verdana, Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size: 9px;
	clear: both;
	text-align: right;
	padding: 10px;
}
.sidenav p {
	padding-left: 10px;
}

