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

body {
	font-size: 12px;
	font-family: Helvetica;
	color: #5f5f5f;
	background: #fff;
}

* {
	
}

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

a:link { text-decoration: none; color: #787878; }
a:active { text-decoration: none; color: #4d4d4f; }
a:visited { text-decoration: none; color: #808285; }
a:hover { text-decoration: none; color: #fff; background-color: #ff45c0; }

a img { border: none; }

.pinklink a {
	color: #e230a3;
	font-weight: bold;
}

.pinklink a:hover {
	color: #fff;
	font-weight: bold;
}

#menu {
    width: 220px; /* was 287 */
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height: 230%;
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 0px;
	/* font-weight: bold;*/
	/* text-transform: capitalize;*/
	text-align: right;
	/*text-decoration: underline;*/
}

#menu .container {
	padding-top: 30px;
}

#menu ul {
	list-style: none;
	cursor: pointer;
	margin: 0 10px 0px 0;
}

#menu ul li.section-title { text-decoration: none; color: #808285; }

.sec2 a:link {
	font-size: 10px;
	color: #6aaa31;  /*  #58b330  #6fc034  #96c751  #9bcc63  #96ca4e  */
}

.sec2 a:visited {
	font-size: 10px;
	color: #6aaa31;
}

.sec2 a:hover {
	text-decoration: underline;
	background-color: #fff;
}

#sec2 a:hover {
	text-decoration: none;
	background-color: #ff45c0;
}

#sec3 {
	cursor: default;
}

#sec3 a:hover {
	color: #808285;
	background-color: #fff;
}

#menu p {
	padding-bottom: 30px;
}

#content {
    height: 100%;
    top: 0;
}

#content .container {
    padding: 130px 0 0 280px; /* was 355 */
}

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

#content p { width: 450px; padding-bottom: 9px; line-height: 170%;}

#content img {
	padding-bottom: 10px;
}

#homepage-img {
	position: absolute;
	left: 240px;
	top: 0px;
	height: 100%;
	background-color: #2f3133;
}

#homepage-img img {
	padding-bottom: 0px;
}

h1 { font-size: 31px; font-weight: normal; color: #1cb1e2;}

h2 { font-size: 24px; }

h3 { 
	font-size: 16px;
	font-weight: normal;
	width: 450px;
	line-height: 140%;
}

h4 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 6px;
	color: #ff45c0;
	width: 450px;
	margin-bottom: 6px;
}

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

#once { clear: left; }