@charset "utf-8";
/* CSS Document */

body {
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #F8E6FE;
    margin: 0;
    background-attachment: scroll;
    background-position: center top;
}
#mainholder {
	height: auto;
	width: 960px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	float: none;
}
#top_image {
	height: 101px;
	width: 900px;
	text-align: right;
	float: left;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 40px;
	background-image: url(images/header.png);
}

#top-right {
    float: right;
    height: 101px;
    width: 450px;
}
	
#top-left {
    float: left;
    height: 101px;
    width: 450px;
	text-align: left;
}

#navigation {
	height: 60px;
	width: 960px;
	background-color: #FFF;
}
#banner {
	height: 270px;
	width: 960px;
	background-repeat: no-repeat;
	float: left;
}
#navigation {
	background-image: url(images/navigation.jpg);
	float: left;
	height: 63px;
	width: 960px;
}
#content_area {
	height: auto;
	width: 960px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: left;
	float: left;
	background-color: #FFF;
}
#footer {
	float: left;
	width: 960px;
	background-image: url(images/footer.jpg);
	height: 64px;
}
.contactform {
	width: 210px;
}

.banner_content_top {
	height: 14px;
	width: 960px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	float: left;
	background-position: center bottom;
}
.banner_content_bottom {
	height: 14px;
	width: 960px;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	float: left;
	background-position: center bottom;
	margin-bottom: 5px;
}
.banner_content_wrapper {
	height: auto;
	width: 960px;
	float: left;
}
.image_left {
	margin-right: 15px;
}
.image_right {
	margin-left: 15px;
}


.package_image {
	float: right;
	height: auto;
	width: 350px;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.machine_image {
	float: right;
	height: auto;
	width: 500px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#footer-left {
    float: left;
    height: 25px;
    width: 464px;
    margin-top: 22px;
    margin-left: 20px;
    color: #431F8F;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    font-weight: normal;
}
#footer-right {
	float: right;
	height: 25px;
	width: 350px;
	margin-top: 22px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin-right: 20px;
	text-align: right;
	font-weight: normal;
}
.nav-button {
	float: left;
	width: auto;
	margin-left: 50px;
	margin-right: 50px;
	padding-right: 5px;
	padding-left: 5px;
	height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-top: 21px;
}


.banner_program_left {
	float: left;
	height: auto;
	width: 485px;
	margin-right: 16px;
	padding-left: 20px;
}
.banner_machine_left {
	float: left;
	height: auto;
	width: 400px;
	margin-right: 16px;
}

.blue {
	font-weight: bold;
	color: #1D3F99;
}

.banner_program_full {
	float: left;
	height: auto;
	width: 920px;
}

.banner_text_full {
	float: left;
	height: auto;
	width: 920px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/banner-bg.jpg);
	background-repeat: repeat-y;
	padding-top: 35px;
	padding-bottom: 15px;
}

.banner_image_right {
	float: right;
	height: auto;
	width: 400px;
	margin-right: 20px;
}

.banner_image_left {
	float: left;
	height: auto;
	width: 400px;
	margin-left: 20px;
}
h1 {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #8E4FC8;
    font-style: normal;
    line-height: 30px;
    margin-top: 4px;
    margin-bottom: 0px;
}
h2 {
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 16px;
	color: #666;
	margin-top: 4px;
	font-weight: normal;
	margin-bottom: 4px;
}
h3 {
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3E1594;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin-bottom: 0;
	display: inline
}
p {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
}
li {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
}


a:link {
	text-decoration: none;
	color: #3E1594;
}
a:visited {
	text-decoration: none;
	color: #3E1594;
}
a:hover {
	text-decoration: underline;
	color: #3E1594;
}
a:active {
    text-decoration: none;
    color: #3E1594;
}
.spec_info {
	font-size: 12px;
	color: #3E1594;
    font-family: 'Nanum Gothic', sans-serif;
	line-height: 16px;
}
