/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font-family:'290209_1_0', Arial, Verdana, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 18px;
		color: #212121;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%; }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		font-family:'290209_1_0', Arial, Verdana, Helvetica, sans-serif; /* HelveticaNeueW01-55Roma */
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #212121; }
	
	h1 { font-size: 21px; line-height: 30px; color: #fff; text-transform: uppercase; padding: 18px 0 0 0; }
	h2 { font-size: 21px; line-height: 24px; text-transform: uppercase; padding: 0 0 18px 0; width: 696px; }
	h3 { font-family:'290209_0_0', Arial, Verdana, Helvetica, sans-serif; }
	h4 {  }
	h5 {  }
	h6 {  }

	p,.block { margin: 0 0 18px 0; }
	.block_max { width: 696px; }
	p img { margin: 0; }

	em,i { font-style: italic; }
	strong,b,strong *,b * { font-family:'290209_0_0', Arial, Verdana, Helvetica, sans-serif; font-weight: normal; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px;  font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {  }

	hr { display : block; padding : 0; height : 1px; border : 0; border-top : 1px solid #000; }


/* #Links 
================================================== */
	a { color: #212121; text-decoration: none; outline: 0; }
	a:hover, a:focus {  }
	p a, p a:visited { line-height: inherit; }


/* #Lists */
==================================================
	.content ul,.content ol { padding-bottom: 20px; }
	.content ul,.content ol,.content li { list-style-type: disc; list-style-position: outside; }
	.content ul,.content ol{ position: relative; left: 20px; width: 80%; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #bfc0bf;
		color: #000;
		display: inline-block;
		border: 1px solid #bfc0bf;
		font-size: 12px;
		text-decoration: none;
		cursor: pointer;
		margin-bottom: 20px;
		line-height: normal;
		padding: 6px 10px; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		border: 1px solid #606060; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #606060; }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		float: left;
		border: 1px solid #bfc0bf;
		padding: 4px 4px;
		outline: none;
		color: #000;
		margin: 0;
		width: 340px;
		display: block;
		font-family:'290209_1_0', Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 20px;
		background: #bfc0bf; }
	select {
		width: 350px; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	select:focus,
	textarea:focus {
		border: 1px solid #606060; }
	textarea {
		min-height: 100px; }
	label,
	legend {
		display: block;
		float: left;
		padding: 4px 0px;
		width: 140px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

	input[type="text"].full-width,
	input[type="password"].full-width,
	input[type="email"].full-width,
	textarea.full-width,
	select.full-width{
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;  }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

/* #Clearing
================================================== */

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

/* #Font
================================================== */
	@font-face {
		font-family: '290209_0_0';
		src: url('../font/290209_0_0.eot?') format('eot'),
			url('../font/290209_0_0.woff') format('woff'),
			url('../font/290209_0_0.ttf') format('truetype');
	}
	@font-face {
		font-family: '290209_1_0';
		src: url('../font/290209_1_0.eot?') format('eot'),
			url('../font/290209_1_0.woff') format('woff'),
			url('../font/290209_1_0.ttf') format('truetype');
	}

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Template Styles */

/* #Site Styles
================================================== */
body,.header-wrapper{
	background: url(../img/body/00.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/body/00.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/body/00.jpg',sizingMethod='scale');
}
.header-wrapper{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 130px;
	z-index: 999999999;
}
.header{
	position: relative;
	width: 932px;
	height: 124px;
	margin: 0 auto;
	padding: 0 24px;
	background: #fff;
}
.nav_lang{
	position: absolute;
	left: 24px;
	top: 0;
	width: 120px;
	height: 42px;
}
.nav_lang li{
	display: inline;
}
.nav_lang a{
	display: block;
	float: left;
	padding-right: 10px;
	font-size: 11px;
	line-height: 42px;
	color: #000;
	text-transform: uppercase;
}
.nav_lang a:hover,.nav_lang .act{
	color: #9c9c9d;
}
.nav{
	position: absolute;
	left: 24px;
	top: 78px;
	width: 800px;
	height: 36px;
}
.nav li{
	display: inline;
}
.nav a{
	display: block;
	float: left;
	padding-right: 10px;
	font-family:'290209_0_0', Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 36px;
	color: #000;
	text-transform: uppercase;
}
.nav a:hover,.nav .act{
	color: #9c9c9d;
}
.logo{
	display: block;
	position: absolute;
	right: 30px;
	top: 0;
	width: 304px;
	height: 124px;
}
.page-wrapper{
	width: 980px;
	margin: 0 auto;
	margin-top: 130px;
	margin-bottom: 20px;
}
.page-title,.page-title-item{
	width: 980px;
	height: 300px;
}
.page-title{
	position: relative;
	margin-bottom: 6px;
	background: #bfc0bf;
	overflow: hidden;
}
.page-title-item{
	position: absolute;
	left: 0;
	top: 0;
}
.page-title h1{
	position: absolute;
	left: 24px;
	top: 24px;
	width: 300px;
	background: url(../img/h1.gif) no-repeat left top;
}
.page-title h1 span{
	display: block;
	padding-bottom: 18px;
	background: url(../img/h1.gif) no-repeat left bottom;
}
.page{
	padding-top: 27px;
	background: #fff;
}
.page-nav-sub-wrapper{
	float: left;
	width: 212px;
	padding: 24px 24px 24px 24px;
}
.page-nav-sub a{
	display: block;
	font-family:'290209_0_0', Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 4px;
	color: #000;
}
.page-nav-sub li li a{
	font-family:'290209_1_0', Arial, Verdana, Helvetica, sans-serif;
}
.page-nav-sub a:hover,.page-nav-sub .act{
	color: #9c9c9d;
}
.page-nav-sub ul ul{
	padding: 0 0 10px 16px;
}
.page-content{
	float: left;
	position: relative;
	width: 720px;
	min-height: 550px;
	padding-top: 24px;
}
.page-content li{
	list-style-type: disc;
	list-style-position: inside;
}
.page-content a{
	text-decoration: underline;
	font-weight: bold;
}
.dwn{
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 12px;
	background-repeat: no-repeat;
	background-position: -5px top;
	background-size: 22px 22px;
}
.dwn div{
	float: left;
	width: 36px;
}
.dwn a{
	display: block;
	width: 320px;
	float: left;
	font-weight: normal;
	text-decoration: none;
}
.dwn-aac{
	background-image: url(../img/icons/aac.png);
}
.dwn-ai{
	background-image: url(../img/icons/ai.png);
}
.dwn-aiff{
	background-image: url(../img/icons/aiff.png);
}
.dwn-avi{
	background-image: url(../img/icons/avi.png);
}
.dwn-bmp{
	background-image: url(../img/icons/bmp.png);
}
.dwn-c{
	background-image: url(../img/icons/c.png);
}
.dwn-cpp{
	background-image: url(../img/icons/cpp.png);
}
.dwn-css{
	background-image: url(../img/icons/css.png);
}
.dwn-dat{
	background-image: url(../img/icons/dat.png);
}
.dwn-dmg{
	background-image: url(../img/icons/dmg.png);
}
.dwn-doc{
	background-image: url(../img/icons/doc.png);
}
.dwn-dotx{
	background-image: url(../img/icons/dotx.png);
}
.dwn-dwg{
	background-image: url(../img/icons/dwg.png);
}
.dwn-dxf{
	background-image: url(../img/icons/dxf.png);
}
.dwn-eps{
	background-image: url(../img/icons/eps.png);
}
.dwn-exe{
	background-image: url(../img/icons/exe.png);
}
.dwn-flv{
	background-image: url(../img/icons/flv.png);
}
.dwn-gif{
	background-image: url(../img/icons/gif.png);
}
.dwn-h{
	background-image: url(../img/icons/h.png);
}
.dwn-hpp{
	background-image: url(../img/icons/hpp.png);
}
.dwn-html{
	background-image: url(../img/icons/html.png);
}
.dwn-ics{
	background-image: url(../img/icons/ics.png);
}
.dwn-iso{
	background-image: url(../img/icons/iso.png);
}
.dwn-java{
	background-image: url(../img/icons/java.png);
}
.dwn-jpg{
	background-image: url(../img/icons/jpg.png);
}
.dwn-js{
	background-image: url(../img/icons/js.png);
}
.dwn-key{
	background-image: url(../img/icons/key.png);
}
.dwn-less{
	background-image: url(../img/icons/less.png);
}
.dwn-mid{
	background-image: url(../img/icons/mid.png);
}
.dwn-mp3{
	background-image: url(../img/icons/mp3.png);
}
.dwn-mp4{
	background-image: url(../img/icons/mp4.png);
}
.dwn-mpg{
	background-image: url(../img/icons/mpg.png);
}
.dwn-odf{
	background-image: url(../img/icons/odf.png);
}
.dwn-ods{
	background-image: url(../img/icons/ods.png);
}
.dwn-odt{
	background-image: url(../img/icons/odt.png);
}
.dwn-otp{
	background-image: url(../img/icons/otp.png);
}
.dwn-ots{
	background-image: url(../img/icons/ots.png);
}
.dwn-ott{
	background-image: url(../img/icons/ott.png);
}
.dwn-pdf{
	background-image: url(../img/icons/pdf.png);
}
.dwn-php{
	background-image: url(../img/icons/php.png);
}
.dwn-png{
	background-image: url(../img/icons/png.png);
}
.dwn-ppt{
	background-image: url(../img/icons/ppt.png);
}
.dwn-psd{
	background-image: url(../img/icons/psd.png);
}
.dwn-py{
	background-image: url(../img/icons/py.png);
}
.dwn-qt{
	background-image: url(../img/icons/qt.png);
}
.dwn-rar{
	background-image: url(../img/icons/rar.png);
}
.dwn-rb{
	background-image: url(../img/icons/rb.png);
}
.dwn-rtf{
	background-image: url(../img/icons/rtf.png);
}
.dwn-sass{
	background-image: url(../img/icons/sass.png);
}
.dwn-scss{
	background-image: url(../img/icons/scss.png);
}
.dwn-sql{
	background-image: url(../img/icons/sql.png);
}
.dwn-tga{
	background-image: url(../img/icons/tga.png);
}
.dwn-tgz{
	background-image: url(../img/icons/tgz.png);
}
.dwn-tiff{
	background-image: url(../img/icons/tiff.png);
}
.dwn-txt{
	background-image: url(../img/icons/txt.png);
}
.dwn-wav{
	background-image: url(../img/icons/wav.png);
}
.dwn-xls{
	background-image: url(../img/icons/xls.png);
}
.dwn-xlsx{
	background-image: url(../img/icons/xlsx.png);
}
.dwn-xml{
	background-image: url(../img/icons/xml.png);
}
.dwn-yml{
	background-image: url(../img/icons/yml.png);
}
.dwn-zip{
	background-image: url(../img/icons/zip.png);
}


/* #Page Styles - HOME
================================================== */
.home .header-wrapper{
	position: relative;
	padding-top: 180px;
}
.home .page-wrapper{
	margin-top: 0;
}
.home-news{
	padding-top: 0;
	min-height: 550px;
}

/* #Template Styles - threextra item
================================================== */
.threextra-item{
	float: left;
	width: 228px;
	padding-right: 12px;
}
.threextra-item .threextra-item-img{
	width: 228px;
	height: 154px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
}
.threextra-item .threextra-item-h{
	border-top: 3px solid #000;
	margin-bottom: 20px;
}
.threextra-item .threextra-item-h h2{
	width: 228px;
	padding: 10px 0 10px 0;
	border-bottom: 3px solid #000;
}
.news .threextra-item *,.news .threextra-item a:hover,.home-news .threextra-item *,.home-news .threextra-item a:hover{
	color: #000;
	text-decoration: none;
}
.home-news .threextra-item-txt,.home-news .threextra-item-txt *{
	font-weight: normal;
}
.news .threextra-item .threextra-item-img{
	background: #e5e5e5;
}
.home-news .threextra-item{
	padding-bottom: 60px;
}
.home-news .threextra-item-img img{
	width: 228px;
}


/* #Template Styles - two item
================================================== */
.two-item{
	float: left;
	width: 342px;
	padding-right: 12px;
}
.two-item .two-item-img{
	width: 342px;
	height: 216px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
}
.two-item .two-item-h{
	border-top: 3px solid #000;
	margin-bottom: 20px;
}
.two-item .two-item-h h2{
	width: 342px;
	padding: 10px 0 10px 0;
	border-bottom: 3px solid #000;
}
.news .two-item *,.news .two-item a:hover,.home-news .two-item *,.home-news .two-item a:hover{
	color: #000;
	text-decoration: none;
}
.home-news .two-item-txt,.home-news .two-item-txt *{
	font-weight: normal;
}
.news .two-item .two-item-img{
	background: #e5e5e5;
}
.home-news .two-item{
	padding-bottom: 60px;
}


/* #Template Styles - three item
================================================== */
.three-item{
	float: left;
	width: 224px;
	padding-right: 12px;
}
.three-item .three-item-img{
	width: 224px;
	height: 160px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
}
.three-item .three-item-h{
	border-top: 3px solid #000;
	margin-bottom: 20px;
}
.three-item .three-item-h h2{
	width: 224px;
	padding: 10px 0 10px 0;
	border-bottom: 3px solid #000;
}
.news .three-item *,.news .three-item a:hover{
	color: #000;
}
.news .three-item .three-item-img{
	background: #e5e5e5;
}
.home-news .three-item{
	padding-bottom: 20px;
}
.three-item-news a{
	text-decoration: none;
}
.three-item-news .three-item-txt,.three-item-news .three-item-txt *{
	font-weight: normal;
}

.three-item-news .three-item-img,.three-item-news img{
	width: 224px;
	height: 141px;
}

/* #Template Styles - four item
================================================== */
.four-item{
	float: left;
	width: 165px;
	padding-right: 12px;
}
.four-item .four-item-img{
	width: 165px;
	height: 180px;
	margin-bottom: 12px;
	overflow: hidden;
	background: #fff;
}
.four-item .four-item-txt{
	border-top: 1px solid #000;
	padding-top: 4px;
	margin-bottom: 20px;
}
.four-item *,.four-item a:hover{
	color: #000;
}

.four-item-txt a{
	text-decoration: none;
	font-weight: normal;
}

/* #Template Styles - twoone item
================================================== */
.twoone-txt-item,.twoone-img-item{
	float: left;
	margin-bottom: 12px;
}
.twoone-txt-item{
	width: 460px;
	padding-right: 12px;
}
.twoone-img-item{
	width: 224px;
	text-align: right;
}



/* #Template Styles - oneone item
================================================== */
.oneone-txt-item,.oneone-img-item{
	float: left;
	margin-bottom: 12px;
}
.oneone-txt-item{
	width: 230px;
	padding-right: 12px;
}
.oneone-txt-item-last{
	padding-right: 0;
}
.oneone-img-item{
	width: 224px;
	text-align: right;
}


/* #Template Styles - colors item
================================================== */
.colors-items{
	position: relative;
	width: 472px;
	min-height: 190px;
	margin-bottom: 20px;
	visibility: hidden;
}
.colors-item{
	float: left;
	width: 106px;
	height: 48px;
	cursor: pointer;
	margin: 0 12px 12px 0;
}
.colors-item-title{
	display: none;
}
.colors-item-img{
	width: 224px;
	height: 190px;
	text-align: center;
	background: grey;
}
.colors-items-imgs{
	position: absolute;
	right: -236px;
	top: 0;
	width: 224px;
	height: 190px;
	background: #fff;
}
.colors-items-imgs div{
	position: absolute;
	left: 0;
	top: 0;
}
.colors-item-color{
	display: table;
	width: 100%;
	height: 48px;
}
.colors-item-color div{
	display: table-cell;
	vertical-align: middle;
}
.colors-item-color *{
	text-align: center;
	color: #fff;
}

/* #Template Styles - person item
================================================== */
.person-item{
	float: left;
	width: 336px;
	height: 220px;
	padding-right: 24px;
}
.person-item .person-item-img{
	float: left;
	width: 92px;
	height: 120px;
	margin: 4px 12px 20px 0;
	overflow: hidden;
}
.person-item .person-item-txt{
	float: left;
	width: 232px;
	margin-bottom: 20px;
}


/* #Template Styles - half item
================================================== */
.half-txt-item,.half-img-item{
	float: left;
	width: 342px;
	margin-bottom: 12px;
}
.half-txt-item{
	padding-right: 12px;
}
.half-img-item{
	text-align: right;
}

/* #Template Styles - colors compare
================================================== */
.colors-compare{
	float: left;
	width: 236px;
}
.colors-compare-imgs{
	width: 224px;
	height: 299px;
	margin-bottom: 12px;
	background: #bfc0bf;
	overflow: hidden;
}
.colors-compare-item{
	float: left;
	display: table;
	width: 106px;
	height: 48px;
	margin: 0 12px 12px 0;
}
.colors-compare-item div{
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}
.colors-compare-item *{
	text-align: center;
	color: #fff;
}
.colors-compare-item img{
	display: block;
}
.colors-compare-item-act div{
	background: url(../img/colors-compare-item-act.gif) no-repeat left top;
}


/* #Template Styles - slideshow
================================================== */
.slideshow{
	width: 696px;
	padding-top: 10px;
	margin-bottom: 22px;
	border-bottom: 1px solid #000;
}
.slideshow-imgs{
	position: relative;
	width: 696px;
	height: 437px;
	overflow: hidden;
}
.slideshow-imgs div{
	position: relative;
	width: 696px;
	height: 437px;
	background: #fff;
	overflow: hidden;
}
.slideshow-imgs div img{
	position: absolute;
	left: 0;
	top: 0;
}
.slideshow-constrolls{
	position: relative;
	width: 696px;
	height: 22px;
	margin: 8px 0 8px 0;
}
.slideshow-constrolls-pager a{
	display: block;
	float: left;
	padding-right: 10px;
	line-height: 22px;
}
.slideshow-constrolls-pager a.activeSlide{
	color: #9c9c9d;
}
.slideshow-constrolls-prev,.slideshow-constrolls-next{
	display: none;
	position: absolute;
	top: 0;
	width: 22px;
	height: 22px;
}
.slideshow-constrolls-prev{
	right: 26px;
	background: url(../img/slideshow-constrolls-prev.gif) no-repeat left top;
}
.slideshow-constrolls-next{
	right: 0;
	background: url(../img/slideshow-constrolls-next.gif) no-repeat left top;
}


.border-wrapper{
	position: relative;
	width: 100%;
}
.border-wrapper-top,.border-wrapper-right,.border-wrapper-bottom,.border-wrapper-left{
	position: absolute;
	z-index: 10;
	background: #fff;
}
.border-wrapper-top,.border-wrapper-bottom{
	left: 0;
	width: 100%;
	height: 4px;
}
.border-wrapper-left,.border-wrapper-right{
	top: 0;
	width: 4px;
	height: 100%;
}
.border-wrapper-top{
	left: 0;
}
.border-wrapper-right{
	right: 0;
}
.border-wrapper-bottom{
	bottom: 4px;
}
.border-wrapper-left{
	top: 0;
}


.map-companyselection{
	padding-bottom: 30px;
}


.contact_left,.contact_right{
	float: left;
	width: 360px;
}
.contact_left h2,.contact_right h2{
	width: 348px;
}


.footer{
	height: 105px;
	margin-top: 6px;
	background: #fff;
}
.footer img{
	float: right;
}
