/**
* CSS
* 
* @version 1.0
* @author ometusco 
* @author ometusco
*/

@font-face {
    font-family: 'AbendBold';
    src: url('abend_bold_kerned-webfont.eot');
    src: url('abend_bold_kerned-webfont.eot?#iefix') format('embedded-opentype'),
         url('abend_bold_kerned-webfont.woff') format('woff'),
         url('abend_bold_kerned-webfont.ttf') format('truetype'),
         url('abend_bold_kerned-webfont.svg#AbendBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DrescherGroteskBTSemiBoldRg';
    src: url('drescher_grotesk_bt_semibold-webfont.eot');
    src: url('drescher_grotesk_bt_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('drescher_grotesk_bt_semibold-webfont.woff') format('woff'),
         url('drescher_grotesk_bt_semibold-webfont.ttf') format('truetype'),
         url('drescher_grotesk_bt_semibold-webfont.svg#DrescherGroteskBTSemiBoldRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DrescherGroteskBTBoldRegular';
    src: url('drescher-grotesk-bt-bold-webfont.eot');
    src: url('drescher-grotesk-bt-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('drescher-grotesk-bt-bold-webfont.woff') format('woff'),
         url('drescher-grotesk-bt-bold-webfont.ttf') format('truetype'),
         url('drescher-grotesk-bt-bold-webfont.svg#DrescherGroteskBTBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: 'DrescherGroteskBTSemiBoldRg', Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color:#333;}
a:active { text-decoration: none; color:#333;}
a:visited { text-decoration: none; color:#333; }
a:hover { text-decoration: underline; color:#666;}

a img { border: none; }

#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { }

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

.container {
    padding: 5px 5px 25px 5px;
	margin-left:10px;
}

#container2 {
	width: 210px;
    padding: 5px 5px 25px 5px;
	margin-left:15px;
	border-top:5px solid #1A1A1A;
}

#content p { width:%100; 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; }

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

#once { clear: left; }