@charset "utf-8";
@import url("../webfonts/Aladin_Regular/stylesheet.css");

/* CSS Document */

body {
	font-family: "Aladin Regular";
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
#all {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 1790px;
}

#top {
	height: 240px;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	text-align: center;
	background-color: #34170A;
	top: 0px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
#top_contact {
	height: 40px;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#top_contact h2 {
	color: #FFFFFF;
	font-size: 24px;
	padding-left: 150px;
}
#top_contact h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu {
	height: 55px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 0px;
	padding-left: 300px;
}
.menu {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
}
.menu li {
	display: inline;
	line-height: 40px;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	float: left;
}
.nav:link, .nav:visited {
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding: 0px;
	height: 40px;
	width: 170px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.nav_selected:link, .nav_selected:visited {
	color: #34170A;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 0px;
	float: left;
	height: 40px;
	width: 170px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	background-color: #FFFFFF;
}
.nav:hover {
	text-decoration: none;
	color: #34170A;
	background-color: #FFFFFF;
}
#main_container {
	height: 1400px;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #FFF;
	background-image: url(../images/main_container_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#content {
	height: 700px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}
#form1 {
	color: #FFF;
	height: 540px;
	width: 900px;
}
label {
	color: #002060;
	float: left;
	font-size: 14px;
	line-height: 18px;
	padding-top: 6px;
	text-align: right;
	width: 150px;
}
label, input, select, textarea  {
	font-family: "Aladin Regular";
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	color: #34170A;
}
input, textarea, select  {
	-moz-border-radius: 3px 3px 3px 3px;
	border: 1px solid #33170C;
	color: #FFFFFF;
	display: inline-block;
	font-size: 36px;
	height: 60px;
	line-height: 40px;
	padding: 4px;
	width: 600px;
	background-color: #34170A;
}
select {
	height: 40px;
	line-height: 40px;
}
form .input {
	margin-left: 180px;
}
form .line {
	margin-bottom: 20px;
}
#bottom {
	height: 110px;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #34170A;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}
#footer {
	height: 40px;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	font-size: 16px;
}
#footer p {
	padding-left: 10px;
}
#footer p em a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
