@charset "utf-8";
/* CSS Document */
/*	------------------------------------------------------------------- BASIC DECLARES */
* {
	margin:0;
	padding:0;
}
body {
	color:black;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	font-size:12px;
}
a {
	color:#78298f;
	text-decoration:none;
}
a:hover {
	color:#000B76;
	text-decoration:none;
}
.clear {
	clear:both;
}
.inline-center {
	text-align:center;
}
img {
	border:0;
}
a img {
	border:0;
}
.iLabel {
	float:left;
	width:15%;
	margin:0 2% 0 2%;
	text-align:right;
}
.iInput {
	float:left;
	width:80%;
	text-align:left;
	margin:0 0 0 0;
}
.heading {
	color:#025D94;
	font-size:medium;
	font-weight:bold;
	border-bottom:#025D94 1px solid;
	margin:3px 0;
}
.heading_article {
	color:#134D7A;
	font-size:13px;
	font-weight:bold;
	border-bottom:#134D7A 1px solid;
	margin:3px 0;
}
.star_heading {
	color:#134D7A;
	border-bottom:#134D7A 1px solid;
	margin:0;
}
.hrdiv {
	border-bottom:#836042 1px dotted;
	width:98%;
	margin:7px auto;
}
.basic_spaced_div {
	margin:0 5px 8px;
}

.highlight_word { /* this will be used for all searches using highlighting */
	background-color:#CCCCFF;
	/*color:black;
	font-weight:bold;*/
}
.button_div {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#dfdfdf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dfdfdf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fcfcfc,  #dfdfdf); /* for firefox 3.6+ */
	padding:5px;
	text-align:center;
	border:#ccc 1px solid;
	-webkit-border-radius: 4px;		/* Safari & Chrome */
	-moz-border-radius: 4px;		/* Firefox */
	border-radius: 4px;				/* Standard CSS3 */
}

.adzone {
	margin:3px 1px 4px;
	text-align:center;
}

.page_description {
	margin:3px;
	padding:3px;
	font-weight:bold;
}

/*	------------------------------------------------------------------- GENERIC CLASS DECLARES */
.dialog-box {
	padding:5px;
	background-color:#eff7fd;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acd2ef', endColorstr='#eff7fd'); /* for IE */
	/*background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(82%, rgb(239,247,253)),
		color-stop(90%, rgb(172,210,239))
	); /* for webkit browsers */
	background-image:url(../images/style1/dialog-grad.png);
	background-repeat:repeat-x;
	background: -moz-linear-gradient(top,  #acd2ef 10px,  #eff7fd 60px); /* for firefox 3.6+ */
	border:#025d94 2px solid;
	color:black;
	margin: 0 0 10px;
}
.dialog-box .head {
	font-size:14px;
	font-weight:bold;
	padding:2px 4px 4px;
	margin-bottom:3px;
	color:white;
	background: transparent url(../images/style1/heading-bg-20.png);
	background-repeat:repeat;
	text-shadow:black 1px 1px 4px;
	-moz-box-shadow: 1px 3px 5px #999;
	-webkit-box-shadow: 1px 3px 5px #999;
	box-shadow: 1px 3px 5px #999;
}
.dialog-box .head h3, .dialog-box .head h2 {
	font-size:14px;
	font-weight:bold;
}
.dialog-box .content {
	min-height:20px;
	padding:3px 3px 3px 0px;
}

/*	------------------------------------------------------------------- BODY/HEADER/FOOTER LAYOUT DECLARES */
#body-wrapper {
	width:1000px;
	margin:0 auto;
	background-color:#fff;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

#header-top-wrapper {
	height:20px;
	border-top:2px #00c2f4 solid;
	border-bottom:1px #000300 solid;
	background: #10c5f2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75dff5', endColorstr='#00bff6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#75dff5), to(#00bff6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #75dff5,  #00bff6); /* for firefox 3.6+ */
	text-align:right;
	color:white;
	padding:5px 5px 0 0;
}

#header-top-wrapper a{
	color:white;
	font-weight:bold;
}

#header-mid-wrapper {
	height:5px;
	border-bottom:1px #000300 solid;
	background: #026beb;
}

#header-bottom-wrapper {
	height:225px;
	background-image:url(../images/style1/bump-texture.png);
	background-repeat:repeat-x;
}

