h3{
	width: 100%;
	font: 28px "Trebuchet MS";
	color: #1babe7;
	padding-left: 17px;
	margin: 0 0 14px -20px;
	background: url(../img/bg_h3.gif) no-repeat left center;
	}
	.main #content h3,
	#welcome h3,
	#sidebar h3{
		font-size: 24px;
		margin-bottom: 10px;
		}
	.h3-news,
	.h3-actions{
		margin-bottom: 0;
		}
		.h3-news span,
		.h3-actions span{
			display: block;
			line-height: 52px;
			}
		.h3-news span{
			background: url(../img/bg_h3_news.gif) no-repeat top right;
			}
		.h3-actions span{
			background: url(../img/bg_h3_actions.gif) no-repeat top right;
			}

h2{
	width: 100%;
	font: 18px "Trebuchet MS";
	margin-bottom: 4px;
	margin-left: -1px;
	}
	
h4{
	font: bold 11px Tahoma;
	margin-bottom: 14px;
	}
	h4 span{
		color: #ff5b00;
		}

p{
	font: 11px/13px Tahoma;
	margin-bottom: 14px;
	}

a{
	color: #549c0d;
	text-decoration: underline;
	}
a:visited{
	color: #6c8158;
	}
a:hover{
	color: #549c0d;
	text-decoration: none;
	}
	.link_hover a{
	text-decoration: none;
}
.link_hover a:hover{
	text-decoration: none;
}
table{
	border-collapse: collapse;
	}

img {
	border: 0;
	}

fieldset{
	border: 0;
	}	
	
	
/* hr */
.hr2,
.hr {
	width: 100%;
	margin: 18px 0 10px;
	height: 1px;
	overflow: hidden;
	background-color: #d8dfe3;
	}
.hr2 {
	width: 100%;
	margin-left: -30px;
	padding-left: 30px;
	}
	
	
/* blue */
.blue{
	margin-bottom: 14px;
	}
	.blue li{
		font: 11px/13px Tahoma;
		padding: 0 0 4px 38px;
		background: url(../img/bg_ul_li.gif) no-repeat 20px 3px;
		}
		.isIE .blue li{
			height: 1%;
			}
			
	
/* list-images */
.list-images{
	width: 100%;
	overflow: hidden;
	margin-bottom: 14px;
	}
	.list-images li{
		float: left;
		margin-left: 15px;
		padding-left: 15px;
		background: url(../img/bg_list_images.gif) no-repeat left center;
		}
	.list-images .first{
		margin-left: 0;
		padding-left: 0;
		}
	.list-images img{
		display: block;
		border: 3px solid #e4e8ec;
		}
	.list-images a:hover img{
		border-color: #00bbec;
		}

	
/* menu-top */
#menu-top{
	position: absolute;
	top: 179px;
	left: 20px;
	width: 508px;
	height: 53px;/* 61 */
x	overflow: hidden;
	padding-top: 8px;
	background: #eef2f7 url(../img/bg_menu_top.png) no-repeat;
	}
	#menu-top div{
		position: relative;
		float: right;
		right: 50%;
		}
	#menu-top ul{
		position: relative;
		right: -50%;
		overflow: hidden;
		}
		.isIE #menu-top ul{
			float: left;
			}
	#menu-top li{
		float: left;
		font: 14px/44px Arial;
		margin-left: -1px;
		}	
		#menu-top strong,
		#menu-top a{
			position: relative;
			float: left;
			padding-left: 10px;
			text-decoration: none;
			color: #393939;
			background: url(../img/bg_menu_top_a_green.gif) no-repeat left center;
			}	
		#menu-top span{
			float: left;
			padding-right: 10px;
			cursor: pointer;
			}	
		#menu-top .current span{
			cursor: auto;
			}	
/*		#menu-top a:hover span,*/
		#menu-top a:hover span{
			text-decoration: underline; 
			}
		#menu-top .current{
			margin-left: 0;
			}
		#menu-top .current a,
		#menu-top .current strong{
			background: url(../img/bg_menu_top_a.png) no-repeat;
			z-index: 1;
			}
		#menu-top .current span{
			background: url(../img/bg_menu_top_a.png) no-repeat top right;
			}
		#menu-top .current a:hover span{
			text-decoration: none; 
			}
	
