/* General Style Info */
body { 
	background: #111212; 
	color: #fff; 
	font-family: geneva, "helvetica neue", helvetica, calibri, arial, sans-serif; 
	font-size:88%;
	text-align:center;
	}

html > body {font-size:14px;}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #abd037;
}

a.focus {
	color: #3f4444;
}

a.clicked {
	color: #abd037;
}

a.in {
	text-decoration: underline;
}

p {
	margin-bottom: 6px;
	line-height: 1.4em;
}

h2 {
	font-size:120%;	
	color: #abd037;
}

h3 {
	font-size:100%;	
	color: #abd037;
	margin-top: 10px;
}

h4 {
	font-size:90%;	
}


/* Layout */

#container {
	margin: 40px auto 0 auto;
	width: 800px;
	text-align: left;
	padding: 0px;
}

#header {
	width: 100%;
	height: 150px;
}

#menu {
	float: left;
	width: 190px;
	margin-left: 32px;
}

#content {
	float: left;
	width: 550px;
}

#footer {
	margin-top: 40px;
	width: 100%;
}

/* Specific Style Info */

#menu ul, #menu li {
	list-style: none;
}

#header h1#logo span {
	visibility: hidden;
}

#header h1#logo a {
	display: block;
	width: 200px;
	height: 96px;
	background: url(/img/virtuo_logo.png) top left;
}

#content li {
	margin: 3px 0 3px 16px;
}

#content ol {
	list-style-type: lower-latin;
}

.more {
	display: none;
	font-size: 90%;
	padding: 6px 0;
}

#footer {
	font-size: 80%;
}

#footer #lang {
	margin-left: 32px;
}

#footer #copy {
	float: right;
}

#business {
	padding-top: 1px;
	float: left;
}

#contact {
	padding-top: 1px;
	margin-left: 300px;
}