/* 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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  font-family: arial;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* #####################
		TEMPLATE
   #####################*/

body {background: url(images/bg_repeat.png) repeat-x #000}

h1 {font-size: 22px; font-family: arial black; margin-bottom: 12px}
h2 {font-size: 15px; margin-bottom: 12px; font-family: arial black}

#container {width: 804px; margin: auto}

#header {height: 147px; margin-top: 15px}
#logo {float: left}
#header_title {float: left; width: 500px; padding-left: 24px}

#coordinates {float: left; background: #f4f49e; height: 44px;  margin-left: -24px; width: 496px; padding: 12px}
#coordinates_left {float: left; width: 150px; font-size: 12px;}
#coordinates_right {float: left; width: 300px; font-size: 29px; font-family: arial black; color: #787811}

#content_header_buttons {background: #d1d1d1; margin-bottom: 12px}
#main_content {float: left; width: 804px; background: #fff; border: 1px solid #e6e636}

#columns {float: left}

#left_column {float: left; width: 372px; padding: 12px; padding-top: 60px}
#left_column p {font-size: 12px; margin-bottom: 12px; line-height: 1.3}

#mid_column {float: left; width: 108px;}
#right_column {float: left; width: 300px; height: 500px; background:url(images/pneu.png) no-repeat right bottom; text-align: right }

#kw_para {color: #e6e636; padding: 16px; float: left}
#kw_para p {font-size: 12px; font-weight: 700; text-align: center}
#footer {float: left; width: 804px; color: #fff; font-size: 12px; text-align: center}
#footer a {color: #fff}

#legal {padding: 12px}
#legal p {margin-bottom: 16px}
