/*------------------------------------------------------------------
//	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;
}

/* 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{
	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;
}

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#newdownloadbutton:hover, a#upgradedownloadbutton: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;
}
