/**
Author: Sean Colombo
Date: 20060809

CSS for Motive Suggest site (not the system itself).
**/
html,body{
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family:verdana;
	font-size:.8em;
}
img{border:0}

h1{
	position: absolute;
	left:0px;
	top: 40px;
	margin:0;
	width:100%;
	/*background-color: #245edc;*/
	background-color: #3a80f3;
	border: 0px #000 solid;
	border-top: 3px #000 solid;
	border-bottom: 3px #000 solid;
	padding: 0 0 0 152px;
	font-family:serif;
	white-space:nowrap;
}
h1 a{
	text-decoration:none;
	color:#000;
}

#container{
	margin: 0;
	padding: 0;
	height:100%;
}

#menu{
/*
*/
	display:inline;
	float:left;
	padding:95px 0 0 0;
	border-right: 3px #000 solid;
	margin-right: 15px;
	width: 150px;
	height:100%;
}
ul.menu{
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu li{
	font-family:tahoma;
	margin-bottom:3px;
	padding:2px;
	background-color:#bdf;
	font-weight:bold;
}
ul.menu li a, ul.menu li a:hover, ul.menu li a:visited{
	color:#00f;
}
ul.menu li a:hover{
	text-decoration:none;
}

#mainContent{
/*
	display:inline;
	float:left;
*/
	margin:0;
	padding:95px 0 0 0;
	height:100%;
}
#mainContent div{
}

#footer{
	clear:both;
	width:100%;
	text-align:center;
}

div.paraBlock{
	display:table;
	margin-right:10px;
	font-size:.85em;
}

div.boxHeader{
	font-weight:bold;
	font-size:100%;
	background-color: #acf;	
}

.clear{clear:both;}

.download{
	text-align:center;
	border: 2px #3a80f3 solid;
	background-color:#bdf;
	font-size:150%;
	width:350px;
	height:32px;
	line-height:32px;
	margin: 5px auto;
}
.download a{
	text-decoration:none;
	color:#000;
}
.download img{
	float:left;
}


/* INDEX */
#wrapper_index{
	width:768px;
}
#screenShotWrapper{
	float:right;
	padding-left:5px;
}

#introDiv{
}

#features{
	margin-top:10px;
	clear:right;
}

*html #features{
}
ul.featureList{
	margin-top:2px;
}

#badges{
	float:right;
}

#badges ul{
	list-style:none;
}
#badges ul img{
	border:none;
}

/* CONTACT */
ul.addrs{
	margin-top:-5px;
}
ul.addrs li{
	margin-left:25px;
	margin-top:5px;
}
