HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,A,ABBR,ACRONYM,ADDRESS,BIG,CITE,CODE,DEL,DFN,
EM,FONT,IMG,INS,KBD,Q,S,SAMP,SMALL,STRIKE,STRONG,SUB,SUP,TT,VAR,HR,B,U,I,CENTER,DL,DT,DD,OL,UL,LI,FIELDSET,FORM,LABEL,
LEGEND,TABLE,CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD{
	padding:0;
	margin:0;
	border:none;
	outline:none;
	vertical-align:baseline;
	font-family:inherit;
	}

BODY,TEXTAREA,INPUT,SELECT {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	}
BODY {
	background: url("../images/bg.jpg") repeat 50% 0;
	color:#000;
	}
a {	
	color:#d21600; 
	text-decoration:underline;
	}
a:hover {
	text-decoration:underline;
	color: #36842c; }

h1 {font-size: 2px;}

h2{font: 30px Arial, Tahoma, san-serif; padding:0 0 8px 15px; color:#813304; }
h3 {font: 24px Georgia, Times, serif; padding-bottom: 14px; color:#d21600;}
h4 {font: 1.4em Tahoma, Verdana, Arial, sans-serif; padding-bottom: 10px;}
h5 {font-size: 13px; padding-bottom:6px;}

img {border: 0;}
a img {border:0}

.clear {clear: both; font-size: 1px; height: 1px; line-height: 1px}



/*structure	
	-----------------------------------------*/


#layout{
	margin:0 auto;
	width: 935px;
	padding: 16px 30px;
	}

/*Head
	----------------------------------------------------*/
#head{
	float: left;
	height: 302px;
	padding-bottom: 15px;
	width: 100%;
	}	
	#head h2{
		float: left;
		width: 245px;
		text-align: center;
		padding-left: 20px;
		font: 20px 'Times New Roman', Georgia, serif;
		}	
	#head ul{
		float: right;
		list-style: none;
		margin:29px 35px 0 0;
		}
	#head ul li{
		width: 173px;
		margin-bottom: 12px;
		line-height:20px;
		padding:3px 0 9px 17px;
		}
		#head ul li.select a{
			font-weight: bold;
			text-decoration: underline;
			}
		#head ul li a{
			color: #f3d894;
			text-transform: uppercase;
			font-size:12px;
			text-decoration: none;
			font-family: Georgia, 'Times New Roman', serif;
			font-weight:bold;
			}
			#head ul li a:hover{
				text-decoration: underline;
				}
	.left_head{
		float: left;
		width:273px;
		}
	.about_us{
		background: url(../images/main_us.jpg) no-repeat 0 0;
		}	
	.portfolio_us{
		background: url(../images/portfolio_us.jpg) no-repeat 0 0;
		}
	.redesign_us{
		background: url(../images/redesign_us.jpg) no-repeat 0 0;
		}
	.usability_us{
		background: url(../images/usability_us.jpg) no-repeat 0 0;
		}
	.contact_us{
		background: url(../images/contact_us.jpg) no-repeat 0 0;
		}
	.linch{
		background: url(../images/linch_you.jpg) no-repeat 0 0;
		}
	.left_head h1{
		float: left;
		margin-top: 30px;
		height:134px;
		width:273px;
		background: url(../images/logo.jpg) no-repeat 14px 0;
		overflow: hidden;
		text-indent: -3000px;
		}	
		.left_head h1 a{
			float: left;
			height:136px;
			width:276px
			}	
.about{
	float: left;
	width: 358px;
	height: 293px;
	margin: 0 0 0 30px;
	overflow: hidden;
	text-indent: -3000px;
	background: url(../images/about.jpg) no-repeat 0 0;
	}			

.hr{
	padding-bottom: 20px;
	height: 1px;
	clear: both;
	overflow: hidden;
	background: url(../images/hr.gif) no-repeat 0 0;
	}


/*zone
	--------------------------------------*/
	
#zone {
	clear: both;
	font-size: 13px;
	height: 1%;
	padding-bottom: 20px;
	}
#zone p{
	padding-bottom: 16px;
	line-height:20px;
	}
#zone label{
	font-size: 12px;
	}
#zone a{
	background: #d21600;
	color: #f3d894;
	padding:2px 5px;
	}
	#zone a:hover{
		background: #36842c;
		}
