@import url(reset.css);
@import url(basis.css);
@import url(form.css);
@import url(pages.css);
@import url(skins.css);

.left{float: left;}
.right{float: right;}
.clear{clear: both;}

* {margin: 0;padding: 0;}

html 
{
	font-size:100.01%;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body 
{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 62.5%;
	height: 100%;
	position: relative;
	background: #ffffff url("../img/bg_header.jpg") repeat-x;
}

	html>body{height: auto;min-height: 100%;}

a:link,
#menu a:visited, #submenu a:visited
{color: #0072b1;}

a:hover,
#menu a:visited:hover, #submenu a:visited:hover
{color: #70c22a;}

a:visited
{
	color: #cc3399;
}


strong{font-weight: bolder;}

blockquote
{
	padding: 0 40px;
	margin-left: 10px;
	color: #000;
}

h1 strong{font-weight: normal;}

h1, h2, h3, h4, h5, h6
{
	color: #606B74;
	font-size: 2.7em;
	font-weight: normal;
	font-family: Arial, Tahoma, sans-serif;
	line-height: normal;
}

h2
{
	font-size: 2em;
	/*color: #68BC29;*/
}

h3
{
	font-size: 1.4em;
	/*color: #A2D868;*/
}

		#header h1 a, #header h2 a, #header h3 a,			
		#contacts-information h1 a
		{
			color: #606a74;
			font-weight: normal;
			text-decoration: none;
			line-height:normal;
		}
		
		#content h1, #content h2, #content h3
		{
			line-height: normal;	
		}

#flow
{
	font-size: 1.28em;
	/*
	width: 70%;
	min-width: 980px;
	margin: 4em auto;
	border: 1px solid #ccc;
	
	*/
	overflow: hidden;
}

/************************Header**************************/
#header
{
	display: block;
	position: relative;
	padding: 0;
	height: 250px;	/*
	background: #A7D5E4 url("../img/bg_header.jpg") repeat-x;*/
}
#header #short {margin-left:4.6%;}
#header #menu {margin-left: 8%;}

#home
{
	text-decoration: none;
	display: block;
	width: 31px;
	height: 31px;
	padding-bottom: 80px;
	z-index: 1;
}
	
	#home span, #home a
	{
		display: block;
		position: absolute;
		width: 31px;
		height: 31px;
		z-index: 10;
	}
	
	#home em
	{
		width: 31px;
		height: 31px;
		position: absolute;
		top: 0;
		z-index: 5;
		display: none;
	}

#logo
{	
	color: #08628b;
	width: 180px;
	height: 60px;
	position: absolute;
	display: block;
	top: 100px;
	margin-left: 82%;
	z-index: 1;
	text-decoration: none;
}
	
	#logo span
	{
		background: url("../img/id/ideil-webtech.png") no-repeat left top;
		display: block;
		width: 180px;
		height: 60px;
		position: absolute;
		z-index: 10;
	}
	
	#logo em
	{
		font-style: normal;		
		position: absolute;
		width: 180px;
		height: 60px;
		top: 0;
		z-index: 5;
		display: none;
	}
	
/***Menu*/
#menu
{
	font-size: 1.4em;
	line-height: 1.5em;
		
	display: block;
	position: absolute;
	top: 200px;
	float:left;
	left: 73%;
	padding:0;
	position:absolute;
	top: 270px;
	width: 200px;
	z-index: 10;
}
	
		#menu li:before{content: "";}

		#menu li a
		{
			display: block;
			padding: 2px 20px 6px 20px;
			font-weight: bolder;
		}
		
		#menu li a.active
		{
			color: #70c22a;			
			text-decoration: none;
		}
		
		#menu li.prev, #menu li.next{display: none;} 	
	
#short
{
	font-size: 1.4em;
	display: block;
	position: absolute;
	left: 0px;
	top: 20px;
	float: left;
	margin:  0;
	padding: 0;	
}
	
	#short li
	{		
		float: left;
		display: inline;
		margin: 0;
		padding: 0;
		text-indent: 0;
		font-size: .75em;
		
	}
		
		#short li a
		{
			display: block;
			padding: 2px 20px 6px 20px;
			vertical-align: middle;
			position: relative;
			height: 100%;
			overflow: hidden;
			float: left;
			color: #333;
		}
		
		#short li:before{content: "";}
		
		#short li a:hover
		{
			color: #fff;						
		}
		
		#short li a.active
		{
			color: #70c22a;			
			text-decoration: none;
		}

	#short li a#short-home
	{
		text-decoration: none;
		font-weight: bolder;
	}
			#short li a#short-home:hover
			{
				text-decoration: underline;
			}

	#short li a#short-blog
	{
		background: url("../img/ico/blog.png") no-repeat left;
		padding-left: 20px;
		margin-left: 30px;
	}
	
	#short li a#short-twitter
	{
		background: url("../img/ico/twitter.png") no-repeat left 1px;
		padding-left: 20px;
		margin-left: 30px;
	}	
	
	#short li a#short-feedback
	{
		background: url("../img/ico/mail.png") no-repeat left;
		padding-left: 23px;
		margin-left: 30px;
		text-decoration: none;
	}
		#short li a#short-feedback span
		{
			border-bottom: 1px dotted #333;
		}		
			#short li a#short-feedback:hover span
			{
				border-bottom: 1px dotted #fff;
			}
		
/***menu*/

.block h1
{
	font-size: 2.2em;
	font-weight: normal;
	line-height: normal;
}

.block h2, .block h3
{
	font-size: 1.8em;
	color: #fff;
	letter-spacing:normal;
}

.block h3 a{color: #606a74;font-size: .8em;font-weight: normal;}
	
#company
{
	float: left;
	display: block;
	width: 30%;
	padding: 85px 10px 45px .85em;	
	margin: 0 0 0 6%;
}
	
		#company h2 a, #company strong
		{
			text-decoration: none;			
			height: 25px;
			overflow: hidden;	
			padding-top: 1px;
			color: #fff;			
		}
			
	#services
	{
		float: left;display: block;
		padding: 85px 0 45px 0;
		width: 30%;
	}
		#services h2 a, #services strong
		{
			text-decoration: none;
			display: block;
			width: 83px;
			height: 25px;
			overflow: hidden;
			padding-top: 1px;
			color: #fff;
		}
		
		#services h2 a:hover, #company h2 a:hover
		{
			text-decoration: underline;	
		}	

/************************headeR**************************/

/************************Body***************************/

#body
{
	min-height: 100%;
	height: auto;
	width: 100%;
	overflow: hidden;
	padding-bottom: 4em;
	float: left;
}

#page{min-height: 100%;height: 100%;width:98%;margin: 0 auto;}

#content
{
	font-size: 1.1em;
	line-height: 130%;
	display: block;
	margin-right: 250px;
	margin-bottom: 4em;
	padding: 4em 0 0 0;
	overflow: visible;
	
	position: relative;
	margin: 0 auto;
	width: 86%;

}
	
	#content h1
	{
		position: relative;
		margin: 0 0 18px 0;
	}

		#portfolio h1 a, #portfolio strong
		{
			color: #606B74;
			text-decoration: none;
			overflow: hidden;			
			padding-top: 1px;
		}
		#portfolio h1 a:hover
		{
			text-decoration: underline;
		}
		
#middle 
{
	margin: 0 -.2%;
}
/****************bodY************************************/
/************************FOOTER**************************/
#footer
{
	display: block;
	background: url("../img/bg_footer.png") repeat-x top;
	position: relative;
	width: 100%;
	height: 70px;	
	padding: 50px 0 100px 0;
	float: left;
	overflow: hidden;	
}

#copy{
	float: left;
	background: url("../img/ico_ideil.png")no-repeat center bottom;height: 70px;
	margin-left: 30px;
}

#contacts-information
{	
	line-height: 2em;
	display: block;
	float: left;
	margin: -25px 0 0 18%;
	padding: 0 0 50px 0;
	position: absolute;
}
		
		#contacts-information h3 strong, #contacts-information h3 a
		{		
			overflow: hidden;
			display: block;
			text-decoration: none;
		}
		#contacts-information h3 a:hover {text-decoration: underline;}
		
	#contacts-information ul{margin: 0 0 0 10px;}
	
		#contacts-information li:before{content: "";}
		
/* *************************************************************** */
/* *************************************************************** */
/* *************************************************************** */


/* blocks news & marks */
#news{float: left; width: 35%; padding: 0 3.13% 0 0; font-size: .85em;}
		
	#news h2 a
	{
		display: block;
		overflow: hidden;	
		color: #606B74;
		text-decoration: none;
	}
	
	#news h2 a:hover{text-decoration: underline;}
	
	#news dt, #blog dt
	{
		font-weight: normal;
		color: #a8adb4;
		display: block;
		margin: 0;
		padding: 0 0 0 13px;
	}

	#news dd, #blog dd{display: block;padding: 0 0 0 13px; margin: 0;line-height: 1.3em;}
		#news dd a, #blog dd a{padding: 0.5em 0;}
	
#blog{float: left;width: 35%;}
	
	#blog h2 a
	{
		display: block;
		overflow: hidden;	
		color: #606B74;
		text-decoration: none;
	}
	#blog h2 a:hover{text-decoration: underline;}
	
	#blog li{padding: 10px 0 0 0;}
	#blog li:before{content: "";}


/* Clients scroller */

#clients
{
	position:relative; 
    overflow:hidden;          
    width: 100%;    
    height:300px;
	margin: 0 auto;
	margin-left: -25px;
	
}		

	#clients dl
	{
		float: left;
		width: 410px;
		border-right: 1px solid #eee;		
	}
	
		#clients dl dt
		{
			text-align: center;
		}
		
		#clients dl dd
		{
			font-size: .85em;
			color: #777;			
			padding: 0 20px;			
			margin: 0;		
			line-height: 1.25em;	
		}
		
		#clients dl dd h3
		{
			font-size: 1.4em;
			margin: 0;
			padding: 10px 0 0 0;
			font-style: italic;									
		}
			#clients dl dd h3 a
			{
				color: #333;				
			}
		
		#clients dl dd span
		{
			
		}


	#clients div.items {     
	    width:20000em;     
	    position:absolute;         
	} 
	 
		#clients div.items dl 
		{ 
		    float:left; 
		} 
	 
			dl.items dd.active { 
			    border:1px inset #ccc;         
			    background-color:#fff; 
			}


#portfolio
{
	width: 84%;
	margin-bottom: 4em;
	overflow: hidden;	
}

	#portfolio dl
	{
		float: left;
		width: 33.3%;
	}

		#portfolio dd
		{
			width: 300px;
			font-size: .85em;
		}
	
			#portfolio dl dt a
			{
				border: 3px solid #fff;
				display: block;
				width: 33%;
			}
			
				#portfolio dl dt a img
				{
					border: 1px solid #ccc;
				}
				
			#portfolio dl dt a:hover
			{
				border: 0px solid #fff;
			}
			
				#portfolio dl dt a:hover img
				{
					border: 4px solid #88d400;		
				}

#process-result {
	overflow: hidden;
	margin: -20px 0 0 -36px;
	position: relative;
	top: -10px;
}

	#process-result li {
		list-style: none;
		float: left;
		padding: 4px 8px;
		margin: 0 0 0 16px;	
	}	
		#process-result li.selected	{
			background: #eee;			
		}
			#process-result li.selected a {
				color: #333;
				text-decoration: none;
			}
		
.grid td
{
	vertical-align: top;
	padding: 0 5px;
}