#header-bottom-wrapper .logo {
	background-image:url(../images/style1/logobg.png);
	background-repeat:no-repeat;
	position:absolute;
	float:left;
	width:474px;
	height:220px;
	padding:8px 0 0 8px;
}
#header-bottom-wrapper .about {
	float:right;
	width:520px;
	height:120px;
	padding:9px 0 0 0;
	color:white;
	background: transparent url(../images/style1/right-girl-40.png);
	background-position:right;
	background-repeat:no-repeat;
}

#header-bottom-wrapper .about h1 {
	font-weight:normal;
	font-size:12px;
	color:white;
	margin:0;
	display:inline;
}

#header-bottom-wrapper .about_text {
	color:white;
	border:1px black solid;
	padding:8px;
	margin:3px 0 0 0;
	background: rgba(255, 255, 255, 0.15) none;
	width:350px;
}

/*#header-wrapper #site_logo, #header-wrapper #nav_parts {
	float:left;
	height:60px;
}

#header-wrapper #site_logo {
	width:250px;
	margin:0 5px 0 0;
}

#header-wrapper #nav_parts {
	width:740px;
	height:62px;
	position:relative;
}

#nav_parts #mini_nav {
	text-align:right;
	color:blue;
	font-size:smaller;
	font-weight:bold;
}
#nav_parts #mini_nav a {
	color:blue;
}
*/
#site_tabs-wrapper {
	float:right;
	height:85px;
	width:573px;
	background-image:url(../images/style1/bridge.png);
	background-repeat:no-repeat;
	background-position:top right;
	border-top:1px solid black;
}
#site_tabs {
	float:right;
}

#site_tabs .site_tab {
	float:left;
	margin:0 1px;
	padding:6px 5px;
	min-width:95px;
	background: #dfdfdf; /* for non-css3 browsers */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#dfdfdf'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#dfdfdf)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #fcfcfc,  #dfdfdf); /* for firefox 3.6+ */
	background: rgba(223, 223, 223, 0.4) none;
	-moz-box-shadow: 1px 3px 5px #666;
	-webkit-box-shadow: 1px 3px 5px #666;
	box-shadow: 1px 3px 5px #666;
	border:#eaeaea 0.15em solid;
	border-top:none;
	text-align:center;
	border-bottom-right-radius: 9px;			/* Standard CSS3 */
	border-bottom-left-radius: 9px;			/* Standard CSS3 */
	-moz-border-radius-bottomleft: 9px;	   /* for Firefox */
	-moz-border-radius-bottomright: 9px;	   /* for Firefox */
	-webkit-border-radius-bottomleft: 9px;	/* for Safari */
	-webkit-border-radius-bottomright: 9px;	/* for Safari */
}

#site_tabs a, #site_tabs a:hover{
	color:#025D94;
	text-decoration:none;
}

#site_tabs .site_tab h2 {
	font-size:10px;
	font-weight:bold;
	width:100%;
}

#footer-wrapper {
	height:51px;
	text-align:center;
	padding:15px 0 0;
	background-repeat: repeat-x;
	font-size:10px;
	text-transform:uppercase;
}
#footer-bottom-wrapper {
	height:5px;
	border-bottom:1px #000300 solid;
	background: #026beb;
}
#footer-wrapper .main_footer a {
	margin:5px;
	font-weight:bold;
}
#footer-wrapper div {
	margin:5px;
}
#footer-wrapper a:hover {
	color:#000B76;
	text-decoration:underline;
}

.footer_legal a {
	color:black;
	font-size:10px;
	font-weight:normal;
}

/*	------------------------------------------------------------------- CONTENT SECTION LAYOUT DECLARES */

#content-wrapper { /* MAX TOTAL WIDTH OF CHILD CONTENT IS 984px */
	padding:0 0 0 0;
	min-height:100px;
	clear:both;
}
#content-wrapper .left-column, #content-wrapper .right-column, #content-wrapper .mid-column, #content-wrapper .second-column, #content-wrapper .right_column_article, #content-wrapper .side_column_gal {
	float:left;
	height:100%;
}
#content-wrapper .second-column {
	width:758px;
}
#content-wrapper .mid-column {
	width:518px;
	margin:0 1px;
}
#content-wrapper .left-column {
	width:230px;
	padding:0 10px 0 0; 
}
#content-wrapper .right-column {
	width:230px;
	padding:0 0 0 10px;
}
	
