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

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

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

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

a img { border: none; }

#cloud1 {
	position:absolute;
	left: 571px;
	top: 45px;
	z-index: 1;
}
#cloud2 {
	left: 770px;
	top: 16px;
	position:absolute;
	z-index: 2;
}
#cloud3 {
	left: 355px;
	top: 2px;
	position:absolute;
	z-index: 3;
}

#logo {
	padding-top: 10px;
}

#menu {
	width: 175px;
	overflow: visible;
	top: 0;
	bottom: 0;
	left: 0px;
	position: fixed;
	height: 100%;
	background-color: #fff;
	padding-left: 15px;
}

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

#menu ul li.section-title {
	list-style: none;
 }

.menu_links {
	float:left;
	padding-top: 16px;
	padding-right: 5px;
	padding-bottom: 16px;
	padding-left: 0px;
}

#content {
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
}

#content_main {
	height:100%;
	left: 191px;
	top: 53px;

}

.container {
	padding: 5px;
}

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

#footer {
	width:135px;
	height:25px;
	z-index:5;
	bottom: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
	left: 0px;
	top: auto;
	right: auto;
	position: absolute;
}

