@charset "UTF-8";
/* Index.html Style Sheet */

body {
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-x;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
}

img {
	vertical-align: middle;
	border: none;
}

#header {
	background-image: url(../images/freemacsoft.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	margin-top: 80px;
	width: 400px;
	height: 100px;
	display: block;
}

#products {
	width: 750px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}

.appcleaner {
	background: url(../images/AppCleaner_Button.png) 0 0 no-repeat;
}

.liteicon {
	margin:0 8px 0 8px;
	background: url(../images/LiteIcon_Button.png) 0 0 no-repeat;
}

.securefiles {
	background: url(../images/SecureFiles_Button.png) 0 0 no-repeat;
}

.appcleaner, .liteicon, .securefiles {
	display: inline-block;
	width: 188px;
	height: 254px;
}

.appcleaner:hover, .liteicon:hover, .securefiles:hover { background-position: -188px 0; }

#footer {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	color: #CCCCCC;
	font-size: 11px;
}

#footer a {
	color: #CCCCCC;
	text-decoration:underline;
}

#footer a:hover {
	color:#84E756;
	text-decoration:underline;
}
