/*
Theme Name: RLC Template Theme
Author: Rightlook Creative
Author URI: http://rightlookcreative.com
Version: 1.0
Description: Rightlook Creative Template Theme. Options specific to this theme can be found in Settings > RLC Theme Options. Changing the color of the theme is simple and can be found at Appearance > Color Options. The default color for this theme is green.
*/

/* MAIN STYLES
-------------------------------------------*/
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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
audio[controls], canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
body, button, input, select, textarea {
	font-family: sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
input::-moz-focus-inner { /*Remove input button padding in FF*/
	 border: 0;
	 padding: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.red {
	color: #ff0000;
}
a:link, a:visited {
	color: #88cd0f; /* color option */
	text-decoration: underline;
}
a:hover, a:active {
	color: #88cd0f; /* color option */
	text-decoration: none;
}
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #000;
	color: #555;
}
/* ********************************************
	Header Styles  
	******************************************* */
header {
	width: 100%;
	height: 194px;
	background: url(images/header-bg.jpg) center top no-repeat
}
header .container {
	width: 1000px;
	margin: 0 auto;
	height: 194px;
	position: relative;
}
header .logo {
	width: 312px;
	height: 128px;
	float:left;
	margin-top: 12px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-size:312px 128px; !important
}
header .phone {
	font-size: 37px;
	line-height: 37px;
	color: #FFF;
	font-weight: bold;
	float: right;
	padding-top: 55px;
	height: 37px;
}
header .phone span {
	font-size: 25px;
	color: #88cd0f; /* color option */
	line-height: 25px;
}
header .services {
	font-size: 13px;
	color: #FFF;
	float: right;
	clear: right;
	padding-top: 15px;
}
header .services li {
	display: inline-block;
	padding-left: 15px;
	margin-left: 5px;
	background: url(images/header-bullit.png) left center no-repeat;
}
header .services li:first-child {
	background: none;
}

header nav {
	position: absolute;
	bottom: 0;
	width: 1000px;
	left: 0;
	height: 42px;
	background-image: url(images/main-nav-bg.png); /* color option */
	background-repeat: repeat-x;
	border-radius: 5px 5px 0 0;
}
header nav ul {
	padding-left: 10px;
}
header nav ul li {
	float: left;
}
header nav ul li a:link, header nav ul li a:visited, header .menu_message {
	font-size: 19px;
	line-height: 34px;
	margin: 4px 0;
	padding: 0 12px;
	color: #FFF; /* color option yellow */
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	border-left: #6ca30c solid 1px; /* color option */
	text-shadow: 0 -1px 0 #4a7208; /* color option */
}
header nav ul li a:hover, header nav ul li a:active {
	background: #8dbb3d; /* color option */
	background: rgba(255, 255, 255, 0.2); /* color option */
}
header .menu_message {
	text-transform: none;
	font-size: 14px;
}
header nav ul li:first-child a, header .menu_message {
	border: none;
}
header a.blog_btn, header a.blog_btn:visited {
	width: 64px;
	height: 44px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(images/blog-btn-bg.png); /* color option */
	background-repeat: no-repeat;
	color: #fff;
	padding: 9px 0 0 26px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 -1px 0 #666;
	z-index: 1001;
}
header a.blog_btn:hover, header a.blog_btn:active {
	color: #222;
	text-shadow: 1px 1px 0 #fff;
}
/* ********************************************
	Header Social Links  
	******************************************* */
.topSocial {
	position:absolute;
	right:0;
	top: 12px;
}
.topSocial ul li {
	float:left;
	padding-left: 5px;
	width:32px;
}
.topSocial ul li a {
	display:block;
	height:32px;
	width:32px;
	text-indent:-9999px;
}
.topSocial ul li a.twitter {
	background:url(images/social-icons.png) -64px -32px no-repeat;
}
.topSocial ul li a.facebook {
	background:url(images/social-icons.png) 0 -32px no-repeat;
}
.topSocial ul li a.google {
	background:url(images/social-icons.png) -32px -32px no-repeat;
}
.topSocial ul li a.rss {
	background:url(images/social-icons.png) -96px -32px no-repeat;
}
.topSocial ul li a.twitter:hover {
	background-position: -64px 0;
}
.topSocial ul li a.facebook:hover {
	background-position: 0 0;
}
.topSocial ul li a.google:hover {
	background-position: -32px 0;
}
.topSocial ul li a.rss:hover {
	background-position: -96px 0;
}
/* ********************************************
	Content Container Styles
	******************************************* */
.content_wrapper {
	width: 100%;
	float: left;
	background: #FFF url(images/content-bg.png) repeat-x;
	border-top: 6px solid #FFF;
	border-bottom: 6px solid #686868;
}
.content_container {
	width: 1010px;
	margin: 0 auto;
}
/* ********************************************
	Home Page Styles
	******************************************* */
.home_main_banner {
	width: 1000px;
	height: 246px;
	margin: 17px 0 10px 0;
	border: 5px solid #fff;
	border-radius: 10px;
	background: #999;
}
.home_ads_container {
	width: 1000px;
	margin: 0 5px;
}
.home_ad {
	width: 324px;
	height: 142px;
	margin-right: 14px;
	background-color: #999;
	float: left;
}
.home_ad.last {
	margin-right: 0;
}
.home_ad:last-child {
	margin-right: 0;
}
h1.home_tag {
	width: 377px;
	padding-top: 25px;
	color: #424242;
	text-transform: uppercase;
	font-style: italic;
	font-size: 43px;
	line-height: 35px;
	clear: both;
	float: left;
}
h1.home_tag span {
	color: #88cd0f; /* color option */
}
h1.home_tag span strong {
	font-size: 69px;
	line-height: 53px;
}
a.read_more {
	float: left;
	clear: left;
	padding-top: 10px;
	font-size: 14px;
}
.car_photo {
}
.news {
	width: 100%;
	padding: 5px 0 0 0;
	float: left;
	clear: both;
	border-top: 3px solid #ebebeb;
	border-bottom: 3px solid #ebebeb;
	margin: 20px 0 0 0;
}
.news .news_title:link, .news .news_title:visited {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
}
.news .news_title:hover {
	color: #000;
}
.news li {
	width: 455px;
	float: left;
	margin: 0 0 20px 20px;
	padding: 20px;
	background-color: #ebebeb;
	border-radius: 5px;
}
.news li.altclass {
	margin-left: 0;
}
.news h2 {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 10px;
	font-style: italic;
}
.news time {
	display: block;
	padding-bottom: 5px;
}
.news .readmore {
	display: block;
}
.content_box {
	width: 1000px;
	float: left;
	background-color: #FFF;
	margin: 20px 5px;
	border-radius: 5px;
}
.content {
	float: left;
	width: 650px;
	padding: 20px;
}
.content.single_col {
	width: 960px;
}
.content .meta {
	padding-bottom: 10px;
}
.content .meta span {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px dotted #ccc;
}
.content .post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px dotted #ccc;
}
.content strong {
	color: #000;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content ul, .content ol {
	padding-bottom: 10px;
}
.content h1 {
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
}
.content.single_col h1 {
	border-bottom: 2px dotted #ccc;
	margin-bottom: 10px;
}
.content h2 {
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
}
.content h3 {
	color: #6aa600; /* color option */
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
}
.content h4 {
	color: #000;
	font-size: 16px;
}
.content h1.post_title a:link, .content h1.post_title a:visited {
	color: #000;
	text-decoration: none;
}
.content h1.post_title a:hover, .content h1.post_title a:active {
	color: #6aa600; /* color option */
	text-decoration: none;
}
.content ul li {
	margin-left: 20px;
	list-style: disc;
}
.content ol li {
	margin-left: 20px;
	list-style: decimal;
}
.content blockquote {
	color: #999;
	font-style: italic;
	padding-left: 20px;
	padding-bottom: 0;
	margin-left: 20px;
	margin-bottom: 10px;
	border-left: 1px solid #ccc;
}
.content blockquote p {
	padding: 0;
	margin: 0;
}
/* ********************************************
	Service Page Styles 
	******************************************* */
