* {
	margin: 0;
	padding: 0;
	outline: 0;
	border-width: 0;
	list-style: none;
}

html, body {	
	width: 100%;
	height: 100%; 
	overflow: hidden;	
}

body {
	font: 11px/14px Tahoma,Geneva,Kalimati,sans-serif;
	color: #5B5B5B;
	overflow-y: visible;
	position: fixed;
	background: #4C116F;
}

a {
	color: #5B5B5B;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.m a {
	text-decoration: none;
}

.m a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font: bold 16px/16px Tahoma,Geneva,Kalimati,sans-serif;
	color: #5B9A04;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #5B9A04;
	text-decoration: none;
}

/*h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}*/

input, select, textarea {
	font: 11px/13px Tahoma,Geneva,Kalimati,sans-serif;
	color: #5A2A8A;
}

.green {
	color: #5B9A04;
}

#top-bg1 {
	background: #F6F6F6 url(../img/a4.gif) repeat-x 0 159px;
}

#top-bg2 {
	background: url(../img/a1.png) no-repeat 50% 0;
}

#top {
	margin: 0 auto;
	width: 1000px;
	height: 188px;
	position: relative;
	z-index: 15;
}

#logo {
	position: absolute;
	top: 0;
	left: 18px;
}

#search {
	position: absolute;
	top: 0;
	right: -22px;	
}

#search .bg {
	width: 324px;
	height: 43px;
	background: url(../img/a14a.png) no-repeat;
}

#search .input {
	margin: 6px 0 0 47px;
	float: left;
	display: inline;
	width: 151px;
	height: 16px;
	overflow: hidden;
	position: relative;
	border: 1px solid #5C119E;
}

#search .input label {
	line-height: 13px;
	color: #D3C7DA;
	cursor: text;
	width: 143px;
	position: absolute;
	top: 1px;
	left: 4px;
}

#search .input input {
	color: #D3C7DA;
	margin: 1px 0 0 4px;
	display: block;
	width: 143px;
	background: transparent;
}

#search .submit {
	margin: 3px 0 0 18px;
	float: left;
	width: 57px;
	height: 23px;
	overflow: hidden;
	background: url(../img/a14b.gif) no-repeat;
}

#search .submit button {
	cursor: pointer;
	padding: 0 0 0 150px;
	width: 57px;
	height: 23px;
	background: transparent;
}

/*

#menu {
	width: 1076px;
	position: absolute;
	top: 125px;
	left: -29px;
	z-index: 5;	
}

#menu ul {
	padding: 8px 0 0 26px;
	width: 1030px;
	height: 50px;
	background: url(../img/a5.png) no-repeat;
}

#menu li {
	float: left;
	position: relative;
}

#menu span {
	display: none;
}

#menu .b1 {
	float: left;
	width: 257px;
	height: 36px;
	background: url(../img/m1.png) no-repeat;
}

#menu .selected .b1 {
	background-position: -257px 0;
}

#menu .b2 {
	float: left;
	width: 302px;
	height: 36px;
	background: url(../img/m2.png) no-repeat;
}

#menu .selected .b2 {
	background-position: -302px 0;
}

#menu .b3 {
	float: left;
	width: 161px;
	height: 36px;
	background: url(../img/m3.png) no-repeat;
}

#menu .selected .b3 {
	background-position: -161px 0;
}

#menu .submenu {
	position: absolute;
	top: 36px;
	left: 0px;
	z-index: 10;
}

#menu-1 .submenu {
	left: 3px;
}

#menu-2 .submenu {
	left: -2px;
}

#menu-3 .submenu {
	left: -2px;
}

#menu .submenu div {
	display: block;
	height: 10px;
}

#menu-1 .submenu div {
	width: 257px;
	background: url(../img/m1b.png) no-repeat;
}

#menu-2 .submenu div {
	width: 307px;
	background: url(../img/m2b.png) no-repeat;
}

#menu-3 .submenu div {
	width: 163px;
	background: url(../img/m3b.png) no-repeat;
}

#menu li ul {	
	margin: -1px 0 0;
	padding: 0;
	display: block;
	height: auto;	
	overflow: hidden;
	background: none;
}

#menu-1 .submenu ul {
	width: 257px;
	background: url(../img/m1a.png) repeat-y;
}

#menu-2 .submenu ul {
	width: 307px;
	background: url(../img/m2a.png) repeat-y;
}

#menu-3 .submenu ul {
	width: 163px;
	background: url(../img/m3a.png) repeat-y;
}


#menu li ul li {
	font-weight: bold;
	color: #fff;
	padding: 0 5px;
	float: left;
}

#menu-1 .submenu li {
	width: 247px;
}

#menu-2 .submenu li {
	width: 297px;
}

#menu-3 .submenu li {
	width: 153px;
}

#menu li ul a {
	color: #fff;
	text-decoration: none;
	padding: 4px 0 5px 18px;
	float: none;
	display: block;
	background: url(../img/m.png) repeat-x;
}

#menu li ul a:hover,
#menu li ul .selected a {
	background-color: #608F1E;
}

#menu li ul span {
	display: block;
}
*/

#menu {
	width: 1076px;
	height: 45px;
	position: absolute;
	top: 116px;
	left: -29px;
	z-index: 5;	
}

#menu ul {
	padding: 15px 0 0 17px;
	width: 1058px;
	height: 30px;
	background: url(../img/a5.png) no-repeat;
}

#menu li {
	float: left;
	
	
}

#menu span {
	display: none;
}

#menu .b1 {
	float: left;
	width: 282px;
	height: 28px;
	background: url(../img/m1.png) no-repeat;
}