/* lang */
#lang{
	position: absolute;
	top: 0;
	left: 20px;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #0082b8;
	}
	#lang span{
		float: left;
		font: 10px/14px Verdana;
		padding: 0 14px 3px;
		background-color: #00bbec;
		cursor: pointer;
		border-top: 1px solid #00a3d6;
		}
	#lang:hover {
		border-bottom: 0;
		}
		#lang:hover span{
			background-color: #00a3d6;
			}

		
/* logo */		
#logo,
#logo a,
#logo span{
	position: absolute;
	xwidth: 294px;
	width: 468px;
	height: 79px;
	overflow: hidden;
	}
#logo{
	top: 70px;
	xleft: 20px;
	left: 5px;
	}
	#logo span,
	#logo a{
		top: 0;
		left: 0;
		color: #1babe7;
		text-decoration: none;
		font: bold 24px/24px Arial;
		}
	#logo span{
		cursor: pointer;
		background: url(../img/bg_logo.gif) no-repeat;
		}
		
		
		
/* breadcrumbs */		
#breadcrumbs{
	width: 100%;
	padding: 12px 0;
	overflow: hidden;
	}
	#breadcrumbs li{
		float: left;
		font: 11px Tahoma;
		}
	#breadcrumbs b{
		color: #ff6e00;
		font-weight: normal;
		padding: 0 5px 0 3px;
		}
	#breadcrumbs a{
		color: #549c0d;
		text-decoration: underline;
		}
		#breadcrumbs a:hover{
			text-decoration: none;
		}
		
		
/* paging */		
.paging{
	width: 100%;
	text-align: right;
	}
	.paging p{	
		padding: 0 12px;
		line-height: 34px;
		background: url(../img/bg_paging.png) no-repeat left center;
		}
	.paging b{	
		color: #fe6e0e;
		}
	.paging span{	
		float: left;
		}	
	.paging span b{	
		color: #00a9e7;
		}
	


/* form-message */
.form-message{
	width: 468px;
	padding: 33px 0 0;
	margin: 0 0 14px 35px;
	background: #f4f7f9 url(../img/bg_form_message.jpg) no-repeat;
	}
	.form-message fieldset{
		padding-bottom: 15px;
		background: url(../img/bg_form_message_bottom.gif) no-repeat left bottom;
		}
	.form-message p{
		font: bold 11px/18px Tahoma;
		color: #00a1e7;
		text-align: right;
		margin-bottom: 6px;
		padding: 0 39px;
		overflow: hidden;
		}
	.form-message textarea,
	.form-message input{
		vertical-align: middle;
		border: 1px solid #88a8c3;
		}
	.form-message .input input{
		width: 216px;
		}
	.form-message .textarea{
		margin: 40px 0 12px;
		text-align: left;
		}
	.form-message .textarea textarea{
		width: 388px;
		height: 142px;
		margin-top: 4px;
		}


/* a-btn-form */		
.a-btn {
	float: right;
	color: #fff;
	padding-left: 18px;
	text-decoration: none;
	background: url(../img/bg_a_btn.png) no-repeat left center;
	}
	.a-btn span {
		float: left;
		padding: 0 18px 1px 0;
		font: 11px/29px Tahoma;
		cursor: pointer;
		background: url(../img/bg_a_btn.png) no-repeat right center;
		}
	.a-btn:visited,
	.a-btn:hover{
		color: #fff;
		}
	.a-btn:hover span,
	.a-btn:hover{
		text-decoration: underline;
		}

.btn-form span,
.btn-form{
	background-image: url(../img/bg_a_btn_form.png);
	}
		
.btn-login-top span,
.btn-login-top{
	line-height: 26px;
	background-image: url(../img/bg_a_btn_login_top.png);
	}


.btn-arrow-top {
	margin-right: 18px;
	}
.btn-arrow-top span{
	padding-right: 24px;
	}
