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;
	vertical-align: baseline;
        font-family: calibri, sans-serif;
        
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    background-color: #fff;
}
.h_wrapper {
    width: 100%;
    height: 80px;
    background: white;
}

.h_wrapper .h_logo {
    width: 1000px;
    height: 78px;
    margin: auto;
}
.h_wrapper .h_logo .h_clogo {
    float: left;
}
.h_wrapper .h_logo .h_clogo img {
    height: 60px;
    margin-top: 10px;
}
.h_wrapper .h_logo .h_advt {
    float: right;
}
.h_wrapper .h_logo .h_advt img {
    width: 700px;
    height: 100px;
    margin-top: 5px;
    border: 1px black solid;
}
.h_navmain {
    width: auto;
    height: 100px;
    background: #E6E6E6;
    border-bottom: 1px #000 solid;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8);
}
.h_navmain .h_nav {
    width: 1000px;
    height: 100px;
    margin: auto;
    text-transform: uppercase;
    font-size: 18px;
}
.h_navmain .h_nav .h_clogo {
    float: left;
}
.h_navmain .h_nav .h_clogo img {
    height: 90px;
    margin-top: 5px;
    border-radius:5px;
}

.h_navmain .h_nav ul {
    padding: 0;
    line-height: 100px;
    float: right;
}
.h_navmain .h_nav ul li {
    list-style-type: none;
    display: inline;
}

.h_navmain .h_nav ul li a{
    text-decoration: none;
    color: #000;
    margin-left: 5px;
    padding: 7px;
}
.h_navmain .h_nav ul li a:hover {
    color: red;
}
.h_navmain .h_nav .product_surch {
    float: right;
    line-height: 40px;
}
.b_footer {
    width: 100%;
    margin-top: 20px;
    height: 350px;
    background-color: grey;
    clear: both;
    
}
.b_footer .f_group {
    width: 1000px;
    height: auto;
    margin: auto;
    margin-top: 10px;
}
.b_footer .f_group .f_visit {
	float: left; 
	width: 100%;
	height:60px;
	margin-left: 10px;
}

.b_footer .f_group .f_option {
	float: left;
	width: 100%;
	height:240px;
	margin-top:20px;
}
.f_group .f_option .f_about {
	float :left;
	width :245px;
	height :240px;	
}
.f_group .f_option .f_about> center h2 {
	color:white;
	text-transform: uppercase;
}
.f_group .f_option .f_about> p a {
    text-decoration: none;
    color: white;
}
.f_group .f_option .f_faqs {
	float :left;
	width :245px;
	height :240px;
	margin-left : 4px;
}
.f_group .f_option .f_faqs> center h2 {
	color:white;
	text-transform: uppercase;
}
.f_group .f_option .f_faqs> p a {
    text-decoration: none;
    color: white;
}
.f_group .f_option .f_company {
	float :left;
	width :245px;
	height :240px;
	margin-left : 4px;
}
.f_group .f_option .f_company> center h2 {
	color:white;
	text-transform: uppercase;
}
.f_group .f_option .f_company> p a {
    text-decoration: none;
    color: white;
    
}
.f_group .f_option .f_office {
	float :right;
	width :245px;
	height :240px;
}
.f_group .f_option .f_office> center h2 {
	color:white;
	text-transform: uppercase;
}
.f_group .f_option .f_office> p {
    text-decoration: none;
    color: white;
}
.b_line >p {
	width:100%;
	height:25px;
	background:green;
	margin-top:238px;
	border-radius:25px;
}

#feedback {
	text-align:center;
}
#h_select {
    color: #446CB3;
}

