body, html {
    background-color: #fff;
    color: #102e4a;
    font-family: "Optima", "Verdana", sans-serif;
    font-size: 16px;
    margin: 0;
    overflow-y: scroll;
}

a:hover {
    color: #000;
}

a:link, a:visited {
    color: #2f8ecb;
    text-decoration: underline;
}

a:link#lead, a:visited#lead {
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    display: block;
    left: 100px;
    line-height: 28px;
    opacity: 0.9;
    padding: 20px 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    top: 200px;
    width: 400px;
}

a#lead span {
    color: #2f8ecb;
    text-decoration: underline;
}

article.e404 {
	margin: 0 auto;
	text-align: center;
	width: 450px;
}

article.client {
	clear: both;
	margin-bottom: 100px;
}

article.client form {
    padding: 100px;
}

article.client h2 {
    border-bottom: 1px solid #2f4f4f;
    padding-left: 60px;
}

article.client h3 {
	padding-left: 100px;
}

article.client p {
    padding-left: 10px;
}

article.client img {
    border: 1px solid #2f4f4f;
    float: right;
    height: 30%;
    margin: 0 10px;
    width: 30%
}

article.client ul {
    padding-left: 40px;
}

article.inquire {
    margin: 0 auto;
}

article.inquire img {
    height: 45%;
    width: 45%;
}

article.inquire p {
    text-align: center;
}

article.inquire table {
    float: right;
}

article.inquire th {
    text-align: left;
}

article.leadIn {
    background-image: url('../img/site/headers/tiger_1024x600.jpg');
    border-radius: 0 0 10px 10px;
    height: 584px;
    margin: 0 auto;
    padding-top: 16px;
    width: 1024px;
}

article.leadIn img {
	margin-top: 76px;
}

article.profile {
    margin: 10px auto;
    width: 800px;
}

article.profile h2 {
    border-bottom: 1px solid #2f4f4f;
    color: #102e4a;
    padding-left: 100px;
}

article.profile img {
    border: 1px solid #2f4f4f;
    margin: 0 10px;
}

article.sell {
	margin-top: 30px;
	padding-top: 100px;
}

article.sell h1 {
    color: #2f8ecb;
    font-size: 38px;
    margin-left: 60px;
}

div#container {
    margin: 0 auto;
    text-align: center;
    width: 1024px;
}

footer {
    clear: both;
    font-size: 10px;
    margin: 10px 0 0 50px;
    opacity: 0.6;
    text-align: center;
}

header {
    background-color: #000;
    border-radius: 0 0 10px 10px;
    color: #fff;
    height: 116px;
    padding-top: 16px;
    text-align: left;
}

header div#quote {
	background-color: #2f4f4f;
	border-radius: inherit;
	color: #fff;
	cursor: pointer;
    font-size: 13.4px;
	height: 28px;
	margin-top: 10px;
	padding-top: 11px;
    text-align: center;
}

header div:hover#quote {
	background-color: #0f2f2f;
}

header img {
    margin-left: 140px;
}

#pageWelcome header {
    display: none;
}

#pageInquire header {
    background-image: url('../img/site/headers/sunsetatstorebaelt_1024x600.jpg');
    background-position: 0px 190px;
}

#pageLead header {
    background-image: url('../img/site/headers/maldiviansunset_1024x600.jpg');
    background-position: 0px 150px
}

#pageClientele header {
    background-image: url('../img/site/headers/thegreenergrass_1024x600.jpg');
    background-position: 0px 280px;
}

h1 {
    color: #2f8ecb;
    font-size: 40px;
    font-weight: normal;
    margin: 20px 0;
    text-align: center;
}

img.left {
    float: left;
    margin: 0 10px 10px 0;
}

img.rounded {
    border-radius: 10px;
}

img.right {
    float: right;
    margin: 0 0 10px 10px;
}

main {
    min-height: 600px;
    padding: 0;
    text-align: left;
}

#pageWelcome main {
    text-align: center;
}

#pageLead main {
    padding: 0 50px;
}

nav {
    margin: 20px auto 0 auto;
    width: 1024px;
}

nav a:link, nav a:visited {
    color: #fff;
    display: inline-block;
    outline: none;
    padding: 10px 0;
    text-decoration: none;
    width: 30%;
}

#pageWelcome nav a#linkWelcome,
#pageClientele nav a#linkClientele,
#pageInquire nav a#linkInquire {
    background-color: #000;
}

nav a:hover {
	background-color: #0f2f2f;
}

nav li {
    display: inline;
    font-size: 16px;
}

nav ul {
    background-color: #2f4f4f;
    border-radius: 10px 10px 0 0;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.noselect {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}