.content.service h2 {
}
.content .service_box, .content .alacarte_box {
	border: 2px solid #ccc;
	border-radius: 5px;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	width: 645px;
}
.service_box .left_col {
	width: 235px;
	float: left;
}
.left_col h2, .alacarte_box h2 {
	width: 215px;
	padding: 15px 10px;
	background: #7fbf0e; /* color option */
	border-radius: 5px;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 25px;
	line-height: 25px;
}
.alacarte_box h2 {
	width: auto;
	margin-bottom: 0;
}
.left_col ul {
	width: 215px;
	background-color: #606060;
	border-radius: 5px;
	padding: 5px 10px;
}
.left_col ul li {
	color: #FFF;
	padding: 5px 0;
	border-bottom: 1px dotted #fff;
	list-style: none;
	margin: 0;
	font-size: 15px;
}
.left_col ul li strong {
	color: #FFF;
}
.left_col ul li:last-child {
	border: none;
}
.service_box .description {
	width: 350px;
	padding-left: 20px;
	float: left;
}
.content .service_box .description h3 {
	font-size: 15px;
	color: #999;
	font-weight: normal;
}
.alacarte_box table {
	width: 100%;
	border-spacing: 10px;
	border-collapse: separate;
}
.alacarte_box table td {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 5px 0;
	font-size: 15px;
	
}
.galleryview {
	margin: 0 160px;
}
.content .galleryview li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.galleryview .pointer {
	display: none;
}
/* ********************************************
	Specials / Coupon Page Styles  
	******************************************* */
