/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author The Supermarket // thesupermarket.us
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Georgia;
	background: #fff;
	color: #444444;
}

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

a:link { text-decoration: none; color: #555555; }
a:active { text-decoration: none; color: #555555; }
a:visited { text-decoration: none; color: #555555; }
a:hover { text-decoration: none; color: #333333; } 

a img { 
border: none; 
}

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

#menu ul {
	list-style: none;
	margin: 0 0 16px 0;
	color: #313A3A;
}

#menu ul li.section-title {
    margin: 0 0 2px 0; 
}

#content {
    height: 100%;
    margin: 0 0 0 200px;
    top: 0;
	line-height: 14px;
}

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

#content p { width: 220px; margin-bottom: 9px; }

p {
    margin: 0 0 20px 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; }

#headline_01 {
	width: 200px;
	color: #313A3A;
}

#headline_02 {
	width: 200px;
	color: #313A3A;
	position: absolute;
	top: 20px;
}

#headline_03 {
	width: 200px;
	color: #313A3A;
	position: absolute;
	top: 20px;
	left: 500px;
}

#text_01 {
	width: 200px;
	color: #555555; 
}

#text_02 {
	width: 240px;
	color: #555555; 
	position: absolute;
	top: 50px;
}

#text_03 {
	width: 200px;
	color: #555555; 
	position: absolute;
	top: 50px;
	left: 500px;
}

#text_04 {
	width: 300px;
	color: #555555;
	text-align: justify; 
}

#text_05 {
	color: #555555; 
	text-align: justify;
}