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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: url("../img/bg_site.jpg") top left no-repeat;
	/*background-color: #1A1A1A;*/
	background-color: #000;
	height:100%;
}

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

a:link { text-decoration: none; color: #6C6C6C;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none;color: #FF9900 }

a img { border: none; }

#menu {
	text-align:right;
	/*background-color:#1A1A1A;*/
	background-color:#000;
	bottom:0;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:215px;
	overflow: visible;
	/* for IE */
	/*filter:alpha(opacity=80);*/
	/* CSS3 standard */
	/*opacity:0.8;*/
	margin-left:60px;
  }


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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
	margin-top: 75px;
    padding: 5px 5px 25px 65px;
	color:#FFFFFF;
	height:100%;
}

#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; }
#white-top {
clear:both;
	height: 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/*background: #ff9900;*/
	background: #020202;
	}
#white-bottom {
	clear:both;
	height: 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	/*background: #ff9900;*/
	background: #020202;
	}

.hometext {
font-family:Arial, Helvetica, sans-serif;
	font-size: 18px; 
	color: #FFFFFF; 
	line-height: 20px;
	text-align:left;
	width:480px;
	padding:0;
	}

