/* CSS Document */



body {
	background-image: url(../images/index/body_bg.gif);
	background-repeat: repeat-x;
	}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 950px; /*width of featured content slider*/
	height: 350px;
	margin-top: 10px;
	margin-bottom: 20px;
	}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white;
	width: 950px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}

.pagination{
	width: 950px;
	color: #E3E3E3;
	text-align: center;
	margin-bottom: 25px;
	}

.pagination a{
	text-decoration: none;
	color: #E7E7E7;
	}

.pagination a:hover, .pagination a.selected{
	color: #00A0E8;
	}
	

#news {
	margin-top: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#news th {
	background-image: url(../img/index/icon-news.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 21px;
	text-align: left;
	color: #999999;
	background-color: #FFFFFF;
}
#news th, #news td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
}
.sub {
	margin-bottom: 20px;
	margin-top: 15px;
}
.index-block {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 30px;
}
.index-block h2 {
	margin-top: 30px;
	display: block;
}
.table-merit td  {
	padding: 8px;
}
.table-func td  {
	padding-top: 5px;
	padding-bottom: 5px;
}
.table-price td  {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8EDBFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8EDBFF;
	padding-top: 7px;
	padding-bottom: 7px;
}
.table-price th {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8EDBFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8EDBFF;
	font-weight: bold;
	background-color: #F0F0F0;
	padding-top: 8px;
	padding-bottom: 8px;
}
.table-price {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #8EDBFF;
	border-left-color: #8EDBFF;
}
.blueback {
	background-color: #E8F4FA;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

.style3 {color: #0093DD}
