/* fixed height footer at bottom */
html {
	overflow:auto;
	height:100%;
}
body {
	height:100%;
	padding:0; margin:0;
}
.page_wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -200px;
}
.page_buffer {
	position: relative;
	height: 200px;
}
.page_footer {
	position: relative;
	height: 200px;
}

/* SETTINGS */
@font-face {
	font-family: Artifika;
	src:url(artifika.eot); /* for IE */
}
@font-face {
	font-family: Artifika;
	src:url(artifika.ttf); /* for CSS3 browsers */
}
body {
	background: #f4f4f4 url(../images/bg_page.gif);
	font-size:12px;
	color:#666;
	line-height:1.5;
}
.page_width {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
p {
	padding: 0;
	margin: 0 0 10px;
}
a {
	color:#c00000;
	text-decoration: underline;
}
a:visited {
	color: #b07272;
	text-decoration: underline;
}
a:hover {
	color: #dc6125;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
h1, h1 a {
	font-size: 21px;
	line-height: 1;
	color: #0063b7;
	font-family: 'Artifika', serif;
	font-weight: normal;
	margin: 0 0 15px;
}
h2, h2 a {
	font-size: 18px;
	line-height: 1;
	color: #0063b7;
	font-family: Artifika, serif;
	font-weight: normal;
	margin: 0 0 10px;
}
h3, h3 a {
	font-size: 14px;
	line-height: 1;
	color: #333;
	font-family: Artifika, serif;
	font-weight: normal;
	margin: 0 0 10px;
}
ul li {
	list-style:none;
	background:transparent url(../images/bull_arrow.gif) left center no-repeat;
	padding-left:10px;
}

.tbl1 {
	position:relative;
	margin-bottom:20px;
	width:100%;
	border-top:#ccc 1px solid;
	border-left:#ccc 1px dotted;
}
.tbl1 td {
	padding:3px 10px;
	vertical-align:top;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px dotted;
}
.tbl1 th {
	padding:3px 10px;
	vertical-align:bottom;
	color:#fff;
	text-align:left;
	font-weight:bold;
	background:#ccc;
	border-bottom:#ccc 1px solid;
	border-right:#eee 1px dotted;
}
.tbl1 th:last-child {
	border-right:#ccc 1px solid;
}

.tbl2 {
	position:relative;
	margin-bottom:20px;
	width:100%;
	border-top:#ccc 1px solid;
	border-left:#ccc 1px dotted;
}
.tbl2 td {
	padding:3px 10px;
	vertical-align:top;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px dotted;
}
.tbl2 th {
	padding:3px 10px;
	vertical-align:middle;
	color:#666;
	text-align:left;
	font-weight:bold;
	background:#eee;
	border-bottom:#ccc 1px solid;
	border-right:#eee 1px dotted;
}
.tbl2 th:last-child {
	border-right:#ccc 1px solid;
}

.col4 {
    position:relative;
    float:left;
    box-sizing:border-box;
    width:25%;
}
/* MAIN */
#header {
	position: relative;
	height: 69px;
	background: #f8f8f8 url(../images/bg_header.gif) left bottom repeat-x;
	border-bottom: #d1d1d1 1px solid;
}
#logo {
	position: relative;
	float: left;
	margin-top: 10px;
}
#lang_select {
	position: relative;
	float: right;
	margin-top: 20px;
	width: 100px;
}
#quick_search {
	position: relative;
	float: right;
	text-align:right;
	width:220px;
	margin-top: 7px;
}
#menu {
	position: relative;
	background: #fff url(../images/bg_menu.gif) left bottom repeat-x;
	min-height: 40px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	z-index: 99;
}
.link_arrow {
	padding-left: 10px;
	background: transparent url(../images/bull_link_arrow.gif) left center no-repeat;
}
#bcrumbs {
	position:relative;
	padding:6px 0;
	background:#fff;
	border-bottom:#ccc 1px solid;
	margin-bottom:20px;
}
#bcrumbs a {
	padding-right:14px;
	background:url(../images/bull_link_arrow.gif) right center no-repeat;
	margin-right:9px;
}
.page_content {
	position:relative;
	padding:20px 30px 30px;
	margin-bottom:30px;
	background:#fff;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
}
.a_side {
	position:relative;
	float:left;
	width:200px;
	padding-bottom:5px;
	border-right:#ccc 1px solid;
	z-index:22;
}
.main_side {
	position:relative;
	margin-left:200px;
	padding:10px 0px 5px 20px;
	border-left:#ccc 1px solid;
}

/* Footer */
.footer_info {
	position:relative;
	background: #185184;
	color: #789bba;
	height:140px;
}
.footer_info h2, .footer_info a {
	color: #fff;
}
#allbrands {
	position:relative;
	text-align:center;
	padding:20px;
	height:20px;
	background:#fff;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
}
.foots {
	position:relative;
	padding:20px;
}
.foot1 {
	position:relative;
	float:left;
	font-size:10px;
	line-height:1.2;
	width:130px;
	margin-right:30px;
}
.foot2 {
	position:relative;
	float:left;
	line-height:1.2;
	width:350px;
}
.foot3 {
	position:relative;
	float:right;
}