/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: 'Lucida Grande',Verdana, sans-serif;
	background: #fff;
	line-height: 18px;
}

#sidebar {
	font-size: 9px;
	font-family: 'Lucida Grande',Verdana, sans-serif;
	color:#636363;
	line-height: 18px;
}


body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #636363; }
a:active { text-decoration: none; color:#636363 }
a:visited { text-decoration: none; color: #636363; }
a:hover { text-decoration: none; color: #000000; } 

a img { border: none; }

#topline {
	float: left;
    width: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
	border-top: 3px solid #3399CC;
	border-bottom: none;
	left: 0;
	height: 3px;
    position: fixed;
	background-color: ;
	z-index:1 ;
}

#indexhibitfoot {
	bottom:0;
	margin:0;
	padding:0 40px 14px 0;
	left:0;
	text-align:left;
	z-index:100;
	}

#menu {
	float: left;
    width: 160px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 10px;
	height: auto;
	margin-top:3px;
	padding-top: 12px;
	padding-left: 8px;
    position: fixed;
	background-color: #FFFFFF;
	z-index:0;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	font-size: 9px;
	font-weight:bold;
	font-family: 'Lucida Grande',Verdana, sans-serif;
	color:#262626;
	line-height: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#content {
	padding-left: 15px;    
	left: 100px;
	top: 75px;
	width: 500px;
	height: 100%;
    margin: 69px 0 0 180px;
    top: 0;
}

#testcontainer {
	position: fixed;
	left: 200px;
	top: 30px;
	height: 30px;
	width: 30px;
	z-index:1;
}

.container {
    padding: 5px 5px 25px 5px;
}

#footer { 
	position: fixed; 
	bottom: 20px; 
	left: 20px;
	z-index: 1;
	font-size:10px; color:#b2b3b6;
}

#footerlink { 
	margin-right: 4px;
	float:left;
}

#content p { width: 500px; 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;}

h5 { 
	font-size: 9px;
	font-weight:bold;
	font-family: 'Lucida Grande',Verdana, sans-serif;
	color:#000000;
	line-height: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; } 

#once { clear: left; }


