img, div, td { behavior: url(iepngfix.htc) }

body { background-image:url(images/bg.jpg); margin-left:0; margin-right:0; margin-top:50; margin-bottom:0; background-position:top; background-repeat:repeat-x; background-color:#f4f3f3;}
.bottomtd{ font-family: arial; font-size: 11px; color:  #333333; font-style: none;font-weight: none; line-height: normal; text-decoration: none;}
.bottom{ font-family: arial; font-size: 11px; color:  #333333; font-style: none;font-weight: none; line-height: normal; text-decoration: none;}
.bottom:hover { font-family: arial; font-size: 11px; color: 333333;font-style: none; font-weight: none;line-height: normal; text-decoration:underline; }

IMG.left-floating {
	float: right;
	padding-left: 10px;
}

.right-floating {
	float: left;
	padding-right: 10px;
}

.white-header { font-family: "Trebuchet MS"; font-size: 19px; color:#FFFFFF; font-weight: bold; text-decoration:none;}
.service { font-family: "Trebuchet MS"; font-size: 25px; color:#FFFFFF; font-weight: normal; text-decoration:none;}
.serviceblue { font-family: "Trebuchet MS"; font-size: 20px; color:#4253A1; font-weight: bold; text-decoration:none;}
.red-header { font-family: "Trebuchet MS"; font-size: 24px; color:#990000;  text-decoration:none;}
.red-price { font-family: "Trebuchet MS"; font-size: 25px; color:#CC0000;  text-decoration:none;}
.red-vat { font-family: "Trebuchet MS"; font-size: 12px; color:#CC0000;  text-decoration:none;}
.red-header2 { font-family: arial; font-size: 20px; color:#990000;  text-decoration:none;}
.ORANGE-header { font-family: "Trebuchet MS"; font-size: 16px; color: #FF0000; font-weight: bold; text-decoration:none;}
.GRAY-header { font-family: "Trebuchet MS"; font-size: 22px; color:#333333; font-weight: bold; text-decoration:none;}

.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight: NORMAL;
	text-decoration:none; line-height:1.4;
}
.bodytext1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	font-weight: NORMAL;
	text-decoration:none; line-height:1.4;
}


/*menucss*/


.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font:11px arial;
width: 143px; /* Main Menu Item widths */
float:left;
}
 
.sidebarmenu ul li{
position: relative;
padding-bottom:2px;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #333333;
text-decoration: none;
padding: 11px;
border:1px #eaeaea solid;

}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-image:url(images/menubg.jpg); /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #333333;
}

.sidebarmenu ul li a:hover{
background-image:url(images/munuhv.jpg);
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 150px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}


 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


/*----------------------*/
/*Pagination*/

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 1px 3px 1px 3px;
	margin: 2px;
	border: 1px solid #cccccc;
	
	text-decoration: none; /* no underline */
	color: #C1070C;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #cccccc;

	color: #C1070C;
}
div.pagination span.current {
	padding: 1px 3px 1px 3px;
	margin: 2px;
		border: 1px solid #cccccc;
		
		font-weight: bold;
		background-color: #C1070C;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 1px 5px 1px 5px;
		margin: 2px;
		border: 1px solid #cccccc;
	
		color: #cccccc;
	}	
	
/*----------------------*/