/**
* CSS
* 
* @version 2.0
* @author Vaska 
* @author Alex Amerri
*/
* {
margin: 0;
padding: 0;
}
body {
background: #FFFFFF none repeat scroll 0 0;
color: #000000;
font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
font-size: 10px;
line-height: 1.4em;
margin-bottom: 200px;
margin-top: 10px;
text-align: center;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
color: #000000;
text-decoration: none;
}
a:active {
color: #00BFFF;
background-color: #000000;
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #FFFFFF;
background-color: #00BFFF;
text-decoration: none;
}
a img {
border: medium none;
}
object {
border: 1px solid #000000;
position: relative;
top: 0;
z-index: 500;
}
#menu {
background-color: #FFFFFF;
border-bottom: 2px solid #00BFFF;
border-top: 2px solid #00BFFF;
padding: 11px;
position: fixed;
text-align: left;
top: 79%;
width: 100%;
z-index: 500;
}
#menu ul {
font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
font-size: 12px;
font-style: italic;
line-height: 1.5em;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin: 0 0 12px;
}
#menu ul li.section-title {
display: inline;
font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
line-height: 1.5em;
margin-right: 8px;
}
li {
display: inline;
line-height: 1.5em;
margin-right: 8px;
}
#content {
height: 100%;
margin: 0;
padding: 0;
text-align: center;
}
.container {
background-color: transparent;
margin: 0;
padding: 0;
}
#content p {
background: #FFFFFF none repeat scroll 0 0;
border-bottom: 2px solid #00BFFF;
border-top: 2px solid #00BFFF;
left: 50px;
margin: 0;
padding: 15px;
position: fixed;
text-align: left;
top: 50px;
width: 220px;
z-index: 300;
}
p {
background-color: transparent;
margin: 0;
padding: 0;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 12px;
}
#img-container {
background-color: transparent;
margin: 0;
padding: 0;
position: static;
text-align: center;
width: 100%;
z-index: 100;
}
#img-container p {
background-color: transparent;
border-bottom: medium none;
border-top: medium none;
margin: 0;
padding: 0;
position: static;
text-align: center;
width: 100%;
z-index: 100;
}
#once {
clear: left;
}
