/*======================================
Theme Name: Howson Inspections
Theme URI: https://www.howsoninspections.com
Description: Theme created for Howson Inspections from Web and SEO Guru, this theme can't be sold or copied.
Version: 1.0.0
Author: Web and SEO Guru
Author URI: http://www.webandseogru.com
License: No distribution Licence
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/*============================ RESET ============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*============================ SETUP ============================*/
html {
	font-size: 100.01%;
}
body {
	font-family: verdana, arial;
	font-size: 14px;
	border: 0;
	color: #111;
	background: #ddd;
}
ul, ol {
	list-style: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
a, a:link, a:visited{
	color: #0066dd;
	text-decoration: none;
}
a:hover, a:active {
	color: #444;
	text-decoration: none;
}
/*============================ WRAPPER ============================*/
#wrapper {
	width: 1026px;
	margin: 0px auto;
	background: url(images/home-inspection-mike-creia.jpg) top no-repeat;	

}
#header {

	padding-bottom: 69px;

}
/*============================ STRUCTURE ============================*/
#wrap {
	padding: 0px 0 0 0px;
	float: left;
	width: 1026px;
	background: url(images/main-bg.png) repeat-y;
	min-height:600px;
}
#content {
	float: left;
	width: 600px;
	padding: 0 20px;

}
.three-columns #container {
	margin-left: auto;
		margin-right: auto;

}
.three-columns #content {
	margin: 0px;
	width: 290px;
	float:right;
		padding: 0 4px 0 12px;
		margin-right:4px;
}
.fullwidth {
	background: #fff !important;
}
.fullwidth #content {
	width: 900px !important;
}

/*============================ SIDEBAR ============================*/
#sidebar {
	width: 349px;
	margin-left: 647px;
	height:464px;
	padding-left:10px;
	padding-right: 20px;
	background: url(images/sidebar.png);	
}
#sidebar ul li h2 {
	color: #fff;
	line-height: 1.3em;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	font-family: verdana, arial;
}
#sidebar ul li {
	margin-bottom: 10px;
	padding: 5px;

}
#sidebar ul li div{
	padding: 5px;
	margin-bottom: 5px;
}
#sidebar ul li ul {
	list-style: none inside !important;
	margin-bottom: 5px;
}
#sidebar a, #sidebar ul {
	color:#fff;
	font-size: 14px;
	text-decoration: none;
}
#sidebar ul ul li {
	margin: 0;

}
#sidebar ul ul li:hover {

}
#sidebar a:hover {
	color:#f0d80f;
}

#sidebar .children{
	margin: 0;
	padding: 0;
	border: none;
}
#sidebar .children li {
	margin-top: 5px;
	margin-left: 15px;
	padding: 0;
	border: none;
	background: none;
}
#ads img{
	margin: 3px;
}
.screen-reader-text {
	display: none;
}
#s {
	background: #eee;
	border: 1px solid #ddd;
	margin: 5px;
	padding: 4px 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
	width: 165px;
}
#searchsubmit {
	margin: 0;
	border: none;
	padding: 3px 10px;
	color: #333;
	font-size: 1.0em;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #ddd;
	background: url(images/button.png) repeat-x #eee;
}
#searchsubmit:hover {
	background: url(images/button_hover.png) repeat-x #eee;
}

/*============================ TOP NAVIGATION ============================*/
#topnavi {
	float: right;
}
#topnavi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
#topnavi ul li{
	position: relative;
	display: inline;
	float: right;
	cursor: pointer;
	margin: 0; 
	padding: 5px 0;
}
/*Top level menu link items style*/
#topnavi ul li a{
	padding: 5px 10px;
    color: #000;
}
#topnavi ul li a:link, #topnavi ul li a:visited{
	text-decoration: none;
}
#topnavi ul li a:hover{
	color:#444;
	text-decoration: underline;
}

