/* Global */

* {
	margin:0;
	padding:0;
}

html, body { height: 100%; }

body {
	background-color: #eee;
	/*background-image: url(../img/body_bgrnd.jpg);*/
	/*background-size: 100% 100%;*/
	/*background-size: auto 100%;*/
	background-repeat: repeat-x;
	background-position: center;
	background-attachment: fixed;
	font-family: Arial;
	font-size: 13px;
	color: #000;
	line-height: 14px;
}

body.opener {
}

img {
	border:none;
}
p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
}
a:link, a:visited, a:active {
	color: #000; text-decoration: underline;
}
a:hover {
	color: #ddd; text-decoration: underline;
}
.tf_but { cursor: pointer; }

div.clear {clear: both;}

#m_center {
	/*letter-spacing: 1px;*/
	line-height: 1.3em;
}

input {width:100%;border:1px solid #999;background-color:#fff;padding:2px 0;font-family:Arial;font-size:13px;color:#222222;}
textarea {width:100%;border:1px solid #999;background-color:#fff;padding:2px 0;font-family:Arial;font-size:13px;color:#222222;}
button {background-color:#362d1e;border:1px solid #999;padding:4px;font-family:Arial;font-size:13px;font-weight:bold;color:#fff;cursor:pointer;}
marquee {width:100%;border:1px solid #999;background-color:#FFFFFF;font-family:courier;font-size:13px;color:#222222;}
select {border:1px solid #999;background-color:#fff;font-family:Arial;font-size:13px;color:#222222;}
.input_radio {width:16px;border:0px;background:none;}
.input_checkbox {width:16px;border:0px;background:none;}
.input_inactive {height:19px;border:1px solid #CCCCCC;background-color:#FFFFFF;font-family:Arial;font-size:13px;color:#999999;}
.input_button {background-color:#362d1e;border:1px solid #999;padding:4px;font-family:Arial;font-size:13px;font-weight:bold;color:#fff;cursor:pointer;}

h1 {margin:0 0 5px 0;padding:0;font-size:29px;font-weight:normal;color:#e7000c;line-height: 29px;}
h2 {margin:0 0 5px 0;padding:0;font-size:25px;font-weight:normal;color:#e7000c;line-height: 25px;}
h3 {margin:0 0 5px 0;padding:0;font-size:19px;font-weight:normal;color:#e7000c;line-height: 19px;}
h4 {margin:0 0 3px 0;padding:0;font-size:13px;font-weight:normal;color:#e7000c;line-height: 13px;}
h5 {margin:0 0 2px 0;padding:0;font-size:11px;font-weight:normal;color:#e7000c;line-height: 11px;}
h6 {margin:0 0 2px 0;padding:0;font-size:9px;font-weight:normal;color:#e7000c;line-height: 9px;}

hr {height:1px;border:0px solid #999;background-color:#999;color:#999;}

.main_text_highlight {vertical-align:top;font-size:21px;color:#362d1e;;}
.main_text_big {vertical-align:top;font-size:25px;font-weight:bold;color:#362d1e;;}
.main_infotext {font-size:21px;color:#362d1e;;}
.main_link {vertical-align:top;font-size:21px;color:#530b17;cursor:pointer;}

.page_error {
	margin: 0;
}
.template_error {
	margin: 0;
}

#m_center p ul{
	margin: 4px 0 0 15px;
}

/* CONTACT FORM */

#contact_type_select {
	margin: 0 0 40px 0;
}
#contact_type_select label {
	display: none;
}
#contact_type_select select option {
	padding: 2px 10px 0px 5px;
}
#contact_type_select select option.first {
	font-weight:normal;
}
#contact_type_select select option.select-hr {
	border-bottom: 1px dotted #000;
}

#contact_default {
	margin: 0px 0 10px 0;
}
#contact_default .cf_head {
	margin: 0 0 40px 0;
}
#contact_default .cf_set {
	margin: 0 0 10px 0;
}
#contact_default .cf_set label {
	display: block;
	padding: 0 0 5px 0;
	font-weight:bold;
}
#contact_default .cf_set textarea{
	height: 160px;
}
#contact_default .cf_but input {
	margin: 20px 0 0 0;
	padding: 5px 0 5px 0;
	font-size:15px;
}
#contact_default .cf_subtitle {
	margin: 0 0 10px 0;
}
#contact_default .cf_subtitle h3 {
	font-size:17px;
}

#contact_default .cf_spc1 {
	height: 20px;
}

#box_captcha {
}
.captcha_title {
	margin: 0 0 10px 0;
	font-weight: bold;
}
.captcha_image {
	float:left;
	width: 240px;
}
.captcha_field {
	float: left;
	width: 200px;
}
.captcha_field input {
	width: 80px;
}

#m_wrapper {
	z-index:1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 650px;
	background-image: url(../img/wrapper_bgrnd.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}

#m_page {
	position: relative;
	z-index:2;
	left: 50%;
	margin-top: 25px;
	margin-left: -496px;
	margin-bottom: 40px;
	width: 992px;
	background-color: #fff;
	background-image: url(../img/page_bgrnd_2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.responsive-video {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}
.responsive-video iframe, 
.responsive-video object, 
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------ FORMATS.PA1.L.CSS.PHP ------ */

/* Opener */

#o_wrapper {
	width: 100%;
	height: 100%;
}
#o_page {
	width: 100%;
	height: 100%;
}
#o_content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 992px;
	height: 500px;
	margin-left: -496px;
	margin-top: -250px;
	text-align: center;
}
#o_content img {
	max-width: 500px;
}

