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

body {
	line-height: 14px;
	font-family: Helvetica, "Helvetica", Georgia, Arial, sans-serif;
	background: #fff;
}

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

a:link { 
	text-decoration: none; 
	color: #555; 
	font-size: 11px;
}

a:active { 
	text-decoration: none; 
	color: #555; 
	font-size: 11px;
}

a:visited { 
	text-decoration: none; 
	color: #555; 
	font-size: 11px;
}

a:hover { 
	text-decoration: none; 
	color: #222; 
	font-size: 11px;
}

a img { border: none; }

#menu {
	font-size: 11px;
	color: #777;
    width: 195px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding-top: 28px;
	padding-left: 0px;
	padding-right: 5px;
	text-align: right;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	color: #cc3300;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 14px;
	letter-spacing: 1px;
}

#content {
	font-size: 11px;
	font-weight: lighter;
	color: #444;
    height: 100%;
    margin: 0 0 0 195px;
    padding-left: 25px;
    padding-top: 25px;
    top: 0;
    text-align: left;
    line-height: 14px;
}

#content ul {
	color: #000;
	font-size: 11px;
	list-style: none;
	line-height: 14px;
}

copyright {
	font-size: 9px;
}

.container {
    padding: 5px 5px 25px 5px;
}

.paragraph { 
	display: block;
	width: 400px; 
	margin-bottom: 9px;
	color: #000;
	font-size: 11px;
	list-style: none;
	line-height: 14px;
}

p {
    margin: 0 0 9px 0;
}

h1 { 
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	color: #0099cc;
	font-weight: lighter;
	line-height: 16px;
}

h2 { 
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: lighter;
}

h3 { font-size: 13px; }
h4 { font-size: 11px; }

#img-container	{ 
	font-size: 11px;
	margin: 3px 8px 3px 3px; 
	padding: 0; 
}

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

#once { clear: left; }

.maintitle {
	color: #000;
	font-size: 18px;
	letter-spacing: 1px;
}
a.maintitle {
	color: #000;
	font-size: 18px;
}
.subtitle {
	font-size: 10px;
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
}
.secret {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 4px;
	height: 4px;
}
#footicon1, #footicon2, #footicon3 {
	color: #FFFFFF;
	font-size: 36px;
	line-height: 48px;
}
#footicon1:hover {
	color: #66CC00;
}
#footicon2:hover {
	color: #0099CC;
}
#footicon3:hover {
	color: #CC9900;
}