/**
 * MAIN.css
 */
html { 
    font-size: 62.5%; 
    font-family: Arial, Tahoma, Helvetica, sans-serif;
}
body {
    font-size: 1.2em;
    background: #C3C2C0 url("../img/body.jpg") top center no-repeat;
    color: #333;
}

/* wrapper */
#wrapper {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
#wrapper.subpage {
	width: 100%;
	text-align: left;
}
#wrapper .t1 {
	margin: 30px 0 0 0;
	font-size: 120px;
	color: #fff;
	text-shadow: 0 0 8px #000;
}
#wrapper .t2 {
	margin: 30px 0 100px 0;
	font-size: 60px;
	font-weight: 900;
	text-shadow: 1px 1px 5px #fff;
}
#wrapper .t2 a {
	text-decoration: none;
	color: #30332c;
}
#wrapper .t3 {
	margin: 30px 0 0 0;
	font-size: 20px;
	font-weight: 900;
}
#wrapper .t3 a {
	text-decoration: none;
	color: #30332c;
}
#wrapper .t3 a:hover {
	color: #DB1840;
}

/* header */
#header-wrap {
	height: 328px;
	background: url("../img/header.jpg") top left repeat-x;
}
#header {
	width: 1200px;
	height: 328px;
	margin: 0 auto;
	position: relative;
	background: url("../img/header.jpg") top left repeat-x;
}
#header .logo {
	top: 45px;
	left: 0;
	position: absolute;
}
#header .logo img {
	box-shadow: 0px -10px 10px #000;
}
#header .bx-wrapper {
	top: 50px;
	left: 450px;
	position: absolute;
	width: 750px;
	height: 215px;
}
#header .container {
	height: 215px;
	position: relative;
}
#header .container .image {
	height: 215px;
	margin: 0 15px 0 0;
	float: left;
}
#header .container h2 {
	font-size: 29px;
	font-weight: 900;
	color: #fff;
}
#header .container .question {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	position: relative;
	color: #909090;
	background: url("../img/header-separator.gif") bottom left repeat-x;
}
#header .container .question img {
	top: -30px;
	right: 0;
	position: absolute;
}
#header .container .desc {
	padding: 20px 0 0 0;
	font-size: 19px;
	line-height: 24px;
	color: #909090;
}
#header .container a {
	color: #DC1941;
}
#header .container a:hover {
	text-decoration: none;
}


/* section */
#section {
	width: 1200px;
	min-height: 600px;
	margin: 5px auto;
}

/* article */
#article {
	margin: 80px 0 0 0;
	min-height: 500px;
	position: relative;
}

#contact-form {
	top: -40px;
	right: 0;
	position: absolute;
}
#contact-form a {
	font-size: 16px;
	color: #000;
}
