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

body {
	font-size: 14px;
	font-family: century gothic, sans-serif;
	background: #d1ffa4;
	color: #909090;
}

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

a:link { text-decoration: none;
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #66ff66;
	padding: 3px;
	background-color: #003300;
}
a:active { text-decoration: none;
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #66ff66;
	background-color: #003300;
	padding: 3px;
}
a:visited { text-decoration: none; color: #339933;
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #003300;
	padding: 3px;
}
a:hover { text-decoration: none;
	color: #003300;
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #66ff66;
	padding: 3px;
}

a img { border: none;
}

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height: 100%;
top:0;
left:0;
}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}

#menu {
background: url(http://www.thelimelightlens.com/files/gimgs/menu.png);
bottom:0;
font-size:14px;
height:100%;
left:10px;
overflow:auto;
padding-bottom:25px;
padding-top:0px;
position:fixed;
top:10px;
width:235px;

	}
#logo:link, #logo:visited, #logo:hover, #logo:active  { background: transparent; }
	/* This section controls each section made */ 
	#menu ul {
		list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 12px;
padding-left:15px;
padding-right:15px;
}
#menu ul li {
margin-bottom:4px;
margin-top:0;
}
#menu ul li.section-title {
border-top:1px solid #ffffff;
color:#ffffff;
opacity:0.37;
font-family:century gothic,Sans-Serif;
font-size:24px;
padding:5px 0;
}



#menu .container { padding: 0px 0 21px 0px; }

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

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

.container {
    padding: 10px;
}

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

p {
    margin: 0 0 0px 0;
}


#content a:link { color: #919191; background: transparent; }

#content a:active { color: #26beed; background: transparent; }

#content a:visited { color: #919191; background: transparent; }

#content a:hover { color: #26beed; background: transparent; }

#logo:link { text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	padding: 0px;
}

#logo:visited { text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	padding: 0px;
}

#logo:hover { text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	padding: 0px;
}

#logo:active  { text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	padding: 0px;
}

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

.footer_indexhibit { 
	position: fixed; 
	bottom: 20px; 
	left: 20px;
	background-color: transparent;
	z-index: 1;
}


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; }

#center {
	width: 960px;
	height:560px;
	margin: 0px auto;
	top:50%;
	
}


