* {
	margin: 0;
	padding: 0;
}
body {
	font-family: arial, sans-serif;
	font-size: small;
	background: #fff url('./img/body.jpg') repeat-x left top;
	color: #484848;
}
img {
	border-style: none;
}
a {
	color: #340F6F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h3 {
	margin-bottom: 5px;
	font-size: 110%;
}
.invisible {
	display: none;
}
.page {
	width: 990px;
	font-size: 86%;
	padding-bottom: 10px;
}
.header {
	height: 173px;
	background: url('./img/page.jpg') no-repeat left bottom;
	overflow: hidden;
}
.logo {
	position: relative;
	width: 288px;
	float: left;
	height: 60px;
	overflow: hidden;
	font-size: 240%;
}
.logo a {
	display: block;
	width: 288px;
	height: 60px;
	cursor: pointer;
	text-align: center;
	color: #0E2D70;
	padding-top: 15px;
}
.logo span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 288px;
	height: 60px;
	background: url("./img/logo.jpg") no-repeat left top;
}
.topmenu {
	float: right;
	padding: 6px 2px 0 0;
}
.topmenu * {
	vertical-align: middle;
}
.topmenu li {
	display: inline;
	color: #EC3D00;
}
.topmenu li a {
	text-transform: uppercase;
	padding: 0 11px;
}
.mainmenu {
	height: 24px;
	margin: 1px 0 0 5px;
	background: url("./img/mainmenu.jpg") no-repeat left top;
	padding-left: 27px;
	float: left;
}
.page>.mainmenu {
	margin: 1px 0 0 10px;
}
.mainmenu li {
	float: left;
	list-style-type: none;
	padding-right: 27px;
	background: #BD2474 url("./img/mainmenuli.jpg") no-repeat right top;
}
.mainmenu li.last {
	background: #BD2474 url("./img/last.jpg") no-repeat right top;
}
.mainmenu li a img {
/* cursor: pointer for Opera */
	cursor: pointer;
	float: left;
}
.flags {
	float: right;
	padding: 1px 7px 0 0;
	width: 70px;
}
.flags li {
	display: inline;
}
.flags li a img {
	float: right;
	margin-left: 1px;
}
.main {
	margin-top: 20px;
	background: url("./img/main.jpg") repeat-y left top;
	width: 983px;
}
.left, .right {
	width: 374px;
	float: left;
	overflow: hidden;
	margin-right: 18px;
}
.right {
	width: 558px;
	margin-right: 0;
	background: #E8E8E8 url("./img/right.jpg") repeat-x left top;
	padding: 0 15px 15px 18px;
	text-align: justify;
}
.cleaner, .footer {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
.footer {
	height: 25px;
	background: #BD2474 url("./img/footer.jpg") repeat-x left top;
}
.preload {
	visibility: hidden;
}

.main-text, .site-text, .support-text {
	margin-top: 20px;
	width: 983px;
	background: url("./img/left3.gif") no-repeat left top;
	height: 350px;
}
.site-text {
	background: url("./img/left2.gif") no-repeat left top;
}
.support-text {
	background: url("./img/left4.gif") no-repeat left top;
}
.left-menu {
	height: 350px;
}
.page>.main-text, .page>.site-text, .page>.left-menu, .page>.support-text{
	min-height: 350px;
	height: auto;
}
.products-text, .default {
	margin-top: 20px;
	width: 983px;
}
.text-box, .products-box {
	width: 743px;
	background: #E8E8E8 url("./img/right.jpg") repeat-x left top;
	padding: 15px;
	text-align: justify;
	overflow: hidden;
	font-size: 110%;
	margin-left: 210px;
}
.products-box {
	float:left;
	margin-left: 0;
}
.text-box h2, .products-box h2, .default-text h2 {
	text-align: left;
	color: #bf2575;
	font-size: 140%;
	/*text-transform:uppercase; */
	margin-bottom: 10px;
}
.text-box p, .products-box p {
	margin-bottom: 10px;
}
#tablenews {
	width: 100%;
}
.left-menu {
	width: 200px;
	background: #E8E8E8 url("./img/right.jpg") repeat-x left top;
	float: left;
	margin-right: 10px;
}
#leftmenu {
	width: 200px;
	background: url("./img/dot.gif") no-repeat left top;
}
#leftmenu li {
	list-style-type: none;
}
#leftmenu li a, .CMSListMenuLinkHighlighted {
	background: url("./img/dot.gif") no-repeat left bottom;
	display: block;
	width: 180px;
	padding: 4px 10px;
	margin: 0;
	color: #484848;
}
#leftmenu li ul li a, #leftmenu li ul li .CMSListMenuLinkHighlighted  {
	padding: 4px 10px 4px 20px;
	width: 170px;
}
#leftmenu li ul li ul li a, #leftmenu li ul li ul li .CMSListMenuLinkHighlighted  {
	padding: 4px 10px 4px 30px;
	width: 160px;
}
#leftmenu li a:hover {
	background-color: #bf2575;
	color: #FFFFFF;
	text-decoration: none;
}
.CMSListMenuLinkHighlighted {
	font-weight: bold;
}





