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

body {
	font-size: 12px;
	font-family: tahoma, sans-serif;
	background: #000;
	color:#FFF;
}

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

a:link { text-decoration: none; color:#09F }
a:active { text-decoration: none; color:#09F }
a:visited { text-decoration: none; color:#09F }
a:hover { text-decoration: none; color:#09F}

a img { border: none; }

#menu {
    width: 216px;
    overflow: hidden;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #000;
}

#menu ul {
	list-style: none;
	margin: 1px 11px 3px 5px;
}

#menu ul li.section-title {
	font-family: Georgia, sans-serif;
	border-bottom:thin solid #FFF;
	font-size: 13px;
	padding: 1px 0;
	text-transform:uppercase;
	
	 }

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

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

#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; }

.extra {
margin:-10px 5px;	
}

.extra2 {
		font-family: Georgia, sans-serif;
		font-size:17px;
		border-bottom:double;
		margin-top:-3px;
}

.extra3 {
		font-family: Georgia, sans-serif;
		font-size:17px;
		border-bottom:double;
		margin-top:-3px;
}

.buy{
	font-family: Georgia, sans-serif;
	font-size:20px;	
}


#formstyle {
	background-color:#FFF;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:29px;
}

#copyright {
	margin:28px 6px;
	font-size:9px;
	border-top:dashed thin;
	padding:4px;
	width:184px;
	text-align:left;
	
	
}
