* {
    margin: 0px;
    padding: 0px;
}
/*
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url(droidsans.woff) format('woff');
}
*/
body {
	margin: 0;
	padding: 0;
	background: #F7F6F1;
	font: 14px "Trebuchet MS", Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	color: #000000;
}
img {
	border: 0;
}
input {
	border: none;
}
.clear {
	clear: both;
}
.header, .footer {
	width: 100%;
	background-color: #7851A9;
	padding: 0px 0px 0px 0px;
}
.footer {
	margin: 20px 0px 0px;
	text-align: center;
	padding: 10px 0;
	color: #FFFFFF;
}
.header .content, .container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.header .content a {
	color: #B3DAFA;
	margin-right: 10px;
}
.header .content .row1 {
	text-align: right;
	padding: 15px 0px 15px 0px;
}
.header .content .row2 {
	overflow: auto;
}
.header .content .row2 div {
	float: right;
}
.header .content .row2 span {
	float: right;
	display: block;
}
.header .content .row2 a {
	margin-top: 0px;
	float: left;
}
.header .content .row2 #criteria, .header .content .row2 #place {
	height: 30px;
	padding: 0px;
	float: left;
}
.header .content .row2 #place {
	padding: 0px 15px 0 15px;
}
.header .content .row2 #criteria {
	/*background: url('../img/search.png') no-repeat 0 0;*/
}
.header .content .row2 #place {
	/*background: url('../img/place.png') no-repeat 0 0;*/
}

.header .content .row2 #criteria input[type="text"] {
	background: url('../img/input_search.png') no-repeat 4px 6px;
	background-color: #FFFFFF;
	padding: 6px 6px 6px 33px;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #7F7F7F;
	height: 30px;
}
.header .content .row2 #place input[type="text"]{
	background: url('../img/input_place.png') no-repeat 4px 6px;
	background-color: #FFFFFF;
	padding: 6px 6px 6px 37px;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	color: #7F7F7F;
	height: 30px;
}
.header .content .row2 input[type="submit"]{
	background: url('../img/button_bg.png') repeat-x scroll left bottom #FAFBFB;
	border: 1px solid #ADAEB0;
	color: #5C5C5C;
	padding: 5px 20px;
	text-shadow: 1px 1px 1px white;
	cursor: pointer;
	font-size: 14px;
	height: 42px;
}
.header .content .row2 input[type="submit"]:hover{
	background: url('../img/button_bg_hover.png') repeat-x scroll left top #FAFBFB;
}
.header .content .row2 small {
	display: block;
	clear: both;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 8px;
	font-size: 13px;
	color: #80D9EE;
}
.header .content .menu {
	margin: 6px 0px 0px 0px;
	background: url('../img/menu.png') repeat-x;
	height: 38px;
}
.header .content .menu ul {
	margin: 0;
	padding: 0;
}
.header .content .menu li {
	list-style-type: none;
	float: left;
	height: 39px;
}
.header .content .menu a {
	display: block;
	color: #7B7B7B;
	text-shadow: 1px 1px 1px white;
	padding: 12px 20px;
	margin: 0px;
	text-decoration: none;
	height: 12px;
	font-size: 13px;
	font-weight: bold;
	background: url('../img/seperator.png') repeat-x 100% 0;
}
.header .content .menu a:hover {
	background: url('../img/seperator.png') repeat-x 100% -43px;
	color: #333;
	text-shadow: none;
}
#slides1, #slides2, #slides3, #slides4 {
	float: left;
	
}
#slides1, #slides3 {
	padding: 0 10px 0 0;
}
#slides2 , #slides4  {
	padding: 0;
}
#slides1, #slides3  {
	padding-bottom: 10px !important;
}

