@charset "UTF-8";
/*-------------------------------------------------------------------- 

[Master Stylesheet] 
  
- Project:    MSP Template Hospitality 2
- Version:    1.0 

- Author: 	Chris Lindekens
- Contact: 	chrisl@egumball.com

- Last CSS Update: December 11th, 2012 
			
-------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
/* @group Clearfix */

/*------Clear Fix------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* main rules */

html {
	background-color: #ffefc5;
}
body {
	background: url(../images/bg_page.png) 0 0;
	font: 12px Arial, sans-serif;
	color: #333;
	line-height: 1.5;
}
.left {
	float: left;
}
.right {
	float: right;
}
img {
	border: 0;
}
a {
	outline: 0;
}
.nobr {
	white-space: nowrap
}
label {
	margin: 14px 0 0 10px;
	color:  #999;
}
input, textarea {
	color: #ccc;
}

/* links */

@font-face {
    font-family: 'gabrielleregular';
    src: url('../fonts/gabrielle-webfont.eot');
    src: url('../fonts/gabrielle-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/gabrielle-webfont.woff') format('woff'),
         url('../fonts/gabrielle-webfont.ttf') format('truetype');
/*         url('../fonts/gabrielle-webfont.svg') format('svg'); */
    font-weight: normal;
    font-style: normal;

}
a:link, a:visited {
	color: #e03838;
	font-family: Arial;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
.nav a:link, .nav a:visited {
	color: #e03838;
	font-size: 22px;
	font-family: gabrielleregular, Arial, sans-serif;
	text-decoration: none;
}
.nav a:hover {
	color: #333;
	font-size: 22px;
}

/* text */

h1, h3 {
	color: #fff;
	font: 19px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	border-bottom: 1px solid #e66363;
	padding: 5px 0 5px 0;
	font-size: 12px;
	font-weight: normal;
}
.white_small {
	color: #fff;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}
.white_med {
	color: #fff;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}
.home_heading {
	color: #fff;
	font-family: gabrielleregular, sans-serif;
	font-size: 22px;
	font-weight: normal;
}
.green_lrg, .services_header, .landing_number, .contact_header {
	color: #e03838;
	font: 14px Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.privacy_header {
	color: #e03838;
	font: 14px Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin: 10px 0 6px 0;
}
.blue {
	color: #00aef0;
}
.business_name {
	color: #333;
	font: 22px gabrielleregular, Arial, sans-serif;
	text-decoration: none;
}
.content_title, .content_title a {
	color: #e03838;
	font-family: gabrielleregular, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
.overlay_title {
	color: #00ad00;
	font-family: gabrielleregular, sans-serif;
	font-size: 28px;
}

/* page */

#page_wrap {
	margin: 0px auto;
	background: url(../images/bg_top.png) repeat-x 0 0;
}
#page_wrap_content {
	margin: 0px auto;
	background: url(../images/bg_page.png) 0 0;
}
#page_wrap_sub {
	margin: 420px auto 0 auto;
	background: url(../images/bg_page.png) 0 0;
}
#page_wrap_mid {
	margin: 0px auto;
}
#center_wrap {
	margin: 0px auto;
	width: 875px;
}

/* header */

