/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	text-shadow: 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
	background-repeat: no-repeat;
	color:#575757;
	font-size: 12px;
	line-height: 125%; 
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {color: #9bb7cc; text-decoration: none; font-weight: 400; }
a:active {text-decoration: none; font-weight: 400; }
a:hover {text-decoration: underline; font-weight: 400; }
a:visited {color: #5081a6; text-decoration: none; font-weight: 400;}

a img { 
	background-color: white; 
	border: none; 
	margin-bottom: 10px; }

#menu {
    right: 0px;
    z-index: auto;
    display: table;
    position: absolute;
    background-color: white;
    width: 250px;
    overflow: auto;
    top: 0px;
    bottom: 0px;
	left: 3px;
    height: 100%;
}

#menu ul {
	margin-left: inherit;
	margin-bottom: 25px;
	margin-right: 0;
	margin-top: 25px;
	list-style: none;
}

#menu ul li.section-title { 
	line-height: 15px; 
	letter-spacing: normal; 
	word-spacing: 0px; 
	font-size: 12px; 
	text-transform: uppercase; 
}

#content {
    margin-left: 250px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
    top: 0;
}

#contact {
    width: 180px;
	margin-left: 50px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 125px;
    overflow: inherit;
    top: 0;
    z-index: 1;
    position: absolute;
	line-height: 125%;
	font-family: Helvetica, Arial, sans-serif;
	color: #575757;
}

#contact p {
	max-width: 150px;
	padding-bottom: 10px;
}

#contact input, #contact textarea {
	padding: 5px;
	width: 200px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #575757;
	margin: 0px 0px 10px 0px;
	border: 2px solid #C0C0C0;
	background-color: #fafafa;
}

#contact textarea {
	height: 40px;
	background-color: #fafafa;
}

#contact textarea:focus, #contact input:focus {
	border: 2px solid #C0C0C0;
	background-color: #fafafa;
}

#contact input.submit-button {
	width: 60px;
	height: 30px; 
	margin-left: 153px;
	background-color: #fafafa;
}

#thanks {
    width: 180px;
	margin-left: 70px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 170px;
    overflow: inherit;
    top: 0;
    z-index: 1;
    position: absolute;
	line-height: 125%;
	font-family: Helvetica, Arial, sans-serif;
	color: #575757;
}

#thanks p {
	max-width: 150px;
	padding-bottom: 10px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 50px;
	padding-top: 8px;
	font-size: 1.4em;
}
.container {
	padding-bottom: 30px;
	z-index: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#content p { 
	width: 750px; 
	margin-bottom: 9px; 
}

p { margin: 0 0 10px 0;}

h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 14px; line-height: 125%; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { 
	clear: left; }

.blue { 
	color: #9bb7cc;
	padding: 0 0 10px 0;
}

.space {
	padding: 0 0 20px 0;
}
