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

body {
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: #fff;
	letter-spacing: 0.1em;
	/* centering style */
	text-align: center; 
}
#hidden {
display: none; 
}
#logo {
	width: 106px;
	height: 41px;
	background-image:url(/files/gimgs/images/logo.gif);
	background-repeat: no-repeat;
}
#logo2 {	
	width: 500px;
	height: 40px;
	padding-top: 6px; 
	/*background-image:url(/files/gimgs/images/sectionbg.gif);*/
	background-repeat: repeat-x;
	float:right;
}



#logo2 #leicalogo {
	width: 43px;
	height: 33px;
	background-image:url(/files/gimgs/images/leica.gif);
	background-repeat: no-repeat;
	float:right;
	
}
#logo2 #wpjalogo {
	width: 134px;
	height: 33px;
	background-image:url(/files/gimgs/images/164x49_gold_lt.gif);
	background-repeat: no-repeat;
	display: block;
	float:right;
}

#logo2 #ispwplogo {
	width: 300px;
	height: 33px;
	background-image:url(/files/gimgs/images/ispwp_badge_horiz_short.png);
	background-repeat: no-repeat;
	display: block;
	float:right;
}


#logo2 #wpjalogo a {
	text-decoration: none;
}

#copyright {
 	font-size: 11px;
	color: #CCCCCC;
	text-align: left; 
	width: 460px;
	height: 33px;
	margin-top: 6px;
	margin-left: 10px;
	float: left;
}



#copyright a {
	color: #CCCCCC;
	text-decoration: none;
	text-align: right; 
}
#copyright a:hover {
	color: #999999;
}

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

.container a:link { text-decoration: none; color: #666 ; letter-spacing: 0.1em;}
.container a:active { text-decoration: none; letter-spacing: 0.1em;}
.container a:visited { text-decoration: none; color: #666; letter-spacing: 0.1em;}
.container a:hover { text-decoration: none; letter-spacing: 0.1em; border-bottom: 0px solid; color: #990000; }

a img { border: none; }

#menu {
    width: 140px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    /*position: fixed;original style */
    height: 100%;
	/* centering styles */
	position: relative;
	float: left;
	text-align: left; 
	border-right: 0px solid #fff;
}

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

#menu li.active a:link,
#menu li.active a:active,
#menu li.active a:visited { 
text-decoration: none; 
color:#999; 
background-color:#FFFFFF;
border-left: 2px solid white;
border-right: 2px solid white;
}
#menu li.active a:hover { text-decoration: none; color: #333;}

#menu ul li.section-title { 
letter-spacing: 0.1em; font-size: 11px; text-transform:none;
	padding-top: 12px;
	background-image:url(/files/gimgs/images/sectionbg.gif);
	background-repeat: repeat-x;
	color:#333333;
	cursor: pointer;
}

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

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

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

p {
    margin: 0 0 12px 0;
color: #666666;
}

h1 { 
font-size: 11px;
font-family: "arial", sans serif;
letter-spacing: 0.1em;
font-weight: normal;
color: #666;
}

h2 { font-size: 14px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

#img-container	{ 
margin: 0; 
padding: 0; 
border: 0px solid lime;
width: 730px;
}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; 
border: 0px solid red;
width: 730px;
}

.nothumb {
font-family:Arial,Helvetica,Geneva,sans-serif;
font-size:11px;
letter-spacing:0.1em;
line-height:16px;
color:#666666;
}

.nothumb img {
margin-bottom:6px;
}

#once { clear: left; }
