@charset "UTF-8";
@import url('fonts/stylesheet.css');
html {
	margin: 0;
	padding: 0;
	width: 100%;/*IE only*/
	height: 100%;/*IE only*/
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
body {
	/*font-family: 'MyriadProLight', Arial, Helvetica, sans-serif;*/
	font-family: 'VegurLight', Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
	word-spacing: 0em;
	font-size: 16px;
	color: #5f6062;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 100%;/*IE only*/
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
h1 {
	letter-spacing: 0em;
	word-spacing: 0.1em;
	font-size: 24px;
	color: #af1015;
	font-style: normal;
	line-height: 32px;
	font-weight: normal;
	margin: -10px 0 18px 0;
}
h1.large {
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	font-size: 36px;
	color: #af1015;
	font-style: normal;
	line-height: 48px;
	font-weight: normal;
	margin: -10px 0 18px 0;
}
p, ul, ol {
	letter-spacing: 0em;
	word-spacing: 0.1em;
	font-size: 16px;
	color: #75767a;/*84868a 75767a 5f6062*/
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	margin: 0 0 16px 0;
	text-align: left;
	vertical-align: top;
}
.semibold {
	/*font-family: 'MyriadProSemibold', Arial, Helvetica, sans-serif;*/
	font-family: 'VegurMedium', Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
.nowrap {
	white-space: nowrap;
}
a, a:active, a:visited {
	font-style: normal;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
} 
a:hover {
	text-decoration: none;
	color: #828488;/*828488*/
}
a.menu, a.menu:active, a.menu:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #4f5052;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-decoration: none;
	margin: 0;
	padding: 0 9px 0 10px;
	display: inline-block;
}
a.menu:hover {
	color: #828488;/*af1015*/
	/*background-color: #fff;*/
}
.colred {
	color: #af1015;
}
.colgray {
	color: #5f6062;
}
.colwhite {
	color: #fff;
}
div.opacity90 {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
div.page {
	position: relative;
	margin: 0;
	width: auto;
	height: auto;
	z-index: 1;
}
div.img {
	position: absolute;
	width: 564px;
	margin: 0;
	padding: 0;
	z-index: 2;
}
div.imgfull {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	z-index: 2;
}
div.text {
	position: absolute;
	top: 0;
	left: 594px;
	/*width: 498px;*/
	max-width: 600px;
	margin: 200px 70px 0 0;
	padding: 0;
	z-index: 3;
}
div.alone {
	left: 320px;
	width: auto;
	max-width: none;
	margin-right: 70px;
	/*background-color: #ddd;*/
}
#ie6 {
	position: absolute;
	top: 66px;
	width: 700px;
	height: auto;
	background-color: #faf8cf;
	border: 1px solid #333;
	margin: 0 auto;
	padding: 20px;
	z-index: 98;
}
#ie6 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	font-weight: normal;
	margin: 4px;
	text-align: left;
}