#content-wrapper .single_column {
	padding:0 5px 0 5px;
}
#content-wrapper .side_column_gal {
	width:227px;
	padding:0 5px 0 5px;
}
#content-wrapper .right_column_article {
	width:230px;
	padding:0 0 0 10px;
}

#content-wrapper .half_column-left {
	float:left;
	width:420px;
}

#content-wrapper .half_column-right {
	float:right;
	width:570px;
}

/*	------------------------------------------------------------------- INDEX PAGE DECLARES */
.state_list {
	float:left;
	width:20%;
}

.front_description {
	font-size:smaller;
	text-align:left;
}
.prem-logo {
	width:130px;
	margin-right:8px;
	float:left;
	text-align:center;
}
.prem-data {
	width:586px;
	float:left;
}
.prem-data .head_tag {
	min-height:66px;
}
.prem-data h2 {
	margin:1px;
	font-size:16px;
}
.prem-data p {
	margin:5px 0 0;
	font-size:10px;
}
.prem-data .prem-desc {
	height:40px;
}
.prem-data .locLeft {
	float:left;
	font-size: smaller;
}
.prem-data .locRight {
	float:right;
	font-size: smaller;
	text-align:right;
}
.prem_listing {
	margin:3px 0 5px;
	padding:2px 0 2px 2px;
	background: rgba(255, 255, 255, 0.45) none;
	-moz-box-shadow: 1px 3px 5px #999;
	-webkit-box-shadow: 1px 3px 5px #999;
	box-shadow: 1px 3px 5px #999;
}
.new_listing-data h2 {
	margin:1px;
	font-size:14px;
}
.new_listing-data p {
	margin:5px 0 0;
	font-size:10px;
}

/*	------------------------------------------------------------------- ASK THE EXPERTS DECLARES */
.latest_qusetion {
	margin:3px 0 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#E5E5E5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#E5E5E5)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f7f7f7,  #E5E5E5); /* for firefox 3.6+ */
	padding:4px 2px;
}

.latest_qusetion h2 {
	font-size:14px;
	color:#060;
}

.latest_qusetion h3 {
	font-size:10px;
	color:#666;
}

.question_body {
	font-size:11px;
	margin:4px 0 0;
}

.question_main_body {
	font-size:12px;
	margin:5px 0 0;
	padding:8px;
	border:#2c3bc9 1px solid;
	-webkit-border-radius: 7px;		/* Safari & Chrome */
	-moz-border-radius: 7px;		/* Firefox */
	border-radius: 7px;				/* Standard CSS3 */
	background-color:#F8F8F8;
}

.question_main_date {
	font-size:smaller;
	font-weight:bold;
	color:#333;
	margin:0 0 5px;
}

.answer_body {
	float:left;
	width:550px;
}

.answer_details {
	float:right;
	width:150px;
}

.search_results_display {
	margin:4px; 
	text-align:center; 
	font-weight:bold;
}

.helpful_button {
	width:250px; 
	margin:3px;
	font-size:medium;
}

.helpful_status {
	font-size:10px;
	font-weight:bold;
	color:#999;
}
/*	------------------------------------------------------------------- REGISTRATION PAGE DECLARES */
.register_number {
	font-size:medium;
	text-align:center;
	color:red;
	font-weight:bold;
	margin:10px 0;
}
.half_column {
	width:48%;
	padding:0 5px;
	margin:0;
	float:left;
}
.listing_features li {
	font-style:italic;
	display:list-item;
	margin-left:15px;
}

.wyg {
	/*background-color:#EFE;*/
	padding:5px;
	width:99%;
	}

.wyg li {
	font-style:italic;
	display:list-item;
	margin-left:15px;
	}
	
/*	------------------------------------------------------------------- KNOWLEDGE CENTER DECLARES */
.article_col {
	float:left;
	width:49%;
}

.article_cat h3 {
	color:#025D94;
	text-align:center;
}

.left_links {
	background:#F8F8F8;
	padding:4px 2px;
	font-size:small;
	font-weight:bold;
	border:white 1px solid;
	margin:2px 0;
}

