/*------------------------------------------------------------------
//	GetRight.com Website
//	Copyright Headlight Software, Inc.
//	CSS for items within the body of the pages
//	GetRight by Michael Burford
//	Website Design by Peter Burford
//----------------------------------------------------------------*/


/* Big Arrows on index.html and get.html*/


.bigarrow, a.bigarrow {
	height:100pt;
	display:block;
	margin-left:1%;
}


.bigarrow span {
	position:relative;
	top:70px;
	left:40px;
}
.bigarrow span span {
	position:relative;
	top:0;
	left:0;
}


#arrowbuy {
	width:190pt;
	background: url("images/arrow-buy.png") no-repeat;
	background-position:0px 0px;
}


#arrowget {
	width:140pt;
	background: url("images/arrow-download.png") no-repeat;
	background-position:0px 0px;
}


#arrowinfo {
	width:190pt;
	background: url("images/arrow-info.png") no-repeat;
	background-position:0px 0px;
}


#arrowpro {
	width:140pt;
	background: url("images/arrow-pro.png") no-repeat;
	background-position:0px 0px;
}


#arrownewuser {
	width:145pt;
	background: url("images/arrow-download.png") no-repeat;
	background-position:0px 0px;
	margin-left:1%;
}


#arrowupgrade {
	width:155pt;
	background: url("images/arrow-upgrade.png") no-repeat;
	background-position:0px 0px;
	margin-right:5%;
}


a#arrowbuy:hover, a#arrowget:hover, a#arrowinfo:hover, a#arrowpro:hover, a#arrownewuser:hover, a#arrowupgrade:hover {
	background-position:-400px 0px;
	text-decoration:none;
}


/* 120x30 buttons */
.button120, a.button120 {
	height:30px;
	widht:120px;
	display:block;
}
.button120 span {
	position:relative;
	font-size:16px;
	color:#003300;
	top:5px;
	left:0px;
}


a.button120green {
	background: url(images/btn-120x30-green.png) no-repeat;
	background-position:0px 0px;
	
}


a.button120green:hover, a.button120:hover span{
	background-position:-120px 0px;
	color:#141;
	text-decoration:none;
}




/* index.html */
.reflectivescreen {
	background: #CCCCCC url("images/screen-reflective.png") no-repeat top right;
}
#mainfeaturelist ul {
margin:0 0 0 1em;
padding:0;
}
#mainfeaturelist ul li {
padding-bottom:.75em;
}


#centeredbuttons {
	width:38em;
	margin:0 auto 0 auto;
}


/* buy.html */
#buylist {
	list-style-type:none;
	margin-right:195px;
}


#buylist li {
	text-indent: -1.8em;
	margin:.3em 0 .3em 0


}
#buylist li.selected {
	text-indent: -1.8em;
	background:#beb;
}
#addlist {
	list-style-type:none;
	margin-right:40px;
}
#addlist li {
	text-indent: -1.8em;
	margin:.3em 0 .3em 0


}






.smallul {
	list-style-type:disc;
	margin:0;
	padding:0 0 0 1em;
}
.smallnonul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 1em;
}


/* get.html */


.downloadlinks {
	width:225px;
	margin: 0 1em 0 1em ;
}
.downloadbutton, .downloadbutton1 {
	display:block;
	width:225px;
	height:80px;
	overflow:hidden;
}
.downloadbutton span {
	display:block;
	padding:16px 70px 0px 20px;
	font-size:18px;
	font-style:italic;
	letter-spacing:3px;
}
.downloadbutton1 span {
	display:block;
	padding:16px 70px 0px 20px;
	font-size:18px;
	font-style:italic;
}


a#newdownloadbutton {
	background: url("images/download-newuser-button.png") no-repeat;
	background-position:0px 0px;
	color:#036;
}
a#upgradedownloadbutton {
	background: url("images/download-upgrade-button.png") no-repeat;
	background-position:0px 0px;
	color:#052;
}
a#upgradedownloadbutton1 {
	background: url("images/download-upgrade1-button.png") no-repeat;
	background-position:0px 0px;
	color:#036;
}
a#prodownloadbutton {
	background: url("images/download-pro-button.png") no-repeat;
	background-position:0px 0px;
	color:#520;
}
a#infodownloadbutton {
	background: url("images/download-info-button.png") no-repeat;
	background-position:0px 0px;
	color:#440;
}
a#buydownloadbutton {
	background: url("images/download-buy-button.png") no-repeat;
	background-position:0px 0px;
	color:#052;
}


a#newdownloadbutton:hover, a#upgradedownloadbutton:hover, a#upgradedownloadbutton1:hover, a#prodownloadbutton:hover, a#infodownloadbutton:hover, a#buydownloadbutton:hover {
	background-position:-225px 0px;


}




/* sitemap.html */
#sitemap 
{
    padding:1em 1em 1em 1em;
}
#sitemap ul {
	list-style-type:none;

    margin: 0;
   	padding:0;
   	text-align:left;
}
#sitemap ul li {
	padding:3px 0px 3px 35px;
	cursor:hand;
}
#sitemap li span{
	font-size:8pt;
	font-style:italic;
}


#sitemap a, #sitemap a:visited, #sitemap a:active {
	color:black;
	font-weight:normal;
}


#sitemap ul li ul 
{
	margin: 0em 0em .5em 0em;
	display:block;
	background:#efe;
	width:20em;
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	list-style-type:none;
	padding:2px 0px 2px 0px;
	z-index:2;
}


/* quotes.html */
.padded 
{
    padding: 3pt 0 3pt 0;
}

ul.normal li {
	list-style:disc;
	list-style-type:disc;	
	margin-left: 2em;
}