.btn-arrow-top span,
.btn-arrow-top{
	color: #555;
	font: 10px/36px Tahoma;
	white-space: nowrap;
	background-image: url(../img/bg_btn_login.png);
	cursor: auto;
	}
	.btn-arrow-top:hover{
		color: #555;
		text-decoration: none;
		}

	
.btn-subscribe span{
	padding-right: 24px;
	}
.btn-subscribe span,
.btn-subscribe{
	color: #555;
	font: 10px/36px Tahoma;
	white-space: nowrap;
	background-image: url(../img/bg_btn_subscribe.png);
	cursor: auto;
	}
	.btn-subscribe:hover{
		color: #555;
		text-decoration: none;
		}

	
/* table */
.table-cl{
	margin-bottom: 14px;
	}
	.table-cl th{
		height: 35px;
		padding: 0 16px;
		font: bold 11px Tahoma;
		text-align: left;
		background-color: #f4f7f9;
		}
		.table-cl .first{
			background: #f4f7f9 url(../img/bg_table_th_left.gif) no-repeat;
			}
		.table-cl .last{
			background: #f4f7f9 url(../img/bg_table_th_right.gif) no-repeat top right;
			}
	.table-cl td{
		padding: 3px 16px 5px;
		font: 11px Tahoma;
		border-bottom: 1px solid #dee4e8;
		}
	.table-cl p{
		margin: 0;
		color: #00a7e7;
		}
.table{
	margin-bottom: 14px;
	}
	.table th{
		height: 35px;
		padding: 0 16px;
		font: bold 11px Tahoma;
		text-align: left;
		background-color: #f4f7f9;
		}
		.table .first{
			background: #f4f7f9 url(../img/bg_table_th_left.gif) no-repeat;
			}
		.table .last{
			background: #f4f7f9 url(../img/bg_table_th_right.gif) no-repeat top right;
			}
	.table td.otherline{
		padding: 3px 16px 5px;
		font: 11px Tahoma;
		border-bottom: 1px solid #dee4e8;
		}
	.table p{
		margin: 0;
		color: #00a7e7;
		}
	.linefirst{
		height: 35px;
		padding: 0 16px;
		font: bold 11px Tahoma;
		text-align: left;
		background-color: #f4f7f9;
		}	
		

/* date */		
.date{
	width: 100%;
	overflow: hidden;
	margin-bottom: 4px;
	}
	.date span{
		font: 9px/20px Tahoma;
		color: #fff;
		float: left;
		padding-left: 10px;
		background: url(../img/bg_date.png) no-repeat left center;
		}
		.date b{
			font-weight: normal;
			float: left;
			padding-right: 10px;
			background: url(../img/bg_date.png) no-repeat right center;
			}
	


/* project */		
.project{
	width: 100%;
	overflow: hidden;
	margin-bottom: 4px;
	white-space: nowrap;
	}
	.project span{
		float: left;
		padding-left: 10px;
		font: 11px/21px Tahoma;
		color: #fff;
		background: url(../img/bg_project.png) no-repeat left center;
		}
		.project b{
			float: left;
			padding: 0 10px 1px 0;
			font-weight: normal;
			background: url(../img/bg_project.png) no-repeat right center;
			}
	

/* annotation */
.annotation{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	}
	.annotation h4{
		font: bold 14px "Trebuchet MS";
		color: #606060;
		margin-bottom: 4px;
		}
	.annotation p{
		margin-bottom: 6px;
		}
	.annotation img{
		display: block;
		float: left;
		margin: 4px 16px 0 0;
		
		}
	.annotation .text{
		display: table;
		}
		.isIE .annotation .text{
			height: 1%;
			}



/* pro-media */
#pro-media span,
#pro-media{
	position: absolute;
	top: 22px;
	left: 0;
	width: 55px;
	height: 65px;
	font: 20px/22px Tahoma;
	overflow: hidden;
	}
	#pro-media span{
		top: 0;
		background: url(../img/bg_pro_media.png) no-repeat;
		}

		