.red{
	color:#d21600;
	}
			
.left_block{
	float: left;
	padding:0 130px 0 14px;
	background: url(../images/arrows.gif) no-repeat 100% 50%;
	width: 357px;
	line-height: 16px;
	text-align: justify;
	}


.right_block{
	float: left;
	width: 370px;
	padding:0 0 20px 50px;
	}
.right_block label{
	float: left;
	clear: both;
	width: 60px;
	margin:7px 0 20px 0;
	padding-right: 25px;
	text-align: right;
	}
.shadow_input{
	float: left;
	width: 180px;
	padding: 8px 15px 23px 15px;
	background: url(../images/text.png) no-repeat 0 0;
	}
.text{
	border: 0;
	width:100%;
	position: relative;
	background: #eecf88;
	}

.shadow_textarea{
	float: left;
	height: 70px;
	padding: 11px 15px 17px 15px;
	background: url(../images/textarea.png) no-repeat 0 0;
	}
textarea{
	position: relative;
	background: #eecf88;
	border: 0;
	width: 180px;
	overflow: hidden;
	font-size: 12px;
	height: 60px;
	}

.send{
	float: right;
	margin: 8px 70px 0 0;
	width: 80px;
	height: 25px;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	border: 0;
	background: url(../images/but.gif) no-repeat 50% 0;
	}




/*Footer
	--------------------------------*/
	
#footer{
	clear: both;
	font-size: 11px;
	padding-left: 14px;
	}
#footer p{	
	float:left;
	padding: 6px 0 14px 120px;
	line-height: 16px;
	background: url(../images/foot_bg.gif) no-repeat 0 0;
	}



/*Redesign
	----------------------------------*/
	
#design{
	float: left;
	position: relative;
	height: 553px;
	width: 430px;
	background: url(../images/design.jpg) no-repeat 0 0;
	}
#header { position: absolute;width: 404px; height: 75px; left: 15px; top: 12px; }

#logotype { position: absolute; top: 12px; left: 32px; z-index: 20; width: 60px; height: 65px; }

#m_menu { position: absolute; top: 90px; left: 15px; width: 404px; height: 13px; }

#content_ex{position: absolute; width: 404px; height: 403px; left: 15px; top: 105px; }

#dop_menu {position: absolute; width: 100px; z-index: 20; height: 180px; left: 20px; top: 105px; }

#news_des {position: absolute; width: 90px; z-index: 20; height: 200px; left: 326px; top: 105px; }

#content_img {position: absolute; width: 40px; z-index: 24; height: 50px; left: 142px; top: 160px; }

#content_table{position: absolute; width: 180px; z-index: 24; height: 125px; left: 136px; top: 290px; }

#content_text{position: absolute; width: 180px; z-index: 21; height: 403px; left: 136px; top: 105px; }

#foot { position: absolute; width: 404px; height: 25px; left: 15px; bottom: 10px; }

.outline { border: 3px solid #4c922c; margin: -3px 0 0 -3px; position: relative; }

.redesign_elements{
	float: left;
	width: 435px;
	list-style: none;
	}
	.redesign_elements span{
		cursor: pointer;
		display: block;
		padding:15px 10px 15px 15px;
		height: 85px;
		width: 441px;
		}	
	.redesign_elements li{	
		font-size: 12px;
		margin-left: 20px;
		}
	.redesign_elements li .active_r {background: url(../images/border_red.gif) no-repeat 0 0;}
	.redesign_elements li .active_y {background: url(../images/border_yellow.gif) no-repeat 0 0;}
	.redesign_elements li .active_g {background: url(../images/border_green.gif) no-repeat 0 0;}
	
	

/*Portfolio
	----------------------------------*/	
	
.portfolio{
	margin: 0;
	padding-left: 0;
	padding-right: 178px;
	background: url(../images/arrow.gif) no-repeat 95% 50%;
	}
.for_portfolio_next{
	margin: 0;
	padding: 0;
	width: 399px;
	}
	
.portfolio_next{
	background: url(../images/next_bg.gif) no-repeat 0 100%;
	}	
	
.prev_block{	
	width: 404px;
	text-align:left;
	background: url(../images/prev_bg.gif) no-repeat 0 100%;
	}	
.prev_block,
.portfolio_next	{
	height: 370px;
	}
.prev_block h4,
.portfolio_next h4{
	font:bold 16px Georgia, Times, serif;
	color: #813304;
	padding:0 0 28px 47px;
	}		
.prev_block h5,
.portfolio_next h5{
	font:bold 12px Georgia, Times, serif;
	color: #813304;
	padding: 0 0 7px 47px
	}	
.prev_block img,
.portfolio_next img{
	border: 1px solid #813304;
	}
#zone .prev_block a,
#zone .portfolio_next a{
	background: 0;
	display: block;
	width: 278px;
	height: 215px;
	position: relative;
	cursor: pointer;
	left: 4px;
	margin-left: 38px;

	}