/*1st sub level menu*/
#topnavi ul li ul{
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 10;
	margin: -1px 0 0 0;
	border-bottom: 1px solid #ddd;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#topnavi ul li ul li{
	display: list-item;
	width: 160px;
	float: none;
	margin: 0 !important;
	padding: 5px 10px 5px 10px !important;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#topnavi ul li ul li ul{
	padding: 0 !important;
	margin-top: -1px;
	margin-left: -2px;
	border-top: 1px solid #ddd;
}
/* Sub level menu links style */
#topnavi ul li ul li a{
	padding: 5px !important;
	margin: 0 !important;
	font-weight: normal !important;
	color: #000 !important;
	text-decoration: none !important;
}
#topnavi ul li ul li a:hover{
	text-decoration: underline !important;
}
#topnavi ul li ul li:hover {
	background: #f5f5f5;
}
#topnavi ul li.current_page_item a, #topnavi ul li.current-cat a, #topnavi ul li.current-menu-item a{
	background: #fff;
}
#topnavi_icons {
	float: right;
	height: 25px;
	margin-right: 10px;
}
#topnavi_icons img {
	float: left;
	padding-top: 2px;
	padding-right: 6px;
	width: 20px;
	height: 20px;
}
/*============================ HEADER ============================*/
#head {
	clear: both;
}
#head_left {
	float: left;
	width: 300px;
	padding: 0 10px 30px 10px;
}
#head_right {
	margin-left: 460px;
}
#head_left img {
	margin: 16px 0 17px 5px;
}
#head_right img {
	margin: 15px 10px 0 0;
}
#head h1 {
	padding: 20px;
	font-size: 2.8em;
	color: #333;
	font-family: Times New Roman, Arial;
}
/*============================ NAVIGATION ============================*/
#navi {
	float: right;
	width: 100%;
	margin: 10px 30px 0;
	font-weight: 100;
	font-size: 20px;
}
#navi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
#navi ul li{
	position: relative;
	display: inline;
	float: right;
}
/*Top level menu link items style*/
#navi ul li a{
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	margin: 0;
/*	border-left: 1px solid #fff; */
	text-decoration: none;
}
#navi ul li a:link, #navi ul li a:visited{
	color: #404040;
}
#navi ul li a:hover{
	color: #000;
}

/*1st sub level menu*/
#navi ul li ul{
	position: absolute;
	width: 170px;
	display: block;
	visibility: hidden;
	border: 0;
	z-index: 10;
	padding: 1px 0 0 0;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#navi ul li ul li{
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navi ul li ul li ul{
	margin-top: -1px;
}
/* Sub level menu links style */
#navi ul li ul li a{
	font: normal 1.0em Verdana;
	height: auto;
	padding: 5px 5px 5px 10px;
	margin: 0;
	background: #333;
	color: #fff !important;
	border: none !important;
}
#navi ul li ul li a:link{
	color: #fff !important;
}
#navi ul li ul li a:hover{ /*sub menus hover style*/
	background: #444;
}

