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

html *{
	margin: 0px;
	padding: 0px;
	outline:none;
}

body{
	background: #FFF url(/images/shared/bg.gif) repeat-x top left; 
	text-align: center;
	color: #636363;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

a img{ border: 0; }

a{
	color: #487644;
}

#bg_holder{

}

#container{
	width: 990px;
	margin: 0px auto;
	text-align: left;
	background: #FFF;
}


/***** Header Styles ******/

#header{
	height: 75px;
	background: url(/images/header_bg.gif) repeat-x bottom left;
}

#influence_logo{
	margin-left: 19px;
	margin-top: 10px;
	width: 239px;
	height: 55px;
	display: block;
	float: left;
}

/***** Top Menu Styles ******/

#main_menu{
	float: right;
	width: 690px;
	height: 30px;
	margin-top: 30px;
	list-style-type:none;
	display: block;
}

#main_menu li{
	float: left;
	list-style-type: none;
	padding: 0px 10px;
}

#main_menu li.blog{
	float: left;
	list-style-type: none;
	padding: 0px 5px;
}

#main_menu a{
	line-height: 30px;
	color: #636363;
	text-decoration: none;
	text-align: center;
	width: 90px;
	height: 30px;
	display: block;
	background: url(/images/shared/menu.gif) no-repeat 0px 0px;
}

#main_menu a:hover{
	color: #FFF;
	background-position: 0px -30px;
}

#main_menu li.on a{
	color: #FFF;
	background-position: 0px -60px;
}

#main_menu li.on a:hover {
	background-position: 0px -90px;
	color: #FFF;
}

#main_menu a.long {
	width: 119px;
	background: url(/images/shared/menu_long.gif) no-repeat 0px 0px;
}

#main_menu a.long:hover{
	background-position: 0px -30px;
	color: #FFF;
}

#main_menu li.on a.long {
	background-position: 0px -60px;
	color: #FFF;
}

#main_menu li.on a.long:hover {
	background-position: 0px -90px;
	color: #FFF;
}

/***** Footer Styles *****/

#footer {
	font-size: 11px;
	color: #444;
	height: 52px;
	line-height: 52px;
	clear:both;
	padding-top: 80px;
	padding-bottom: 10px;
}

#copyright{
	float: left;
	text-align: center;
	width: 305px;
}

#foot_menu{
	width: 410px;
	float: left;
	height: 52px;
	text-align: center;
}

#foot_menu a{
	padding: 0px 2px;
}

#companies{
	float: left;
	text-align: center;
	width: 275px;
	padding-top: 20px;
	height: 52px;
}

#companies img{
	width:254px;
	height:11px;
}
