/*
Theme Name: Template File - Lead Gen
Theme URI: nourl
Description: The default template for Lead Gen
Version: 1.0
Author: Mike Warn
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php 


*/






body
{
	margin: 0px;
	padding: 0px;
	font-family: arial;
}
#mainframe
{
	width: 955px;
	text-align: left;
}

#header
{
	background-color: #000000;
	padding:6px;
}
h1
{
	font-size: 0.6em;
	font-family: arial;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
}
h3
{
	font-size: 2.0em;
	font-family: arial;
	color: #00000;
	margin-top: 10px;
	padding: 0px;
	display: inline;
}
#top_navigation
{
	text-align: left;
	height: 70px;
	background-color: #2361b4;
	padding: 10px 15px 0px 0px;
}
strong
{
	color: #eb9b00;
}
#promo
{
	background-image: url('images/main.jpg');
	height: 224px;
	width: 955px;
	text-align: right;
}




#menu {
	background-color: #2361b4;
	width:955px;
	line-height:normal;
	font: 0.75em Arial, Verdana, Helvetica, sans-serif;
	height: 29px;
	}
#menu ul {
	float: right;
	margin:0;
	padding:0px 10px 0 0px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("images/tableleft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url("images/tableright.gif") no-repeat right top;
	padding:7px 15px 7px 6px;
	margin-right: 5px;
	color:#fff;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#FFFFFF;}
#menu a:hover {background-position:0% -30px;}
#menu a:hover span {background-position:100% -30px;}


#left_menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 0;
	width: 200px;
}
#left_menu li {
	font: 0.75em Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#left_menu a {
	background: #ededed;
	border-bottom: 2px solid #fff;
	color: #000;
	display: block;
	margin: 0;
	padding: 7px;
	text-decoration: none;
}
#left_menu a:hover {
	background: #eb9b00;
	color: #fff;
	padding-bottom: 7px;
}
h2
{
	padding: 0px;
	margin: 0px;
	font-size:12px; 
	font-weight: bold;
}
#footer
{
	float: left;
	width: 915px;
	padding: 20px;
	background-color: #fafafa;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	font-size: 0.75em;
	margin-top: 20px;
}
/* BULLET POINTS */
#footer_bullets
{
	list-style-image: url('images/blue_bullet.gif');
	margin: 10px;
	padding: 0px;
	line-height: 20px;
}
#footer_bullets li
{
	font-size: 11px;
}
#content
{
	margin: 15px 0px 0px 20px; 
	float: left; 
	width:730px;
	font-size: 0.75em;
	line-height: 20px;
}
#leftnav
{
	width:200px;
	float: left;
}




