/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: 'WagnastyRegular';
	src: url('/files/fonts/Wagnasty.eot');
	src: local('Wagnasty'), local('Wagnasty'), url('/files/fonts/Wagnasty.woff') format('woff'), url('/files/fonts/Wagnasty.ttf') format('truetype'), url('/files/fonts/Wagnasty.svg#Wagnasty') format('svg');
}


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #f0f0f0;
	background-image: url("http://subver.com/files/gimgs/bg.gif");
background-attachment:fixed;
}


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

.h1 { 
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	width: 720px;
	display: block;
	margin-bottom: 10px;
}

a:link { 
	text-decoration: none; 
	color: #5a5a5a; 
	
}
a:active { 
	text-decoration: none; 
	color: #5a5a5a; 
	
}
a:visited { 
	text-decoration: none; 
	color: #5a5a5a; 
}
a:hover { 
	text-decoration: none; 
	color: #222; 

}

a img { border: none; }

a {
  outline: none;
}


#menu {
    width: 324px;
    overflow: auto;
    top: 329px;
    bottom: 0;
	left: 24px;
    position: fixed;
    height: 100%;
	border-color: #dddddd;
	border-style: solid;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

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

#menu li {
	font: 0px 'WagnastyRegular', Verdana, Arial, sans-serif;
	text-transform: uppercase;
float: left;
}
#menu ul li a {
text-indent: -1000px;
display: block;
	width: 83px;
	height: 62px;
	background: url('http://subver.com/files/gimgs/nav.png');
background-position: -123px 0;
}
#menu ul li a:hover {
display: block;
	width: 83px;
	height: 62px;
	background: url('http://subver.com/files/gimgs/nav.png');
background-position: -123px -62px;
}
#menu ul li.active a {
display: block;
	width: 83px;
	height: 62px;
	background: url('http://subver.com/files/gimgs/nav.png');
background-position: -123px -124px;
}

#menu ul li:first-child a {
display: block;
	width: 123px;
	height: 62px;
	background: url('http://subver.com/files/gimgs/nav.png');
background-position: 0 0;
}
#menu ul li:first-child a:hover {
display: block;
	width: 123px;
	height: 62px;
	background: url('http://subver.com/files/gimgs/nav.png');
background-position: 0 -62px;
}
#menu ul li.active:first-child a {
display: block;
	width: 123px;
	height: 62px;
	background: url('http://subver.com/files/gimgs/nav.png');
background-position: 0 -124px;
}

#menu ul li:last-child a {
display: block;
	width: 76px;
	height: 62px;
	background: url('http://subver.com/files/gimgs/nav.png');
background-position: -206px 0;
}
#menu ul li:last-child a:hover {
display: block;
	width: 76px;
	height: 62px;
	background: url('http://subver.com/files/gimgs/nav.png');
background-position: -206px -62px;
}
#menu ul li.active:last-child a {
display: block;
	width: 76px;
	height: 62px;
	background: url('http://subver.com/files/gimgs/nav.png');
background-position: -206px -124px;
}


#menu ul li.section-title { }
#menubg {
   	 width: 568px;
   	 overflow: auto;
   	 top: 20px;
   	 bottom: 0;
	left: 0px;
   	 position: fixed;
    	height: 568px;
	background-image: url("http://subver.com/files/gimgs/menu_bg.png");
	background-repeat:no-repeat;
}
#content {
    margin: 0 0 0 343px;
    top: 191px;
position:absolute;
}

.container {
    padding: 0px;
}

#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: 600px; margin: 0; padding: 0 0 12px 0; }
#img-container img { border: 10px solid #222; }

#once { clear: left; }
