/*
Theme Name: ifreeinsurancequote.com
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
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

*/



/* Begin Typography & Colors */
@charset "utf-8";
/* CSS Document */

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#ebf1f4;
}


.wrapper {
	width: 925px;
	margin: auto;
	background-color:#FFF;
	padding:7px;
	border: 1px solid #CCC;
}

.header {
	margin-bottom: 11px;
	margin-left: 7px;
}
.logo {
	width:370px;
	float:left;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 58px;
}

.orange {
	color:#F90;
}

.blue {
	color:#09C;
}

.logo h1 {
	color:#666;
	font-size:24px;
	padding:0px;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


.bgimage {
	width:905px;
	height:335px;
	background-image:url(images/insurance.jpg);
	
}

.bgimageleft {
	float:left;
	width:600px;
	
}

.bgimagelefttext {
	padding-top: 307px;
	
	padding-left: 490px;
}


.bgimageright {
	float:left;
	width:300px;
}

.bgimagerighttext {
	padding-top:66px;
	padding-left: 22px;	
}

.bgimagerighttext h1 {
	color:#FFF;
}



.menu {
	padding:7px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #525252;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-color: #FFFDF4;
}

#menu li{
	display:inline;
	margin:2px;
	padding:11px;
}

#menu li:hover {
	background-color: #2ec7e3;
}
	

#menu ul{
	display:inline;
	
	padding:0px;
}



#menu a {
	color:#666;
	text-decoration:none;
	font-weight: bold;
}

#menu a:hover {
	color:#FFF;
}




.content {
	padding:4px;
}

.content p{
	margin-top:6px;
}

.content h2 {
	color:#F90;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
}



.contentleft {
	float:left;
	width:48%;
	
}

.contentleft h2 {
	color:#09F;
	padding:0px;
	margin:0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}


#contentright {
	float:left;
	width:48%;
	margin-left:36px;
	
}

#contentright ul {
	
	margin:0px;
}

#contentright li {
	margin:0px;
}

.clear {
	clear:both;
}

.footer {
	width: 925px;
	margin: auto;
	text-align: center;
	padding:7px;
}
