@charset "utf-8";

/*** MESSAGE ***/

a:link,
a:visited,
a:active {
	font-weight:normal;
	text-decoration:none;
	color:#024D60;
        position: absolute;
        z-index: 999;
}
a:hover { color:#990000; }
a:focus { outline:none; }
a:active {
/*	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;*/
}
body {
	color:#1a1a1a;
	background:url('background.jpg') center top no-repeat;
}
h2.title {
	color:#024D60;
	font-size:20px;
	font-weight:bold;
	text-shadow:0 0 5px black;
	text-transform:uppercase;
	margin:0 0 6px;
	behavior:url();
}
div.container {
	position:relative;
	width:767px;
	padding:0 12px;
	background:url('containe.png') left top repeat-y;
	margin:200px auto 0 auto;
}
* html div.container { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='design/product/elements/container-bg.png', sizingMethod='crop'); }
div.container div.container-top {
	position:absolute;
	left:-4px;
	top:-13px;
	width:798px;
	height:47px;
	background:url('containf.png') left top no-repeat;
	font-size:0;
	line-height:0;
}
* html div.container div.container-top { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='design/product/elements/container-top.png', sizingMethod='crop'); }
div.container div.container-bottom {
	position:absolute;
	left:-4px;
	bottom:-12px;
	width:798px;
	height:50px;
	background:url('containg.png') left top no-repeat;
	font-size:0;
	line-height:0;
}
* html div.container div.container-bottom { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='design/product/elements/container-bottom.png', sizingMethod='crop'); }
div.container div.text {
	position:relative;
	padding:25px 50px;
	font-size:14px;
}
div.container div.text ul { margin:10px 30px 0 30px; }
div.container div.text ul li { font-weight:bold; }