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

body {
	font-family: helvetica,sans-serif;
	color: #505053;
	font-size: 11px;
	letter-spacing: 0.2pt;
	word-spacing: -0.2pt;
	line-height: 1.2;
	background: #FFFFFF;
	text-align: left;
}

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

a:link { text-decoration: none; color: #505053; }
a:active { text-decoration: none; color: #505053; }
a:visited { text-decoration: none; color: #9E9E9E; }
a:hover { text-decoration: none; color: #33ccff; }

a img { border: none; }

#menu {
    background-repeat: no-repeat;
    width: 152px;
    overflow: visible;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #FFFFFF;
    margin: 0 0 0 0;
}

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

#menu ul li.section-title {
	font-family: helvetica,sans-serif;
	background-color: #33ccff;
	color: #F7F7F7;
	font-size: 11px;
        font-weight: bold;
        line-height: 16px;
        letter-spacing: 1.6pt;
        padding: 1px, 1px, 1px, 5px;
        margin-bottom: 6px;
 	border-style:none;
 	border-left:none;
 	border-right:none;
 	border:0;
}

#content {
    height: 100%;
    margin: 0 0 0 155px;
    width: 1100px;
}

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

#content p { width: 600px; }

p {
    margin: 0 0 9px 0;
}

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left: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: 600px; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }

#h6 {
	position: absolute;
        margin-left: 610px;
        width: 500px;
}

#h5 {
	font-family: helvetica,sans-serif;
	color: #E78F59;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 0.2pt;
	word-spacing: -0.2pt;
	line-height: 1.2;
	background: #FFFFFF;
	text-align: left;
}

#page_title p {
	font-family: helvetica,sans-serif;
	text-color: #505053;
	font-size: 12px;
	letter-spacing: 0.2pt;
	word-spacing: -0.2pt;
	line-height: 1.2;
	background: #FFFFFF;
	text-align: left;
}