.left_links_selected {
	background:#CCF;
	padding:4px 2px;
	font-size:small;
	font-weight:bold;
	border:white 1px solid;
	margin:2px 0;
}

.left_links a, .left_links_selected a {
	text-decoration:none;
}

/*	------------------------------------------------------------------- MANUFACTURER FPA DECLARES */
.manufacturer_basic {
	margin:3px 0;
	border-bottom:#134D7A 1px solid;
	padding: 0 0 3px;
}
/*	------------------------------------------------------------------- SINGLE LISTING PAGE DECLARES */

#content-wrapper .listing-left-column {
	width:205px;
	float:left;
	padding:0 10px 0 0;
}

#content-wrapper .listing-mid-column {
	width:585px;
	float:left;
}

#content-wrapper .listing-right-column {
	width:190px;
	float:left;
	padding:0 0 0 10px;
}

.listing-drop {
	margin-top:16px;
}
/*.logo_large {
	width:230px;
	text-align:center;
	margin:0 0 5px;
}
#overview .logo {
	float:left;
	width:150px;
	margin-right:6px;
}*/
#overview .data {
	float:left;
	width:380px;
}
#overview .data h2, #overview .data h1 {
	font-size:18px;
}
#overview .data h3 {
	font-size:14px;
	color:#666666;
	margin-top:5px;
}
.textBody {
	padding:4px;
}
.textBody p {
	margin:0 0 20px;
}
.textBody ol, .textBody ul {
	margin-left:20px;
}
#media_images .image {
	float:left;
	background-color:#479BDE;
	text-align:center;
	margin:2px;
	padding:2px 2px 0;
	width:165px;
	height:142px;
}
#listing_tabs {
	float:right;
	margin:0 15px 0 0;
}
#listing_tabs .tab {
	float:left;
	background-color:#4b5ae8;
	padding:2px 5px 1px;
	font-weight:bold;
	margin:0 1px;
	font-size:8.5pt;
	border-top-right-radius: 4px;			/* Standard CSS3 */
	border-top-left-radius: 4px;			/* Standard CSS3 */
	-moz-border-radius-topleft: 4px;	   /* for Firefox */
	-moz-border-radius-topright: 4px;	   /* for Firefox */
	-webkit-border-radius-topright: 4px;	/* for Safari */
	-webkit-border-radius-topleft: 4px;	/* for Safari */
}
#listing_tabs .tab a {
	color:white;
}
#listing_tabs .tab:hover {
	background-color:#000066; /*#f3a621*/
}
#listing_tabs .tab a:hover {
	text-decoration:none;
}
.review_check {
	float:left;
	margin:0 7px 8px 0;
	font-size:10px;
}

.rev_desc {
	width:350px;
}

.review {
	border:#000B76 1px solid;
	font-size:small;
	margin:0 auto 10px;
	width:99%;
}
.review .text {
	float:left;
	width:67%;
	padding:5px;
}
.review .text .auth-date {
	font-size:smaller;
	font-weight:bold;
}
.review .text .quote {
	background-color:#F8F8F8;
	border:#CCCCCC 1px solid;
	font-style:italic;
	padding:2px;
}
.review .ratings {
	float:right;
	width:30%;
	border-left:#CCCCCC 1px solid;
	margin:20px 0;
}
.review .ratings .rating_text {
	float:left;
	width:80%;
	height:25px;
	padding:2px 0 0 0;
	text-align:right;
	font-size:smaller;
}
.review .ratings .rating_icon {
	float:left;
	width:20%;
	height:25px;
	padding:2px 0 0 0;
	text-align:center;
}
.overview_rate {
	font-size:smaller;
	font-weight:bold;
}
.reviews_rate {
	margin:0 5% 5px;
}
.listing_map {
	width:100%;
	height:200px;
}
.listing_attach_box {
	background-color:#F8F8F8;
	border:#CCCCCC 1px solid;
	padding:2px;
}
.listing_attach_box .icon {
	float:left;
	width:27px;
	text-align:center;
	padding:5px;
}
.section_description {
	margin:3px auto 10px;
	width:95%;
	font-size:smaller;
	font-weight:bold;
}
.listing_attach_box .title {
	float:left;
	width:490px;
	margin:0 0 0 4px;
}
.listing_attach_box .title span {
	font-style:italic;
	font-size:smaller;
	font-weight:bold;
}

