/* CSS Document */
html, body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.wrapper {
	position: relative;
	height: auto;
	width: 984px;
	margin-bottom: 50px;
}
h1 {
	font-family: "Myriad Pro", Arial;
	font-size: 60px;
	color: #898989;
	line-height: 54px;
}
a:link {
	text-decoration: none;
	color: #898989;
}
a:visited {
	text-decoration: none;
	color: #898989;
}
a:active {
	text-decoration: none;
	color: #898989;
}
a:hover {
	text-decoration: none;
	color: #898989;
}
.header1 {
	position: relative;
	top: 25px;
	float: left;
	left: 25px;
}
.borders {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
}
.borders2 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
}
.mainbody {
	background-image: url(../images/background.png);
	background-repeat: repeat;
	position: relative;
	min-height: 396px;
	height: auto;
	width: 984px;
	top: 50px;
	border: 2px solid #cecece;
	overflow: auto;
}
.right-image {
	position: relative;
	height: 396px;
	width: 182px;
	float: right;
}
.right-image-mg {
	position: relative;
	height: 396px;
	width: 248px;
	float: right;
}
.right-image2 {
	position: relative;
	height: 250px;
	width: 300px;
	float: right;
	border: 3px solid #cecece;
	right: 20px;
	top: 130px;
}
.maintext {
	position: relative;
	min-height: 396px;
	height:auto;
	width: 400px;
	left: 25px;
	float: left;
	text-align: left;
	padding-bottom: 25px;
	overflow: auto;
}
.maintext2 {
	position: relative;
	min-height: 396px;
	height:auto;
	width: 600px;
	left: 25px;
	float: left;
	text-align: left;
	overflow: auto;
	padding-bottom: 25px;
}
.table1 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	color: #FFF;
	background-color: #898989;
}
.contact {
	float: left;
	height: 350px;
	width: 325px;
	position: relative;
	left: 25px;
	padding-top: 48px;
	text-align: left;
}
.table-row {
	width: 200px;
	border: 1px solid #cecece;
}
.submit {
	font-family: "Myriad Pro", Arial;
	color: #666666;
	font-size: 22px;
	margin-right: 20px;
}
.footer {
	position: relative;
	height: 50px;
	width: 984px;
	top: 30px;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	padding-top: 15px;
	font-size: 13px;
	color: #898989;
}