.coupon_container {
	float: left;
}
.coupon_box {
	width: 473px;
	height: 222px;
	float: left;
	position: relative;
}
.coupon, .coupon.odd {
	width: 473px;
	height: 222px;
	float: left;
	position: relative;
	margin-right: 14px;
	margin-bottom: 30px;
}
.coupon.even {
	margin-right: 0;
}
.coupon .coupon_info {
	width: 473px;
	height: 222px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
}
.coupon_info h2 {
	font-size: 66px;
	line-height: 50px;
	padding: 25px 0 10px 0;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.coupon_info h3 {
	font-size: 42px;
	line-height: 30px;
	padding-bottom: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.coupon_info h4 {
	text-align: center;
	padding: 0 15px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
.coupon_info h5 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 443px;
	padding: 11px 0 15px 0;
	margin: 0 15px;
	border-top: 1px dotted #ccc;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
.print_btn {
	width: 155px;
	height: 44px;
	color: #FFF;
	background: url(images/coupon-print-btn.png);  /* color option */
	line-height: 44px;
	font-weight: bold;
	text-indent: 13px;
	position: absolute;
	bottom: -19px;
	right: 12px;
	cursor: pointer;
}
.coupon_page_btns {
	width: 473px;
	margin: 0 auto;
	padding: 15px 0;
	height: 24px;
}
.coupon_page_btns .close {
	float: right;
}
.coupon_page_btns .print {
	float: left;
}
.coupon_page .coupon {
	margin: 0 auto;
	float: none;
}

/* ********************************************
	Contact Page Styles
	******************************************* */
form.contact {
	width: 100%;
}
form.contact input, form.contact textarea {
	width: 100%;

	border: 1px solid #ccc;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	padding-left: 5px;
}
form.contact p {
	float: left;
	width: 100%;
}
form.contact .half, form.contact .thirds {
	width: 309px;
	float: left;
	margin-right: 15px;
}
form.contact .thirds {
	width: 201px;
}
form.contact .full {
	width: 632px;
}
form.contact .checkboxes_left {
	float: left;
	width: 260px;
	padding-bottom: 10px;
	margin-right:20px;
}
form.contact .checkboxes_left span {
	float: left;
	width: 200px;
	margin-bottom: 5px;
}
form.contact .checkboxes_left span.red {
	width:auto;
	float:none;
}
form.contact .checkboxes_left input {
	float: left;
	width: auto;
	height: auto;
	margin: 4px;
}
form.contact .checkboxes_left label {
	float: left;
	width: auto;
	height: auto;
	margin: 4px;
}
form.contact .checkboxes_left p {
	width: auto;
}
form.contact .checkboxes_right {
	float: left;
	width: 260px;
	padding-bottom: 10px;
}
form.contact .checkboxes_right span {
	float: left;
	width: 200px;
	margin-bottom: 5px;
}
form.contact .checkboxes_right span.red {
	width:auto;
	float:none;
}
form.contact .checkboxes_right input {
	float: left;
	width: auto;
	height: auto;
	margin: 4px;
}
form.contact .checkboxes_right label {
	float: left;
	width: auto;
	height: auto;
	margin: 4px;
}
form.contact .checkboxes_right p {
	width: auto;
}
form.contact #dateinput {
	background: url(images/cal-icon.png) 285px 4px no-repeat;
}
form.contact textarea {
	height: 100px;
	line-height: 16px;
}
form.contact .submit {
	width: 170px;
	height: 40px;
	border-radius: 3px;
	padding: 0;
	border: none;
	cursor: pointer;
	color: #FFF;
	float: left;
	clear: both;
	font-size: 15px;
	text-align: center;
	background: #5f5f5f; /* Old browsers */
	background: -moz-linear-gradient(top, #5f5f5f 0%, #434343 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #5f5f5f 0%, #434343 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #5f5f5f 0%, #434343 100%); /* W3C */
}
.errormsg, .successmsg{
	color: #F00;
	font-weight: bold;
	padding:10px;
	border: 2px solid #F00;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-shadow:none;
	margin-top: 10px;
}
.successmsg {
	color: #0C0;
	border-color: #0c0;
}



/* ********************************************
	Contact Page Styles
	******************************************* */
form.wpcf7-form {
	width: 100%;
}
form.wpcf7-form input, form.wpcf7-form textarea {
	width: 100%;
	border: 1px solid #ccc;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	padding-left: 5px;
}
form.wpcf7-form p {
	float: left;
	width: 100%;
}
form.wpcf7-form .half, form.wpcf7-form .thirds {
	width: 309px;
	float: left;
	margin-right: 15px;
}
form.wpcf7-form .thirds {
	width: 201px;
}
form.wpcf7-form .checkboxes {
	float: left;
	padding-bottom: 10px;
}
form.wpcf7-form .checkboxes span.wpcf7-list-item {
	float: left;
	width: 200px;
	margin: 0 0 5px;
        display: block;
}
form.wpcf7-form .checkboxes input {
	float: left;
	width: auto;
	height: auto;
	margin: 4px;
}
form.wpcf7-form .dateinput input {
	background: url("images/cal-icon.png") no-repeat scroll right 5px top 2px rgba(0, 0, 0, 0);
}
form.wpcf7-form textarea {
	height: 100px;
	line-height: 16px;
}
form.wpcf7-form .submit {
	width: 170px;
	height: 40px;
	border-radius: 3px;
	padding: 0;
	border: none;
	cursor: pointer;
	color: #FFF;
	float: left;
	clear: both;
	font-size: 15px;
	text-align: center;
	background: #5f5f5f; /* Old browsers */
	background: -moz-linear-gradient(top, #5f5f5f 0%, #434343 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #5f5f5f 0%, #434343 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #5f5f5f 0%, #434343 100%); /* W3C */
}

div.wpcf7-mail-sent-ok {
    display: inline !important;
}

div.wpcf7-validation-errors {
    display: inline !important;
}

/* ********************************************
	Post Image Styles
	******************************************* */
.alignleft {
	float: left;
	margin: 3px 20px 20px 0;
	background-color: #ebebeb;
	border: 1px solid #ccc;
}
.alignright {
	float: right;
	margin: 3px 0 20px 20px;
	background-color: #ebebeb;
	border: 1px solid #ccc;
}
.alignnone {
	margin: 3px 0 20px 0;
	background-color: #ebebeb;
	border: 1px solid #ccc;
}
.aligncenter {
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #ebebeb;
	border: 1px solid #ccc;
}
.alignright img, .alignleft img, .aligncenter img, .alignnone img {
	padding: 5px;
}
img.alignright, img.alignleft, img.aligncenter, img.alignnone {
	background-color: transparent;
}
/* ********************************************
	Custom Pagenation Styles
	******************************************* */
.emm-paginate {
	overflow:hidden;
	text-align:center;
	background:url(images/bk_pagination.png) 0 50% repeat-x;
	margin:15px auto 0;
	font-size:18px;
	float:left;
	padding-right:2px;
}
.emm-paginate a, .emm-paginate .emm-current {
	background: rgb(144,172,185);
	background: rgba(144, 172, 185, 0.85);
	color:#fff;
	margin:0 5px;
	display:block;
	width:40px;
	height:30px;
	border-radius: 20px;
	text-align:center;
	text-decoration:none;
	float:left;
	padding-top:10px;
	font-weight:bold;
}
.emm-paginate .emm-title {
	color:#555;
	float:left;
	font-size:12px;
	padding-top:10px;
}
.emm-paginate .emm-gap {
	color:#999;
	margin-left:10px;
}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {
	color:#262423;
}
.emm-paginate .emm-page {
}
.emm-paginate .emm-prev, .emm-paginate .emm-next {
}
/* ********************************************
	Comment Styles
	******************************************* */
.content h2.h2comments {
	display:block;
	padding:10px 0 10px 0;
	margin:20px 0 0 0;
	clear: both;
	color: #555;
	font-size: 16px;
}
h2.h2comments a.addComment {
	display:block;
	text-transform:uppercase;
	float:right;
	font-size:12px;
	margin-top:-3px;
	padding-top:8px;
	margin-right:10px;
	font-weight:bold;
}
h2.h2comments a.addComment:hover {
	text-decoration:none;
}
h2#commentsForm {
	margin:15px 0;
	padding-top:15px;
	color: #555;
	font-size: 16px;
}
.content ul.commentlist {
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:0 0 20px;
	padding:0;
	overflow:hidden;
}
.content ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
}
.content ul.commentlist li {
	padding:0 0 20px 40px;
	position:relative;
	margin-top:25px;
	background:none;
	border-bottom: 2px dotted #ccc;
}
.content ul.commentlist li p {
	font-size:13px;
	margin:5px 0;
	padding:5px 0;
}
.content ul li.byuser p, .content ul li.byuser .commentmetadata {
}
.content ul.commentlist li .comment-meta, .content ul.commentlist li .text {
	margin-left:20px;
}
.content ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#999;
}
.comment_balloon {
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/comment-balloon.png) top no-repeat;
	width: 52px;
	line-height: 24px;
	padding-top: 2px;
	font-size: 18px;
	text-align: center;
}
.comment_balloon a:link, .comment_balloon a:visited {
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	color: #000;
	font-weight: bold;
}
.comment_balloon a:hover, .comment_balloon a:active {
	text-decoration: none;
	color: #333;
}
.comment_balloon a span {
	color: #80b1d0;
	text-shadow: 1px 1px 1px #000;
	line-height: 18px;
	font-size: 10px;
	font-weight: 400;
}
.content ul.commentlist li .avatar {
	background:#fff;
	padding:1px;
	border:5px solid #ccc;
	position:absolute;
	left:0;
	top:0;
}
.content ul.commentlist .reply {
	position:absolute;
	right:10px;
	top:10px;
	font-size:12px;
}
.content ul.commentlist .reply a {
	text-transform:uppercase;
	font-weight:bold;
	display:block;
}
.content ul.commentlist .reply a:hover {
	text-decoration:none;
}
.content ul.commentlist li .children li {
	margin-top:15px;
	padding-top:20px;
	border-top: 2px dotted #ccc;
	border-bottom:none;
	padding-bottom:0;
	display: block;
}
.content ul.commentlist li .children li .avatar {
	top:20px;
}
.content ul.commentlist li .children li .reply {
	top:20px;
}
/* ********************************************
	Comment Form Styles  
	******************************************* */
