#ns {
height:500px;
text-align:center;
padding-top:300px;
}

.transparent {
zoom:1;
filter:alpha(opacity=80);
opacity:0.8;
}

.radius10 {
border-radius:10px;
}

.flatGrey {
background:#ddd;
}

.darkGrey {
color:#808080;
}

.gradient {
background: #ddd; /* for non-css3 browsers */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf');
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf));
background: -moz-linear-gradient(top,  #fff,  #cfcfcf);
}

.gradient2 {
background: #dcd22c; /* for non-css3 browsers */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcd22c', endColorstr='#e4d618');
background: -webkit-gradient(linear, left top, left bottom, from(#dcd22c), to(#e4d618));
background: -moz-linear-gradient(top,  #dcd22c,  #e4d618);
}

.ulmenu {
list-style-type:none;
margin:0;
padding:10px;
text-align:center;
font-size:0.8em;
}

.ulmenu li {
margin-bottom:16px;
}

.ulmenu a {
color:#777;
text-shadow:0px 1px 1px #fff;
text-decoration:none;
padding:0px 4px 2px 4px;
}

.ulmenu a:hover {
background-color:#888;
color:#ddd;
text-decoration:none;
text-shadow:0px 0px 0px #fff;
}

a#trialLink {
position:absolute;
left:500px;
top:35px;
width:224px;
height:80px;
border:1px solid #fff;
background:url(../imgs/reg3a_off.png) no-repeat;
}

a#trialLink:hover {
background:url(../imgs/reg3a_on.png) no-repeat;
}

a#qsviewLink {
position:absolute;
left:850px;
top:35px;
width:224px;
height:80px;
border:1px solid #fff;
background:url(../imgs/QSView_off.png) no-repeat;
}

a#qsviewLink:hover {
background:url(../imgs/QSView_on.png) no-repeat;
}



p,
ul.ulinline li {
font-family:"Open Sans","MS Trebuchet", sans-serif;
font-size:1.0em;
}

h1,h2 {font-family:"Open Sans Condensed","MS Trebuchet", sans-serif; font-weight:700;}

p.small{
font-size:0.7em;
line-height:1.0em;
}

p {
line-height:1.5em;
margin-bottom:8px;
}

ul.ulinline {list-style:disc outside none;}
ul.ulinline li {margin-bottom:4px;}

/*
a.inline,
a.inline:hover {
text-decoration:none;
color:#dcd22c;
background-color:#444;
padding-left:2px;
padding-right:4px;
}

a.inline:hover {
background-color:#fff;
color:#0000ff;
}
*/

a.inline,
a.inline:hover {
text-decoration:none;
color:#800000;
border-bottom:1px dashed #800000;
}

a.inline:hover {
color:#2723d8;
border-bottom:1px dashed #2723d8;  
}

h2 {
font-size:1.5em;
color:#ff7f2e;
margin-top:12px;
margin-bottom:6px;
}

h3 {
font-size:1.1em;
color:#287ef5;
margin-top:12px;
margin-bottom:6px;
}

.ciImgL {
float:left;
width:300px;
margin-bottom:20px;
margin-right:20px;
}

.ciImgR {
float:right;
width:300px;
margin-bottom:20px;
margin-left:20px;
}

.aboutgraphic {
height:300px;
background:url(../imgs/qs2monitor2.png) 0% 0% no-repeat;
}

.editionsgraphic {
height:300px;
background:url(../imgs/editions2.png) 0% 0% no-repeat;
}

.specgraphic {
height:300px;
background:url(../imgs/pdfthingy.png) 0% 0% no-repeat;
}

.slinks {
font-size:0.9em;
text-align:center;
}
.slinks span {
padding-right:10px;
}
.slinks span imgs {
display:inline;
}