/* ############# EDIT MODE BUTTONS ################ */

.CMSEditModeButtons
{
	border: 1px solid black;
	background: white;
	cursor: hand;
	font-size: 12px;
	font-weight: bold; 
	position:absolute;   
}

.CMSPageManager
{
	border: 1px solid darkgray;
	padding: 3px 3px 3px 3px;
	display: block;
	width: 100%;
	background-color: #EEEEEE;
	margin-bottom: 10px;
}

.CMSPageManager A
{
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}
.CMSPageManagerLabel
{
	text-align: right;
}
.CMSPageManagerTDlabel
{
	padding-left: 10px;
}
.CMSEditableRegion
{
	background-color: white;
	border: 1px dotted red;
	text-decoration: none;
	font-weight: normal;
}
.CMSSiteMapList, .text-box ul {
	margin-left: 20px;
}
.CMSSiteMapList li {
	list-style-type: square;
	padding: 1px 0;
	color: #bf2575;
}
 .text-box li {
	list-style-type: square;
}
#tablenews td {
	padding-top: 8px;
}
#tablenews div {
	padding-bottom: 8px;
	border-bottom: 1px solid #BEBEBE;
}
.default-text {
	float: left;
	width: 460px;
	margin-right: 10px;
}
.default-news {
	float: left;
	width: 273px;
	background: #E8E8E8 url("./img/right.jpg") repeat-x left top;
	padding: 15px;
}
#tablenews td {
	padding-top: 8px;
}
.news {
	margin-bottom: 10px;
}
.news em {
	font-weight: bold;
}
.news h3 {
	font-size: 105%;
}
 .default-text p {
	margin-bottom: 10px;
	font-size: 110%;
}
.cat-number strong, .item-description {
	color: #bf2575;
	font-weight: bold;
}
.item {
	background: url("./img/dotline.gif") repeat-x bottom;
	padding-bottom: 5px;
	width: 100%;
}
.item-img, .catalogue-item img {
	float: left;
	margin-right: 10px;
}
.download {
	list-style: none;
	margin: 10px 0;
}
.download li {
	margin: 0;
	padding: 0;
	height: 20px;
}
.long-description {
	margin: 10px 0;
}
.long-description ul {
	margin-left: 17px;
}
.long-description ul li {
	list-style-type: square;
}
.catalogue-item {
	background: url("./img/dotline.gif") repeat-x bottom;
	padding: 10px 0;
	width: 100%;
}
.select-category {
	margin: 20px 40px 10px 0;
	float: left;
}
.download {
	margin: 25px 0 0 0;
	float: left;
}
.download a {
	margin-right: 5px;
}

