/*=b BASIC */
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 100%;
	color: #404040;
	font-family: arial, sans-serif;
}

html {
	height: 100%;
}

body {
	font-size: 62.5%;
	margin: 0px auto;
	color: #000;
	height: 100%;
}

#page_holder {
	min-height: 100%;
}

#header_holder {
	background: url('/app/images/logo_bg.png') repeat-x;
	height: 115px;
}

#header_holder .header {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

#header_holder .woman_a {
	position: absolute;
	right: 32px;
}

#header_holder .woman_b {
	position: absolute;
	right: 32px;
	top: 115px;
}

#header_holder .woman_c {
	position: absolute;
	right: 32px;
	top: 164px;
	z-index: 1;
}

#header_holder .woman_d {
	position: absolute;
	right: 32px;
	top: 179px;
	z-index: 1;
}

#content_holder {
	background: url('/app/images/main_bg.png') repeat-x;
	padding-top: 9px;
	overflow: auto;
	padding-bottom: 50px;
}

#content_holder .menu {
	width: 932px;
	height: 28px;
	margin: 0px auto;
	background: url('/app/images/menu_bg.png') no-repeat;
	padding: 12px 14px 0px 14px;
	color: #000;
	font-weight: bold;
	font-size: 1.3em;
}

#content_holder .menu span {
	color: #cfd6d9;
	font-weight: bold;
	padding: 0px 5px;
}

#content_holder .menu a {
	color: #000;
	text-decoration: none;
}

#content_holder .menu a:hover {
	color: #d40000;
}

#content_holder .menu .sel {
	color: #d40000;
}

#content_holder .content {
	width: 948px;
	margin: 0px auto;
	margin-top: 35px;
	padding-left: 12px;
	position: relative;
}

#content_holder .content p {
	font-size: 1.3em;
	margin: 5px 0px;
}

#content_holder .content h1 {
	font-size: 2.0em;
	margin-bottom: 8px;
}

#content_holder .content h2 {
	font-size: 1.8em;
	margin-top: 8px;
	margin-bottom: 8px;
}

#content_holder .content h3 {
	font-size: 1.6em;
	margin-bottom: 8px;
	clear: both;
}


#content_holder .content .list {
	list-style-type: none;
	margin: 5px 0px;
}

#content_holder .content .list li {
	margin-left: 2px;
	font-size: 1.2em;
	padding-left: 11px;
	background: url('/app/images/li_bg.png') no-repeat 0px 5px;
}

#content_holder .content table {
	margin-top: 5px;
	width: 960px;
	border-spacing: 0;
}

#content_holder .content table th {
	background-color: #eeeeee;
	height: 34px;
	font-size: 1.2em;
	text-align: left;
	padding-left: 13px;
	border-bottom: 2px solid #d4d4d4;
}

#content_holder .content table td {
	height: 34px;
	font-size: 1.2em;
	text-align: left;
	padding-left: 13px;
	border-bottom: 1px solid #d4d4d4;
}

#content_holder .info_box {
	background-color: #eeeeee;
	width: 320px;
	min-height: 60px;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 20px 20px;
	padding: 20px 20px;
	font-size: 1.3em;
	font-weight: bold;
	color: #25749c;
}

#content_holder .info_box h2 {
	font-size: 1.6em;
	color: #25749c;
	margin-bottom: 10px;
}

#content_holder .info_box ul {
	list-style-type: none;
	margin-top: 4px;
}

#content_holder .info_box li {
	background: url('/app/images/info_box_li.png') no-repeat;
	padding: 0 0 20px 40px;
	color: #25749c;
	margin-left: -26px;
}

#content_holder .nav_box {
	background-color: #eeeeee;
	width: 320px;
	min-height: 60px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 20px 20px;
	padding: 20px 20px;
	font-size: 1.3em;
	font-weight: bold;
	color: #25749c;
	float: right;
}

#content_holder .nav_box ul {
	list-style-type: none;
	margin-top: 4px;
}

#content_holder .nav_box li {
	padding: 14px 0 10px 0;
	color: #5287b6;
	border-bottom: 1px solid #b8d2df;
}

#content_holder .nav_box li:first-child {
	border-top: 1px solid #b8d2df;
}

#content_holder .nav_box li a {
	background: url('/app/images/nav_box_li.png') no-repeat 0 -1px;
	padding-left: 28px;
	color: #5287b6;
	text-decoration: none;
	height: 21px;
	display: block;
}

#content_holder .nav_box li a:hover {
	background: url('/app/images/nav_box_li_hover.png') no-repeat 0 -1px;
	color: #f83237;
}

#content_holder .nav_box .selected {
	background: url('/app/images/nav_box_li_hover.png') no-repeat 0 -1px;
	color: #f83237;
}