#navi ul li.current_page_item a, #navi ul li.current-cat a, #navi ul li.current-menu-item a{

	color: #000000;
}
/*============================ Breadcrumb, More_Posts, Calendar ============================*/
.breadcrumb {
	margin-bottom: 15px;
	padding: 5px;
	background: #eee;
	color: #333;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #555;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 5px 5px;
	text-align: left;
}
#wp-calendar th{
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
}
#wp-calendar td{
	text-align: center;
}
.more-link {
	display: block;
	float: right;
	margin: 0 10px 0 0;
	text-decoration: none !important;
	color: #333 !important;
	font-size: 0.9em;
	font-weight: bold;
}
/*============================ POST ============================*/
.bypostauthor { }
.post, .type-page {
	margin-bottom: 10px;
	padding-bottom: 10px;

}
.post h2, .type-page h2 {
	margin-top: 25px;
	padding-bottom: 2px;
	font-family: Arial, Verdana, sans-serif, Helvetica;
	font-size: 2.0em;
	font-weight:normal;
	color:#0066dd;
}
.post h2 a:link, .post h2 a:visited {
	color:#0066dd;
	text-decoration: none;
}
.post h2 a:hover, .post h2 a:active {
	color:#555;
	text-decoration: underline;
}
.entry {
	line-height: 1.5em;
}
.entry h1, .comment h1 {
	font-size: 1.9em;
	margin: 30px 0 0 0;
	color: #222;
}
.entry h2, .comment h2 {
	font-size: 1.7em;
	margin: 25px 0 0 0;
	padding: 0;
	color: #222;
}
.entry h3, .comment h3{
	font-size: 1.5em;
	margin: 20px 0 0 0;
	color: #222;
}
.entry h4, .comment h4 {
	font-size: 1.3em;
	margin: 15px 0 0 0;
	color: #222;
}
.entry h5, .comment h5 {
	font-size: 1.2em;
	margin: 10px 0 0 0;
	color: #222;
	font-weight: bold;
}
.entry h6, .comment h6{
	font-size: 1.0em;
	margin: 5px 0 0 0;
	color: #222;
	font-weight: bold;
}
.entry p {
	margin: 5px 0 15px 0;
}
.sticky{
	margin-left: 10px;
	border-left: 5px solid #ddd;
	padding-left: 10px;
	border-bottom: 2px solid #ddd !important;
}
.arh {
	font-size: 1.5em;
	color:#000;
	padding:5px;
	margin: 10px 0;
	border-bottom: 1px dashed #ccc;
}
.postmeta {
	font-size: 0.9em;
	margin-bottom: 15px;
}
.postmeta a:link, .postmeta a:visited {
	color:#444;
	text-decoration: underline;
}
.postmeta a:hover, .postmeta a:active {
	color:#555;
	text-decoration: none;
}
span.folder, span.comment,span.author,span.date, span.tag{
	padding:0 0 3px 19px;
}
span.date{
	background: url(images/icons/date.png) no-repeat top left;
}
span.author{
	background: url(images/icons/author.png) no-repeat top left;
}
span.folder{
	background: url(images/icons/folder.png) no-repeat top left;
}
span.comment{
	background: url(images/icons/comment.png) no-repeat top left;
}
span.tag{
	background: url(images/icons/tag.png) no-repeat top left;
}
/*============================ Text Elements ============================*/
.entry ul, .comment ul{
	list-style: square inside;
	margin: 0 0 20px 1.5em;
}
.entry ol, .comment ol{
	list-style: decimal inside;
	margin: 0 0 20px 1.5em;
}
.entry ol ol, .comment ol ol{
	list-style: upper-alpha inside;
}
.entry ol ol ol, .comment ol ol ol{
	list-style: lower-roman inside;
}
.entry ol ol ol ol, .comment ol ol ol ol{
	list-style: lower-alpha inside;
}
.entry ul ul, .comment ul ul,
.entry ol ol, .comment ol ol,
.entry ul ol, .comment ul ol
.entry ol ul, .comment ol ul {
	margin-bottom: 5px;
}
dl {
	margin: 10px 0 20px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 1.3em;
}
ins {
	padding: 1px 2px;
	background: #ffa;
	text-decoration: none;
}
code, pre {
	padding: 3px 8px;
	margin: 0 1px;
	background: #eeeeee;
	color: #222 !important;
	font-size: 0.9em;
	font-family: Monospace, "Courier New", Courier;
	overflow: auto;
}
del, strike, s{
	text-decoration: line-through;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
small {
	font-size: 0.7em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.entry var, .entry kbd, .entry tt {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
blockquote {
	margin-left: 30px;
	padding: 15px;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	color: #666;
}
blockquote:before { 
	content:open-quote;
	color: #777;
	font-size: 65px;
	line-height: 15px;
	float: left;
	margin-left: -40px;
	font-family: "Times New Roman";
}
blockquote:after{ 
	content:close-quote;
	color: #777;
	font-size: 65px;
	line-height: 15px;
	float: right;
	margin-top: -10px;
	font-family: "Times New Roman";
}
.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0;
	text-align: left;
	width: 100%;
}
.entry tr th,
.entry thead th {
	color: #555;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.0em;
	padding: 5px 15px;
}
.entry tr td {

	padding: 5px 15px;
}
.entry tr.odd td {
	background: #eee;
}
/*============================ POST Images ============================*/
.entry img {
	max-width: 100%;
	height: auto;
}
.wp-caption  {
	margin: 5px;
	max-width: 100%;
	padding: 5px 0;
	border: 1px solid #ccc;
	text-align: center;
}
.wp-caption-text {
	margin: 0 !important;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
}
.alignleft { 
	float: left; 
	display: inline; 
	margin: 10px 15px 10px 5px;
}
.alignright	{
	float: right; 
	display: inline; 
	margin: 10px 5px 10px 15px;
}
.aligncenter {
	margin: 10px auto; 
	display: block;
}
.gallery {
     margin: 10px auto;
}
.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
.gallery-caption {
	padding: 0 5px;
}
/*============================ Featured Posts Slider ============================*/
#content-slider {
	margin: 0 5px 20px 0;
	padding: 10px;
	border-bottom: 1px solid #999;
	background-color: #eee;
}
#slideshow {  
    width: 550px;  
    padding: 0;  
    margin:  0;
}
#slideshow .post{  
    padding: 0;
	margin: 0;
	border: none;
}
#slideshow .post h2 {
	margin-top: 0 !important;
}
#slideshow .post h2 a{  
    color: #0066dd;
}
#slideshow .post h2 a:hover{
	color: #333;
}
#slideshow .entry, #slideshow .postmeta{  
    color: #333;
}
#slideshow .postmeta a {
	color:#222;
}
#slide_panel {
	float: left;
	margin: 5px 0 0 0;
	width: 565px;
	background-color: #fff;
	padding: 10px 5px;
	border-bottom: 1px solid #999;
}
#slide_head {
	float: left;
	font-size: 1.5em;
}
#slide_keys {
	float: right;
	margin-top: 5px;
}
#slide_keys a:link, #slide_keys a:visited {
	font-size: 1.0em;
	cursor: pointer;
	margin-right: 5px;
	padding: 5px;
	color: #333;
	font-weight: bold !important;
	text-decoration: none;
}
#slide_keys a:hover {
	text-decoration: underline;
}