#header {
	width: 875px;
	height: 75px;
	padding-top: 65px;
}
.header_title {
	width: 300px;
}
.header_address {
	width: 200px;
}
#header table {
	padding-top: 10px;
}
.phone {
	position: absolute;
	top: -50px;
	right: 20px;
	color: #fff;
	font-family: gabrielleregular, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

/* nav */

.nav_wrap {	
	position: relative;
	width: 560px; /* 500 */
	padding: 0 0 0 0;
}
.nav_wrap ul {
	list-style: none;	
}
.nav_wrap ul li a {
	float: left;
	display: block;
	padding: 30px 14px 30px 14px;
}

/* content */

.col_lrg {
	width: 530px; /* 530 */
	padding: 13px 0 20px 0;
	margin-top: 13px;
}
.col_xlrg {
	width: 100%; /* 850 */
	padding: 13px 0 20px 0;
	background: none;
	margin-top: 13px;
}
.col_sml {
	width: 280px; /* 280 */
	padding: 13px 0 20px 0;
	margin-top: 13px;
}
.col_xsml {
	position: relative;
	width: 166px;
	height: 300px;
}
.col_xsml img {
	margin-bottom: 3px;
}
.col_long {
	width: 100%;
	margin-top: 10px;
}
.col_half {
	width: 240px;
	margin-top: 0;
	padding: 0 20px 0 0;
}
.col_half ul {
	list-style: none;
	margin: 7px 0 0 5px;
}
.main_image {
	position: absolute;
	z-index: 2;
	width: 863px; /* 875px */
	height: 413px; /* 425px */
	padding: 12px 0 0 12px;
	background: url(../images/bg_banner.png) no-repeat 0 0;
}
/*
.header_img_box {
	width: 833px;
	height: 382px;
	overflow: hidden;	
	background: url(http://themagiccow.com/includes/<%=BannerImage%>) no-repeat 0 0;
}
*/
.header_img_box {
	width: 850px;
	height: 400px;
	overflow: hidden;	
	background: url(../images/placeholder.jpg) no-repeat 0 0;
}
.home_strip {
	z-index: -1;
	margin-top: 360px;
	width: 100%;
	padding-top: 67px;
	height: 191px;
	background: url(../images/bg_mid.png) repeat-x 0 0;
}
.home_strip_center {
	margin: 0px auto;
	width: 840px;
}
.header_lrg, .header_sml, .header_xlrg {
	padding-bottom: 2px;
	border-bottom: 2px solid #00aef0;
	margin-bottom: 10px;
}
.header_spacer {
	width: 100%;
	height: 1px;
	border-top: 1px dotted #333;
	margin: 5px 0 10px 0;
}
.icon {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	background: url(http://themagiccow.com/images/icon_accent.png) no-repeat 0 0;
}
.button_learnmore {
	width: 142px;
	height: 30px;
	display: block;
	overflow: hidden;
	background: url(../images/button_learnmore.png) no-repeat 0 0;
	margin-top: 10px;
}
.button_learnmore:hover {
	background-position: 0 -30px;
}
.button_learnmore2 {
	position: absolute;
	bottom: 5px;
	width: 140px;
	height: 30px;
	display: block;
	overflow: hidden;
	background: url(../images/button_learnmore.png) no-repeat 0 0;
}
.button_learnmore2:hover {
	background-position: 0 -30px;
}
.button_submit {
	width: 280px;
	height: 30px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/button_submit.png) no-repeat 0 0;
}
.button_submit:hover {
	background-position: 0 -30px;
}
.star_wrap {
	width: 100px;
}
.star_wrap img {
	display: inline-block;
	margin-top: 8px;
	cursor: pointer;
}
.input_lrg {
	width: 260px;
	height: 84px;
	background: url(../images/input_lrg.png) no-repeat 0 0;
	border: none;
	margin: 7px 0 0 0;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
}
.input_med {
	width: 260px;
	height: 34px;
	background: url(../images/input_med.png) no-repeat 0 0;
	border: none;
	margin: 7px 0 0 0;
	padding: 0 10px 0 10px;
}
.input_sml {
	width: 50px;
	height: 34px;
	background: url(../images/input_sml.png) no-repeat 0 0;
	border: none;
	margin: 7px 0 0 0;
	padding: 0 10px 0 10px;
}
.capcha {
	margin-top: 7px;
}
.capcha_text {
	font-size: 11px;
	margin: 3px 0 3px 0;
}
.email_text {
	margin: 0 0 4px 0;
}
.img_wrap {
	width: 162px; /*174px;*/
	height: 162px; /*174px;*/
	background: url(../images/bg_img.png) no-repeat 0 0;
	padding: 12px 0 0 12px;
	margin-right: 15px;
}
.img_wrap2 {
	width: 162px; /*174px;*/
	height: 162px; /*174px;*/
	background: url(../images/bg_img.png) no-repeat 0 0;
	padding: 12px 0 0 12px;
}
.img_wrap_sub {
	width: 100px; 
	height: 100px;
	margin: 3px 15px 15px 0;
}
.img_wrap_landing img {
	margin-top: 8px;
	border: 1px solid #e18969;
}
.img_text {
	width: 400px;
}
.home_strip_text_wrap {
	position: relative;
	width: 215px;
	height: 174px;
	color: #fff;
}
.review_wrap {
	width: 100%;
	border-bottom: 1px dotted #333;
	padding: 20px 0 20px 0;
}
.overlay_wrap {
	position: absolute;
	width: 590px; /*630px;*/
	height: 79px;  /*79px;*/
	padding: 5px 20px 0px 20px;
	background: url(http://themagiccow.com/images/overlay.png) repeat 0 0;
	bottom: 0;
	left: 108px;
}
.overlay_wrap p {
	padding: 0;
	margin: 0;
}
.imp_white {
	color: #fff;
	font-family: impactregular, sans-serif;
	font-size: 22px;
	font-weight: normal;
}
.review_wrap img {
	border: none;
}
.review_wrap p.review_left {
	color: #e66363;
    float: left;
	margin-bottom: 6px;
}
.review_wrap p.review_right {
	color: #e66363;
    float: right;
	margin-bottom: 6px;
}
.spacer {
	height: 10px;
}
.map_frame {
	width: 520px;
	border: 4px solid #e03838;
	margin: 0 0 0 0;
}
.video_frame {
	width: 520px;
	height: 275px;
	border: 4px solid #e03838;
	margin: 0 0 0 0;
}
.hours_table {
	font-weight: bold;
	margin-top: 10px;
}
.button_page {
	padding: 3px;
	text-align: center;
	background: #333;
	border: 1px solid #e03838;
	margin: 4px 4px 0 0;
}
.button_page:hover {
	color: #000;
	background: #fff;
	border: 1px solid #e03838;
}
.privacy_wrap ol, .privacy_wrap ul {
	margin-left: 25px;
}
.blue_line_thick {
	width: 850px;
	height: 7px;
	background: #e03838;
}

/* footer */

#footer_wrap {
	margin: 0px auto;
	text-align: center;
	margin-top: 30px;
	padding: 25px 0 25px 0;
	background: url(../images/bg_footer.png) repeat 0 0;
	color: #fff;
	font-weight: bold;
}
#footer_wrap a:link, #footer_wrap a:visited {
	color: #fff;
}
#footer_wrap a:hover {
	color: #333;
}
#footer_wrap img {
	display: inline-block;
	margin: 5px 3px 0 3px;
}