/*
 *	Global styles
 */
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,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {vertical-align:bottom;border:0;}
ul,ol {padding:0;margin:0;list-style:none;line-height:1.42;}
ul li, ol li {padding:0; margin:0;}
a:hover, a:active {text-decoration:none;}

OL {
	list-style:decimal;
}

.b-main_banner_img {
	background:url('../images/bg/index.jpg') no-repeat;
}

.h-about_page .b-main_banner_img {
	background:url('../images/bg/about.jpg') no-repeat;
}
.h-analytics_page .b-main_banner_img {
	background:url('../images/bg/analytics.jpg') no-repeat;
}
.h-marketing_page .b-main_banner_img {
	background:url('../images/bg/marketing.jpg') no-repeat;
}
.h-products_page .b-main_banner_img {
	background:url('../images/bg/products.jpg') no-repeat;
}
.h-sales_page .b-main_banner_img {
	background:url('../images/bg/sales.jpg') no-repeat;
}
.h-service_page .b-main_banner_img {
	background:url('../images/bg/service.jpg') no-repeat;
}
.h-services_page .b-main_banner_img {
	background:url('../images/bg/services.jpg') no-repeat;
}
.h-index_page .b-main_banner_img {
	background:url('../images/bg/index.jpg') no-repeat;
}