/*============================ Comments ============================*/
#comments, #respond {
	padding: 5px;

}
#comments h3, #respond h3 {
	font-size: 1.5em;
	color: #000;
	padding: 5px;
	margin: 10px 0;
	border-bottom: 1px dashed #ccc;
}
/* Reset #comments h3 */ 
.comment h3 {
	padding: 0 !important;
	border: none !important;
}
#comments a:link, #comments a:visited, #respond a:link, #respond a:visited {
	color:#444;
	text-decoration: none;
}
#comments a:hover, #comments a:active, #respond a:hover, #respond a:active{
	color:#555;
	text-decoration: underline;
}
.comment_navi {
	margin: 10px;
	font-size: 0.9em;
	font-weight: bold;
}
.comment_navi .alignright {
	float: right;
}
.commentlist {
	text-align: justify;
}
.commentlist .comment {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background: #f3f3f3;
	border-top: 2px solid #bbb;
}
.comment-author img {
	float: left;
	margin: 5px 10px 5px 0;
}
.comment-author .says {
	display: none;
}
.comment-author .fn {
	line-height: 30px;
	font-weight: bold;
	font-size: 1.3em;
	font-style: normal;
}
#comments .children {
	margin-top: 10px;
	margin-left: 25px;
}
.commentlist p {
	clear: left;
	margin: 10px 5px 10px 0;
}
.comment-reply-link {
	text-decoration: underline !important;
	color: #0066dd !important;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform p {
	margin: 5px 0 15px 10px;
}
#commentform input {
	display: block;
	width: 250px;
	border: 2px solid #ccc;
	padding: 5px;
	margin: 0 0 15px 0;
}
.comment-form-comment {
	padding-right: 10px;
}
#commentform textarea {
	display:block;
	width: 100%;
	border: 2px solid #ccc;
	padding: 5px;
	margin: 0 0 20px 0;
}
#commentform #submit {
	cursor: pointer;
	margin: 15px 0;
	font-weight: bold;
	padding: 5px;
	background: url(images/button.png) repeat-x #eee;
}
#commentform #submit:hover {
	background: url(images/button_hover.png) repeat-x #eee;
	
}
#commentform label {
	font-size: 1.0em;
	font-weight: bold;
}
.nocomments {
	margin: 10px;
	padding: 0;
}
/*============================ WP-Pagenavi ============================*/
.wp-pagenavi {
	margin: 10px 5px 5px 5px;
}
.wp-pagenavi .pages {
    float: right;
	margin-right: 10px;
}
.wp-pagenavi a {
    margin: 0 5px 0 0;
    padding: 4px 5px;
    color: #505050;
    text-align: center;
	font-size: 1.2em;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	text-decoration: underline;
}
.wp-pagenavi .current {
    margin: 0 5px 0 0;
    padding: 4px 8px;
    background-color: #0066dd;
    color: #fff;
    text-align: center;
}
/*============================ BOTTOM BAR ============================*/
#bottombar {
	padding: 15px 10px;
	background: #333;
	border-top: 7px solid #555;
}
#bottombar ul li h2 {
	color: #fff;
	background: #404040;
	line-height: 1.3em;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	font-family: verdana, arial;
}
#bottombar ul li {
	width: 210px;
	float:left;
	margin: 10px;
}
#bottombar ul li div{
	padding: 5px;
	margin-bottom: 5px;
}
#bottombar ul li ul{
	list-style: url(images/bottombar_arrow.png) inside !important;
	margin-bottom: 5px;
}
#bottombar a, #bottombar ul {
	color:#eee;
	font-size: 1.0em;
	text-decoration: none;
}
#bottombar a:hover {
	color:#aaa;
}
#bottombar ul ul li {
	margin: 0;
	padding: 5px 0;
	border: 0;
	border-bottom: 1px solid #444;
}
/*============================ FOOT ============================*/
#footer {
	width: 1026px;
	background: url(images/main-bg.png) repeat-y;
}
#footer p{
margin-left:25px;
margin-right:25px;
color:#666666;

	}
#footer table{
margin-left: auto;
margin-right: auto;
color:#666666;
width: 976px;
border-top: #DDD 1px solid;
border-bottom: #DDD 1px solid;
padding-top:8px;
padding-bottom:8px;
margin-bottom:6px;

	}


