/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/











* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    background:#ddd;
    line-height:15px;
}

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

p { 
	margin: 0 0 15px 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	}
	
H1 {
	font-size:24px;
	color:#000;
}

H2 {
	font-size:18px;
	color:#000;
}

H3 {
	font-size:12px;
	line-height:15px;
	margin: 0 0 15px 0;
	color:#000;
}

H4 {
	font-size:12px;
	color:#000;
}

a:link { text-decoration: none; color: #000; background: #ffffcc;}
a:active { text-decoration: none; color: #000; background: #ffffcc;}
a:visited { text-decoration: none; color: #000; background: #ffffcc;}
a:hover { color: #000;}

.blocks a img { margin: 25px; text-decoration: none; color: #000; background: #fff;}

a img { margin: 25px; }

ul {
    list-style: none;
    margin: 0 0 20px 0;
}
ul li {
    margin: 0 0 0 0;
}
ul li.section-title {	
    }

#logo {
    width: 100px; 
    height: 100px;
    background: url(http://www.egesoyuer.com/files/logos/rotate.php);
    position: fixed;
    top: 0px;
    left: 20px;
    z-index: 101;
    cursor: pointer;
}

/* #mylogo {
    width: 150px;
    height: 10px;
    background: url(http://www.egesoyuer.com/files/logo_150x10_justname_01.png);
    position: fixed;
    top: 45px;
    left: 10px;
}         */

#menu {
    font-family: georgia;
    width: 160px;
    overflow: auto;
    top: 0px;
    bottom: auto;
    left: 0px;
    padding-top:124px;
    position: fixed;
    background: url(http://www.egesoyuer.com/files/50percentbg.png);
    z-index: 100;
}

#menu ul {
    list-style: none;
    margin: 0 0 15px 18px;
    width:142px;
}

#menu ul li {
    margin: 0 0 0 0;
}

#menu ul li.section-title {
    font-family: sans-serif;
    font-size: 10px;
    text-transform:uppercase;
    letter-spacing: .5em;
    display: box;
    line-height:10px;
    border-bottom: 1px solid #ddd;
   	margin-bottom:4px;
    
}

#content {
    height: 100%;
    margin: 18px 0 0 180px;
}

.container {
    padding: 0px;
}

#content p { 
	margin: 0 0 15px 0;
	width: 400px;
}

#emphasis {
    font-family:georgia;
}

#s1 { 
	margin: 10px 0 0 0;
	padding: 0;
}
	
#img-container  { 
	margin: 0 0 0 0;
	padding: 0;
}

#img-container p {
	width: 400px; 
}

#once { 
	clear: left;
}