* {
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#ededed; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#000;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3, .col-4, .col-5 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container {
	width:980px;
	font-size:.75em;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}




/*==== GLOBAL =====*/
#footer {
	border-top:1px solid #d9d9d9;
	background:#ededed;
}


/*---- tailings ----*/
.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x #fbfbfb;
}


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

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


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

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#1862d3;
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	
}
h2 {
	font-size:1em;
	margin-bottom:16px;
	color:#4e9ee8;
}
h3 {
	font-size:1em;
	margin-bottom:0;
}
	h3 a {
		text-decoration:none;
	}
	h3 a:hover {
		color:#000;
		text-decoration:underline;
	}
h4 {
	font-size:1em;
	font-weight:normal;
	color:#1862d3;
}

.link1 { 
	color:#9b9b9b;
	text-decoration:none;
}
	.link1:hover {
		color:#000;
		text-decoration:underline;
	}



/*==================boxes====================*/
.box {
	background:#f5f5f5;
	border:1px dashed #e1e1e1;
}
	.box .inner { 
		padding:24px 15px 25px 24px;
	}

.address { 
	padding:10px 0 0 0;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:78px;
		}


/*===== header =====*/
#header .row-1 {
	height:79px;
	background:url(images/line-dashed.gif) left bottom repeat-x;
}
	#header .row-1 .container {
		background:url(images/main-bg.png) no-repeat 13px top;
		height:79px;
	}
#header .row-2 {
	height:311px;
	background:url(images/line-dashed.gif) left bottom repeat-x;
}
	#header .row-2 .container {
		background:url(images/main-bg.png) no-repeat 13px -79px;
		height:311px;
	}
		#header .row-2 .col-1 {
			width:637px;
		}
		#header .row-2 .col-2 {
			width:343px;
		}
			#header .row-2 .logo {
				padding:69px 0 0 21px;
			}

#header .row-2.small {
	height:259px;
}
	#header .row-2.small .logo {
		padding:39px 0 0 21px;
	}
	#header .row-2.small .title {
		padding:91px 0 0 36px;
	}

	
	#site-nav {
		float:right;
		padding:36px 0 0 0;
		font-size:14px;
		letter-spacing:-1px;
		line-height:1.2em;
	}
		#site-nav li {
			display:inline;
			padding:0 19px 0 22px;
			float:left;
		}
			#site-nav li a {
				color:#383838;
				font-weight:bold;
				text-decoration:none;
				float:left;
			}
			#site-nav li a:hover, #site-nav li a.current {
	color:#1862d3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #313131;
			}



/*===== slider =====*/
		/*
		 * Required 
		*/
		#loopedSlider .container1 { width:343px; height:240px; overflow:hidden; position:relative; cursor:pointer; }
		#loopedSlider .slides { position:absolute; top:0; left:0; }
		#loopedSlider .slides div {
			position:absolute; top:0;
			width:307px;
			display:none;
			color:#d2d2d2;
			font-size:30px;
			line-height:1.2em;
			font-weight:bold;
			padding:128px 0 0 36px;
			font-family:Tahoma, Geneva, sans-serif;
		}
		/*
		 * Optional
		*/

		#loopedSlider,#newsSlider { margin:0 auto; width:343px; position:relative; clear:both; }
		ul.pagination { list-style:none; padding:0; margin:0; float:right; padding:0 30px 0 0;}
		ul.pagination li  { float:left; display:inline;}
		ul.pagination li a { 
			background:url(images/markers_sprite.gif) no-repeat left top;
			width:29px;
			height:29px;
			float:left;
			margin-left:3px;
		}
		ul.pagination li a:hover {
			background:url(images/markers_sprite.gif) no-repeat left -29px;
		}
		ul.pagination li.active a {
			background:url(images/markers_sprite.gif) no-repeat left -29px;
		}
/*===== slider =====*/

