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

#outline {
	position: relative;
	height: 800px;
	width: 800px;
	margin: 30px auto 0;
	border: solid 1px #999;
	
}

#caption {
	width: 300px;
	left: 48px;
	top: 280px;
	position:absolute;
	visibility: visible;
}

#products {
	width: 300px;
	left: 336px;
	top: 280px;
	position:absolute;
	visibility: visible;
}

#logo {
	right: 10px;
	top: 10px;
	position: absolute;
	width: 300px;
	height: 100px;
}

#text {
	left: 336px;
	top: 333px;
	position: absolute;
	border: solid 1px;
	border-color: #DDD;
	width: 400px;
	padding:2px;
}

#text2 {
	left: 336px;
	top: 518px;
	position: absolute;
	border: solid 1px;
	border-color: #DDD;
	width: 400px;
	padding:2px;
}

#lang {
	left: 733px;
	top: -36px;
	position: absolute;
	width: 70px;
	visibility: visible;
	margin-top: 10px;
}

#menu {
	left: 649px;
	top: 794px;
	position: absolute;
	width: 236px;
	visibility: visible;
	margin-top: 10px;
}

#menu a {
	color: #666;
	text-decoration: none;
}

#menu a:hover {
	color: #999;
	text-decoration: none;
}

#title {
	width: 700px;
	height: 280px;
	left: 48px;
	top: 100px;
	position: absolute;
	visibility: visible;
}

#hire {
	left: 31px;
	top: 712px;
	position: absolute;
	width: 204px;
	visibility: visible;
	height: 80px;
}

#footer {
	left: 200px;
	top: 760px;
	position: absolute;
	width: 400px;
	visibility: visible;
}

p {
	color: #56351c;
	font-size: 16px;
	font-family: 'Century Gothic', Arial, sans-serif;
	font-weight: normal;
	margin-top: 0;
}

h1 {
	color: #778fbd;
	font-size: 25px;
	font-family: 'Century Gothic', Arial, sans-serif;
	font-weight: 500;
	line-height: 32px;
	margin-top: 4px;
}

h2 {color: #006bb0;
	font-size: 18px;
	font-family: 'Century Gothic', Arial, sans-serif;
	font-weight: normal;
	margin: 0.83em 0 0;
}

h3 {
	color: #006bb0;
	font-size: 33px;
	font-family: 'Century Gothic', Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	width: auto;
}

h4 {
	font-weight: bold;
	text-align: center;
	margin: 1.33em 0;
}

a {
	color: #666;
	text-decoration: underline;
}

li {
	color: #56351c;
	font-size: 16px;
	font-family:'Century Gothic', Arial, sans-serif;
	font-weight: normal;
	margin-top: 0;
	padding: 5px;
}

