/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#919191;
	min-width:1034px;
	background-color:#fff;
}
.main-padding {padding:0px 0 0px 0;}
.main-border {background:url(../images/main-border.gif) repeat-y top center; width:100%;}
.main-border-top {background:url(../images/main-border-top.gif) no-repeat center top; padding:12px 0 0 0; width:100%;}
.main-border-bottom {background:url(../images/main-border-bottom.gif) no-repeat center bottom; padding:0 0 12px 0; width:100%;}

.bg {width:100%; background:url(../images/bg-top.jpg) center 0 no-repeat;}

.main {
	width:1034px; 	
	padding:0;
	margin:0 auto;
	font-size:0.8125em;
	line-height:1.5386em;
}

a {color:#221c1b; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}
.wrapper {width:100%; overflow:hidden; position:relative;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.p1 {color:#FFF;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.title {margin-bottom:18px;}
.index2 {z-index:2;}
.it {font-style:italic;}

.letter {letter-spacing:-1px;}

.color-1 {color:#221c1b;}
.color-2 {color:#e0e0e0;}
.color-3 {color:#666;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot1 {margin-bottom:22px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}
.img-indent1 {float:left; margin:0 15px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}
.prev-indent-bot1 {margin-bottom:12px;}

.buttons a:hover {cursor:pointer;}
.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
.logo {text-decoration:none;
}	

/*********************************header*************************************/
#page1 header {min-height:inherit;}
header {
	width:100%;
	position:relative; 
	z-index:2;
	min-height:208px;
}

h1 {
	padding:0px 0 0 8px; 
	position:relative;
	float:left;
}
h1 a {
	display:inline-block; 
	background:url(../images/logo.png) right 24px no-repeat;
	font-size:33px;
	line-height:2em;
	color:#141414;
	text-transform:uppercase;
	text-decoration:none;
	padding-right:23px;
	letter-spacing:-1px;
}
.padding-header {padding:13px 0 0 0; margin-bottom:8px;}
/***** search form *****/
#search-form {
	float:right;
	padding:45px 3px 0 0;
}
#search-form fieldset {
	position:relative; 
	width:100%; 
	display:block; 
	overflow:hidden;
}
#search-form .search-field {
	float:right;
	width:289px;
	height:35px;
}
#search-form input {
	width:220px; 
	font-size:13px;
	padding:6px 5px 6px 9px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#c8c8c8;
	border:1px solid #eeeeee;
	margin:0;
	outline:none;
	background:none;
}
#search-form .search-button {
	display:block; 
	width:49px;
	height:28px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	line-height:2em;
	background:#1f1f1f;
	font-weight:bold;
	text-align:center;
	padding-top:2px;
	color:#fff;
	text-decoration:none;
	position:absolute;
	right:0px;
	top:0px;
}
/***** menu *****/
.menu {
	padding:0; 
	width:100%;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	min-height:35px;
	background-color:#CCC;
}
.menu li {
	float:left; 
	position:relative;
	background:url(../images/menu-li-line.png) left 14px no-repeat;
	padding:6px 25px 6px 24px;
}
.menu > li:first-child {background:none; padding-left:18px;}
.menu > li.last {padding-left:12px;}
.menu li a {
	display:inline-block; 
	font-size:12px; 
	line-height:2em; 
	color:#929292; 
	text-transform:uppercase;
	letter-spacing:1px;
}
.menu li a.active,
.menu li a:hover,
.menu > li.sfHover > a{color:#000;}

.menu ul {
	position:		absolute;
	padding:		3px 13px 4px 13px;
	top:			-999em;
	width:			200px;
	background:		#222222;
}

.menu ul li {width:	100%;}
.menu li:hover {visibility:	inherit; }
.menu li li {padding:5px 0 ; background:url(../images/border-li-li.gif) repeat-x center  bottom;}
.menu li li.last {background:none;}
.menu li li a {
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	padding:		0 0 0 5px;
	font-size:		12px;
	line-height:	1.3333em;
	text-align:		left;
	text-transform:	none;
	color:#fff;
}
.menu li li a:hover, .menu li li.sfHover a {color:#ff7905;}
.menu li li li a:hover,
.menu li li li a {color:#fff !important;}

.menu ul ul {background:none; padding:0px; width:115px;}
.menu li li li { padding:0; background:#222222;}
.menu li li li a {
	padding:8px 0 8px 19px;
	display:block;
	background-image: url(../images/marker-li.png);
	background-repeat:no-repeat;
	background-position:0 0;
	}
.menu li li li a:hover {background-position: 0 -40px; background-color:#4e4e4e ;}
.menu li:hover ul, .menu li.sfHover ul {
	left:			5px;
	top:			35px;
	z-index:		999;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			103px;
	top:			2px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}
.menu-indemt {margin-bottom:30px;}
/********Slider********/
.slider-wrapper {
	width:950px;
	height:350px;
	padding:0px 0 0 6px;
	background:#fff;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.slider {
	width:950px;
	height:335px;
}

.items {
	display:none;
}

.pagination {
	position:absolute;
	right:0px;
	top:300px;
	z-index:99;
}
.pagination li {
	float:left;
	padding-left:3px;
}
	.pagination li a {
		display:block;
		width:11px;
		height:11px;
		text-indent:-5000px;
		background-color:#232323;
		cursor:pointer;
	}
	.pagination li.current a {background-color:#9c9c9c !important;}
	.pagination li.current a {cursor:default;}
	
.banner {
	width:320px;
	height:428px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:99;
	background:#fff;
	overflow:hidden;
	text-align:right;
}
	.banner .padding {padding:96px 50px 0 0px;}

.text-1 {
	display:inline-block;
	font-size:46px;
	line-height:2em;
	color:#3c3c3c;
	text-transform:uppercase;
	letter-spacing:2px;
}
.text-1 strong {display:block; margin-top:-40px;}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:0;
	position:relative;
	z-index:1;
}
.padding-content {padding:0px 0 10px 4px;}
.box {
	min-height:250px;
	background:#1f1f1f;
	padding:11px;
	color:#fff;
	font-size:14px;
	line-height:24px;
	}
.box-left {background:url(../images/box-border.png) repeat-y left top; }
.box-right {background:url(../images/box-border.png) repeat-y right top;}
.box-top {background:url(../images/box-border-2.png) repeat-x center top; }
.box-bottom {background:url(../images/box-border-2.png) repeat-x center bottom;}
.box-padding{padding:5px 15px 10px 26px; min-height:245px;}
h2 {
	font-size:36px;
	line-height:2em;
	color:#fff;
	letter-spacing:2px;
	margin-bottom:7px;
	}
h3 {
	font-size:24px;
	line-height:1.5em;
	color:#313131;
	letter-spacing:1px;
	}
h6 {
	font-size:13px;
	line-height:20px;
	color:#515151;
	}
.border-top {
	width:100%;
	background:url(../images/border-grid.gif) 0 top repeat-x;
	}
.border-top-padding {padding:24px 0 0 0;}
.padding-grid {padding:0 20px 0 26px;}
.padding-grid-2 {padding:0 0 0 17px;}
.padding-grid-3 {padding:0 25px 0 39px;}
.padding-grid-4 {padding:0 0 0 29px;}
.line-height1 {line-height:18px;}
.time {
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#515151;
	}
.time span {padding-left:3px;}
.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:2em;
	background:#1f1f1f;
	font-weight:bold;
	display:inline-block; 
	padding:2px 18px 2px 14px;
	color:#fff; 
}
.spacer-1 {	width:100%;	background:url(../images/border-grid.gif) 0px 0 repeat-y;}
.spacer-2 {	width:100%;	background:url(../images/border-grid-2.gif) 24px 0 repeat-y;}
.lister li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:2em;
	font-weight:bold;
	padding:4px 0 4px 15px; 
	background:url(../images/list-1-marker.png) 0px 10px no-repeat;
	color:#FFF;
	text-decoration:none;
}
	.lister li a {
		display:inline-block;
		color:#fff;
		text-decoration:none;
	}
	.lister li a:hover {
		display:inline-block;
		color:#919191;
		text-decoration:none;
	}
.min-height {min-height:230px;}
.min-height2 {min-height:245px;}
.min-height3 {min-height:353px;}
.grid-bg-1 {background:#e5e5e5; padding:1px;}
.grid-bg-2 {
	background:#f9f9f9;
	font-size:12px;
	line-height:18px;
	}
.grid-bg-2 h6 {font-size:12px; line-height:18px; letter-spacing:1px;}
.fontsize {
	font-size:12px;
	line-height:18px;
	}
.grid-bg-4 {background:#f0f0f0; padding:1px;}
.grid-bg-5 {background:url(../images/grid-bg-5.gif) repeat center top; width:100%;}
.grid-bg-6 {background:#fefefe; width:100%;}
.border-bot {
	width:100%; 
	padding-bottom:12px; 
	background:url(../images/border-bot-tail.gif) 0 bottom repeat-x;
}
.border-bot1 {
	width:100%; 
	padding-bottom:12px; 
	background:url(../images/border-bot-tail1.gif) 0 bottom repeat-x;
}
.border-bot2 {
	width:100%; 
	padding-bottom:19px; 
	background:url(../images/border-bot-tail2.gif) 0 bottom repeat-x;
}
.link-2 {
	font-size:13px;
	font-weight:bold;
	color:#1f1f1f;
	text-decoration:none;
	}
#page5 .link-2 {display:inline-block;}
.link-2:hover {text-decoration:underline;}
.list-2 li {
	font-size:14px; 
	line-height:18px; 
	padding:5px 0 3px 16px; 
	background:url(../images/list-1-marker.png) 0px 10px no-repeat;
}
	.list-2 li a {	display:inline-block;	color:#999898; }
.list-3 {padding:10px 0 0 0;}		
.list-3 li {
	font-size:14px; 
	line-height:1.214em; 
	background:url(../images/list-3-line.gif) repeat-x center bottom;
	
}
	.list-3 li a {
		display:inline-block; 
		color:#5d5d5d;
		text-decoration:none;
		background:url(../images/list-3-marker.gif) 10px 14px no-repeat;
		padding:7px 0 9px 25px;
	}
		.list-3 li a:hover {color:#000;}
		.list-3 li.last {background:none;}
.button-padding{
	padding:8px 0 0 0;
	text-align:right;
	}
.list-4 {
	font-size:12px;
	line-height:18px;
	color:#919191;
	}
.list-4 dt {
	font-weight:bold;
	color:#221c1b;
	letter-spacing:1px;
	padding-bottom:17px;
	}
dl span {float:left; width:108px;}

.link:hover {text-decoration:underline;} 
.maxheight-main {min-height:509px;}
/***** search form *****/
.search-padding {padding:7px 0 22px 27px;}
#search-form2 {	padding:3px 0 0 0;position:relative;}
#search-form fieldset {
	position:relative; 
	width:100%; 
	display:block; 
	overflow:hidden;
}
#search-form2 .search-field {
	width:289px;
	height:35px;
}
#search-form2 input {
	width:161px; 
	font-size:13px;
	line-height:1.3em;
	padding:4px 5px 8px 9px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#5D5D5D;
	border:1px solid #c4c4c4;
	margin:0;
	outline:none;
	background:#fefefe;
}
#search-form2 .search-button {
	display:block; 
	width:79px;
	height:28px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	line-height:2em;
	background:#1f1f1f;
	font-weight:bold;
	text-align:center;
	padding-top:2px;
	color:#fff;
	text-decoration:none;
	position:absolute;
	right:21px;
	top:3px;
}

/***** Contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:481px;
	z-index:1;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}			
			#contact-form label {display:block; min-height:60px;}
			#contact-form label.message {height:160px;}
			
			#contact-form input {
				width:312px;
				padding:15px 16px 16px 16px;
				margin:0;
				font-family: Arial, Helvetica, sans-serif;
				font-size:14px;
				color:#868686; 
				border:1px solid #e8e8e8;
				background:#fff;
				outline:none;
			}
			#contact-form .area .error { float:none;}
			#contact-form textarea {
				height:137px;
				margin:0;
				width:446px;
				padding:10px 16px;
				margin:0;
				font-family: Arial, Helvetica, sans-serif;
				font-size:14px;
				color:#868686; 
				border:1px solid #e8e8e8;
				background:#fff;
				overflow:auto;
				outline:none;
			}
			#contact-form a {cursor:pointer;}
				#contact-form .success {display:none; margin-bottom:20px;}
				#contact-form .error,
				#contact-form .empty {
					color:#f00;
					font-size:11px;
					line-height:2em;
					display:none;
					overflow:hidden;
				}
		.link-form {text-align:right;padding:10px 1px 25px 0;}
		.link-margin {margin-right:10px;}
		
/****************************footer************************/
footer {
	width:100%; 
	padding:17px 0 19px;
	min-height:29px;
}
.footer-link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#909090;
	display:inline-block;
	float:left;
	padding:1px 0 0 12px;
	}
.footer-link a {display:inline-block; color:#909090;} 
.list-services {margin:0;	float:right; }
	.list-services li {
		float:left; 
		padding:0 6px 0 1px;	
	}
		.list-services li a {
			display:inline-block;
			width:20px;
			height:20px;
			background:url(../images/list-services.png) no-repeat left top;
		}
		.list-services li a.n1 {background-position:0 0px; width:30px;}
		.list-services li a.n2 {background-position:-37px 0px;}
		.list-services li a.n3 {background-position:-64px 0px; width:21px;}
		.list-services li a.n4 {background-position:-92px 0px; }
		.list-services li a.n5 {background-position:-119px 0px; }
		#___plusone_0 { vertical-align:top !important;}
		.list-services li.last {padding-right:3px;}
#easyTooltip{
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 11px;
	border:1px solid #fff;
	background:#252525;
	color:#fff;
	font-size:12px;
	position:relative;
	z-index:3;
}
/************** scroll ***********************/
.scroll-pane {
	width: 100%;
	height: 250px;
	overflow: auto;
}
.horizontal-only {
	height: auto;
	height: 250px;
}
.scroll-pane .list1{white-space:nowrap; padding-top:1px;}
.scroll-pane .list1 li{float:none; width:230px; height:220px; display:inline-block; margin-right:7px}
*+html .scroll-pane .list1 li{display:inline; margin-right:10px}
.jspContainer{height:243px !important; margin-bottom:8px;}

/***************** captify *******************/
.caption {position:relative;}
.desription {
	font-size: 12px;	
	font-family: Arial, Helvetica, sans-serif;
	color: #221c1b;
	line-height:19px;
	padding: 24px 5px 0px 0px;
	}
/***************** jscrollpane *******************/	
.jspContainer {	overflow: hidden; position: relative; }
.jspPane {position: absolute;}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 17px;
	background:url(../images/scroll-track.png) 0 0 no-repeat;
}

.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {display: none; }

.jspHorizontalBar .jspCap {	float: left;}

.jspTrack {
	background:url(../images/scroll-track.png) 0 0 no-repeat;
	height: 19px !important;
	position: relative;
}

.jspDrag {
	background: url(../images/scroll-drag.png) 0 0 no-repeat;
	position: relative;
	top: 4px;
	left: 7px;
	height:10px;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {outline: none;}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {	margin: 0 -3px 0 0; }
/****************************page2 index-1.html************************/
#page2 .padding-grid-3 {font-size:12px; line-height:18px; height:349px;}
#page2  .spacer-1 {	background:url(../images/border-grid.gif) 4px 0 repeat-y;}
#page2 .box-padding {min-height:340px;}
/****************************page3 index-2.html************************/
#page3 #content {font-size:12px; line-height:19px;}
#page3 .padding-grid-3 {padding:0 15px 0 38px;}
#page3 header,
#page7 header{min-height:190px;}
/****************************page4 index-3.html************************/
#page4 .min-height2 {min-height:245px;}
.indent-padding {padding-bottom:23px;}
/****************************page5 index-4.html************************/
#page5 #content {font-size:12px; line-height:18px;}
#page5 .min-height2 {min-height:214px;}
#page5 .padding-grid {padding-left:24px;}
.indent-padding1 {padding-bottom:25px;}
/****************************page6 index-5.html************************/
.mein-border {overflow:hidden;}
.txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	 line-height:15px;}