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

html	{overflow:auto;}

body {
font-size: 13px;
font-family: courier new, monospace;
	color: #42434d;
	line-height: 20px;
	background: #fff;
	letter-spacing: 0.6pt;
	word-spacing: -0.2em;
}

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


a:link {font-family: Arial, Geneva, sans-serif; text-decoration: none; color: #000000; text-transform:uppercase; font-size: 11px; letter-spacing: 2.4pt; word-spacing: -1.2pt; font-weight: bold; }
a:active { font-family: Arial, Geneva, sans-serif; text-decoration: none; color: #000000; text-transform:uppercase; font-size: 11px; letter-spacing: 2.4pt; word-spacing: -1.2pt; font-weight: bold; }
a:visited { font-family: Arial, Geneva, sans-serif; text-decoration: none; color: #000000; text-transform:uppercase; font-size: 11px; letter-spacing: 2.4pt; word-spacing: -1.2pt; font-weight: bold; }
a:hover { font-family: Arial, Geneva, sans-serif; text-decoration: none; color: #0089e0; text-transform:uppercase; font-size: 11px; letter-spacing: 2.4pt; word-spacing: -1.2pt; font-weight: bold; }

a.type1:link {font-family: Arial, Geneva, sans-serif; text-decoration:none; color: #42434d; text-transform:none; letter-spacing: 1pt; word-spacing: -0.1em; font-weight: normal; font-size: 12px; border-bottom: 1px solid;}
a.type1:visited {font-family: Arial, Geneva, sans-serif; text-decoration:none; color: #42434d; text-transform:none; letter-spacing: 1pt; word-spacing: -0.1em; font-weight: normal; font-size: 12px; border-bottom: 1px solid;}
a.type1:active {font-family: Arial, Geneva, sans-serif; text-decoration:none; color: #42434d; text-transform:none; letter-spacing: 1pt; word-spacing: -0.1em; font-weight: normal; font-size: 12px; border-bottom: 1px solid;}
a.type1:hover {font-family: Arial, Geneva, sans-serif; text-decoration:none; color: #0089e0; text-transform:none; letter-spacing: 1pt; word-spacing: -0.1em; font-weight: normal; font-size: 12px; border-bottom: 1px solid;}


font-style: normal;
	letter-spacing: 1pt;
	word-spacing: -0.1em;
font-size: 12px;
font-family: Trebuchet MS, Arial, Geneva, sans-serif;


a img { border: none; }

#menu {
    width: 245px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
	line-height: 20px;
}

#menu ul li.section-title { text-decoration: none; color: #000000; letter-spacing: 0.2em; text-transform:uppercase; font-size: 11px; letter-spacing: 2.4pt; word-spacing: -1.2pt; font-weight: bold;}

#logo {
	padding: 0 0 0 0;
	margin: 50px 0 0 50px;
	z-index: 1;
	position: fixed;
	left:0;
	top:0;
}


#content {
    height: 100%;
    margin: 0 0 60px 210px;
    top: 0px;
}

.container {
    padding: 140px 5px 60px 50px;
}

#content p { width: 580px; margin-bottom: 10px; }

em {  font-style: normal;
text-transform: uppercase;
	letter-spacing: 1.5pt;
	word-spacing: -0.1em;
font-size: 11px;
font-family: Arial, Geneva, sans-serif;
}

p {
    margin: 0 0 0 0;
}


h1 {font-family: Arial, Geneva, sans-serif; font-size: 16px; font-weight: bold; letter-spacing: 1pt; word-spacing: -0.1em;}
h2 {font-family: Arial, Geneva, sans-serif; font-size: 12px; font-weight: bold; letter-spacing: 1pt; word-spacing: -0.1em;}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }



