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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	bottom: auto; left: auto; right: auto; top: auto;  
}

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

a:link { text-decoration: none; color: #e36000; }
a:active { text-decoration: none; #AAAAAA; }
a:visited { text-decoration: none; color: #707070; }
a:hover { text-decoration: underline; color: #404040 }

a img { border: none; }

#mainPageFlash {
	z-index: 1;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	padding: 0px;
	margin: 0px;
}

.videoHolder {
    padding-top: 10px;
    margin-left: 275px;
}

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
	left: 0;
    position: fixed;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-left: 15px;
    background-image: url("http://www.iworkinprogress.com/images/pixelOverlay.png");
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	z-index: 2;
	line-height: 130%;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}
.resume {
	line-height: 175%;
	font-size:11px;
	padding-left: 15px;
}
.area {
	bottom-border: 1px solid #EEEEEE;
}

.area p {
	padding-left: 10px;
}

.area strong {
	font-size: 12px;
	font-weight: bold;
}

.areaTitle {
	color: #d03e0b;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

h3 { padding-bottom: 5px; }

#menu ul li.section-title { color: #1d1d1d; font-weight: bold; }

#content {
    height: 100%;
    margin-top: 15px;
    margin-left: 275px;
    width: 770px;
    padding: 15px;
    border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
}

#content img { width: 800px; } 

.container {
    padding: 0px;
    z-index: 2;
}

#content p {
	width: 700px;
	margin-bottom: 9px;
}
#experiments {
	z-index: 3;
	position: relative;
}

p {
    margin: 0 0 9px 0;
}

img { padding-top: 30px; margin-left: -15px; }

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

#img-container	{ margin: 0; padding-top: 0px; }
#img-container p	{ width: 625px; margin: 0; padding-top: 0px; }

#once { clear: left; }