#menu .b2 {
	margin-left: -29px;
	float: left;
	width: 333px;
	height: 28px;
	background: url(../img/m2.png) no-repeat;
}

#menu .b3 {
	margin-left: -29px;
	float: left;
	width: 181px;
	height: 28px;
	background: url(../img/m3.png) no-repeat;
}

#menu .selected a {
	background-position: 0 -28px;
	position: relative;
	z-index: 5;
}

#menu li ul {
	display: none;
	
	padding: 0;
	width: 735px;
	height: auto;
	position: absolute;
	top: 45px;
	left: 17px;
	background: none;
}

#menu li.selected ul {
	display: block;
}

#menu li li a {
	float: left;
	height: 24px;
	background-position: 0 0 !important;
}

#menu li li.selected a {
	z-index: 15;
	background-position: 0 -24px !important;
}

#menu-1 .i1 {
	width: 193px;
	background: url(../img/m1a.png) no-repeat;
}

#menu-1 .i2 {
	margin-left: -30px;
	width: 189px;
	background: url(../img/m1b.png) no-repeat;
}

#menu-1 .i3 {
	margin-left: -30px;
	width: 177px;
	background: url(../img/m1c.png) no-repeat;
}

#menu-1 .i4 {
	margin-left: -30px;
	width: 125px;
	background: url(../img/m1d.png) no-repeat;
}

#menu-1 .i5 {
	margin-left: -30px;
	width: 171px;
	background: url(../img/m1e.png) no-repeat;
}

#menu-2 .i1 {
	width: 190px;
	background: url(../img/m2a.png) no-repeat;
}

#menu-2 .i2 {
	margin-left: -30px;
	width: 185px;
	background: url(../img/m2b.png) no-repeat;
}

#menu-2 .i2 {
	margin-left: -30px;
	width: 185px;
	background: url(../img/m2b.png) no-repeat;
}

#menu-2 .i3 {
	margin-left: -30px;
	width: 157px;
	background: url(../img/m2c.png) no-repeat;
}

#menu-2 .i4 {
	margin-left: -30px;
	width: 128px;
	background: url(../img/m2d.png) no-repeat;
}

#menu-2 .i5 {
	margin-left: -30px;
	width: 195px;
	background: url(../img/m2e.png) no-repeat;
}

#menu-3 .i1 {
	width: 182px;
	background: url(../img/m3a.png) no-repeat;
}

#menu-3 .i2 {
	margin-left: -30px;
	width: 220px;
	background: url(../img/m3b.png) no-repeat;
}

#menu-3 .i3 {
	margin-left: -30px;
	width: 218px;
	background: url(../img/m3c.png) no-repeat;
}

#menu-3 .i4 {
	margin-left: -30px;
	width: 205px;
	background: url(../img/m3d.png) no-repeat;
}


#bottom-bg {
	width: 100%;
	background: url(../img/a3.gif) repeat-x 0 100%;
}

#bottom-bg1 {
	width: 100%;
	height: 181px;
	overflow: hidden;
	background: url(../img/a2.gif) repeat-x 0 100%;
}

#bottom1 {
	margin: 0 auto;
	padding: 25px 0 0;
	width: 1000px;
	height: 156px;
	position: relative;
	background: url(../img/a8.jpg) no-repeat 100% 0;
}

#bottom1 .bg1 {
	width: 287px;
	height: 181px;
	position: absolute;
	top: 0;
	left: 723px;
	background: url(../img/a7.png) no-repeat;
}

#bottom1 h3 {
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 0 15px;
}

#bottom1 .w {
	margin: 20px 0 0 7px;
	width: 705px;
	overflow: hidden;
}

#bottom1 .w .c {
	color: #fff;
	margin: 0 13px 0 0;
	padding: 0 0 0 83px;
	float: left;
	width: 139px;
	height: 79px;
	overflow: hidden;
	position: relative;
	background: url(../img/a13.png) no-repeat;
}

#bottom1 .w .c a {
	color: #fff;
}

#bottom1 .w .c h4 {
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	margin: 3px 0 0;
}

#bottom1 .w .c .img {
	position: absolute;
	top: 5px;
	left: 7px;
	width: 67px;
	height: 67px;
	overflow: hidden;
}

#bottom1 .w .c img {
	display: block;
}

#bottom1 .w .c .over {
	width: 67px;
	height: 67px;
	position: absolute;
	top: 5px;
	left: 7px;
	z-index: 10;
	background: url(../img/a17.png) no-repeat;
}

#bottom1 .w .c p {
	font-size: 10px;
	line-height: 12px;
	margin: 5px 0 0;
}

#bottom2 {
	color: #fff;
	margin: 0 auto;
	width: 1000px;
	height: 142px;
	position: relative;
	background: url(../img/a9.jpg) no-repeat;
}

#bottom2 a {
	color: #fff;
	text-decoration: none;
}

#bottom2 a:hover {
	text-decoration: underline;
}

#footer {
	width: 1007px;
	height: 45px;
	overflow: hidden;
	position: absolute;
	left: -7px;
	bottom: 0;
	background: url(../img/a10.jpg) no-repeat;
}

#bottom2 .c1 {
	padding: 42px 0 0;
}

#bottom2 .c1 img {
	margin: 0 auto;
	display: block;
}

#bottom2 .c1 a {
	display: block;
	width: 330px;
	height: 35px;
	margin-left: 336px;
}

#bottom2 .c2 {
	float: left;
}

#bottom2 .c2 li {
	text-align: center;
	padding: 20px 0 0;
	float: left;
}