#zone .prev_block em,
#zone .portfolio_next em{
	display: none;
	}	
#zone .prev_block a:hover,
#zone .portfolio_next a:hover{
	text-decoration: none;
	background: 0;
	height: 1%;
	}
#zone .prev_block a:hover em,
#zone .portfolio_next a:hover em{
	display: block;
	position: absolute;
	top: -80px;
	right: -70px;
	width: 203px;
	height: 75px;
	font-style: normal;
	padding:10px 20px;
	color: #fff;
	background: url(../images/tooltip.png) no-repeat 0 0;
	}	
	
#zone .buttons  a{
	float:left;
	margin-left:182px;
	padding-top: 10px;
	width: 176px;
	font-weight: bold;
	height: 29px;
	text-align: center;
	font-size: 14px;
	background: url(../images/but_next.jpg) no-repeat 0 0;
	text-decoration: none;
	color: #813404;
	}
#zone .but_next:hover{
	background: url(../images/but_next.jpg) no-repeat 0 0;
	}	

		
.news{
	padding:0 25px 25px 14px;
	overflow:hidden;
	}
.news p{
	padding-top: 2px;
	}
.news h4{
	padding-bottom: 12px;
	font-size: 14px;
	}	
.news h4 span{
	font-weight: bold;
	padding-left: 20px;
	font-size: 11px;
	color: #36842c;
	}
.news h5{
	padding-bottom: 10px;
	}
.news img{
	position: absolute;
	z-index: 0;
	margin-left: 5px;
	left:-5px;
	}	
.info_news{
	float: left;
	width: 480px;
	margin-left: 20px;
	}
.for_frame{
	float: left;
	position: relative;
	width: 377px;
	height: 202px;
	overflow:hidden;
	}	
.frame{	
	position: absolute;
	background: url(../images/frame.png) no-repeat 0 0;
	z-index: 4;
	width: 377px;
	height: 202px;
	}
.submenu{
	height:1%;
	overflow:hidden;
	padding-left:18px;
	}
.submenu li{
	float: left;
	font-size: 12px;
	list-style: none;
	margin:0 40px 20px 0;
	}	
.submenu li a{
	background: 0;
	border-bottom:1px dashed #36842c;
	color: #36842c;
	display: block;
	font-size:14px;
	text-decoration:none;
	padding: 5px 1px 3px 1px;
	}
.submenu .select a{
	font-weight: bold;
	}
.submenu .select a,
.submenu li a:hover{
	background: 0;
	border-bottom:1px dashed #d21600;
	color: #d21600;
	}		
	
.step_redesign_list li{
	text-align: justify;
	min-height: 62px;
	list-style: none;
	padding:0 10px 20px 150px;
	}	
	
.one{
	background: url(../images/one.gif) no-repeat 45px 10px;
	}	
.two{
	background: url(../images/two.gif) no-repeat 45px 10px;
	}
.three{
	background: url(../images/three.gif) no-repeat 45px 10px;
	}
.four{
	background: url(../images/four.gif) no-repeat 45px 10px;
	}
.five{
	background: url(../images/five.gif) no-repeat 45px 10px;
	}
.six{
	background: url(../images/six.gif) no-repeat 45px 10px;
	}
.seven{
	background: url(../images/seven.gif) no-repeat 45px 10px;
	}
.eight{
	background: url(../images/eight.gif) no-repeat 45px 10px;;
	}
.nine{
	background: url(../images/nine.gif) no-repeat 45px 10px;
	}
.ten{
	background: url(../images/ten.gif) no-repeat 30px 10px;
	}		
#zone .quest{
	background: url(../images/quest.gif) no-repeat 0 4px;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	}	

