/* RESET */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 1em;
	outline: none;
}
code, kbd, samp, pre, tt, var, textarea, input, select, isindex {
	font: inherit;
	font-size: 1em;
}
dfn, i, cite, var, address, em {
	font-style: normal;
}
th, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
}
html,
body{
	width: 100%;
}
body {
	line-height: 1.4;
	background-color: #ffffff;
	color: black;
	font-size: 13px;
	min-width: 940px;
	font-family: tahoma;
	position: relative;
}
q {
	quotes: "" "";
}
a {
	color: inherit;
	text-decoration: underline;
}
hr {
	display: none;
}
font {
	color: inherit !important;
	font: inherit !important;
}
.hidden {
	display: none;
}
/* GENERAL */
a {
	color: #000;
}
	a:hover {
		color: #999;
	}
/* CLASS */
.icon {
	margin-right: 5px;
	vertical-align: middle;
}
.cap_10 {
	height: 10px;
}
.cap_20 {
	height: 20px;
}
.cap_30 {
	height: 30px;
}
.cap_40 {
	height: 60px;
}
.cap_60 {
	height: 60px;
}
.cap_250 {
	height: 250px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.maxwidth {
	width: 100%;
}
.clearfix {
	clear: both;
}
.image {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
}
.image img {
	width: 100%;
	vertical-align: bottom;
}
.content p {
	color: #444;
	line-height: 1.4em;
	padding-bottom: 24px;
}
.content ul {
	color: #444;
	margin-bottom: 24px;
}
	.content ul li {
		list-style-type: none;
		text-indent: -1.24em;
		padding: 0 0 0 1.24em;
		margin: 0 0 0.1em;
	}
	.content ul li:before { content: '\2014\a0'; }
.content .frame {
	border: 1px solid #bbbbbb;
	margin: -1px;
}

.content .noted-image {
	overflow: hidden;
}
	.content .noted-image-image {
		float: left;
		margin: 0 20px 10px 0;
	}
	.content .noted-image-note {
		overflow: hidden;
		padding-right: 150px;
		zoom: 1;
	}
	.content .noted-image-subnote {
		margin-right: -150px;
	}
/*.content h2 {
	font-size: 16px;
	font-weight: bold;
}
.content h3,
#main-center .content h3 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}*/
.letter-spacing {
	letter-spacing: .15em;
}
/* MAIN */
#main {
	width: 90%;
	margin: 20px auto 0 auto;
	color: #000;
	max-width: 1140px;
}
/* HEADER */
#main-header {
	height: 210px;
	width: 100%;
	padding: 13px 0 0 0;
	border-top: 1px #999 solid;
}
#main-header .main-logo {
	margin-left: 45%;
}
#main-header .logo {
	margin-left: 52.5%;
}
#main-menu li {
	float: left;
	display: block;
	margin-right: 30px;
	position: relative;
}
	#main-menu li .link {
		padding: 4px 0 5px 0;
	}
	#main-menu li .active {
		color: #fff;
		padding: 4px 10px 5px 10px;
		background: #ddd;
	}
	#main-menu .submenu {
		position: absolute;
		top: 30px;
		left: 10px;
		width: 100px;
	}
		#main-menu .submenu li {
			float: none;
			margin-right: -100px;
		}
		#main-menu .submenu li .active {
			margin-left: -10px;
		}
	#main-menu .last-child { margin: 0; float: right; }
	#main-menu > li:last-child { margin: 0; float: right; }
/* EMAIL */
#email {
	position: relative; z-index: 16;
	width: 100%;
	font-size: 12px;
	display: block;
	line-height: 1;
	font-size: 100px;
}
/* SERVICE */
#service {
	position: relative;
	width: 100%;
	color: #fff;
}
	#service td {
		width: 16%;
		padding-top: 100px;
		padding-bottom: 20px;
		text-align: center;
		vertical-align: middle;
	}
		#service .item {
			position: relative;
			margin-top: 30%;
		}
	#service .dl {
		color: #fff;
		line-height: 1.4em;
		border-bottom: 1px #fff dotted;
		text-decoration: none;
	}
	#service .dl:hover {
		color: #fff;
	}
	#service .column1 {
		background: #e54a00;
	}
	#service .column2 {
		background: #e95e00;
	}
	#service .column3 {
		background: #ed7400;
	}
	#service .column4 {
		background: #f18b00;
	}
	#service .column5 {
		background: #f5a100;
	}
	#service .column6 {
		background: #f9b500;
	}