.oh_day, .oh_hrs {
	float:left;
	font-size:smaller;
}
.oh_day {
	width:25%;
}
.oh_hrs {
	width:65%;
}

.staff_role {
	font-size:smaller;
	color:#666;
}

.staff_bio {
	margin:4px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.staff_img {
	float:left; 
	width:166px;
	margin:3px 4px;
	text-align:center;
	}

.staff_img img {
	border:black 1px solid;
}

.staff_bio_div {
	float:left; 
	width:355px;
	}

.staff_member {
	border:#2c3bc9 1px solid;
	padding:2px 0 5px;
	margin:0 0 10px 0 ;
	-webkit-border-radius: 7px;		/* Safari & Chrome */
	-moz-border-radius: 7px;		/* Firefox */
	border-radius: 7px;				/* Standard CSS3 */
	background-color:#F8F8F8;
	}
.listing_answer {
	margin:7px 0 0 5px;
}

.listing_answer h4{
	color:blue;
}
.listing_answer_description {
	font-weight:bold;
	font-size:smaller;
	margin:3px 0 8px;
}
.msg_sent {
	font-weight:bold;
	color:#BB0000;
}
#contact_fail {
	margin:3px;
	text-align:center;
}
.late_hours {
	font-weight:bold;
	font-size:smaller;
	color:blue;
	margin:4px 0 0;
}

.listing_faq {
	margin:5px;
	border:#2c3bc9 1px solid;
	padding:2px 4px 5px;
	-webkit-border-radius: 7px;		/* Safari & Chrome */
	-moz-border-radius: 7px;		/* Firefox */
	border-radius: 7px;				/* Standard CSS3 */
	background-color:#F8F8F8;
}

.listing_faq h3{
	margin:3px;
}
.specialty_group {
	margin: 0 0 5px;
}

/*	------------------------------------------------------------------- DEALS/COUPONS DECLARES */

.coupon {
	background-color:white;
	border:3px #333 dashed;
	margin:3px auto;
	padding:5px;
	width:400px;
}

.coupon_title {
	font-size:20px;
	font-weight:bold;
	margin: 0 0 4px;
	padding:2px 0;
	text-align:center;
}

.coupon_description {
	color:black;
	font-size:12px;
	margin:2px 0;
}

.coupon_expire {
	font-size:11px;
	font-weight:bold;
	color:#666;
	margin:8px 0 0;
	text-align:center;
}

.coupon_rules {
	margin:8px 0 0;
	padding:0 2px;
	background:#F5F5F5;
	font-size:9px;
	text-align:left;
	color:#666;
}

.coupon_site_line {
	text-align:right;
	font-size:xx-small;
	margin:5px 0 0 0;
}

.coupon_business {
	font-size:smaller;
	text-align:center;
}

.coupon_address {
	margin:0 0 10px;
	padding:4px 2px;
	background:#F5F5F5;
	font-size:9px;
	text-align:left;
	color:#666;
}

.coup_preview {
	position:absolute;
	float:right;
	width:300px;
	background:#FFF;
	color:black;
	border:1px solid black;
	padding:2px;
	margin: 0 0 0 -130px;
	font-size:smaller;
	-moz-box-shadow: 1px 3px 5px #666;
	-webkit-box-shadow: 1px 3px 5px #666;
	box-shadow: 1px 3px 5px #666;
}

/*	------------------------------------------------------------------- SEARCH PAGE DECLARES */
.images .image {
	float:left;
	margin:2px;
}
.pagination {
	text-align:right;
	font-size:12px;
}

