@charset "UTF-8";

ul {
	list-style: square;
}

.fltLeft {
	float: left;
}

.clrFlt {
	clear: both;
}

img {
	border: none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}


/* Footer */
#footer {
	height: 300px;
	padding: 20px 0;
	text-align: left;
	color:#999;
	background: #fff url(../images/bg_footer.jpg) repeat-x center top;
}

#apps {
	float:left;
	border-right: #ccc solid 1px;
	margin-right: 20px;
	padding-right: 20px;
}

#contact {
	float:left;
}

#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover, #footer a:active{
	text-decoration: underline;
	color: #666;
}

/* Home */
body {
	color: #ccc;
	background: #fff url(../images/bg_home.jpg) repeat-x center top;
}

#home {
	background: url(../images/bg_home_main.gif) no-repeat center top;
	height: 430px;
	margin: 0;
	text-align: center;
}

.container {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

a:link, a:visited {
	color: #ccc;
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
	color: #fff;
}

.homeTag {
	color: #ccc;
	padding: 80px 0 0 0;
	font-size: 18px;
}

#iconHolder {
	width: 390px;
	padding: 67px 0 0 22px;
	margin: 0 auto;
}

.homeIcon {
	float: left;
	width: 100px;
	height: 120px;
	padding: 5px 30px 0 0;
	display: block;
}

.homeIcon img {
	padding: 5px 0;
}

.homeIcon:hover {
	text-decoration:none;
	padding: 0px 30px 0 0; /* jump */

}