/* CENTER */
#main-center {
	width: 100%;
}
	#main-center .head {
		position: relative;
		line-height: 1.4em;
		height: 100px;
		margin-bottom: -100px;
		background: url('/i/vic/service.head.png');
		color: #fff;
		z-index: 1;
	}
		#main-center .max .parent {
			position: absolute; top: 0px; margin-top: -30px;
			color: transparent;
			width: 100%; 
		}
		#main-center .email-wrapper {
			position: absolute; 
			overflow: hidden; 
			width: 100%; 
			white-space: nowrap;
			visibility: hidden;
		}

	#main-center .column {
		width: 28%;
		float: left;
	}
	#main-center .max {
		position: relative;
		width: 100%;
		margin: 20px 0 50px 0;
		display: block;
		float: left;
	}
	#main-center .widedis {
		width: 40%;
		float: left;
	}
	#main-center .wide {
		width: 47%;
		float: left;
	}
	#main-center .widest {
		width: 50%;
		float: left;
	}
	#main-center .widewide {
		width: 73%;
		float: left;
	}
	#main-center .average {
		width: 21%;
		float: left;
	}
	#main-center .profile {
		width: 24%;
		float: left;
	}
	#main-center .clients {
		width: 18%;
		float: left;
	}
	#main-center .separator {
		width: 6%; height: 10px;
		display: block;
		float: left;
	}
	#main-center .separator-average {
		width: 5%;
	}
	#main-center .separator-column {
		width: 25%;
	}
	#main-center h1 {
		font-size: 24px;
		line-height: 27px;
	}
	#main-center h2 {
		line-height: 27px;
	}
	#main-center h3 {
		margin: 20px 0px 30px 0px;
		color: #999;
		text-align: center;
	}
	#main-center ins {
		border-top: 1px #999 solid;
		margin: 20px 0 30px 0;
		display: block;
	}
	#main-center .custmr {
		/*text-align: justify;*/
	}
		#main-center .custmr img {
			margin: 0 5px 30px 5px;
		}
	#main-center .note {
		font-size: 11px;
		color: #999;
	}
		#main-center .note img {
			margin-right: 30px;
			float: left;
		}
	#main-center .feedback {
		width: 100%;
	}
		#main-center .feedback .left {
			width: 44%;
			float: left;
		}
		#main-center .feedback .right {
			width: 44%;
			float: right;
		}
		#main-center .feedback .elm {
			/*border-width: 0px 1px 1px 1px;
			border-style: solid;
			border-color: #ccc;
			border-top: 1px #777 solid;
			background: url('/i/vic/form.bg.png') top left repeat-x;*/
		}
		#main-center .feedback input {
			width: 100%; height: 20px;
			margin-bottom: 20px;
			color: #444;
		}
			#main-center .feedback input.button {
				width: 100px; height: 23px;
			}
		#main-center .feedback textarea {
			width: 100%; height: 80px;
			margin-bottom: 20px;
		}
		#main-center .tabmax {
			width: 100%; height: 200px;
		}
			#main-center .tabmax td {
				width: 140px;
				vertical-align: top;
			}
			#main-center .tabmax td.separator {
				width: 1px;
			}
		#main-center .link {
			padding-right: 5%;
			float: right;
		}
			#main-center .link a {
				margin-left: 30px;
				padding: 7px 0 9px 0;
				color: #999;
				display: inline-block;
				display:-moz-inline-stack;	
				/*for ie6
				*display: inline;
				_overflow: hidden;
				zoom: 1;
				*/
			}
				#main-center a.active {
					padding: 7px 10px 9px 10px;
					text-decoration: none;
					color: #fff;
					background: #ddd;
				}
/* PORTFOLIO */
#main-center .portfolio {
	text-align: left;	
	color: #999;
}
	/*#main-center .portfolio p {
		margin: 10px 0 0;
		height: 80px;
		color: #999;
	}*/
	#main-center .portfolio .average {
		height:188px;
	}
	#main-center .portfolio a {display:block;}
	#main-center .portfolio .image {
		border: 1px #bbb solid;
		display:block;
		margin-bottom:10px;
	}