#bottom2 .c2 .i1 {	
	padding-left: 37px;
	width: 91px;
}

#bottom2 .c2 .i2 {	
	padding-left: 25px;
	width: 82px;
}

#bottom2 .c2 .i3 {	
	padding-left: 33px;
	width: 75px;
}

#bottom2 .c3 {
	padding: 20px 52px 0 0;
	float: right;
	
}

#middle-bg {
	margin: -27px 0 0;
	width: 100%;
	background: #F6F6F6;
}

#middle {
	margin: 0 auto;
	width: 1000px;
	background: url(../img/a6.png) repeat-y 100% 0;
}

#middle:after {
	content: ".";
	clear: both;
	display: block;
	width: 1000px;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

#sidebar {
	color: #5A2A8A;
	margin: 0 7px -166px 0;
	padding: 256px 5px 0 4px;
	float: right;
	display: inline;
	width: 261px;	
	overflow: hidden;
	position: relative;
	z-index: 50;
}

.home #sidebar {
	margin: -241px 0 -160px 0;
	padding-right: 8px;
}

.home .sw4  {
	margin: 0 0 0 -3px;
}

.home .sw4 .g {
	width:264px;
}

.sw1 {
	padding: 11px 0 0;
}

.sw1 .bg1 {
	width: 261px;
	background: #F4F4F4 url(../img/a12c.gif) repeat-y;
}

.sw1 .bg2 {
	width: 261px;
	background: url(../img/a12a.gif) no-repeat;
}

.sw1 .bg3 {
	padding: 0 0 7px;
	width: 261px;
	overflow: hidden;
	background: url(../img/a12b.gif) no-repeat 0 100%;
}

.sw2,
.sw3,
.sw4 {
	padding: 12px 0 22px;
	width: 261px;
	overflow: hidden;
	background: url(../img/a12d.gif) no-repeat 16px 100%; 
}

.sw4 {
	overflow: visible !important;
}

.sw1 h3,
.sw2 h3,
.sw3 h3,
.sw4 h3 {
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	color: #5A2A8A;
	text-transform: uppercase;
	padding: 9px 0 0 16px;
}

.sw1 h3 a,
.sw2 h3 a,
.sw3 h3 a,
.sw4 h3 a {
	color: #5A2A8A;
}

.sw1 p,
.sw2 p,
.sw3 p,
.sw4 p {
	margin: 9px 16px 0;
}

.sw1 img {
	margin: 0 auto;
	display: block;
}

.sw1 .img {
	margin: 11px 0 0;
}

.sw1 .m,
.sw2 .m {
	margin: 9px 0 0;
	width: 100%;
	overflow: hidden;
}

.sw1 .m a,
.sw2 .m a {
	font-weight: bold;
	color: #FE5F19;
	margin: 0 16px 0 0;
	padding: 0px 25px 3px 0;
	float: right;
	display: inline;
	background: url(../img/b2.gif) no-repeat 100% 0;
}

.sw2 img {
	margin: 10px 0 0 15px;
}

.sw3 form,
.sw4 form {
	margin: 5px 0 0 16px;
	display: block;
	width: 226px;

}

.sw4 form {
	padding: 17px 0 16px;
}

.sw3 .input,
.sw4 .input {
	float: left;
	width: 136px;
	height: auto !important;
	min-height: 18px;
	height: 18px;
	position: relative;
	background: url(../img/b6b.gif) no-repeat;
}

.sw4 .g {
	width: 270px;
	background: url(../img/bg-1.jpg) no-repeat;
	height: 170px;
}

.sw4 .g2 {
	width: 158px;
}

.sw4 .g p {
	color: #5b5b5b;
}

.sw4 .g p strong {
	color: #5b9a04;
}

#ContactRegion {
	height: 25px;
	padding: 17px 0 0 0;
}

.sw4 .g .selectOver,
.sw4 .g select {
	width: 158px;
	height: 19px;
}

.sw4 .g .selectOver {
	width: 158px;
	height: 19px;
	z-index: 5;
	background: url(../img/input-1.gif)  no-repeat scroll;
	padding: 2px 0 0 2px;
	position: relative;
}


.sw4 .g .selectOver .selection {
	width: 10px;
	height: 13px;
	visibility: hidden;
	position: absolute;
	top: 4px;
	right: 6px;
	background: url(../img/input-2.gif) no-repeat;
}


.sw4 .g .selectOver span {
	cursor: pointer;
	text-align: left;	
	display: block;
	float: left;
	white-space: nowrap;
	padding: 0 0 0 5px;
	color: #5B9A04;
}


.sw4 .g .selectOver ul {
	display: none;
	width: 158px;
	position: absolute;
	top: 19px;
	left: 0px;
	background: #fff;
}

.sw4 .g .selectOver ul.scroll {
	height: 110px;
	overflow: auto;
	overflow-x: hidden;
	padding: 0 0 10px 0;
}


.sw4 .g .selectOver li {
	text-align: left;
	margin: 0;
	width: 158px;
	height: 17px;
	background: #fff;
	padding: 0px;
	line-height: 17px;
}

.sw4 .g .selectOver li a {
	color: #5B9A04;
	text-decoration: none;
	padding: 4px 0 0px 9px;
	display: block;
	width: 148px;
	height: 16px;
	border: 0px;
	z-index: 1000;
	position: relative;
}


.sw4 .g .selectOver li a:hover {
	text-decoration: underline;
}




.sw4 .input {
	background: none;
}

.sw3 .input label {
	line-height: 13px;
	cursor: text;
	width: 126px;
	position: absolute;
	top: 1px;
	left: 5px;
}

