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

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #FFFFFF;
        color: #000000;

}

body.section-1 { background-image:url(http://hostprods.net/files/1_background.jpg);
        background-repeat:no-repeat;
        background-attachment:fixed;
        background-position:center;  }
body.section-2 {   background-repeat:no-repeat;
        background-attachment:fixed;
        background-position:300px 100px;}
body.section-3 { }

a:link { text-decoration: none; color: #666666;  }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; color: #CC0000  }

a img { border: none; }

#menu {
    width: 220px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 15px;
    position: fixed;
    height: 100%;
	background-color: #FFFFFF;
}

#menu ul {
	list-style: none;
	margin: 10px 0 12px 0;
        text-align: right;
}

#menu ul li.section-title {
background-color:#FFFFFF;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
line-height:4px;
margin-bottom:5px;
margin-top:30px;
 }

#content {
    height: 100%;
    margin: 40px 0 0 340px;
    top: 10px;
}

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

#content p { width: 600px; margin-bottom: 20px; }

p {
    margin: 0 0 19px 0;
}

h1 { font-size: 30px; }
h2 { font-size: 20px; color: #666666; }
h3 { font-size: 18px; color: #666666; }
h4 { font-size: 14px; color: #999999; }

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

#once { clear: right; }