@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 1080px;
	height: 800px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	width: 249px;
	height: 390px;
	float: left;
	border-right: 1px solid #000;
	padding-right: 30px;
	margin-right: 20px;
	text-align: right;
}

#menu ul {
	margin-top: 50px;
	font-family: 'TW Cen MT', 'Century Gothic', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	list-style: none;
	line-height: 0px;
}

#menu ul a {
	font-family: 'TW Cen MT', 'Century Gothic', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}

#menu ul li {
	margin-top: 20px;
}

#content {
	width: 772px;
	height: auto;
	float: left;
	position: relative;
	top: -155px;
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	
}


.logo {
	margin-left: 10px;
	
}

h1 {
	font-size: 16px;
	font-weight: 300;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

a {
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #999;
}

a:hover {
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	text-decoration: underline;
	color: #999;
}



#left {
	width: 40%;
	float: left;
	line-height: 10px;
}

#right {
	width: 60%;
	float: right;
	line-height: 10px;
}


#slider { 
	width: 772px;
	overflow: hidden;
	text-align: right;
	font-family: 'TW Cen MT', 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;

}

#slider h1 {
	font-family: 'TW Cen MT', 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}


#slider ul, #slider li {
	list-style: none;
}

#slider li {
	width: 770px;
	height: 690px;
	z-index: 0;
	position: relative;
}

#prevBtn a, #nextBtn a {
	font-family: 'TW Cen MT', 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

#nextBtn {
	margin-left: 10px;
}

#controlbox {
	position:relative;
	top: -291px;
	left: 280px;
	padding-left: 20px;
	background: #fff;
	width: 450px;
	height: 300px;
}

#slider img {
	border: 1px solid #000;
}


form {
	border-top: 1px dotted #000;
	padding: 20px 0px;
	width: 400px;
}

form input, select {
	width: 150px;
	height: 20px;
	border: 1px solid #000;
	margin-bottom: 5px;
}

form textarea {
	border: 1px solid #000;
	margin-bottom: 5px;
	width: 380px;
	display: block;

}

form label {
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	display: inline-block;
	width: 210px;
	margin-right: 20px;
	margin-bottom: 5px;
}

#submit {
	margin-left: 230px;	
	margin-top: 5px;
	background: #fff;
}

#thanks {
	margin:80px;
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

a:focus, a:active {
	outline: none;
}

#contactform p {
	font-family: 'TW Cen MT', 'Century Gothic', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;	
}
