* 

.wrapper { 
	width:100%;
	overflow:hidden;
}





/*----- other -----*/
.img-indent { 
	margin:0 25px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:25px;
}
	.img-box img { 
		float:left; 
		margin:0 25px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:17px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:17px;
}
.p3 { 
	margin-bottom:25px;
}

/*----- txt, links, lines, titles -----*/


.link1 { 
	text-decoration:none;
}
.link1:hover {
	text-decoration:underline;
	color:#fff;
}

.link2 { 
	color:#fff;
}

.line-ver, .line-ver1 { 
	background-image: url(file:///C|/Documents%20and%20Settings/LEON/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/IU5IVOXK/images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	width:100%;
	overflow:hidden;
}
	.title a {
		padding-top:5px;
	}


/*==================boxes====================*/
.box {
	background:#1a1123;
	width:100%;
}
	.box .inner { 
		padding:25px 30px 30px 27px;
	}
	
.box1 {
	background:#231a2c;
	width:100%;
	font-size:10px;
	color:#918d96;
	line-height:11px;
	text-transform:uppercase;
}
	.box1 .left-top-corner {
		background: url(file:///C|/Documents%20and%20Settings/LEON/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/IU5IVOXK/images/left-top-corner.gif) no-repeat 0 0;
	}
	.box1 .right-top-corner {
		background: url(file:///C|/Documents%20and%20Settings/LEON/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/IU5IVOXK/images/right-top-corner.gif) no-repeat 100% 0;
	}
	.box1 .right-bot-corner {
		background: url(file:///C|/Documents%20and%20Settings/LEON/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/IU5IVOXK/images/right-bot-corner.gif) no-repeat 100% 100%;
	}
	.box1 .left-bot-corner {
		background: url(file:///C|/Documents%20and%20Settings/LEON/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/IU5IVOXK/images/left-bot-corner.gif) no-repeat 0 100%;
	}
	.box1 .inner {
		padding:24px 25px 20px 20px;
	}
		.box1 strong {
			display:block;
			font-weight:bold;
			color:#fff;
			font-size:13px;
			line-height:1.2em;
			padding-bottom:5px;
		}
		.box1 p {
			margin-bottom:11px;
		}
		.box1 .img-indent {
			margin-right:10px;
		}
	



/*===== header =====*/
#header .row-1 {
	height:81px;
	background: url(file:///C|/Documents%20and%20Settings/LEON/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/IU5IVOXK/images/header-top.jpg) 0 0 repeat-x;
}
	#header .row-1 .bg {
		background: url(file:///C|/Documents%20and%20Settings/LEON/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/IU5IVOXK/images/header-bg.jpg) no-repeat 50% 0;
		height:81px;
	}
	#header .nav {
		float:left;
	}
		#header .nav li {
			float:left;
			padding-right:1px;
		}
			#header .nav li a {
				float:left;
				font-size:14px;
				line-height:1.2em;
				color:#fff;
				text-decoration:none;
				padding:30px 0 24px 0;
				width:102px;
				text-align:center;
				text-transform:uppercase;
			}
		
		#header .nav li.item1 a:hover, #header .nav li.item1 a.current {
			background:#0293d6;
		}
		#header .nav li.item2 a:hover, #header .nav li.item2 a.current {
			background:#2553b7;
		}
		#header .nav li.item3 a:hover, #header .nav li.item3 a.current {
			background:#603084;
		}
		#header .nav li.item4 a:hover, #header .nav li.item4 a.current {
			background:#a11a5a;
		}
		#header .nav li.item5 a:hover, #header .nav li.item5 a.current {
			background:#ec2e33;
		}
		#header .nav li.item6 a:hover, #header .nav li.item6 a.current {
			background:#f45e24;
		}
		
	#header .row-1 .fright {
		padding:10px 17px 0 0;
	}
	
#header .row-2 .logo {
	padding:221px 18px 0 0;
	text-align:right;
}
	#header.small .row-2 .logo {
		padding-top:109px;
	}

	
/* container for slides */
.slider-box {
	position:relative;
}

.images {
	position:relative;	
	height:279px;
	width:660px;
	cursor:pointer;
}

