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 {
	background: url('../images/bg.png') no-repeat;
	background-size: cover;
	line-height: 1;
	font-family: arial;
	direction: ltr;
}

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;
}

header {
	background: url('../images/header_bg.png') repeat-x;
	height: 296px;
}

.main {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
}

#top_header_part {
	width: 100%;
	height: 117px;
	float: right;
}

#go_web {
	background: url('../images/button.png') no-repeat;
	width: 291px;
	height: 53px;
	float: right;
	font-size: 29px;
	font-weight: bold;
	padding: 26px 0 0 20px;
	margin-top: 15px;
}

#go_web a, a:visited {
	color: #fff;
	text-decoration: none;
}	

#mid_header_part {
	width: 100%;
	height: 130px;
	float: left;
}

#right_banner {
	float: right;
}

#left_call {
	width: 300px;
	float: left;
	margin-top: 55px;
	color: #0b1e3f;
	font-weight: bold;
	font-size: 28px;
}

#left_call span {
	font-size: 38px;
	text-align: center;
	width: 100%;
	float: left;
}

nav {
	height: 49px;
	width: 100%;
	float: left;
}

nav ul {
	list-style-type: none;
	width: 100%;
	height: 100%;
	float: left;
}

nav ul li {
	font-size: 13px;
	font-weight: bold;
	padding: 18px 30px 0 0;
	float: left;
}

nav ul li a, a:visited {
	color: #fff;
	text-decoration: none;
}

.web_block {
	width: 279px;
	min-height: 309px;
	background: #fff;
	border-radius: 5px;
	float: left;
	margin: 20px 27px 0 0;
	padding: 13px 10px 5px 10px;
}

.web_block span {
	color: #9e1e24;
	font-size: 24px;
	font-weight: bold;
	float: left;
	width: 100%;
	text-align: center;
}

.web_block p {
	color: #9e1e24;
	font-size: 15px;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 4px;
}

.web_img {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
}

.web_img img {
	width: 100%;
	height: 100%;
}

.web_link {
	background: url('../images/web_button.png') no-repeat;
	width: 281px;
	height: 41px;
	float: left;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}

.web_link a, a:visited {
	color: #fff;
	text-decoration: none;
}

#contact {
	margin-right: 0;
}

.web_block form {
	width: 100%;
	margin: 10px 0 0 4px;
	float: left;
}

.web_block form input[type="text"], .web_block form input[type="email"], .web_block form input[type="telephone"] {
	background: #650004;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
	width: 248px;
	height: 47px;
	float: left;
	outline: 0;
	border: 0;
	margin-bottom: 10px;
	padding:0 10px;
}

.web_block form input[type="submit"] {
	width: 268px;
	height: 47px;
	background: #acacac;
	float: left;
	color: #9e1e24;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	outline: 0;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 5px;
}

#bottom_banners {
	margin: 35px 0;
	width: 100%;
	float: left;
}

#bottom_banners a {
	float: left;
	margin-right: 20px;
}

#bottom_banners a#last_banner {
	margin-right: 0;
}

.clear {
	clear: both;
}

footer {
	height: 46px;
	font-size: 15px;
	background: #fff;
}

footer img {
	margin: 4px 5px 0 0;
	vertical-align: middle;
}

textarea {
	background: #650004;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
	width: 248px;
	height: 70px;
	float: left;
	outline: 0;
	border: 0;
	margin-bottom: 10px;
	padding:0 10px;
	font-family: arial;
	padding-top: 10px;
}

#success {
	color: #008f4a;
	background: #d2e5cf;
	border: 1px solid #008f4a;
	border-radius: 5px;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	float: left;
	margin-top: 5px;
}

#failure {
	color: #ff2400;
	background: #ffbcbc;
	border: 1px solid #ff2400;
	border-radius: 5px;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	float: left;
	margin-top: 5px;
}