/* Content */

#m_head {
	width: 100%;
	margin: 0 0 0 0;
	background-image: url(../img/page_bgrnd.png);
	background-repeat: repeat-y;
}
#h_content {
	width: 870px;
	margin: 0 0 0 80px;
}
#h_logo {
}
#h_logo a {
	display: inline-block;
	margin: 20px 0 0 20px;
}
#h_logo img {
	max-height: 140px;
}
#h_slogan {
	position: absolute;
	width:610px;
	margin: -126px 0 0 264px;
	text-align: right;
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	color: #e7000c;
	line-height: 23px;
}

/* MENU */

#h_menu {
	position: absolute;
	margin: -26px 0 0 250px;
	/*border-bottom: 2px solid #999;*/
	font-family: Arial;
	font-size: 17px;
}
#menu_01{
	margin: 0;
}
#h_menu ul {
	margin: 0;
	padding: 0;
}
#h_menu ul li {
	margin: 0 15px 0 12px;
}
#h_menu ul li a{
	padding:10px 0px 15px 0px;
	font-weight: bold;
	text-align: left;
}
#h_menu ul li a div{
}
#h_menu ul li div.nolink {
	padding:10px 15px 15px 0px;
	font-weight: bold;
	text-align: left;
	color: #000;
	/*cursor:pointer;*/
}
#h_menu ul li ul {
	margin-top: -2px;
}

#h_lang{
	display: none;
	float: right;
	width: 75px;
	height: 25px;
	margin: 25px 0 0 0;
}
#h_lang ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#h_lang ul li {
	display: inline;
	padding: 0 4px 0 0;
	text-align: center;
}

#h_search{
	display: none;
	position: absolute;
	margin-top: 100px;
	margin-left: 696px;
	width: 206px;
	height: 32px;
	background-image:url(../img/search_bgrnd.png);
	background-repeat: no-repeat;
}
#h_search .search_tf {
	width: 132px;
	margin-top: 3px;
	margin-left: 8px;
	border: none;
	background: none;
}
#h_search .search_bt {
	width: 50px;
	margin-top: 4px;
	margin-left: 0px;
	border: none;
	background: none;
	padding:0;
	font-size:15px;
	color:#666;
}

#h_bimg{
	width: 850px;
	height: 260px;
	overflow: hidden;
	margin: 40px 0 0 20px;
	border: 1px solid #ccc;
	background-color: #eee;
}
#slider1 {
	position:absolute;
	z-index: 80;
	display: block;
	width:850px;
	height: 260px;
}

#m_center {
	width: 100%;
	margin: 0 0 0 0;
	background-image: url(../img/page_bgrnd.png);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
}

#m_content {
	width: 750px;
	min-height: 400px;	/*720px;*/
	margin: 0 0 0 80px;
	padding: 40px 60px 40px 60px;
}

#m_content .box {
	margin: 0;
	width:100%;
}

#m_content img {
	max-width: 840px;
}

#m_content .b_1col {width:auto;}
#m_content .b_2col {float:left;max-width:420px;margin-right:18px;margin-bottom:18px;}
#m_content .b_3col {float:left;max-width:280px;margin-right:18px;margin-bottom:18px;}
#m_content .b_4col {width:auto;}
#m_content .b_5col {width:auto;}

#m_bottom {
	width: 100%;
	margin: 0 0 0 0;
	background-image: url(../img/page_bgrnd.png);
	background-repeat: repeat-y;
	text-align: center;
}
#b_content {
	width: 850px;
	margin: 0 0 20px 100px;
	background-color: #999;
}
#b_logo {
	display: none;
}
#b_logo img {
	width:60px;
}
#b_social {
	display: none;
}
#b_social ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#b_social ul li {
	display: inline;
	padding: 0 30px 0 0;
	text-align: center;
}
#b_social ul li a{
	font-size: 21px;
	color: #fff;
}
#b_social ul li a:hover{
}
#b_social ul li img {
	max-width: 40px;
	max-height: 40px;
}

/* MENU */

#b_menu{
	font-family: Arial;
	font-size: 12px;
	margin: 0 0 0 20px;
}
#b_menu ul {
	margin: 0;
	padding: 0;
}
#b_menu ul li a{
	margin-right: 15px;
	padding:14px 0px 14px 0px;
	font-weight:bold;
	text-align: left;
}
#b_menu ul li a div{
}
#b_menu ul li div.nolink {
	margin-right: 15px;
	padding:14px 6px 14px 6px;
	font-weight:bold;
	text-align: left;
	color: #fff;
	cursor:pointer;
}
#b_menu ul li ul {
	position:absolute;
	margin-top: -2px;
	margin-right: 25px;
	font-weight:bold;
}
#b_menu .mp_15 ul {
	margin-top: -137px;
}


#btm_spacer {
	height: 20px;
}


/* SEARCH */

#search_result_dec {
	padding: 0 0 25px 0;
	border-bottom:1px solid #ccc;
}
#search_result .item {
	border-bottom:1px solid #ccc;
	padding: 10px 0 10px 0;
}
#search_result .typename{
	padding: 0 0 4px 0;
}
#search_result .mediaimage_alt {
	display:none;
}
#search_result .title{
	padding: 0 0 4px 0;
	font-weight: bold;
}

/*  MAP */
#gmap {
	border: 1px solid #999;
}


