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

body {
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	//background-color:#cc6666;
	line-height: 1.3;
	color:#333333;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	background:#FFFFFF none repeat scroll 0 0;
	style:inline;
	//padding: 0px 0px 0px 0px;
	//margin: 0;
}

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

a:link { text-decoration: none; color: #cc0000; }
a:active { text-decoration: none; color: #ffffff; }
a:visited { text-decoration: none; color: #999999;}
a:hover { 
	text-decoration: none; 
	color: #ffffff; 
	background-color:#cc0000; 
}
	
	
#logo_topleft a:hover { background: transparent; }
	
	
a img { border: none; }

#menu {
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	background-color: #000000;
	//border:1px dotted #990000;
	float:left;
	left: 40px;
	top: 20px;
	overflow-x: auto;
	overflow-y: auto;
	position: fixed;
	width: 250px;
	height: auto;
    z-index:100;
    //opacity:0.75;
}

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

#menu ul li {
	margin-bottom:0;
	margin-top:1px;
}
 
#menu ul li.section-title {
	cursor: pointer; 
	font-size: 12px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	color: #ffffff;
	letter-spacing: 0.05em;
	//padding-bottom: 3px;
	//padding-right: 10px;
	border-bottom:1px dotted #cc0000;
	//opacity:0.37;
	padding:0px 0px 1px 0px;
	
	
}

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

.container {
	padding-top:15px; 
	padding-right:20px;
	padding-bottom:0;
	padding-left:20px;
	//margin-top:160;
	//border-top:160;
}

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

p {
    margin: 0 0 25px 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: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color:#cc0000;
	letter-spacing: 0.05em; 
	//padding-bottom: 2px;
}	

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


	
h2 { 
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
	//background: #fff;
	//line-height: 1.3;
	color:#cc0000;
	padding-top:30px; 
}

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


h3 {  
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
	color:#cc0000;
	//padding-top: 160px; 
}

h4 { font-size: 11px; }



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


#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; }



#once { clear: left; }