#commentform p {
	margin:0;
	padding:0;
}
#commentform label {
	display:block;
	padding:5px 0;
}
#commentform input, #commentform textarea {
	padding:8px;
	background-color: #FFF;
	margin-bottom:10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width:350px;
	border:1px solid #ccc;
}
#commentform input:focus, #commentform textarea:focus {
	border:1px solid #000;
}
#commentform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	width:630px;
}
#commentform input#submit {
	width: 170px;
	height: 40px;
	border-radius: 3px;
	padding: 0;
	margin-top: 15px;
	border: none;
	cursor: pointer;
	color: #FFF;
	float: left;
	clear: both;
	font-size: 15px;
	text-align: center;
	background: #5f5f5f; /* Old browsers */
	background: -moz-linear-gradient(top, #5f5f5f 0%, #434343 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #5f5f5f 0%, #434343 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #5f5f5f 0%, #434343 100%); /* W3C */
}
/* ********************************************
	Sidebar Styles
	******************************************* */
aside.sidebar {
	width: 216px;
	float: right;
	background-color: #606060;
	color: #fff;
	padding: 18px 15px;
	border-radius: 0 0 5px 5px;
	margin-right: 15px;
}
.sidebar h3 {
	font-size: 15px;
	color: black;
	line-height: 38px;
	height: 44px;
	width: 245px;
	background: url(images/sidebar-header-bg.png) no-repeat;
	padding-left: 15px;
	margin-left: -22px;
	text-transform: uppercase;
}
.sidebar .widget_sp_image h3 {
	display: none;
}
.sidebar ul {
	padding-bottom: 10px;
}
.sidebar ul ul {
	padding: 5px 0 0 0;
}
.sidebar li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #fff;
}
.sidebar ul ul li {
	border-bottom: none;
	padding-left: 20px;
	margin-bottom: 0;
	font-style: italic;
}
.sidebar li a:link, .sidebar li a:visited {
	color: #FFF;
	text-decoration: none;
}
.sidebar li a:hover, .sidebar li a:active {
	color: #FFF;
	text-decoration: underline;
}
.sidebar .widget_pages ul li ul {
	display: none;
}
/* ********************************************
	Footer Styles
	******************************************* */
