/**
* CSS
* 
* @version 1.0
* 
* @author optimsim.me
*/
* {
	margin: 0, 0, 0, 0;
	padding: 0;
}

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

}

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

a:link { text-decoration: none; color: #000000; font-size: 10px; line-height: 12pt;}
a:active { text-decoration: none; color: #00ff00; font-size: 10px; line-height: 12pt; }
a:visited { text-decoration: none; color: #000000; line-height: 12pt;}
a:hover { text-decoration: none; color: #00ff00; background-color:; line-height: 12pt; }

a img { border: none; }

#menu {     width: 200px;
    overflow: auto;
    bottom: 0;
    left: 40px;
    top: 20px;
    bottom: 20px;
    position: fixed;
    height: 100%;
	background-color: #fff;
    font-size: 10px;
}

#menu ul {
	list-style: none;
	margin: 8px 0px 0px 0px;
        font-size: 10px;
        padding-top: 0px;
        line-height: 2pt;
}

#menu ul li.section-title { 
        margin: 0px 0px 3px 0px;
	line-height: 6pt;
	/* border-bottom:1px dotted #cececb; */ 
	text-decoration:none;
	color: #000000;
	font-size: 12px;
        align: left;

	}

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

.container {
    padding: 55px 5px 25px 5px;
}

#content p { width: 600px; margin-bottom: 5px;
	 		background-color:white;
			bottom:150px;}
			
#show_desc {}

#description {
			}			

p {
    margin: 0 0 9px 0;

}

rd { }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; text-align:left;}


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

#once { clear: left; }