.sw4 .input label {
	display: none;
}

.sw3 .input input {
	margin: 1px 0 0 5px;
	display: block;
	width: 126px;
	background: transparent;
}

.sw4 .input select {
	margin: 0px 0 0 0px;
	width: 137px;
	background: #DEDEDE;
	border: 1px solid #A7A7A7;
	color: #5b9a04;
}

.sw3 .submit,
.sw4 .submit {
	margin: 1px 0 0;
	float: right;
	width: 78px;
	height: 20px;
	overflow: hidden;
	background: url(../img/b6.gif) no-repeat;
}

.sw4 .submit {
	width: 63px;
	background: url(../img/b6c.gif) no-repeat;
}

.sw3 .submit button,
.sw4 .submit button {
	cursor: pointer;
	padding: 0 0 0 200px;
	display: block;
	width: 78px;
	height: 17px;
	background: transparent;
}

.sw3 .input .input-error,
.sw4 .input .input-error {
	font-weight: bold;
	padding: 5px 0 0 5px;
}

.sw3 .input label.error {
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 5px;
	display: block;
	position: static;
	top: 0;
	left: 0;
}

.sw3  .sw3a {
	margin: 15px 0px 0px 30px; 
	width: 231px;
}

#content {
	margin: 0 0 0 5px;
	padding: 27px 0 25px;
	float: left;
	display: inline;
	width: 707px;
}

.cw-banner {
	height: 215px;
	width: 986px;
	margin: 0 -279px 0 0;
	overflow: hidden;
	position: relative;
	padding: 29px 0 0 0;

}

.cw-banner .slide {
	height: 194px;
	width: 257px;
	position: absolute;
	top: 0px;
	right: 11px;
}

.cw-banner .txt {
	position: relative;
	z-index: 100;
	height: 194px;
	width: 257px;
}

.cw-banner .mask {
	height: 194px;
	width: 257px;
}

.cw-banner .mask1 {
	background: url(../img/cb-mask1.png) no-repeat 100% 0;
	height: 194px;
	width: 257px;
}

.cw-banner .mask2{
	background: url(../img/cb-mask2.png) no-repeat 100% 0;
	height: 194px;
	width: 257px;
}

.cw-banner .mask3{
	background: url(../img/cb-mask3.png) no-repeat 100% 0;
	height: 194px;
	width: 257px;
}

.cw-banner .w {
	width: 986px;
	height: 224px;
	overflow: hidden;	
	position: relative;
}

.cw-banner .w h3 {
	font-size: 14px;
	color: #5b9a04;
	margin: 30px 0 0 20px;
	float: left;
	display: inline;
	width: 190px;
}

.cw-banner .w p {
	margin: 11px 0 0 20px;
	font-size: 12px;
	color: #5b5b5b;
	float: left;
	clear: left;
	display: inline;
	width: 190px;
}

.cw-banner  .w .m {
	font-size: 11px;
	white-space: nowrap;
	margin-top: 20px;
}

.cw-banner .m a {
	font-weight: bold;
	color: #fe5f19;
	cursor: pointer;
	padding: 0px 0 3px 0;
	float: left;
}

.cw-banner .m img {
	margin: 0 0 0 7px;
	float: left;
}

.cw-banner img.m2 {
	margin: 12px 0 0 7px;
	float: left;
}

.cw-banner  .m span {
	float: left;
}

.cw-banner .img {
	width: 975px;
	height: 194px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.cw-banner h2 {
	position: absolute;
	top: 13px;
	left: 15px;
	z-index: 10;
}


.cw1 {
	width: 707px;
	height: 228px;
	overflow: hidden;
	position: relative;
}

.cw1 .over {
	width: 489px;
	height: 224px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../img/d1a.png) no-repeat;
}

.cw1 .mask {
	background: url(../img/bg1.png) no-repeat 100% 0;
	position: absolute;
	height: 224px;
	width: 218px;
	top: 0px;
	right: 0px;
}

.cw1 .w {
	width: 707px;
	height: 224px;
	overflow: hidden;	
	position: relative;
}