#foot {
	padding: 5px 20px 10px 10px;
	background:  url(images/footer.png)  ;
	color: #404040;
	width:996px;
	height:33px;
}
#foot a {
	color: #0e49a2;
	text-decoration: none;	
}
#foot a:hover {
	color: #1365e1;

}
#foot_left {
	float: left;
	margin: 10px;
}
#foot_right {
	float: right;
	margin: 10px;
}


/*=========================  HOME TABLE=====================*/

#hometable {
	width:980px;
	margin-left:10px;
	margin-right:18px;
	vertical-align:top;
	}
#hometable td {
	width:310px;
	padding-right:0px;
	padding-left:16px;
	height:521px;
	background:url(images/home-box.png) no-repeat right top;
		vertical-align:top;
	}
	#hometable #content {

	padding-top:0px;
	
	}
#hometable #content h2{
	font-size:18px;
	font-weight:200;
	line-height: 20px;	
	padding-top:0px;
	color:#FFFFFF;
	padding-bottom:5px;
	margin-top:10px;	
	}	
#hometable .widget-title {
	font-size:18px;
	padding-bottom:6px;
	margin-top:14px;	
	padding-bottom:5px;	
	color:#FFFFFF;
	vertical-align:top;
	font-weight:200;
	line-height: 20px;
	
	}	
#hometable td table td {
	background: none;
	height:auto;
	width:auto;
	}

#hometable .entry {
	/*clear: both;*/
	padding: 0px 0 0;
}		
#hometable h4 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;	
	color: #134ca4;
	line-height:15px;
		margin-bottom: 1px;	

}
	.containwithin {overflow:hidden }
	#optinbox .optin-nomsg {background: url(images/optin-container.png) no-repeat }
	#optinbox { margin:0 0 0 0px; height:auto !important; height:94px; min-height:94px }
	
	#optin-container {padding: 0 13px 30px 13px; height:auto !important; height: 270px; min-height:270px; color: #326f97; display:inline-block; }
	
	#optin-container form {border: none; width: 244px; margin-top:5px }
			
	#optin-container .textfield { line-height:16px; padding:6px 10px 0; border: 1px solid #dfdfdf; font-size:11px; width:218px; height:16px; font-weight: normal; color: #8f8f8f; background: transparent url(images/back-textfield.png) no-repeat; margin-bottom: 8px }
	#optin-container .multitext { line-height:16px; padding:6px 10px 0; border: 1px solid #dfdfdf; font-size:11px; width:218px; font-weight: normal; color: #8f8f8f; background: transparent url(images/back-textarea.png) no-repeat; margin-bottom: 8px }
	#optin-container .shorttext { line-height:16px; padding:6px 10px 0; border: 1px solid #dfdfdf; font-size:11px; width:90px; height:16px; font-weight: normal; color: #8f8f8f; background: transparent url(images/back-textfield.png) no-repeat; margin-bottom: 8px }
	
	#optin-container #opt_submit {background: url(images/back-optin-submit.png) no-repeat; text-align:center; width: 220px; height:34px; line-height: 34px; border:none; color:#fff; font-size: 18px; cursor:pointer }
	#callus {
	float:right; 
	width:379px; 
	height:51px;
	background: url(images/header-tab.png) no-repeat ;

	}
	.callreg {
		position:absolute; 
		color:#FFFFFF; 
		font-size:18px; 
		float:right; 
		margin:-40px 0  0 116px; 
		font-weight:bold;
		}
		
#facebook {
	width: 320px;
	margin-left: 682px;
	padding-left: 0px;
	padding-right: 5px;
	
}		
.fb-like-box {
 border-radius: 5px;
 -moz-border-radius: 5px;
 background:url(images/facebookbg.png) repeat-x;
}



#specials {
	width:80%;
	padding:9px; 
	border-radius: 12px;
	-moz-border-radius: 12px; 
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3); 
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3); 
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	margin-bottom:20px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	background:url(images/specials_bg.png) repeat;


}

#specials table td {
	padding-right:9px;
		padding-left:9px; 
			padding-top:1px;
		padding-bottom:1px; 


}


#content #specials h2 {
	color: #0a4399;

	margin: 5px 0 15px 0;

	font-weight:bold;
}

#content #specials h3 {
	color: #08357b;
	line-height: 22px;
	margin: 0 0 15px 0;
	font-size:18px;
	font-weight:bold;
}
#content #specials h4 {

	line-height: 22px;
	margin: 0 0 15px 0;
	font-size:16px;
	font-weight:bold;
}

.frm_div {display:inline-block; width:48%;padding:4px;}