blob: 1cbe7634a600ed83e4bf94998bfbf2bb943e25e8 [file] [log] [blame]
#bigbuttons {
position: relative;
left: 450px;
top: -100px;
}
#bigbuttons h3{
visibility: hidden;
}
#bigbuttons a {
}
#bigbuttons ul li {
display:block;
list-style-type:none;
background-color: red;
padding: 0;
margin: 0;
}
#bigbuttons a:hover {
text-decoration: none;
}
#bigbuttons a {
display: block;
height:77px;
width:250px;
padding: 0;
margin: 20px;
text-indent: -9000px;
position: absolute;
}
#buttonDownload {
background:transparent url("images/buttonDownload.png") no-repeat 0 0;
top: 0px;
left: 0px;
}
#buttonDownload:hover {
background:transparent url("images/buttonDownload_sel.png") no-repeat 0 0;
}
#buttonDocumentation {
background:transparent url("images/buttonDocumentation.png") no-repeat 0 0;
top: 87px;
left: 0px;
}
#buttonDocumentation:hover {
background:transparent url("images/buttonDocumentation_sel.png") no-repeat 0 0;
}
#buttonSupport {
background:transparent url("images/buttonSupport.png") no-repeat 0 0;
top: 0px;
left: 250px;
}
#buttonSupport:hover {
background:transparent url("images/buttonSupport_sel.png") no-repeat 0 0;
}
#buttonInvolved {
background:transparent url("images/buttonInvolved.png") no-repeat 0 0;
top: 87px;
left: 250px;
}
#buttonInvolved:hover {
background:transparent url("images/buttonInvolved_sel.png") no-repeat 0 0;
}
#bigbuttons a * {
visibility: hidden;
}
#novaContent {
background-image: url("images/backgroundMain.png");
background-repeat:no-repeat;
background-position:left top;
background-color: #FFF;
padding-top: 100px;
}
#midcolumn {
margin-top: 100px;
margin-right: 0px;
width: 660px;
padding-left: 20px;
float: left;
background: #FFF;
}
/* My Comment */
#rightcolumn {
margin-top: 100px;
float: right;
width: 240px;
padding: 0px;
margin-right: 20px;
background: #FFF;
}
#rightcolumn li {
list-style-type: disc;
}
#sideitem {
background: none;
background-color: #FFF;
}