.cw1 .img {
width: 707px;
	height: 224px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.cw1 h2 {
	position: absolute;
	top: 11px;
	left: 13px;
	z-index: 10;
}

.cw1 .w h3 {
	font-size: 14px;
	color: #5b9a04;
	margin: 30px 10px 0 0;
	float: right;
	display: inline;
	width: 190px;
}

.cw1 .w p {
	margin: 11px 10px 0 0;
	font-size: 12px;
	color: #5b5b5b;
	float: right;
	clear: right;
	display: inline;
	width: 190px;
}

.cw1 .w .m {
	font-size: 11px;
	white-space: nowrap;
	margin-top: 20px;
}

.cw1 .m a {
	font-weight: bold;
	color: #fe5f19;
	cursor: pointer;
	padding: 0px 0 3px 0;
	float: left;
}

.cw1 .m span {
	float: left;
}

.cw1 .m img {
	margin: 0 0 0 7px;
	float: left;
}

.cw1 .nav {
	position: absolute;
	top: 201px;
	right: 12px;
	z-index: 10;
}

.cw1 .nav li {
	padding: 0 2px 0 0;
	float: left;
}

.cw1 .nav a {
	font-size: 14px;
	line-height: 14px;
	color: #FE5F19;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	margin: 4px 0 0;
	padding: 2px 5px 0 0;
	float: left;
	width: 21px;
	height: 21px;
	background: url(../img/b5b.png) no-repeat;
}

.cw1 .nav a:hover,
.cw1 .nav .selected a {
	color: #858585;
	margin: 0;
	height: 25px;
	background: url(../img/b5a.png) no-repeat;
}

.cw2 {
	margin: 31px 0 0;
	width: 707px;
	overflow: hidden;
}

.cw2 h2 {
	text-transform: uppercase;
	margin: 0 0 0 16px;
}

.cw2 .w {
	margin: 23px 0 0 16px;
	width: 728px;
	overflow: hidden;
}

.cw2 .c {
	margin: 0 50px 0 0;
	float: left;
	width: 314px;
	overflow: hidden;
}

.cw2 .w h3 {
	font-size: 11px;
	line-height: 14px;
}

.cw2 .w p {
	margin: 9px 0 0;
}

.cw2 .w .date {
	font-size: 10px;
	line-height: 13px;
	color: #9D9D9D;
	margin: 0;
}

.cw2 .w .m {
	width: 100%;
	overflow: hidden;
}

.cw2 .w .m a {
	font-weight: bold;
	color: #FE5F19;
	padding: 0px 25px 3px 0;
	float: right;
	background: url(../img/b2.gif) no-repeat 100% 0;
}

.cw3 {
	margin: 32px 0 0;
	width: 707px;
	background: url(../img/a11b.gif) repeat-y;
}

.cw3 .bg1 {
	width: 707px;
	background: url(../img/a11a.gif) no-repeat;
}

.cw3 .bg2 {
	padding: 0 0 12px;
	width: 707px;
	overflow: hidden;
	position: relative;
	background: url(../img/a11c.gif) no-repeat 0 100%;
}

.cw3 h2 {
	margin: 12px 0 0 16px;
	text-transform: uppercase;
}

.cw3 .w {
	margin: 19px 0 0;
	padding: 0 0 25px;
	width: 707px;
	overflow: hidden;
	position: relative;
	background: url(../img/a11d.gif) repeat-y 235px 0;
}

.cw3 .c1 {
	margin: -3px 0 0 16px;
	float: left;
	display: inline;
	width: 210px;
}

.cw3 .c2 {
	margin: -3px 0 0 23px;
	float: left;
	width: 210px;
}

.cw3 .c3 {
	margin: -3px 0 0 26px;
	float: left;
	width: 210px;
}

.cw3 .w h3 {
	font-size: 11px;
	line-height: 14px;
}

.cw3 .w p {
	margin: 9px 0 0;
}

.cw3 .w .m {
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	z-index: 15;
}

.cw3 .c1 .m {
	right: 481px;
}

.cw3 .c2 .m {
	right: 247px;
}

.cw3 .c3 .m {
	right: 11px;
}

.cw3 .w .m a {
	font-weight: bold;
	color: #FE5F19;
	padding: 0px 25px 3px 0;
	float: right;
	background: url(../img/b3.gif) no-repeat 100% 0;
}

.cw4 {
	margin: -5px -277px 0 0;
	width: 984px;
	height: 218px;
	overflow: hidden;
	position: relative;
	z-index: 20;
	background: url(../img/a15a.png) no-repeat;
}

.cw4 .img {
	margin: 7px 0 0;
	width: 975px;
	height: 194px;
	overflow: hidden;
}

.cw4 .over {
	width: 975px;
	height: 194px;
	position: absolute;
	top: 7px;
	left: 0;
	z-index: 5;
	background: url(../img/a15e.png) no-repeat;
}

.cw4 .i1 {
	position: absolute;
	top: 56px;
	right: 91px;
	z-index: 15;
}

.cw4 .i2 {
	position: absolute;
	top: 123px;
	right: 91px;
	z-index: 15;
}

.cw5 {
	font-size: 12px;
	line-height: 17px;
	margin: 3px 0 0 14px;
	padding-left: 1px;
	width: 684px;
	overflow: hidden;
}

.pagination .disabled {
	display: none;
}

.cw5 .form {
	margin: 0px !important;
}

.cw5 .img {
	margin: 20px 0 0 165px;
	
}

.cw5 .author {
	text-align: right;
	font-style: italic;
}

.cw5 .ta {
	padding: 20px 0 0 0;
}

.cw5 .clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.cw5 h2 {
	color: #5B9A04;
	text-transform: uppercase;
	clear: both;
	cursor: default;
}

.cw5 h3,
.cw5 h4,
.cw5 h5,
.cw5 h6 {
	font-size: 12px;
	line-height: 17px;
	color: #5B9A04;
	padding: 27px 0 0;
	clear: both;
	width: 100%;
}

.cw5 p {
	margin: 17px 0 0;
	cursor: default;
}

.cw5 p img {
	margin: 7px 0 0 15px;
	float: right;
}

.cw5 .imgleft {
	float: left; 
	margin: 0;
	padding-right: 10px;
	width:140px;
}

.cw5 small {
	font-size: 11px;
}

.cw5 ul {
	line-height: 20px;
	padding: 16px 0 0 22px;	
}

.cw5 ul li {
	padding: 0 0 0 18px;
	position: relative;
	background: url(../img/b7.gif) no-repeat 0 7px;
}

.cw5 ol {
	line-height: 20px;
	margin: 16px 0 0 42px;
}

.cw5 ol li {
	list-style: outside decimal;
}

.advice {
	width: 694px;
	overflow: hidden;
	margin: 25px 0 0 0;
	font-size: 11px;
}

.advice  .top{
	overflow: hidden;
}

.advice .left {
	width: 346px;
	margin: 0 32px 0 0;
	float: left;
}

.advice .info {
	width: 310px;
	margin: 0;
	float: left;
}

.advice .info  p {
	padding: 0 0 23px 0;
	line-height: 15px;
}

.advice .left  .box_big {
	width: 347px;
	height: 177px;
	overflow: hidden;
	position: relative;
}

.advice .left  .box_big .bg {
	background: url(../img/box_big_bg.png) no-repeat;	
	width: 347px;
	height: 177px;
}

.advice .left  .box_big .img {
	position: absolute;
	top: 32px;
	left: 10px;
}

.advice .left  .box_big h4 {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 198px;
	height: 32px;
}

.advice .left  .box_big p {
	position: absolute;
	top: 72px;
	left: 162px;
	color: #fff;
}

.advice .left  .box_big .get {
	position: absolute;
	width: 122px;
	height: 29px;
	top: 122px;
	left: 162px;
}

.advice .boxs {
	width: 714px;
	overflow: hidden;
	margin: 3px 0 0 0;
}

.advice .boxs .box  {
	width: 214px;
	height: 132px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 20px 24px 0 0;
}

.advice .boxs .box .bg  {
	background: url(../img/box_bg.png) no-repeat;
	width: 214px;
	height: 132px;
}

.advice .boxs .box h4 {
	position: absolute;
	width: 124p;
	height: 25px;
	right: 0px;
	top: 12px;
}

.advice .boxs .box .img {
	position: absolute;
	width: 84px;
	height: 69px;
	left: 9px;
	top: 27px;
}

.advice .boxs .box  p {
	position: absolute;
	top: 50px;
	left: 100px;
	color: #5b5b5b;
	font-size: 10px;
	line-height: 12px;
	width: 106px;
}

.advice .boxs  .box .get {
	position: absolute;
	width: 85px;
	height: 21px;
	top: 102px;
	left: 100px;
}

.cw5 .m,
.cw5 .m2,
.cw5 .m3 {
	width: 100%;
	overflow: hidden;
}

.cw5 .m a,
.cw5 .m2 a,
.cw5 .m3 a {
	font-weight: bold;
	color: #FE5F19;
	padding: 0px 25px 3px 0;
	float: right;
	background: url(../img/b2.gif) no-repeat 100% 0;
}

.cw5 .m2 a,
.cw5 .m3 a {
	float: left;
}

.cw5 .img1l {
	margin: 22px 0 0 0px;
	padding: 5px;
	float: left;
	width: 71px;
	height: 107px;
	overflow: hidden;
	position: relative;
	background: url(../img/a18a.gif) no-repeat;
}

.cw5 .img2l {
	margin: 17px 22px 0 0px;
	padding: 5px;
	float: left;
	width: 216px;
	height: 127px;
	overflow: hidden;
	position: relative;
	background: url(../img/a18d.gif) no-repeat;
}

.cw5 .img2l .over {
	width: 226px;
	height: 137px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../img/a18e.png) no-repeat;
}

