/* 
	Theme Name: Automobile-Insurance.com
	Version: 1.0
		
*/


body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #000000;
	background: url(images/body-bg.png) center top repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 1.3;
}

.body-home
{
	background: url(images/body-bg-home.png) center top repeat-x !important;
}

.body-quote
{
	background: url(images/body-bg-quote.png) center top repeat-x !important;
}

#wraper
{
	width: 760px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#header
{

}

#header-logo
{
	float: left;
	width: 375px;
	height: 101px;
}

#header-links
{
	float: right;
	padding: 10px 0px 0px 20px;
	color: #747070;
	background: url(images/header-links-icon.png) left 10px no-repeat;
}

#header-links a
{
	color: #747070;
}

#header-register
{
	float: right;
	clear: right;
	padding-top: 15px;
}

#header-box
{
	clear: both;
/*	height: 185px;*/
}

#header-box-top
{
	height: 130px;
	color: #ffffff;
}

#header-box-right
{
	float: right;
	width: 350px;
	padding: 20px 0px 0px 0px;
	color: #fefefe;
	font-family: Arial, Sans-Serif;
	line-height: 1;
}

#header-box-text3
{
	float: left;
	height: 60px;
	padding: 20px 0px 0px 0px;
	font-size: 28px;
	letter-spacing: -1px;
}

#header-box-text4
{
	float: right;
	height: 50px;
	padding: 30px 25px 0px 0px;
}

#header-box-form
{
	width: 340px;
	height: 38px;
	margin: 0px 0px 0px;
	padding: 8px 0px 0px 8px;
	background: url(images/header-box-form-bg.png) top left no-repeat;
	line-height: 1;
}

#header-box #header-box-form
{
	float: right;
	width: 290px;
	margin-top: 3px;
}

#header-box-form input, #header-box-form select
{
	float: left;
	font-size: 14px;
}

#header-box-form select
{
	width: 150px;
}

#header-box-form input.submit
{
	padding: 0px !important;
	border: none !important;
	background: none !important;
}


#header-box-home
{
	clear: both;
position: relative;
}

#header-box-image
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
}

#header-box-home #header-box-top
{
	height: 242px;
}

#header-box-text1
{
	padding: 20px 0px 0px 0px;
	font-size: 28px;
	letter-spacing: -1px;
}

#header-box-text2
{
	padding: 10px 0px 20px 40px;
}

#header-box-home #header-box-form
{
	height: 46px;
	margin-bottom: 26px;
	background: url(images/header-box-form-bg-home.png) top left no-repeat;
}

#header-box-home #header-box-form input, #header-box-home #header-box-form select
{
	float: left;
	font-size: 18px;
}

#header-box-home #header-box-form select
{
	width: 180px;
}

#header-box-testimonial
{
	float: left;
	width: 250px;
	margin-left: 40px;
	color: #72c1e2;
	font-size: 13px;
	line-height: 1.2;
}


#header-box-testimonial img
{
	float: left;
	margin-right: 10px;
/*	border: 1px solid #CC3300;*/
}

#header-box-testimonial span
{
	display: block;
	padding-top: 0px;
}


#header-box-logos
{

}

#header-box-quote
{
	clear: both;
	height: 37px;
}



#page
{
	clear: both;
	height: 100%;
	padding: 15px 0px;
	background: #ffffff url(images/page-bg.png) center top repeat-y;
	overflow: hidden;
}

#content
{
	float: left;
	width: 450px;
}

.posttitle
{
	margin: 0px;
	padding: 0px 0px 10px;
	color: #000000;
	font-size: 24px;
	font-weight: normal;
}

.posttitle a
{
	color: #0A5775;
}

.postcontent
{
	padding: 0px 0px 10px;
	font-family: Arial;
	line-height: 1.4;
}

blockquote
{
	width: 90%;
	margin: 0px auto 10px auto;
	padding: 10px;
	border: 1px solid #0A5775;
	font-style: italic;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 14px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 14px;
}


#sidebar
{
	float: right;
	width: 268px;
}

.sidebar-widget
{
	width: 268px;
	margin-bottom: 20px;
	background: #ECECEC;
}

.sidebar-header
{
	padding: 10px 0px 0px 10px;
	color: #0A5775;
	font-weight: bold;
	font-size: 17px;
}

.sidebar-content
{
	padding: 10px 0px 10px 10px;
}

.sidebar-widget ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar-widget li
{
	padding: 0px 0px 8px 10px;
	list-style: none;
}

.sidebar-title
{
	color: #000000;
	font-size: 19px;
}

.widget_search #s
{
	width: 90px;
}


#footer
{
	clear: both;
	padding: 10px 0px 20px;
	border-top: 1px solid #DBDBDB;
	color: #000000;
	text-align: center;
}

#footer a
{
	color: #000000;
}

#footer-text
{
}


a, a:link, a:visited
{
	color: #0A5775;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	color: #0A5775 !important;
	outline: none;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #BDBCBD;
	font-family: Arial, Sans-Serif;
}

input.submit
{
	border: none;
	color: #ffffff;
	background: #336699;
	cursor: pointer;
}




p
{
	margin: 0px;
	padding: 0px 0px 15px;
}




.clear
{
	clear: both;
}


.alignright
{
	float: right;
}

.alignleft
{
	float: left
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}


.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

