@charset "utf-8";

/******************** 
 * FORMAT
 ********************/

/* body */
.button, body, textarea, input, select, label{ color: #000000; font-family: Arial, Tahoma; }
.button, body, textarea, input, select, td, th{ font-size: 13px; line-height: 125%; }

/* input */
form{ margin: 0; }
label{ line-height: 22px; margin: 0; }
.button, input, textarea, select{ color: #2C1911; }
.button, input, select, textarea{ /*height: 16px;*/ line-height: 16px; padding: 2px 5px; border: 1px solid #999999; margin: 2px 0; vertical-align: bottom; -webkit-border-radius: 6px; -moz-border-radius: 6px;	border-radius: 6px; }
checkbox{ /*height: 18px;*/ line-height: 18px;  }
select, span.customStyleSelectBoxOuterWrap{ padding: 2px 5px; /*height: 18px;*/ line-height: 18px; background-color: #FFFFFF; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
textarea{ width: 330px; height: 40px; }
input[type="text"], input[type="password"]{ width: 266px; }
input[type="checkbox"]{ /*height: 18px;*/ line-height: 18px; }
.button, input[type="submit"], input[type="reset"], input[type="button"]{ width: 120px; height: 30px; line-height: 30px; padding: 0; text-align: center; text-transform: uppercase; font-weight: bold; color: #000000; border: none; cursor: hand; cursor: pointer; }

input[type="text"], input[type="password"], textarea, span.customStyleSelectBoxOuterWrap{	
/*	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px; */
/*	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px; */
/*  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1) inset; */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999999;
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VkZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,235,235,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(237,235,235,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,235,235,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,235,235,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,235,235,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,235,235,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
}
input[type="checkbox"]{ border: none; padding-top: 0px; padding-bottom: 0px; }
.button, input[type="submit"], input[type="reset"], input[type="button"]{
	color: #FFFFFF; 
	cursor: hand; cursor: pointer; 
	border-color: #A35141 #A35141 #7A3424;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #666 0px 1px 0px inset;
	-moz-box-shadow: #666 0px 1px 0px inset;
	text-shadow: 0 0 0 transparent, 0 1px 0 #000000;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.45) inset;
	background: #A35141;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#A35141), to(#7A3424));
	background: -webkit-linear-gradient(#A35141, #7A3424);
	background: -moz-linear-gradient(#A35141, #7A3424);
	background: -ms-linear-gradient(#A35141, #7A3424);
	background: -o-linear-gradient(#A35141, #7A3424);
	background: linear-gradient(#A35141, #7A3424);
	-pie-background: linear-gradient(#A35141, #7A3424);
	behavior: url(../scripts/PIE.htc);
}
.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{
	background: #7A3424;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7A3424), to(#A35141));
	background: -webkit-linear-gradient(#7A3424, #A35141);
	background: -moz-linear-gradient(#7A3424, #A35141);
	background: -ms-linear-gradient(#7A3424, #A35141);
	background: -o-linear-gradient(#7A3424, #A35141);
	background: linear-gradient(#7A3424, #A35141);
	-pie-background: linear-gradient(#7A3424, #A35141);
	behavior: url(../scripts/PIE.htc);
} 
.button[disabled="disabled"], input[type="submit"][disabled="disabled"], input[type="reset"][disabled="disabled"], input[type="button"][disabled="disabled"]{
	color: #E0E0E0;
	border-color: #666666 #666666 #454545;
	background: #666666;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#666666), to(#454545));
	background: -webkit-linear-gradient(#666666, #454545);
	background: -moz-linear-gradient(#666666, #454545);
	background: -ms-linear-gradient(#666666, #454545);
	background: -o-linear-gradient(#666666, #454545);
	background: linear-gradient(#666666, #454545);
	-pie-background: linear-gradient(#666666, #454545);
	behavior: url(../scripts/PIE.htc);
}

/* content */
/*h1, h2, h3, h4 .font1 a{ font-family: Arial, Verdana; }*/
h1{ font-size: 1.667em; line-height: 1.667em; color: #7A3424; font-weight: bold; margin-top: 0; }
h2{ font-size: 1.333em; line-height: 1.167em; color: #7A3424; font-weight: bold; }
h3{ font-size: 1.000em; line-height: 1.000em; color: #7A3424; font-weight: bold; }
h4{ font-size: 0.833em; line-height: 0.833em; color: #7A3424; font-weight: bold; }

.font1 a{ color: #7A3424; font-size: 1.167em; text-transform: uppercase; }
.font1 a:hover{ text-decoration: none; }

.font2 a{ color: #000000; font-size: 1.167em; text-transform: uppercase; }
.font2 a:hover{ color: #7A3424; text-decoration: none; }

.font3, .font3 a{ color: #000000; font-size: 0.917em; }

/* links */
a{ color: #7A3424; text-decoration: none; }
a:hover{ text-decoration: underline; }
	a img{ border: none medium; }


/********************
 * MENU
 ********************/
.hmenu_ul{ margin: 0px; list-style: none; }
	.hmenu_ul .hmenu_li{ list-style: none; display: inline-block; height: 65px; }
	.hmenu_ul .hmenu_li{ zoom: 1; *display: inline;	/* IE6 inline-block Hack */ }
	.hmenu_ul .hmenu_li.end{ margin-right: 0;	}
		.hmenu_ul .hmenu_li a{ display: block; padding: 35px 20px 15px; border-bottom: 10px solid #FFFFFF; }
		.hmenu_ul .hmenu_li a:hover, .hmenu_ul .hmenu_li_active a{ border-bottom: 10px solid #7A3424; }

		* html .hmenu_li { display: inline; height: 65px; } /* IE6-IE7 inline-block Hack */
		* html .hmenu_li a{ border-bottom: 10px solid #FFFFFF; } 
		* html .hmenu_li a:hover{ border-bottom: 10px solid #7A3424; } 
		*:first-child+html .hmenu_li{ display: inline; }

		.hmenu_ul .hmenu_li { white-space: nowrap; }
		.hmenu_ul .hmenu_li_removed { display: none; }
		.hmenu_ul .hmenu_li_hidden a { visibility: hidden; }

.infocenter_ul{ list-style: none; margin: 0; }
	.infocenter_ul li{ padding: 0 1.167em; list-style: none; display: inline-block; }
	.infocenter_ul li{ zoom: 1; *display: inline;	/* IE6 inline-block Hack */ }
		.infocenter_ul li a{  }
		
		* html .infocenter_li { display: inline; } /* IE6-IE7 inline-block Hack */
		*:first-child+html .infocenter_li{ display: inline; }

.submenu_ul{ list-style: none; margin: 0; }
	.submenu_ul li{ list-style: none; border-bottom: 1px solid #CCCCCC; }
		.submenu_ul li a{ display: block; text-indent: 0; padding: 0.5em 5px; }
		.submenu_ul li a.hover{ text-decoration: underline; }
		.submenu_ul li.submenu_li_active a{ color: #7A3424; }

.submenu_ul.level-2{ margin: 0 0 5px 0; }
.submenu_ul.level-2 li{ border: none; padding: 0; }
	.submenu_ul.level-2 li a{ color: #000000; font-size: 12px; text-transform: none; padding: 0.2em 5px; }
	.submenu_ul.level-2 li.submenu_li_active a, .submenu_ul.level-2 li a:hover{ color: #7A3424; }
