@charset "utf-8";
/*==================================================
 Eric Meyer's Global CSS Reset
 ==================================================*/
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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 1;
	outline: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*background: url(../images/bg.jpg) left top repeat;*//*background: url(../images/body-bg.jpg) center top no-repeat;*/
	color: #404040;
	display: table;
	width: 100%;
}
html {
	-webkit-text-size-adjust: 100%;
}
em {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	border: none;
	background: none;
	outline: none;
	margin: 0;
	padding: 0;
}
.shadow, .header-aside ul li+li+li, .nav-section, .latest-product h2, .fc-platform, .product-info, .fb_iframe_widget, .plugin {
	behavior: url(PIE.htc);
	position: relative;
	z-index: 55;
	background-color: #e98a2c;
}

/*Global declaration*/	


label {
	font-size: 16px;
	line-height: 24px;
	font-family: 'geoslab703_md_btmedium';
	color: #cfcece;
	text-transform: uppercase;
}
textarea {
	border: none;
	outline: none;
	width: 301px;
	height: 123px;
}

input:focus {
	color: #30F;
}
a:hover {
	text-decoration: underline;
}
a {
	text-decoration: blink;
	color: #090;
}
h1 {
	color: #3a3939;
	font-family: 'geoslab703_md_btbold';
	font-size: 41px;
	line-height: 29px;
}
h2 {
	font-size: 19px;
	color: #fff;
	font-family: 'geoslab703_md_btmedium';
}
h4 {
	font-size: 9px;
	color: #7c7c7c;
}
table {
	margin-right: auto;
	margin-left: auto;
}