/* PROJECTS */
#main-center .projects {
	text-align: left;
}
	#main-center .projects ins {
		margin-bottom: 10px;
	}
	#main-center .projects h2 {
		margin-bottom: 60px;
	}
	#main-center .projects p {
		
		color: #999;
	}
	#main-center .projects td {
		width: 5%;
		padding-bottom: 20px;
	}
	#main-center .projects td.item {
		width: 21%;
	}
	#main-center .projects .item div {
		position: relative;
		margin: 0px;
	}
	#main-center .projects div.image {
		position: absolute;
		margin-top: -120px;
		border: 1px #bbb solid;
	}
	#main-center .projects span.star {
		color:#ff6600;
		position: absolute;top:0;right:100%;
		margin-right:5px;
	}
/* COMPANY */
#company {
	height: 120px;
	padding-top: 30px;
	border-top: 1px #999 solid;
	text-align: center;
}
	#company * {
		vertical-align: top;
	}
	#company img {
		margin-left: 10px;
	}
	#company .left {
		margin-right: 20px;
	}
	#company .right {
		margin-left: 30px;
	}
/* BANNERS */
#main-banners {
	width: 100%;
	margin-top: 80px;
	overflow: hidden;
}
	#main-banners img {
		width: 100%;
		outline: 1px #bbb solid;
		vertical-align: bottom;
	}
	#main-banners a,
	#main-banners span {
		width: 22%;
		margin-right: 4%;
		float: left;
		display: block;
	}
	#main-banners .last-child {
		margin-right: -20px;
	}
/* POPUP*/
#popup {
	position: absolute; z-index: 32; top: 0px; left: 0px;
	width: 300px;
	padding: 50px 50px 25px;
	background: #fff url('/i/vic/popup.bg.png') center right no-repeat;
	opacity: 0;
}
#popup:after{content:"";display:inline-block}
	#popup ins {
		position: absolute;
		margin: 0px; padding: 0px;
		background-image: url('/i/vic/popup.bg.png');
		background-repeat: no-repeat;
		display: block;
		border: 0px;
	}
		#popup ins.hidden {
			display: none;
		}
		#popup ins.bl {
			top: 100%; left: 0px;
			width: 14px; height: 16px;
			background-position: -12px -55px;
		}
		#popup ins.sb {
			top: 100%; left: 14px;
			width: 100%; height: 16px;
			background-position: 100% -55px;
		}
		#popup ins.sl {
			top: 0px; left: 100%;
			width: 12px; height: 100%;
			background-position: 0px -55px;
		}
		#popup ins.right {
			top: 50%; left: 100%;
			width: 53px; height: 55px;
			margin-top: -22px;
			background-position: top right;
		}
		#popup ins.left {
			top: 50%; left: -53px;
			width: 53px; height: 55px;
			margin-top: -22px;
			background-position: -706px top;
		}
	#popup .content {
		text-align: left;
	}
/* FOOTER */
#main-footer {
	height: 100px;
	margin-top: 50px;
	padding-top: 20px;
	color: #000;
	border-top: 1px #999 solid;
	text-align: center;
}
#main-footer .left {
	float: left;
}
#main-footer .right {
	float: right;
}

#index-slider {
	width: 100%;
	left: 0;
	height: 160px;
	margin-bottom: 90px;
	line-height: 102px;
}
	#index-slider .wrapper {
		position: absolute;
		left: 0;
		width: 100%;
		height: 102px;
		padding: 30px 0;
		overflow: hidden;
		white-space: nowrap;
	}
	#index-slider.js-off .wrapper {
		position: relative;
		overflow: auto;
		overflow-y: hidden;
		padding-bottom: 20px;
		height: auto;
		width: 100%;
		/*margin-right: -500px;*/
	}
	/* opera 9.0 */
	html:first-child #index-slider a{
		display: inline;
	}
	html:first-child #index-slider img{
		display: inline;
	}
	#index-slider a {
		margin-right: 2px;
		display: -moz-inline-stack;
		display: inline-block;
		position: relative;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
	}
	#index-slider .max {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		width: 2px;
	}
	#index-slider img{
		width: 244px;
		display: block;
	}
	#index-slider .text {
		color: white;
		text-align: center;
		white-space: normal;
		position: absolute;
		top: 0; left: 0;
		display: none;
		width: 224px; height: 102px;
		line-height: 82px;
		padding: 0 10px;
		background: #FBC000;
	}
	#index-slider.full-width a:hover .text {
		display: block;
	}
	#index-slider .text .center span {
		line-height: 1.3em;
		display: block;
		padding: 3px 0;
	}
	#index-slider .text .center {
		vertical-align: middle;
		display: -moz-inline-stack;
		display: inline-block;
	}
	#index-slider .text .city {
		color: #ffe797;
	}