.cw5 .img3r {
	margin: 0 0 0 75px;
	padding: 5px 5px 0;
	float: right;
	display: inline;
	width: 113px;
	height: 113px;
	overflow: hidden;
	position: relative;
	background: url(../img/a18f.gif) no-repeat;
}

.cw5 .img3r .over {
	width: 123px;
	height: 118px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}


.cw5 .img1l img,
.cw5 .img2l img,
.cw5 .img3r img {
	margin: 0;
	float: none;
	display: block;
}

.cw5 .col {
	padding: 0 0 12px;
	width: 684px;
	overflow: hidden;
}

.cw5 .col .c {
	float: right;
	width: 563px;
}

.cw5 dl {
	margin: 27px 0 0;
	width: 684px;
	overflow: hidden;
}

.cw5 dl dt {
	font-weight: bold;
	color: #FE5F19;
	margin: -1px 0 0;
	padding: 8px 0 7px;
	width: 684px;
	overflow: hidden;
	background: url(../img/a19.gif) repeat-x;
}

.cw5 dl dt span {
	padding: 0px 25px 3px 0;
	float: left;
	background: url(../img/b2.gif) no-repeat 100% 0;
}

.cw5 dl dd {
	padding: 0 0 14px;
	width: 684px;
	overflow: hidden;
	position: relative;
	display: block;
}

.cw5 dl dd img {
	float: left;
	margin: 20px 20px 0 0;
}

.cw5 table {
	margin: 17px 0 0;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 11px;
}

.cw5 table th,
.cw5 table td {
	font-weight: normal;
	text-align: left;
	padding: 0 5px;
	background: #E8E8E8;
	border: 1px solid #CBCBCB;	
}

.cw5 table thead th {
	font-weight: bold;
	padding-bottom: 5px;
}

.cw5 table thead {
	font-size: 11px;
}

.cw5 table td.row {
	background: #f8f8f8 ;
}


.cw5 .ros {
	overflow: hidden;
	margin: 30px 0 0 0;
	clear: both;
}

.cw5 .ros img {
	float: left;
	margin: 0 20px 0 0 !important;
}

.cw5 .ros p {
	float: left;
	margin: 0px;
	width: 490px;
}



.cw7 dl {
	margin: 0px 0 0;
	width: 684px;
	overflow: hidden;
}


.cw7 dl dt {
	font-weight: bold;
	color:#5B9A04;
	margin: -1px 0 0;
	padding: 8px 0 7px;
	width: 684px;
	overflow: hidden;
	background: url(../img/a19.gif) repeat-x;
}


.cw7 h3 span {
	color: #FE5F19;
	padding: 0px 25px 3px 0;
	float: left;
	padding: 0 0 15px 0;
}

