body {
	padding: 0px;
	margin: 0px;
	background-color: #0b0b0b;
}

h1 {
	font-family: Tahoma, sans-serif;
	font-size: 20pt;
	
	color: #0C71CB;

	letter-spacing: 1px;
}

h2 {
	font-family: Georgia ,sans-serif;
	font-size: 18px;
	line-height: 24px;

	font-weight: normal;
	
	margin-top: 10px;
	margin-bottom: 10px;
	
	padding: 0px;
}

	h2.quote {
		background-image: url(/static/images/com.gif);
		background-repeat: no-repeat;
		
		padding-left: 22px;
	}
	
	h2.news {
		background-image: url(/static/images/a.gif);
		background-repeat: no-repeat;
		
		padding-left: 22px;
	}

	h2 a {
		color: #0B6DC6;
	}

h3 {
	font-family: Arial,sans-serif;
	font-size: 24px;
	font-weight: normal;

}

input {
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	
	margin-top: 0px;
}

p, ul, ol, table, label {
	color: #333333;
	
	font-family: Verdana,sans-serif;
	font-size: 11px;
	
	line-height: 1.8em;
	text-align: justify;
	
	margin-top: 0px
}

img {
	border: 0px;
}

a {
	color: #0B6DC6;
}

li {
	line-height: 300%
}

/****************** MAIN ******************/

div#main {
	background-image: url(/static/images/grass-tile-final.jpg);
	background-position: center top;
			background-color: white;
	background-repeat: repeat-x;
	
}

	div.guarantee-info {
		width: 400px;
		background-color: white;
		border: 1px solid black;
		position: absolute;
		z-index: 10000;
		top: 115px;
		left: 170px;
		display: none;
	}
	
	div.guarantee-info-close {
		width: 390px;
		height: 20px;
		background-color: black;
		padding-left: 10px;

	}

	div.guarantee-info-close p {
		text-transform: uppercase;
	}
	
	div.guarantee-info-padding {
		padding: 10px;
	}
	
	div#header div.guarantee-info img {
		float: left;
		margin-right: 10px;
	}
	
		div#header div.guarantee-info a {
			color: blue;
			text-decoration: underline;
		}	

		div#header div.guarantee-info-close a {
			display: block;
			color: white;
			width: 100%;
		}	
	div#header {
		height: 312px;
		
		position: relative;
		

		background:transparent url(/static/images/grass-main.jpg) no-repeat scroll center 143px;
	}
	
	
	div#header, div#content {
		width: 746px;
		
		margin: 0 auto;
	}
	
	div#content {
		padding: 20px 10px;
	}
	
	img#logo {
		/* inline to accomodate IE6 png hack */
	}
	
	div#guarantee {
		float: right;
		
		margin-top: 6px;
	}
		div#guarantee ul {
			margin: 0px;
			padding: 0px;
			
			list-style: none;
		}
		
		div#guarantee li {
			font-family: Tahoma;
			font-size: 13px;
			font-weight: bold;
			
			line-height: 18px;
			
			letter-spacing: 1px;
		
			color: white;
		}
		
		div#guarantee li span {
			color: #F8CE06;
			/* yellow color for "no" */
		}
		
		div#guarantee p {
			color: white;
			
			font-size: 12px;
			font-weight: bold;
			
			margin-top: 10px;
			margin-right: 35px;
			
			font-family: tahoma;
		}
		
		div#header h3 {
			position: absolute;
			top: 164px;
			left: 325px;
		
			padding: 0px;
			margin: 0px;
		
			color: white;
			
		}
		
		div#header a {
			color: white;
			text-decoration: none;
		}
		
		div#guarantee li {
			color: white;
		}



/****************** CONTENT SUMMARIES ******************/

div.summaries {
	width: 720px;
	
	margin-left: auto;
	margin-right: auto;
}

div.summary {
	width: 214px;
	float: left;
	border: 0px solid black;
	background-repeat: no-repeat;
	
	margin: 0 2px;
	padding: 5px 10px;
	
}

	div.summary img {
		float: left;
	}
	
	div.summary h4 {
	
	}

div.middle {
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
}
	
/****************** NAV ******************/

	ul#nav-top {
		width: 702px;
		margin: 0 auto;
		padding: 0px;
		list-style: none;
		
		position: absolute;
		top: 101px;
		left: 21px;
	}
	
		ul#nav-top li {
			font-family: Arial, sans-serif;
		
			text-transform: uppercase;
			font-size: 12px;
			text-align: center;
			
			height: 40px;
			width: 117px;
			
			float: left;
			
			line-height: 100%;
		}
	
			ul#nav-top li a {
				padding-top: 12px;
				
				color: white;
				text-decoration: none;
			
				width: 117px;
				height: 28px;
				
				display: block;
				
				background-repeat: no-repeat;
				background-position: 0px 0px;
			}
			
			ul#nav-top li a:hover {
				background-position: 0px -40px;
			}

				li#nav1 a {
					background-image: url(/static/images/menu-left.gif);
				}

				li#nav2 a, li#nav3 a, li#nav4 a, li#nav5 a {
					background-image: url(/static/images/menu-middle.gif);
				}
				li#nav6 a {
          background-image: url(/static/images/menu-right.gif);
        }
/****************** DOWNLOAD BUTTON ******************/

p.download-button-leader {
	margin-top: 20px;
	text-align: center;
}

div.download-button {
	width: 300px;
	height: 83px;
	
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
	div.download-button a {
		width: 300px;
		height: 83px;
		
		display: block;
		
		background-image: url(/static/images/faster-pc-free-download.gif);
		background-repeat: no-repeat;
		background-position: 0px -83px;

	}
	
	div.download-button a:hover {
		background-position: 0px 0px;
	}


	
	
/****************** LP DOWNLOAD BUTTON ******************/
div.lp-download {
	width: 276px;
	height: 58px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

	div.lp-download a {
		background-image: url(/static/images/new-free-download.gif);
		background-position: 0px 58px;
		
		display: block;
		
		width: 276px;
		height: 58px;
	}
	
	div.lp-download a:hover {
		background-position: 0px 0px;
	
	}				
	
	div.lp-download a.red {
    background-image: url(/static/images/new-free-download.gif);
	}
	
	div.lp-download a.blue {
    background-image: url(/static/images/new-free-download-blue.gif);
  }
  
  div.lp-download a.green {
    background-image: url(/static/images/new-free-download-green.gif);
  }
  
/****************** FOOTER ******************/

div#footer {
	height: 84px;
	
	background: #0b0b0b url(/static/images/b-dr.gif) repeat-x center top;
	
	text-align: center;
}

	div#footer a {
		color: white;
	}

	ul.nav {
		width: 710px;
		margin: 0 auto;
		padding: 0px;
		padding-top: 10px;
		padding-bottom: 30px;
		list-style: none;
	}
		
		ul.nav li {

			line-height: 100%;

			color: white;
			float: left;
			margin-left: 33px;
			margin-right: 33px;
			text-align: center;
		}

	div#footer-text {
		width: 746px;
		margin: 0 auto;
	}

	div#footer p {
		color: white;
	}
	
	p#copyright {
    width: 440px;
		float: left;
	}
	
	p#update {
	width: 250px;
		float: right;
		text-align: right;
	}
				