.quest span{
	display: none;
	}
#zone .quest:hover{
	position: relative;
	z-index: 22;
	background: url(../images/quest.gif) no-repeat 0 4px;
	}
.quest:hover span{
	position: absolute;
	left: 10px;
	z-index: 25;
	display: block;
	font-style: normal;
	color: #000;
	font-size: 11px;
	text-align: left;
	padding: 15px 35px 10px 28px;
	width: 199px;	
	width: 199px;	
	}
.quest:hover span span{
		position:relative;
		top:-35px;
		left:-28px;
		z-index:123;
		background: url(../images/popup.png) no-repeat 0 0;
		}
	
/*Dark_box
	--------------------------------------------*/	
	
	
.darkbox-frame {
	DISPLAY: none; 
	Z-INDEX: 999; 
	LEFT: 0px; 
	OVERFLOW: hidden; 
	WIDTH: 100%; 
	POSITION: fixed; TOP: 0px; 
	HEIGHT: 100%
}
.darkbox-frame-on {
	DISPLAY: block
}
.darkbox-shadow {
	BACKGROUND: #000; 
	LEFT: 0px; 
	WIDTH: 100%; 
	POSITION: absolute; TOP: 0px; 
	HEIGHT: 100%; 
	opacity: 0
}
.darkbox-canvas {
	BACKGROUND: url(../images/spinner.gif) #000 no-repeat 50% 50%; 
	LEFT: 50%; 
	MARGIN: -40px 0px 0px -40px; 
	OVERFLOW: hidden; 
	WIDTH: 80px; 
	POSITION: absolute; 
	TOP: 50%; 
	HEIGHT: 80px; 
	opacity: .5; 
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	border-radius: 15px
}
.darkbox-canvas IMG {
	DISPLAY: block; 
	VISIBILITY: hidden
	}
.darkbox-canvas-load {
	BACKGROUND-IMAGE: none; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0
	}
.darkbox-canvas-done {
	OVERFLOW: visible; opacity: 1
	}
.darkbox-canvas-done IMG {
	VISIBILITY: visible; opacity: 0
	}
.darkbox-button {
	DISPLAY: none; 
	Z-INDEX: 1; 
	BACKGROUND: url(../images/close.png) no-repeat; 
	WIDTH: 30px; 
	CURSOR: pointer; 
	POSITION: absolute; 
	TOP: -13px; 
	HEIGHT: 30px
	}
.darkbox-button-on {
	DISPLAY: block
	}
.darkbox-button-left {
	LEFT: -16px
	}
.darkbox-button-right {
	RIGHT: -16px
	}
.counter{float:right;margin:4px 14px 0 0;}

.contact_pad{padding-left:16px;}
.foot_menu{
	float: left;
	padding:8px 0 0 110px;
	}
.foot_menu li{
	float: left;
	list-style: none;
	margin-right: 20px;
	}
.foot_menu li a{
	font-weight: bold;
	color:#dc662d;
	}
.foot_menu li a:hover{
	color:#d21600; 
	}	
.for_form_z{
	clear: both;
	padding-left: 0;
	}	
	
	
	
	
.linch li{
	float:left;
	margin:0 35px 40px 0;
	padding-right:20px;
	list-style:none;
	width:265px;
	height:98px;
	font:20px Georgia;
	color:#D21600;
	background: url(../images/linch1.jpg) no-repeat 100% 0;
	}
.linch .last{
	margin-right:0;
	}	
	
	
/*portfolio new*/

.left_port,
.right_port{
	float:left;
	margin-bottom:40px;
	background: url(../images/border_redtop.gif) no-repeat 100% 0;
	}
	.left_port_in,
	.right_port_in{
		padding:7px;
		background: url(../images/border_redbot.gif) no-repeat 0 100%;
		}
	.right_port_in{
		background: url(../images/border_greenbot.gif) no-repeat 0 100%;
		}
.arrow{
	float:left;
	width:70px;
	height:68px;
	margin:170px 5px 0 5px;
	background: url(../images/arrow.gif) no-repeat 100% 0;
	}
.right_port{
	float:left;
	background: url(../images/border_greentop.gif) no-repeat 100% 0;
	}	
#zone .left_port a,
#zone .right_port a{
	background: none;
	padding: 0;
	}		
.jqzoom{
	background:none !important;
	}	