/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.center {
	text-align:center;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: normal 14px auto Trebuchet MS, Arial, Sans-Serif;
	background-color: #000;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	margin: 2px 0 .4em;
	color: #000;
}
h1 {
	font-size: 3.1em;
	text-align:left;
	padding-top:5px;
}
h2 {
	font-size: 2.0em;
	font-weight:300px;
	text-align:left;
	color:#FFF;
}
h3 {
	font-size: 1.4em;
	padding:0px;
	color:#FFF;
	}
h4 {
	font-size: 1.2em;
	color:#FFF;
}
h5 {
	font-size: 1.1em;
	font-size: 1em;
	
}
h6 {
	font-size: 1em;
	color:#FFF;
}
/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 display: none;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 100%;
	margin: 0 auto;
}

#SocialSpace { overflow: hidden; background: url(../../images/business/social_back.png) no-repeat 0 0; clear: both; }
.socialLink { display: block; width: 38px; height: 40px; float: left; margin: 0 4px; }
.yelpIco 		{ background: url(../../images/business/yelp_icon.jpg) no-repeat 0 0; }
.facebookIco 	{ background: url(../../images/business/facebook_icon.jpg) no-repeat 0 0; }
.foursquareIco 	{ background: url(../../images/business/foursquare_icon.jpg) no-repeat 0 0; }
.twitterIco 		{ background: url(../../images/business/twitter_icon.jpg) no-repeat 0 0; }
.googleplusIco 	{ background: url(../../images/business/googleplus_icon.jpg) no-repeat 0 0; }
.pinterestIco 	{ background: url(../../images/business/pinterest.png) no-repeat 0 0; }
.instagramIco 	{ background: url(../../images/instagram_raw2.png) no-repeat 0 0; }
/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 170px;
}
/* site logo */

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/


/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	/*background: #000;*/
	width: 320px;
	/* rounded corner */
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	/* box shadow */
	/*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);*/
	margin: 15px auto;
}
/* post */
.post {
	margin-bottom:0px;
	background-image:url(../../images/business/hdr.png);
	background-repeat:no-repeat;
}
.post-title {
	margin: 0 0 0px;
	font: bold 30px/120% Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
	width: 185px;
	font-size: 18px;
}
.post-title a {
	text-decoration: none;
	padding-left:10px;
	color:#000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}
/* post image */
.post-image {
	margin: 0 0 15px;
}
/************************************************************************************
SIDEBAR
*************************************************************************************/

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #ccc;
	font-size: 85%;
}
#footer a {
	color: #fff;
}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
	zoom: 1;
}
/************************************************************************************
CLEARFIX
*************************************************************************************/

th.priceLabels {
	padding-top: 0px;
	padding-left: 5px;
	text-align: center;
	background-image: -moz-linear-gradient(top, #717171, #101010); /* FF3.6 */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #717171), color-stop(1, #101010)); /* Saf4+, Chrome */
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#717171', EndColorStr='#101010'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#717171', EndColorStr='#101010')"; /* IE8 *	border-bottom: 1px solid #5F0000; */
	border-top: 1px solid #bababa;
}
#tableWrap {
	background: #f3f3f3;
	-moz-box-shadow: 0px 0px 4px #555; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #555; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #555; /* Opera 10.5, IE 9.0 */
	width: 100%;
	-moz-border-radius: 9px; /* FF1+ */
	-webkit-border-radius: 9px; /* Saf3+, Chrome */
	border-radius: 9px; /* Opera 10.5, IE 9 */
	_border: 1px solid #ccc;
}
.alt {
	background: #eaeaea;
}
.over {
	background: #efefef;
}
th {
	text-align: left;
	padding-left:2px;
	padding-right:2px;
}

th img {
	padding:5px;
}

th.spec {
	border-top: 0;
	font: 14px;
	padding-left: 5px;
	text-align:left;
}


tr.over {
	border-top: 0;
	font: 14px;
	padding-left: 5px;
	text-align:left;
	background-color:#efefef;
}


textarea {
	padding: 5px;
	width: 305px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	font-size:18px;
	color:#888;
}

input {
	padding: 5px;
	width: 306px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	font-size:18px;
	color:#888;
}

.button {
	width: 320px;
	background-color:#c94234;
	color:#FFF;
	font-size:20px;
	font-weight:500;
	border:none;
	}
	
	.loveit { background-color: #078b3f; }

#left{
	float:left;
	padding-left:15px;
}


#left img{
	border:thin;
	border-style:solid;
	margin-top:5px;
	margin-left:5px;
}

.right{
	float:right;
	padding-right:25px;
	text-align:left;
}

/* DYNAMIC FORM ERROR STYLESHEET DEFINITION */
fieldset .fieldset-errors h2 { display: none; }
fieldset .fieldset-errors ul 
{ 
	list-style: square;
	list-style-position: outside;
	background: #F25555;
	color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
	padding: 10px 5px 0 10px;
	line-height: 13px;
}
fieldset .fieldset-errors ul li { padding-bottom: 10px; }
fieldset .fieldset-errors ul li a { color: #333; }

.field_with_errors textarea, .field_with_errors input.text, .field_with_errors input.checkbox, .field_with_errors select, .field_with_errors input.password 
{
	background: #FFEDED;
	border: 2px solid #F25555;
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-o-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
}