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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color:#666600; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { color:#666666; font-style: normal; }

a img { border: none; }

#menu {
background-color:transparent;
border-bottom:thin solid;
bottom:0;
height:100%;
left:30px;
line-height:1;
overflow:hidden;
position:fixed;
top:90px;
width:182px;
z-index:3;
}

#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 17px;
}

#menu ul li.section-title {
border-bottom:thin solid;
color:#666666;
text-transform:uppercase; }

#content {
height:100%;
margin:20px 25px 0 250px;
top:0;
}

.container {
background-color:transparent;
margin:5px;
padding:5px 5px 25px;
width:776px;
}

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

p {
margin:0 0 10px;
}

h1 {
border-bottom:thin solid;
font-size:12px;
font-weight:normal;
text-transform:uppercase;
}
h2 {
left:1046px;
position:absolute;
top:112px;
}
h3 {
font-size:16px;
}
h4 {
font-size:12px;
}
h5 {
left:1052px;
position:absolute;
top:70px;
}
h6 {
left:1156px;
position:absolute;
top:70px;
}
h7 {
left:1078px;
position:absolute;
top:70px;
}
h8 {
left:1149px;
position:absolute;
top:70px;
}
h9 {
left:1139px;
position:absolute;
top:70px;
}
h10 {
left:1583px;
position:absolute;
top:70px;
}


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
.svw {
background:#FFFFFF none repeat scroll 0 0;
height:20px;
width:50px;
}
.svw {
background:#FFFFFF none repeat scroll 0 0;
height:20px;
width:50px;
}

.stripViewer {
border:0 none;
margin:0 0 1px;
overflow:hidden;
position:relative;
}
.stripViewer ul {
left:0;
list-style-type:none;
margin:0;
padding:0;
position:relative;
top:0;
width:1%;
}
.stripViewer ul li {
float:left;
}
.stripTransmitter {
overflow:auto;
width:1%;
}
.stripTransmitter ul {
list-style-type:none;
margin:0;
padding:0;
position:relative;
}
.stripTransmitter ul li {
float:left;
margin:5px 5px 20px 0;
width:20px;
}
.stripTransmitter a {
-x-system-font:none;
background:#F0F0F0 none repeat scroll 0 0;
color:#BBBBBB;
display:block;
font-family:Verdana,Arial;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:22px;
text-align:center;
text-decoration:none;
}
.stripTransmitter a:hover, a.current {
background:#CCCCCC none repeat scroll 0 0;
color:#FFFFFF;
}
#tooltip {
background:#FFFFFF none repeat scroll 0 0;
border:5px solid #DEDEDE;
color:#000000;
opacity:0.85;
}
#tooltip h3 {
-x-system-font:none;
border:0 none;
font-family:Verdana;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0;
padding:6px 2px;
}

#once { clear: left; }