.search_container {
	background-color:#F8F8F8;
	margin-top:10px;
}
.search_prem_logo {
	width:100px;
	margin-right:5px;
	float:left;
	text-align:center;
}
.search_prem_data {
	width:600px;
	float:left;
}
.no_logo {
	width:700px;
}
.search_prem_data h2 {
	margin:1px;
	font-size:16px;
}
.search_prem_data p {
	margin:5px 0 0;
	font-size:10px;
}
.search_prem_data .distance {
	float:right;
	font-style:italic;
}
.search_prem_data .more {
	float:right;
	font-style:italic;
	font-size:12px;
	font-weight:bold;
}
.search_basic {
	margin:3px 0;
	border-bottom:#134D7A 1px solid;
	padding: 0 0 3px;
	/*background-color:#e7e9fc;*/
}
.search_basic_logo {
	width:45px;
	margin-right:5px;
	float:left;
	text-align:center;
}
.search_basic_data {
	width:650px;
	float:left;
}
.no_logo {
	width:700px;
}
.search_basic_data .link {
	float:left;
	font-size:13px;
	width:47%;
}
.search_basic_data .location {
	float:left;
	font-size:13px;
	width:35%;
}
.search_basic_data .distance {
	float:right;
	font-style:italic;
}
#searchOptions .iLabel {
	width:20%;
}
#searchOptions .iInput {
	width:75%;
}
#searchOptions .iInput input {
	width:70%;
}

#searchOptions .list {
	float:left;
	width:32%;
	margin:0 0 0 9px;
}

#searchOptions .list h3 {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:3px;
}

.search_quick_view {
	position:absolute; 
	width:270px;
	border:blue 1px solid;
	background-color:white;
	padding:4px;
	margin:3px 0 0 0;
}

.specialties {
	margin:5px 0;
	color:#030;
	font-size:smaller;
}

.keyword_description {
	font-size:smaller;
}

/*	------------------------------------------------------------------- COMMUNITY GALLERY SPECIFIC DECLARES */
#com_gallery_main {
	margin:10px auto;
}

#com_gallery_main .com_gallery {
	float:left;
	margin:3px;
	padding:5px;
	text-align:center;
	height:140px;
	width:160px;
}

#com_gallery_main .com_img {
	float:left;
	margin:3px 10px;
	text-align:center;
	height:145px;
	width:165px;
}

#com_gallery_main .com_img img {
	margin:5px;
}
#com_gallery_main .com_overlay {
	position:absolute;
	margin:-1px 0 0 -5px;
	text-align:center;
	padding:5px;
	height:155px;
	width:175px;
	background-color:#CCC;
	display:block;
}

#com_gallery_main .com_gallery:hover{
	background-color:#DDD;
}

#com_gallery_main .com_img:hover {
	background:#000;
}

#listing_album_details h2 {
	font-size:14px;
}

/*	------------------------------------------------------------------- GALLERY DECLARES */
.gallery_preview {
	width:98%;
	border:black 1px dotted;
	margin:5px auto;
	padding:5px 0;
	text-align:center;
	min-height:200px;
	font-size:10px;
}
.gallery_main {
	margin:10px auto;
}
#gallery_main .image, #gallery_main .gallery {
	float:left;
	background-color:#DDDDDD;
	margin:3px;
	padding:4px 0 0;
	text-align:center;
	height:90px;
	width:117px;
}
#gallery_main .image:hover {
	background-color:#479BDE;
}
#gallery_main .gallery {
	height:140px;
	width:158px;
}

/*	------------------------------------------------------------------- SITE POLICY DECLARES */
.policy_body p {
	margin:10px;
}

.policy_body ul, .policy_body ol {
	margin:10px 0 10px 20px;
}

.policy_body ol li, .policy_body ul li {
	margin:0 0 0 20px;
}

/*	------------------------------------------------------------------- ROUNDED CORNERS DECLARES */
.rounded_main {
	border-top-right-radius: 12px;			/* Standard CSS3 */
	border-bottom-left-radius: 12px;			/* Standard CSS3 */
	-moz-border-radius-bottomleft: 12px;	   /* for Firefox */
	-moz-border-radius-topright: 12px;	   /* for Firefox */
	-webkit-border-radius-topright: 12px;	/* for Safari */
	-webkit-border-radius-bottomleft: 12px;	/* for Safari */
	}

.rounded_head {
	border-top-right-radius: 7px;			/* Standard CSS3 */
	border-bottom-left-radius: 7px;			/* Standard CSS3 */
	-moz-border-radius-bottomleft: 7px;	   /* for Firefox */
	-moz-border-radius-topright: 7px;	   /* for Firefox */
	-webkit-border-radius-topright: 7px;	/* for Safari */
	-webkit-border-radius-bottomleft: 7px;	/* for Safari */
	}
