* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	padding-bottom: 10px;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
}
.clr {
	clear: both;
	font-size: 1px;
}
.page {
	margin: 0 auto;
	width: 1020px;
	text-align: left;
	background: url(assets/bg.gif) repeat-y center center;
}
.header {
	background: url(assets/bg_header.gif) no-repeat center top;
	text-align: center;
	padding-top: 20px;
}
.rolltext {
	line-height: 2em;
	color: #666;
	padding-left: 22px;
	padding-right: 22px;
	text-transform: uppercase;
}
.rolltext big {
	font-size: 120%;
}


.menubox {
	background: url(assets/menu_left.gif) no-repeat left center;
	padding-left: 27px;
	margin: 0 22px;
	height: 31px;
}
.menubox div {
	position: absolute;
	z-index: 99;
	background: url(assets/menu_right.gif) no-repeat right center #c00010;
	height: 31px;
	width: 949px;
}

ul.menu { list-style: none;	margin: 0;	padding: 0;}
ul.menu * {margin:0; padding:0;}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:left;}
ul.menu ul {position:absolute; top:31px; left:-1px; background:#d1d1d1; display:none; opacity:0; list-style:none;}
ul.menu ul li {position:relative; width:154px; margin:0; border-top: 1px solid #fff; border-left: 1px solid #fff}
ul.menu ul li a {display:block; padding:5px 7px 5px; background-color:#d1d1d1}
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:154px; top:-1px; width: 250px;}
ul.menu ul ul li {width: 250px;}
ul.menu .menulink {height: 22px; padding: 9px 7px 0 7px; font-weight:bold; background-color: #c00010; color: #fff; width:140px; text-transform: uppercase; font-size: 7pt;}
ul.menu .menulink:hover, ul.menu .menuhover {background-color: #cb3844}
ul.menu .sub {background:#d1d1d1 url(assets/arrow.gif) 142px 8px no-repeat}
ul.menu .topline {}


.context {
	padding: 20px 22px;
}
.context a {
	color: #c00010;
	text-decoration: underline;
}
.context a:hover {
	text-decoration: none;
}

.leftcol {
	position: relative;
	float: left;
	width: 780px;
}
.rightcol {
	position: relative;
	float: left;
	width: 180px;
	margin-left: 16px;
}
.rightcol h3 {
	color: #c00010;
	text-transform: uppercase;
	padding-left: 15px;
	font-size: 8pt;
}
.footer {
	height: 125px;
	background: url(assets/footer.gif) no-repeat;
}
.footer_text {
	text-align: center;
	color: #777;
	font-size: 90%;
	padding: 5px 0 10px 0;
}


.cross th {
	padding: 10px 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
.cross td {
	padding: 10px 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.cross th {
	color: #c00010;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	width: 160px;
}
.cross td p {
	color: #666;
	text-align: justify;
}
.cross .lr { border-right: none !IMPORTANT; }
.cross .lb td, .cross .lb th { border-bottom: none !IMPORTANT; }

.rounded-red {
	background: url(assets/corner-lt.png) no-repeat left top #c00010;
}
.rounded-red div, .rounded-red center {
	padding: 6px 8px;
	background: url(assets/corner-rb.png) no-repeat right bottom;
	color: #fff;
}
.rounded-red a {
	color: #fff !IMPORTANT;
}

.rounded-gray {
	background: url(assets/corner-lt.png) no-repeat left top #ddd;
}
.rounded-gray div, .rounded-gray center {
	padding: 6px 8px;
	background: url(assets/corner-rb.png) no-repeat right bottom;
}

.rounded-dgray {
	background: url(assets/corner-lt.png) no-repeat left top #999;
}
.rounded-dgray div, .rounded-dgray center {
	padding: 6px 8px;
	background: url(assets/corner-rb.png) no-repeat right bottom;
}
.leftcol .path {
	position: relative;
	top: -15px;
}

.leftcol .item {
	border-bottom: 1px dotted #ccc;
	padding: 10px 0 0 0;
}

/* TOTINY */
.leftcol h1 {
	font-weight: normal;
	font-size: 200%;
	padding: 0 0 1em 0;
	color: #999;
	/*text-transform: uppercase;*/
}
.leftcol p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}
.leftcol ul {
	margin: 0 0 1em 24px;
	line-height: 1.5em;
}

.leftcol h2 {
	font-weight: bold;
	font-size: 120%;
	background: url(assets/corner-lt.png) no-repeat left top #999;
	padding: 6px 8px;
	color: #fff;
	margin-bottom: 1em;
}

.leftcol .promo {
	font-weight: normal;
	text-align: center;
	font-size: 150%;
	padding: 0 0 0 0;
	color: #999;
	text-transform: uppercase;
}
.leftcol .promo strong {
	color: #c00010;
}


.leftcol .i-image {
	position: relative;
	float: left;
	width: 180px;
	text-align: center;
}
.leftcol .i-text b, .leftcol .i-text strong {
	font-size: 120%;
}
.leftcol .i-text p {
	margin: 0 !IMPORTANT;
}
.leftcol .i-text {
	width: 600px;
	margin-left: 180px;
}
/* TOTINY */

.producdescr {
	position: relative;
	float: left;
	width: 500px;
	padding-right: 30px;
	border-right: 1px dotted #ccc;
}
.productimage {
	position: relative;
	float: left;
	width: 219px;
	margin-left: 30px;
	
}