/*===== content =====*/
#content {
	padding:22px 0 30px 0;
}
	#content .indent {
		padding:0 0 0 22px;
	}
		#content .indent .indent {
			padding:24px 0 0 0;
		}

	.top-news {
		width:100%;
		overflow:hidden;	
	}
		.top-news li {
			display:inline;
		}
			.top-news li a {
				display:block;
				float:left;
				padding:11px 20px 16px 20px;
				width:202px;
				color:#000;
				text-decoration:none;
				margin-right:4px;
			}
			.top-news li a.last {
				margin-right:0;
			}
				.top-news li a img {
					display:block;
					margin-bottom:2px;
				}
				.top-news li a span {
					font-size:10px;
					text-transform:uppercase;
					display:block;
					margin-bottom:7px;
				}
				.top-news li a strong {
	color:#4e9ee8;
	display:block;
	margin-bottom:16px;
				}
				.top-news li a b {
					display:block;
					font-weight:normal;
					margin-bottom:16px;
				}
				.top-news li a em {
					font-style:normal;
					color:#9b9b9b;
				}
			
			.top-news li a:hover {
				background:#f5f5f5;
				border:1px dashed #e1e1e1;
				padding:10px 19px 15px 19px;
			}


	.services-list {
		width:100%;
		overflow:hidden;	
	}
		.services-list li {
			display:inline;
		}
			.services-list li a {
				display:block;
				float:left;
				padding:25px 16px 20px 25px;
				width:188px;
				color:#000;
				text-decoration:none;
				margin-right:10px;
				cursor:pointer;
			}
			.services-list li a.last {
				margin-right:0;
			}
				.services-list li a strong {
	color:#4e9ee8;
	display:block;
	margin-bottom:16px;
				}
				.services-list li a b {
					display:block;
					font-weight:normal;
					margin-bottom:16px;
					min-height:50px;
					height: auto!important;
					height:48px;
				}
				.services-list li a em {
					font-style:normal;
					color:#9b9b9b;
				}
			
			.services-list li a:hover {
				background:#f5f5f5;
				border:1px dashed #e1e1e1;
				padding:24px 15px 19px 24px;
			}
	
	
	.solutions-list {
		width:100%;
		overflow:hidden;	
	}
		.solutions-list li {
			display:inline;
		}
			.solutions-list li a {
				display:block;
				float:left;
				padding:25px 10px 20px 25px;
				width:215px;
				color:#000;
				text-decoration:none;
				margin-right:10px;
				cursor:pointer;
			}
			.solutions-list li a.last {
				margin-right:0;
			}
				.solutions-list li a strong {
	color:#4e9ee8;
	display:block;
	margin-bottom:16px;
				}
				.solutions-list li a b {
					display:block;
					font-weight:normal;
					margin-bottom:16px;
				}
				.solutions-list li a em {
					font-style:normal;
					color:#9b9b9b;
				}
			
			.solutions-list li a:hover {
				background:#f5f5f5;
				border:1px dashed #e1e1e1;
				padding:24px 9px 19px 24px;
			}
	
	.list1 li {
		padding:0 0 4px 0;
	}
	
	.clients-list {
		width:100%;
		overflow:hidden;
	}
		.clients-list li {
			float:left;
			width:191px;
			margin-right:55px;
			padding-bottom:22px;
		}
		.clients-list li.last {
			margin-right:0;
		}
			.clients-list li img {
				float:left;
				margin-right:14px;
			}

/*===== footer =====*/
#footer .indent {
	padding:26px 0 70px 21px;
}
	#footer dl {
		float:left;
	}
		#footer dl dt {
			font-weight:bold;
			color:#404040;
			margin-bottom:6px;
		}
		
			#footer dl dd a {
	color:#1862d3;
			}
	
	#footer .col-1 {
	width:180px;
	}
	#footer .col-2 {
	width:113px;
	}
	#footer .col-3 {
		width:122px;
	}
	#footer .col-4 {
		width:178px;
	}
	#footer .col-5 {
		width:360px;
	}


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

#newsletter-form fieldset {
	border:none;
}
	#newsletter-form label {
		display:block;
		margin-bottom:5px;
		font-weight:bold;
		color:#404040;
	}
	#newsletter-form input.text {
		width:215px;
		border:1px solid #fff;
		background:#fff;
		border-left:1px solid #bababa;
		border-top:1px solid #bababa;
		padding:3px 0 3px 8px;
		color:#b5b5b5;
		margin-right:7px;
		letter-spacing:1px;
	}
	#newsletter-form input.submit {
		background:url(images/subscribe-button.gif) no-repeat left top;
		width:96px;
		height:24px;
		border:none;
		cursor:pointer;
	}
	


#contacts-form fieldset {
	border:none;
}
#contacts-form .col-1 {
	width:230px !important;
	margin-right:0 !important;
}
#contacts-form .col-2 {
	width:204px !important;
	margin-right:0 !important;
}
	#contacts-form label {
	display:block;
	height:53px;
	overflow:hidden;
	}
	#contacts-form input {
		width:190px;
		border:1px solid #cdcdcd;
		background:#fff;
		padding:2px 0 3px 5px;
	}
	#contacts-form textarea {
		width:190px;
		height:110px;
		border:1px solid #cdcdcd;
		background:#fff;
		padding:2px 5px 3px 5px;
		margin-bottom:15px;
	}

/*==========================================*/
required {
	color: #F00;
}
#page5 .required {
	color: #F00;
}
