@font-face {
    font-family: 'avenirregular';
    src: url('12_avenir_95_black_09173-webfont.eot');
    src: url('12_avenir_95_black_09173-webfont.eot?#iefix') format('embedded-opentype'),
         url('12_avenir_95_black_09173-webfont.woff') format('woff'),
         url('12_avenir_95_black_09173-webfont.ttf') format('truetype'),
         url('12_avenir_95_black_09173-webfont.svg#avenirregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg.jpg) repeat-x top center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 22px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}

img {
	border: 0;
	vertical-align: top;
	display: inline-block;
	}

a {
	color: #bf1e2e;
	text-decoration: none;
	}
	
#wrapper {
	width: 975px;
	display: block;
	margin: 0 auto;	
	}

#header {
	height: 398px;
	overflow: hidden;
	}
	
#contentarea {
	padding: 0 0 20px 0;
	}

.columnleft, .columnright {
	display: inline-block;
	vertical-align: top;
	}

.columnleft {
	width: 255px;
	padding: 0 20px 0 25px;
	}

.columnright {
	width: 675px;
	}
	
#footer {
	background: url(../images/bgfooter.jpg) no-repeat top center;
	display: block;
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	font-family: 'avenirregular';
		}

.wb {
  border: 1px black solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

quote {}

.logo {
	z-index: 999;
	position: absolute;
	}
	
#toprighticonarea {
	z-index: 998;
	position: absolute;
	display: block;
	height: 157px;
	overflow: hidden;
	text-align: right;
	width: 930px;
	color: #eb3835;
	text-transform: lowercase;
	line-height: 34px;
	font-size: 18px;
	}
	
#toprighticonarea a {
	color: #fff;
	}

#sliderarea {
	 
	}
	
.btn_black:hover {
	top: 1px;
	position: relative;
	text-decoration: none;
	color: #eb3835;
	
	}
	
.btn_black:active {
	top: 2px;
	position: relative;
	text-decoration: none;
	}
	
#fb_tw_yt_ln {
	padding: 7px 0;
	}
	
form {
	display: block;
	margin: 0;
	padding: 0;
	}
	
label {
	display: inline-block;
	margin: 0 7px 0 0;
	padding: 0;
	color: #435db6;
	font-weight: bold;
	width: 70px;
	text-align: right;
	}
	
ul.newslistblock {
	padding:0 0 0 24px;
	margin: 0;
	}

ul.newslistblock li {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	}

ul.newslistblock li a {
	color: #435db6;
	font-weight: none;
	margin: 0;
	padding: 0;
}

input[type="text"], input[type="submit"] {
	border:1px solid #9b9b9c;
	margin-bottom: 5px;
	}
	
input[type="submit"] {
	font-size: 12px;
	text-transform: uppercase;
	color: #435db6;
	background:#fff;
	font-weight:none;
}

.cleanbox {
	background-color: #eaebed;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #dddddd;
	padding: 15px;
	margin-bottom: 10px;
}