footer {
	width: 100%;
	height: 155px;
	background: url(images/footer-bg.jpg) no-repeat;
	clear: both;
	text-align: right;
}
.footer_container {
	width: 1000px;
	margin: 0 auto;
	height: 155px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size:312px 128px; !important
}
footer form {
	float: left;
	height: 52px;
	background-image: url(images/email-signup-bg.png); /* color option */
	background-repeat: repeat-x;
	border-radius: 0 0 5px 5px;
	text-align: left;
}
footer form label, footer form input {
	float: left;
}
footer form label {
	font-size: 26px;
	line-height: 52px;
	padding: 0 10px;
	color: #FFF; /* color option yellow */
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #4a7208; /* color option */
}
footer form input {
	margin-top: 11px;
}
footer form input.text {
	font-size: 12px;
	line-height: 12px;
	padding: 7px 5px;
	background: #FFF;
	border: 1px solid #FFF;
	box-shadow: inset 3px 3px 3px #ccc;
	border-radius: 5px 0 0 5px;
	font-style: italic;
	color: #555;
}
footer form input.submit {
	height: 30px;
	text-align: center;
	width: 100px;
	color: #FFF;
	font-size: 17px;
	margin-right: 10px;
	border: 1px solid #fff;
	text-shadow: 1px 1px 1px #000;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 50%, #444444 50%, #444444 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #000000 50%, #444444 50%, #444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 50%, #444444 50%, #444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 50%, #444444 50%, #444444 100%); /* IE10+ */
	background: linear-gradient(top, #000000 50%, #444444 50%, #444444 100%); /* W3C */
}
footer .phone {
	font-size: 37px;
	line-height: 37px;
	padding-top: 40px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	float: left;
	clear: left;
}
footer .phone span {
	font-size: 25px;
	color: #88cd0f; /* color option */
}
footer .credits {
	float: left;
	clear: left;
	text-align: left;
}
/* ********************************************
	Styles for Header Dropdown menu
	******************************************* */
#topMenu.ddsmoothmenu {
	z-index:100;
}
#topMenu.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
#topMenu.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
* html #topMenu.ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
/*1st sub level menu*/
#topMenu.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	width:auto;
	border-bottom:4px solid #6aa600; /* color option */
}
/*Sub level menu list items (undo style from Top level List Items)*/
#topMenu.ddsmoothmenu ul li ul li {
	float: none;
	display: list-item;
	background: rgb(255,255,255); /* color option yellow */
	background: rgba(255, 255, 255, 0.95); /* color option yellow */
	padding:0;
}
/* Sub level menu links style */
#topMenu.ddsmoothmenu ul li ul li a, #topMenu.ddsmoothmenu ul li ul li a:hover {
	text-align:left;
	margin:0;
	padding:12px 12px 12px 16px;
	line-height:100%;
	width:156px;
	height:1%;
	text-transform:none;
	font-size:14px;
	color:#6aa600; /* color option */
	border: none;
	border-bottom: 1px dotted #ccc; /* color option yellow */
	text-shadow: none;
}
#topMenu.ddsmoothmenu ul li ul li a {
	color: #555;
}
#topMenu.ddsmoothmenu ul li ul li a:hover {
	color: #6aa600; /* color option */
}
#topMenu.ddsmoothmenu ul li ul li a.last, #topMenu.ddsmoothmenu ul li ul li a.last:hover {
	border:none;
}
/* Holly Hack for IE \*/
* html #topMenu.ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/

