/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
/* RESET START */
/* from Yahoo! UI Library: Reset CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}
/*RESEST END*/

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

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

a img { border: none; }

#menu {
/*    width: 215px;*/
	width: 160px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	/* modified by LJ 25/03/08 */
	margin: 0 0 12px 20px;
}

#menu ul#footer-list {
	list-style: none;
	/* modified by LJ 25/03/08 */
	margin: 0px 0 0 20px;
	padding-top:110px;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    /*margin: 0 0 0 215px;*/
	margin: 0 0 0 160px;
	/*added by LJ on 25/03/08 */
	padding-top:111px;
    top: 0;
}
img#home-page-image {
	margin-top:-111px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
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; }
#header-image {
	padding-left:13px;
	padding-top: 25px;
}
#test{
/*position:absolute;
width:100%;
height:111px;
border:1px solid purple;
z-index:100;*/
display:none;
}