.cw7 h4 {
	margin-top: 0px important;
}

.cw7 dl dd {
	padding: 0 0 14px;
	width: 684px;
	overflow: hidden;
	position: relative;
}

.cwR {
	cursor: pointer !important;
}

.logotypes {
	margin: 6px 0 0;
	width: 655px;
	overflow: hidden;
}

.logotypes ul {
	margin: 0 !important;
	width: 667px;
	overflow: hidden;
}

.logotypes li {
	margin: 15px 15px 0 0;
	padding: 0 !important;
	float: left;
	width: 150px;
	height: 90px;
	overflow: hidden;
	background: url(../img/a18b.gif) no-repeat !important;
}

.logotypes li div,
.logotypes li a {
	float: left;
	width: 150px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.logotypes li img {
	visibility: hidden;
}

.news {
	width: 655px;
	overflow: hidden;
}

.news .w {
	margin: -1px 0 0;
	padding: 0 0 13px;
	width: 655px;
	overflow: hidden;
	background: url(../img/a19.gif) repeat-x;
}

.news h3 {
	padding-top: 22px;
}

.cw5 .date {
	font-size: 10px;
	line-height: 13px;
	color: #9D9D9D;
	margin: 0;
	clear: both;
}

.form {
	margin: 30px 0 0;
	width: 583px;
	overflow: hidden;
}

.form .bg1 {
	width: 583px;
	overflow: hidden;
	background: url(../img/a20a.gif) no-repeat 165px 11px;
}

.form .bg2 {
	width: 583px;
	overflow: hidden;
	background: url(../img/a20b.gif) no-repeat 165px 11px;
}

.form .bg3 {
	float: left;
	width: 473px;
	overflow: hidden;
	background: url(../img/a20c.gif) no-repeat 165px 11px;
}

.form .input {
	margin: 11px 0 0;
	width: 583px;
	height: auto !important;
	min-height: 19px;
	height: 19px;
}

.form .textarea {
	height: auto !important;
	min-height: 149px;
	height: 149px;
}

.form .bg3 .input {
	width: 473px;	
}

.form .input label {
	font-size: 12px;
	line-height: 14px;
	color: #5B9A04;
	font-weight: bold;
	text-align: right;
	padding: 2px 15px 0 0;
	float: left;
	width: 150px;
}

.form .input input {
	margin: 2px 0 0 6px;
	float: left;
	display: inline;
	display: block;
	width: 406px;
	background: transparent;
}

.form .bg3 .input input {
	width: 296px;
}

.form .input textarea {
	margin: 1px 0 0 6px;
	float: left;
	display: inline;
	width: 411px;
	height: 146px;
	background: transparent;
}

.form .input .input-error,
.form .input label.error {
	font-weight: bold;
	color: #5A2A8A;
	text-align: left;
	padding: 5px 0 0 171px;
	display: block;
	float: none;
	clear: both;	
	width: 412px;
}

.form .input .input-error * {
	font-weight: bold;
	color: #5A2A8A;
	margin: 0;
	padding: 0;
	display: inline;
	float: none;
}

.form .submit {
	margin: 13px 10px 0 0;
	float: right;
	display: inline;
	width: 59px;
	height: 17px;
	overflow: hidden;
	background: url(../img/b6d.gif) no-repeat;
}

.form .submit button {
	cursor: pointer;
	padding: 0 0 0 100px;
	width: 59px;
	height: 17px;
	background: transparent;
}

.cw6 {
	margin: 47px 0 0;
	width: 707px;
	background: url(../img/a16b.gif) repeat-y;
}

.cw6 .bg1 {
	width: 707px;
	background: url(../img/a16a.gif) no-repeat;
}

.cw6 .bg2 {
	padding: 0 0 13px;
	width: 707px;
	overflow: hidden;
	background: url(../img/a16c.gif) no-repeat 0 100%;
}

.cw6 dt {
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #5B9A04;
	text-transform: uppercase;
	padding: 14px 0 19px 15px;
}

.cw6 dd {
	margin: 0 0 0 16px;
	width: 695px;
}

.cw6 li {
	margin: 0 16px 0 0;
	float: left;
	width: 122px;
	height: 76px;
	overflow: hidden;
	position: relative;
}

.cw6 li .over {
	cursor: pointer;
	width: 122px;
	height: 76px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background: url(../img/a18c.png) no-repeat;
}

.cw6 li img {
	float: left;
}

.cw6 .jcarousel-container {	
	width: 679px;
	height: 77px;
	position: relative;
}

.cw6 .jcarousel-clip {
	margin: 0;
	padding: 0;
	width: 679px;
	height: 76px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.cw6 .jcarousel-list {	
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.cw6 .jcarousel-prev,
.cw6 .jcarousel-next {
	cursor: pointer;
	width: 12px;
	height: 122px;
	position: absolute;
	top: 0;
	z-index: 3;
	
	
	display: none;
}

/*.cw6 .jcarousel-prev {
	left: 12px;	
	background: url(../img/bg2c.gif) no-repeat 0 50%;
}

.cw6 .jcarousel-next {
	right: 12px;
	background: url(../img/bg2d.gif) no-repeat 0 50%;
}

.cw6 .jcarousel-prev-disabled,
.cw6 .jcarousel-next-disabled {
	display: none !important;
}*/


.pagination {
	font-size: 12px;
	line-height: 17px;
	margin: 20px 0 0 15px;
	width: 655px;
	overflow: hidden;
}

.pagination a {
	text-decoration: none;
}

.pagination a:hover {
	text-decoration: underline;
}

.pagination .prev {
	float: left;
	width: 200px;
}

.pagination .next {
	text-align: right;
	float: left;
	width: 200px;
}

.pagination .prev a, 
.pagination .next a,
.pagination .pages span {
	font-weight: bold;
	color: #FE5F19;
	display: inline;
}

.pagination .prev a {
	padding: 0 0 3px 25px;
	float: left;
	background: url(../img/b8.gif) no-repeat 0 0;
}

.pagination .next a {
	padding: 0 25px 3px 0;
	float: right;
	background: url(../img/b2.gif) no-repeat 100% 0;
}


.pagination .pages {
	text-align: center;
	float: left;
	width: 255px;
}

.pagination .pages a,
.pagination .pages span {
	padding: 0 5px;
}

.breadcrumbs {
	padding: 0px 0 25px 17px;
}

.slider-bg {
	width: 602px;
	background: url(../img/scroll-bg.gif);
	margin: 20px 0px 0px 40px;
}

.ui-widget-header {
	background: red;
	color:#222222;
	position: relative;
	height: 17px;
	float: left;
	background: url(../img/scroll-bg2.gif);
}

.ui-slider {
	color:#222222;
	height: 20px;
	width: 590px;
	position: relative;
}


.ui-slider-handle {
	cursor:default;
	position:absolute;
	z-index:2;
	background: url(../img/scroll-button.gif);
	width: 17px;
	height: 17px;
	font-weight:normal;
}

#demo-frame > div.demo { 
	padding: 10px !important; 
}

.mapa {
	margin: 10px 0 0;
	width: 684px;
	overflow: hidden;
}

.mapa .c1 {
	float: left;
}

.mapa .c2 {
	margin: 12px 0 0;
	float: right;
	width: 150px;
}

.mapa .c2 p {
	font-size: 11px;
}

.mapa .c2 ul {
	margin: 21px 0 0;
	padding: 0 0 0 35px;
	height: 219px;
	background: url(../img/skala.gif) no-repeat;
}

.mapa .c2 li {
	padding: 0;
	height: 20px;
	background: none;
}

.map .img {
	float: left;
	margin: 20px 0 0 0;
}

.map .txt {
	float: left;
	width: 300px;
	padding: 0 0 0 10px;
}

.reg-map {
	overflow: hidden;
	margin: 0 auto;
	width: 520px;
}

.reg-map .image {
	margin: -4px 0 0 0px;
	overflow: hidden;
	width: 510px;
	height: 315px;
	position: relative;
	background: url(../img/reg_tab.jpg) no-repeat 0px 0px;
}

#flash-calendar {
	width: 510px;
	overflow: hidden;
}

.reg-map .image .links {
	z-index: 100;
	position: relative;
	overflow: hidden;
	width: 510px;
	height: 305px;
	margin: -20px 0 0 0;
}

.reg-map .image .l1 {
	position: absolute;
	left: 30px;
	top: 46px;
	display: block;
	width: 80px;
	height: 14px;
	z-index: 1000;
}

.reg-map .image .l2 {
	position: absolute;
	left: 30px;
	top: 62px;
	display: block;
	width: 80px;
	height: 14px;
}

.reg-map .image .l3 {
	position: absolute;
	left: 30px;
	top: 78px;
	display: block;
	width: 80px;
	height: 14px;
}

.reg-map .image .l4 {
	position: absolute;
	left: 30px;
	top: 94px;
	display: block;
	width: 80px;
	height: 14px;
}

.reg-map .image .l5 {
	position: absolute;
	left: 30px;
	top: 111px;
	display: block;
	width: 80px;
	height: 14px;
}

.reg-map .image .l6 {
	position: absolute;
	left: 30px;
	top: 126px;
	display: block;
	width: 80px;
	height: 14px;
}


.reg-map .image .l7 {
	position: absolute;
	left: 30px;
	top: 143px;
	display: block;
	width: 80px;
	height: 14px;
}


.reg-map .image .l8 {
	position: absolute;
	left: 30px;
	top: 158px;
	display: block;
	width: 80px;
	height: 14px;
}


.reg-map .image .l9 {
	position: absolute;
	left: 30px;
	top: 175px;
	display: block;
	width: 80px;
	height: 14px;
}



.reg-map .image .l10 {
	position: absolute;
	left: 30px;
	top: 190px;
	display: block;
	width: 80px;
	height: 14px;
}



.reg-map .image .l11 {
	position: absolute;
	left: 30px;
	top: 206px;
	display: block;
	width: 80px;
	height: 14px;
}

.reg-map .image .l12 {
	position: absolute;
	left: 30px;
	top: 224px;
	display: block;
	width: 80px;
	height: 14px;
}


.reg-map .image .l13 {
	position: absolute;
	left: 30px;
	top: 240px;
	display: block;
	width: 80px;
	height: 14px;
}


.reg-map .image .l14 {
	position: absolute;
	left: 30px;
	top: 256px;
	display: block;
	width: 80px;
	height: 14px;
}

#partners {
	width: 195px;
	height: 90px;
	overflow: hidden;
	background: #fff;
}


#partners .jcarousel-container {
	position: relative;
	width: 195px;
	overflow: hidden;
}

#partners .jcarousel-clip {
	margin: 0 auto;
	width: 195px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#partners ul {	
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

#partners img {
	visibility: hidden;
}

#partners li {
	margin: 0;
	padding: 0;
	float: left;
	width: 195px;
	height: 90px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	list-style: none;
}

#partners li a {
	display: block;
	width: 195px;
	height: 90px;
}