/* ********************************************
	Nivo Slider Homepage Styles 
	******************************************* */
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	z-index: 0;
	height:246px;
	border-radius: 5px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	border:none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:1000px;
	height:246px;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0;
	bottom: 0;
	background:#000;
	color:#fff;
	opacity:0.2; /* Overridden by captionOpacity setting */
	width:1000px;
	z-index:89;
	text-shadow:none;
	text-align:center;
	line-height:150%;
	border-radius: 0 0 5px 5px;
	visibility: hidden;
}
.nivo-caption p {
	padding:10px;
	margin:0;
	font-size:16px;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:35%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:15px;
	width:47px;
	height:47px;
	display:block;
	background:url(images/but_prev.png) 0 0 no-repeat;
	text-indent:-9999px;
}
.nivo-nextNav {
	right:15px;
	width:47px;
	height:47px;
	display:block;
	background:url(images/but_next.png) 0 0 no-repeat;
	text-indent:-9999px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	text-align:center;
	overflow:hidden;
	position: absolute;
	top: 10px;
	left: -33px;
	width: 28px;
	background-color: #88cd0f; /* color option */
	padding: 12px 0 4px 0;
	border-radius: 5px 0 0 5px;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:block;
	float:left;
	background:url(images/banner-btn.png) no-repeat;
	text-indent:-9999px;
	width:12px;
	height:12px;
	float: left;
	margin: 0 8px 8px 8px;	
}
.nivo-controlNav a.active {
	font-weight:bold;
	background:url(images/banner-btn-active.png) no-repeat;
}