/* copyright */
#copyright{
	position: absolute;
	top: 30px;
	left: 80px;
	font-size: 10px;
	}
	#copyright span {
		color: #676767;
		}

#red-grey {
	color: #555;
	text-decoration: none;
	}
	#red-grey em {
		font-style: normal;
		color: #ff5b00;
		}
	#red-grey:hover {
		text-decoration: underline;
		}

#tel{
	position: absolute;
	top: 44px;
	left: 600px;
	font: 30px/30px Arial;
	color: #ff5b00;
	vertical-align: top;
	}
	#tel span{
		font: bold 12px Arial;
		color: #000;
		vertical-align: top;
		}

#desing{
	position: absolute;
	top: 44px;
	right: 0;
	font-size: 10px;
	line-height: 10px;
	}		
	#desing img{
		vertical-align: top;
		}
		
/* menu-bottom */
#menu-bottom{
	position: absolute;
	top: 74px;
	left: 72px;
	height: 1em;
	overflow: hidden;
	}
	#menu-bottom li{
		float: left;
		margin-left: -1px;
		border-left: 1px solid #606060;
		}
	#menu-bottom a{
		float: left;
		padding: 0 8px 1px;
		margin-top: -.2em;
		font: 10px/12px Tahoma;
		color: #1babe7;
		}

		
/* menu-bottom */
#menu-bottom-add{
	xposition: relative;
	xtop: 4px;
	xleft: 72px;
	height: 1em;
	overflow: hidden;
	list-style:none;
	margin-top:10px;
	text-align:center;
	}
	#menu-bottom-add li{
		float: left;
		margin-left: -1px;
		border-left: 1px solid #606060;
		}
	#menu-bottom-add a{
		float: left;
		padding: 0 8px 1px;
		margin-top: -.2em;
		font: 10px/12px Tahoma;
		color: #1babe7;
		}

		
/* login */		
.login{
	position: absolute;
	top: 16px;
	right: 44px;
	}
	.isIE .login fieldset{
		float: right;
		}
	.login input{
		width: 104px;
		margin: 3px 0;
		border: 1px solid #8faec5;
		}
	.login td{
		padding-right: 6px;
		color: #1babe7;
		}

.subscribe{
	position: relative;
	top: 0;
	right: 0;
	margin: 20px 0;
	}			
	.subscribe input{
		width: 126px;
		}


/* welcome */
#welcome{
x	position: relative;
	padding-top: 290px;
x	top: 290px;
x	left: 0;
	width: 542px;
	padding-left: 20px;
	}

/* flash */
#flash{
	position: absolute;
	top: 110px;
	right: 8px;
	width: 380px;
	height: 380px;
	}
	

/* skils */
#skils{
	width: 562px;
	margin: 0 0 45px -20px;
	overflow: hidden;
	}
	#skils .s01{
		background: url(../img/bg_skils_01.jpg) no-repeat left bottom;
		}
	#skils .s02{
		background: url(../img/bg_skils_02.png) no-repeat left bottom;
		}
	#skils .s03{
		background: url(../img/bg_skils_03.jpg) no-repeat left bottom;
		}
	#skils li{
		float: left;
		width: 186px;
		min-height: 290px;
		height: auto !important;
		height: 290px;
		border-left: 1px solid #dde3eb;
		}
	#skils ul{
		margin-left: 10px;
		}
	#skils li li{
		width: 150px;/* 166 */
		padding: 0 16px 1px 10px;
		line-height: 14px;
		margin-bottom: 2px;
		min-height: 10px;
		height: auto !important;
		height: 1%;
		background: url(../img/bg_skils_li_li.gif) no-repeat left 5px;
		border-left: 0;
		}
	#skils h2{
		position: relative;
		width: 146px;
		font: 22px "Trebuchet MS";
		padding-left: 20px;
		margin-bottom: 10px;
		background: url(../img/bg_skils_h2.gif) no-repeat top left;
		}


		
/* lists */
#skils li,
#menu-bottom li,
.blue li,
.list-images li,
#breadcrumbs li,
#menu-top li{
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	}

.portfolio-img img{
border: 3px solid #e4e8ec;
}
	