/* single slide */
.images div.slide {
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:284px;
	font-size:13px;
	line-height:19px;
	color:#CCCCCC;
}
	.images div.slide .inner {
		padding:0 25px 0 0;
	}
	.images div.slide img {
		float:left;
		margin-right:23px;
	}
	.images div.slide h3 {
		font-size:24px;
		line-height:1.2em;
		color:#fff;
		padding-top:20px;
	}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* text box parameters */
.textbox {
	position:relative;
	height:279px;
	width:660px;
	cursor:pointer;
	background-color: #1B1012;
}



/* tabs (those little circles below slides) */
.tabs {
	position:absolute;
	left:458px;
	top:244px;
}

/* single tab */
.tabs a {
	width:10px;
	height:10px;
	float:left;
	margin-right:4px;
	background: 0 url(../img/img_04/listitem_arrowright_red_big.gif) no-repeat;
	display:block;
	font-size:1px;		
}



/* mouseover state */
.tabs a:hover {
	background: 0 url(../img/img_04/listitem_arrowright_white_b.gif) no-repeat;      
}

/* active state (current page state) */
.tabs a.current {
	background: 0 url(../img/img_04/listitem_arrowright_gray_bi.gif) no-repeat;    
} 	

.forward {
	background: 0 url(../img/img_04/but_next.png) no-repeat;
	right:25px;
	top:234px;
}
.backward {
	background: 0 url(../img/img_04/but_prev.png) no-repeat;
	left:299px;
	top:234px;
}
.stop {
	right:210px;
	top:235px;
	position: absolute;
}
.go {
	left:400px;
	top:235px;
	position: absolute;
}

/* prev and next buttons */
.forward, .backward {
	display:block;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	width:65px;
	height:28px;
	position:absolute;
	z-index:10;
}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}


	
	.list1 dt {
		color:#fff;
		font-weight:bold;
	}
	.list1 dd {
		padding-bottom:25px;
	}
	
	.list2 li {
		background: url(file:///C|/Documents%20and%20Settings/LEON/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/IU5IVOXK/images/arrow1.gif) no-repeat 0 6px;
		padding:0 0 5px 11px;
	}
	
	.testimonials li {
		text-align:right;
		color:#fff;
		padding-bottom:17px;
	}
	.testimonials li.last {
		padding-bottom:5px;
	}
		.testimonials li div {
			text-align:left;
			color:#98919f;
		}
	
	.products-list {
		width:100%;
		overflow:hidden;
	}
		.products-list li {
			float:left;
			padding:0 11px 9px 0;
		}
		.products-list li.last {
			padding-right:0;
		}
			.products-list li a {
				display:block;
				width:227px;
				height:131px;
				background: url(file:///C|/Documents%20and%20Settings/LEON/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/IU5IVOXK/images/product-bg-sprite.gif) no-repeat 0 0;
				color:#918d96;
				font-size:10px;
				line-height:11px;
				text-transform:uppercase;
				text-decoration:none;
			}
			.products-list li a:hover {
				background-position:0 -131px;
				color:#b098c2;
			}
				.products-list li a span {
					display:block;
					padding:24px 30px 0 12px;
					overflow:hidden;
					cursor:pointer;
				}
				.products-list li a img {
					float:left;
					margin-right:10px;
				}
				.products-list li a strong {
					font-weight:bold;
					font-size:13px;
					line-height:1.2em;
					color:#fff;
					text-transform:uppercase;
					min-height:35px;
					height:auto !important;
					height:35px;
					display:block;
				}
				
	
	.solutions {
		width:100%;
		overflow:hidden;
	}
		.solutions li {
			float:left;
			width:348px;
			margin-right:7px;
			padding-bottom:9px
		}
		.solutions li.last {
			margin-right:0;
		}
/*===== footer =====*/
#footer {
	background:#10021b;
	color:#848795;
}
	#footer .bg {
		background: url(file:///C|/Documents%20and%20Settings/LEON/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/IU5IVOXK/images/footer-bg.jpg) no-repeat 0 0;
		height:66px;
	}
		#footer .indent {
			padding:24px 0 0 5px;
		}
			#footer a {
				color:#848795;
			}


/*----- forms -----*/

/*==========================================*/