#slides{
	border: black 1px solid;
	top:15px;
	left:4px;
	z-index:100;
	padding: 10px 10px 25px 10px;
	margin-bottom: 20px;
	background: #FFFFFF;
	float: left;
	clear: both;
}
.slides_container {
	width:464px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container div.slide {
	width:470px;
	height:212px;
	display:block;
}
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}
#slides .next {
	left:585px;
}
.pagination {
	margin:15px auto 0;
	width:100px;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url('../img/pagination.png');
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}
.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:10px;
	padding:5px 20px 20px 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:200px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}
.featured h3{
	font-weight: normal;
	font-variant: small-caps;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 12px 0;
	padding: 0 0 5px 0;
	font-size: 20px;
}
.featured .box {
	width: 200px;
	float: left;
	border: 1px dotted #A7A7A7;
	min-height: 300px;
	margin: 0 37px 0 0;
	padding: 10px 0 0 10px;
	background: #FFFFFF;
}
.featured .last {
	margin-right: 0px !important;
}
.featured .featured-image {
	min-height: 50px;
	display: block;
	width: 147px;
	padding: 26px 0 0 31px;
}
.featured .box .badge {
	height: 72px;
	width: 69px;
	position: absolute;	
	background: url('../img/featured.png') no-repeat;
	margin: -10px 0 0 -10px;
}
.featured .box .title {
	display: block;
	padding: 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #7851A9;
}
.featured .box .rating {
	padding-bottom: 7px;
	padding-top: 12px;
	background: #F2F5F7;
	height: 26px;
	margin-left: -10px;
	padding-left: 10px;
}
.featured .box p {
	color: #777;
}
.featured .box a {
	color: #7851A9;
}
.featured .box a:hover {
	color: #000;
}
.featured .box .review, .left-box .result-box .right-side .review {
	background: url('../img/comment.png') no-repeat 0 6px;
	height: 19px;
	padding: 0 0 0 20px;
	color: #8A8A8A;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.featured .box .fav {
	background: url('../img/fav.png') no-repeat 0 0;
	height: 14px;
	padding: 0 0 0 20px;
	color: #8A8A8A;
	font-weight: bold;
	font-size: 11px;
}
.left-box {
	width: 62%;
	float: left;
}
.breadcrumb {
	margin-bottom: 10px;
	padding: 5px 0;
	font-size: 11px;
	color: #AAA9A9;
	border-bottom: 1px solid #DDD;
	padding-left: 5px;
	background: #FFFFFF;
	margin-top: 15px;
	width: 403px;
}
.breadcrumb a {
	color: #7851A9;
}
.left-box .title {
	color: black;
	font-size: 30px;
	font-weight: normal;
	padding: 0px;
	margin: 0 0 12px 0;
	font-variant: small-caps;
}
.left-box .result-box .title {
	font-variant: normal;
}
.left-box .result-box {
	background: #DFF4F9;
	border: 1px solid #B1D7E0;
	border-radius: 3px;
	padding: 10px;
	min-height: 115px;
	margin-bottom: 20px;
}
.left-box .no-result-box {
	min-height: 44px !important;
}
.result-box-extended {
	min-height: 140px !important;
}
.odd {
	background: #FFFFFF !important;
}
.left-box .result-box .left-side {
	float: left;
	width: 67%;
}
.left-box .result-box .left-side .title {
	color: #7851A9;
	font-size: 18px;
}
.left-box .result-box .left-side .address {
	color: #969696;
	margin: 8px 0 8px 0;
	font-size: 13px;
	line-height: 20px;
}
.left-box .result-box .left-side .phone, .left-box .result-box .left-side .fax {
	background-size: 30px 30px;
	background-repeat: no-repeat;
	height: 24px;
	width: 300px;
	padding: 5px 0 0 33px;
	margin-left: -6px;
}
.left-box .result-box .left-side .phone {
	background-image:url('../img/phone.png');
}
.left-box .result-box .left-side .fax {
	background-image:url('../img/fax.png');
}
.left-box .result-box .right-side {
	float: right;
	text-align: right;
	
}
.left-box .result-box .right-side a {
	color: #8A8A8A;
	font-size: 13px;
	font-weight: bold;
}
.left-box .result-box .right-side .review {
	background: url('../img/comment.png') no-repeat 0 2px;
	margin: 10px 0 5px 37px;
}
.left-box .result-box .right-side .view-profile {
	font-weight: bold;
	text-decoration: underline;
}
.right-box {
	width: 32%;
	float: right;
	margin: 15px 0 0 0;
}
.right-box h2 {
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #333;
	border-bottom: 1px solid #DDD;
}
.right-box li {
	list-style-type: none;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.right-box li img, .right-box li a {
	float: left;
}
.right-box a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin: 12px 0px 0px 10px;
}
.right-box .rating, .right-box .category {
	display: block;
	margin: 0 0 0 50px;
}
.right-box .category {
	padding-top: 5px;
	color: #666;
}
.profile-left {
	width: 40% !important;
}
.profile-right {
	width: 50% !important;
}
.profile-box {
	background: #CCC;
	border: 1px solid #CCC;
	margin-top: 10px;
	padding: 15px;
	background: white url('../img/infobg.png') repeat-x left bottom;
}
.profile-box div {
	padding-bottom: 5px;
}
.profile-box ul {
	list-style-type: none;
}
.profile-left .row1, .profile-left .row2, .profile-left .row3 {
	margin-bottom: 10px;
}
.profile-left .row {
	min-height: 80px;
}
.profile-box .sub-title {
	font-weight: bold;
}
.profile-box .phone, .profile-box .fax, .profile-box .email, .profile-box .website, .profile-box .tollfree {
	background-size: 40px 40px;
	background-repeat: no-repeat;
	height: 40px;
	width: 300px;
	padding: 10px 0 0 50px;
}
.profile-box .phone {
	background-image:url('../img/phone.png');
}
.profile-box .tollfree {
	background-image:url('../img/tollfree.png');
}
.profile-box .fax {
	background-image:url('../img/fax.png');
}
.profile-box .email {
	background-image:url('../img/email.png');
}
.profile-box .website {
	background-image:url('../img/website.png');
}
.google-map {
	height: 400px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #444;
}
.get-directions {
	margin: 10px;
}
.get-directions h4{
	text-align: center;
	margin-bottom: 10px;
}
.get-directions label, .get-directions input{
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
.get-directions label {
	min-width: 40px;
	text-align: right;
}
.get-directions input {
	width: 300px;
	padding: 5px;	
	border: 1px solid #CCC;
}
.get-directions a {
	background: url('../img/direction.png') no-repeat left top;
	width: 117px;
	height: 30px;
	margin: 0 0 0 50px;
	padding: 0;
}
.get-directions a:hover {
	background: url('../img/direction.png') no-repeat left -30px;
}
.get-directions .route-option {
	display: none;
}
.search-pagination {
	text-align: center;
}
.search-pagination .on, .search-pagination a {
	color: white;
	padding: 7px 11px 7px 11px;
	margin-right: 3px;
	display: inline;
	font-size: 13px;
	font-weight: bold;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
.search-pagination a {
	background: #CCC;
}
.search-pagination a:hover {
	background: #000000;
}
.search-pagination .on {
	background: #000;
}
.search-pagination .next {
	line-height: 21px;
	padding: 4px 29px 4px 40px;
	text-decoration: none;
	color: #000;
	margin: 0 0 0 10px;
	padding: 0;
	border: none;
	background: none;
	
}
.search-pagination .next:hover {
	background: none;
}
.additional-info ul {
	list-style-type: disc;
}
.additional-info li {
	margin: 0 0 5px 15px;
	
}
.form {
	margin-bottom: 10px;
}
.form label {
	width: 170px;
	float: left;
	margin: 5px 0 0 0;
}
.form .right {
	float: left;
	margin: 0 0 15px 0;
}
.form .right span {
	display: block;
	width: 500px;
	color: #999;
	margin: 5px 0 0 0;
	font-size: 11px;
	font-weight: bold;
}
.form input[type="text"] , .form textarea{
	font-size: 14px;
	width: 300px;
	padding: 6px;
	border: 1px solid #CCC;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: white;
	color: #444;
}
.form  div {
	margin-bottom: 20px;
	clear: both;
}
.form .verifi {
	margin-top: -15px;
}
.form .button {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: url('../img/button_bg.png') repeat-x scroll left bottom #FAFBFB;
	border: 1px solid #ADAEB0;
	color: #5C5C5C;
	padding: 5px 20px;
	text-shadow: 1px 1px 1px white;
	cursor: pointer;
	font-size: 14px;
	margin-left: 170px;
}
.form .button:hover {
	background: url('../img/button_bg_hover.png') repeat-x scroll left top #FAFBFB;
}
.rate {
	margin: 10px 0 0 0;
}
.rate span {
	display: block;
	float: left;
	background: none;
	width: 15px;
	height: 15px;
}
.rate  .off {
	background: url('../img/rating_off.png') no-repeat;
}
.rate .on {
	background: url('../img/rating_on.png') no-repeat;
}
.rate  .result {
	width: 200px;
	margin: 0 0 0 10px;
}
.contact-form input {
	display: block;
}
.contact-form label {
	float: none !important;
	display: block;
	margin-bottom: 5px;
}
.contact-form div {
	margin-bottom: 10px;
}
.contact-form .button {
	margin-left: 0px !important;
}
.form-error, .form-added {
	font-weight: bold;
	background: red;
	color: white;
	margin-bottom: 20px;
	padding: 10px;
	display: none;
	width: 465px;
}
.form-added {
	background: green !important;
}
.comment {
	clear: both;
}
.comment .left{
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	background: url('../img/avatar.png') no-repeat;
}
.comment .right{
	display: block;
	float: left;
	margin: -6px 0 20px 40px;
	color: #818181;
}
.comment .right .star {
	margin: 8px 0 0 4px;
}
.comment .right div {
	margin: 5px;
	max-width: 400px;
}
.about {
	width: 100% !important;
}
.about p {
	margin: 10px 0;
	line-height: 20px;
}
.show-element {
	display: block;
}
.advertise-title {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #DDD;
}
.advertise-error ul {
	margin: 10px 0 0 0;
} 
.advertise-error li {
	margin: 0 0 10px 20px;
	font-size: 12px;
}
.verification-box {
	width: 86px !important;
}
.business-near a{
	margin: 12px 0px 6px 10px !important;
}

.business-near li {
	margin-bottom: 0px !important;
}
.business-near h2 {
	margin-bottom: 0px !important;
}
.business-near .category, .business-near .rating {
	margin: 0px 0 0 10px !important;
} 
.payment {
	display: block;
	margin-top: 5px;
	width: 180px;
}
.payment label {
	display: inline-block;
	background: url("../img/payment.png") no-repeat;
	margin-left: 10px;
}
.payment .cash {
	background-position: -122px -87px;
	height: 56px;
	width: 120px;
}
.payment .mc {
	background-position: -137px -5px;
	height: 70px;
	width: 109px;
}
.payment .visa {
	background-position: -10px 0px;
	height: 80px;
	width: 116px;
}
.payment .cheque {
	background-position: -23px -89px;
	height: 53px;
	width: 88px;
}
.payment .debit {
	background-position: -147px -145px;
	height: 75px;
	width: 105px;
}
.payment .amex {
	background-position: -266px -4px;
	height: 70px;
	width: 70px;
}
.payment .discover {
	background-position: -23px -150px;
	height: 66px;
	width: 101px;
}
.hours-payment {
	width: 468px;
	min-height: 600px;
}
.comment-box {
	width: 45% !important;
}