@charset "UTF-8";
/* CSS Document */

/*fix default styles*/

body {
	margin:0;
	padding:0;
	text-align:center;
}

h1, h2, h3, h4, p, ol, ul, dl, li, dt, dh, th, td, tr, caption, legend {
	margin:0;
	padding:0;
}

img {
	margin:0;
	padding:0;
}


/*** type ***/



p {
	color: #666666;
	font: 0.7em "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

h1 {
	color: #666666;
	font-family: "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}


/*** MAIN ***/


* {
	margin: 0;
	padding: 0;
}


body {
	background: white;
}

#wrapper {
	width:720px;
	margin:0px auto 0px;
	height:auto !important;
	position:relative;
	padding-top:80px;
}

#iconMenu {
	height: 300px;
}

#iconMenu .iconBox {
	width: 180px;
	height: 300px;
	float: left;
}
#iconMenu .iconBox img{
	border: 0;
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.brandmark {
	height: 90px;
	display: inline;
}
.smIcons {
	height: 44px;
	vertical-align: middle;
	text-align: center;
	clear: left;
	position: relative;
	padding-bottom: 20px;
}
.smIcons img {
	padding-right: 10px;
	padding-left: 10px;
	border-style: none;
}


#footer {
	height: 18px;
	line-height: 19px;
	text-align: center;
	color: #7b7b7b;
}

