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

body {
	font-size: 9px;
	font-family: "Lucida Grande",Verdana,Geneva,Arial,sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #666; }
a:hover { background-color:#BFF; color:#000; text-decoration:none; }

#menu ul li.section-title a:link { text-decoration: none; color: #000; }
#menu ul li.section-title a:active { text-decoration: none; color: #000; }
#menu ul li.section-title a:visited { text-decoration: none; color: #666; }
#menu ul li.section-title a:hover { background-color:#BFF; color:#000; text-decoration:none; }

a img { border: none; }

#menu {
    width: 150px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { font-weight:bold;padding-top:0px;}

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

.container {
    padding: 28px 28px 28px 28px; width:550px;
}

#content p { width: 550px; margin-bottom: 0px; }

p {
    margin: 0 0 9px 0;
}


.txt_news a:visited { text-decoration: none; color: #000; }
.txt_welcome a:visited { text-decoration: none; color: #000; }

.txt_welcome {
-x-system-font:none; font-size: 18px; font-family:Helvetica,Arial,sans-serif;font-weight:bold; line-height: 20px; word-spacing: -2px; padding-bottom:0px; padding-top:9px;color:#000;
}

.txt_news {
-x-system-font:none; font-family:Helvetica,Arial,sans-serif; font-size:14px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:bold; line-height:17px; list-style-type:none; word-spacing:-1px;
}


.project_head { font-size: 9px; font-family: "Lucida Grande",Verdana,Geneva,Arial,sans-serif; margin-bottom: 8px; border-bottom:1px solid #000000; padding-bottom:4px; font-weight:bold;
}

*This is code for making the text fixed 
*.project_text {font-size: 9px; font-family: "Lucida Grande",Verdana,Geneva,Arial,sans-serif; position:fixed; top:53px;background: #fff;
}


h1 { font-size: 9px; font-family: "Lucida Grande",Verdana,Geneva,Arial,sans-serif; margin-bottom: 8px; border-bottom:1px solid #000000; padding-bottom:4px;}
h2 { font-size: 22px; font-family:Helvetica,Arial,sans-serif;font-weight:bold; line-height: 24px; word-spacing: -2px; padding-bottom:3px; padding-top:9px; }
h3 { font-size: 18px; font-family:Helvetica,Arial,sans-serif;font-weight:normal;line-height:21px; word-spacing: -2px; padding-bottom:3px; }
h4 { font-size: 12px; }

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

#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; } 

#once { clear: left; }