#content_holder .content .separator {
	height: 65px;
}

#content_holder .content .separator_small {
	height: 32px;
}

#content_holder .content iframe {
	margin-bottom: 25px;
}

#content_holder .content .line {
	height: 1px;
	background: url('/app/images/separator.png') no-repeat;
	margin: 16px 0;
}

#content_holder .gallery {
 min-height: 40px;
 text-align: center;
}

#content_holder .gallery .line {
	height: 1px;
	background: url('/app/images/separator.png') no-repeat;
}

#content_holder .gallery img {
	border: 3px solid #eeeeee;
	padding: 6px;
	margin: 0 55px 14px 0;
}

#content_holder .gallery img:hover {
	border: 3px solid #000;
}

#content_holder .star {
	color: #ff0000;
}

/* form */
#content_holder fieldset {
	width: 560px;
	height: 450px;
	margin-top: 26px;
}

#content_holder .req {
	height: 400px;
}

#content_holder label {
	font-size: 1.2em;
	display: block;
	width: 140px;
	height: 22px;
	padding-top: 4px;
	float: left;
	clear: left;
	vertical-align: middle;
	font-weight: bold;
}

#content_holder input[type="text"] {
	float: left;
	display: block;
	border: 1px solid #bcbdbe;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 26px;
	width: 284px;
	margin-bottom: 20px;
	padding: 0 8px;
	font-size: 1.2em;
}

#content_holder input[type="text"]:hover,
#content_holder textarea:hover,
#content_holder input[type="text"]:focus,
#content_holder textarea:focus,
#content_holder select:hover,
#content_holder select:focus  {
	box-shadow: 0 0 1px 1px #d9d9d9;
	-moz-box-shadow: 0 0 1px 1px #d9d9d9;
	-webkit-box-shadow: 0 0 1px 1px #d9d9d9;
}

#content_holder input[type="submit"] {
	float: left;
	display: block;
	margin: 18px 0 0 140px;
	height: 26px;
	width: 104px;
	font-size: 1.2em;
	background-color: #d9d9d9;
	color: #000;
	border: 1px solid #bcbdbe;
	box-shadow: 0 0 1px 1px #000;
	-moz-box-shadow: 0 0 1px 1px #000;
	-webkit-box-shadow: 0 0 1px 1px #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#content_holder input[type="submit"]:hover,
#content_holder input[type="submit"]:hover {
	box-shadow: inset 0 0 1px 1px #fff;
	-moz-box-shadow: inset 0 0 1px 1px #fff;
	-webkit-box-shadow: inset 0 0 1px 1px #fff;
	cursor: pointer;
}

#content_holder textarea {
	float: left;
	border: 1px solid #bcbdbe;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 6px;
	width: 388px;
	height: 188px;
	font-size: 1.2em;
}

#content_holder select {
	float: left;
	display: block;
	border: 1px solid #bcbdbe;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 302px;
	padding: 5px 6px 5px 6px;
	height: 28px;
	font-size: 1.2em;
	margin-bottom: 20px;
}

#content_holder option {
	padding: 4px 0 2px 6px;
}

#content_holder #question {
	position: absolute;
	top: 220px;
	left: 460px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px;
	color: #0c496a;
	cursor: help;
}

#content_holder .ierror {
	box-shadow: 0 0 2px 1px #d40000;
	-moz-box-shadow: 0 0 2px 1px #d40000;
	-webkit-box-shadow: 0 0 2px 1px #d40000;
	border: 1px solid #d40000 !important;
}

#content_holder .emess {
	font-weight: bold;
	color: #d40000;
	padding-top: 18px;
}

#content_holder #form_question {
	display: none;
	position: absolute;
	height: 42px;
	width: 220px;
	font-size: 1.1em;
	color: #404040;
	top: 201px;
	left: 492px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 4px 1px #ccc;
	-moz-box-shadow: 0 0 4px 1px #ccc;
	-webkit-box-shadow: 0 0 4px 1px #ccc;
	background-color: #fff;
	padding: 10px;
	background-color: #eee;
}

#content_holder #form_question:after {
	-webkit-box-shadow: -1px 1px 2px #ccc;
	-moz-box-shadow: -1px 1px 2px #ccc;
	box-shadow: -1px 1px 2px #ccc;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 26px;
	left: -5px;
	background-color: #eee;
}

#content_holder #form_question strong {
	color: #d40000;	
}

#content_holder .small {
	min-height: 250px;	
}

.content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer {
	margin: 0px auto;
	width: 960px;
	height: 50px;
	position: relative;
	margin-top: -50px;
	clear: both;
}

#footer p {
	text-align: right;
	padding-top: 17px;
	color: #a9a9a9;
}

#footer .separator {
	height: 1px;
	background: url('/app/images/separator.png') no-repeat;
} 