/* Michael's Hot Dogs CSS
Copyright 2010 Michael's Hot Dogs
CSS by Computerized Business Solutions, Inc
*/

body {
	background: #ffffff url('../images/bg-home.jpg') repeat-y top center;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 0.8em;
}
h2 {
	font-style: italic;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
}


/* Layout Divs */

#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#menu {
	margin-top: 5px;
	width: 935px;
	height: 38px;
	margin-right: auto;
	margin-left: auto;
	background: url('../images/button-shadow.png') no-repeat bottom center;
	vertical-align: text-top;
	text-align: center;
}
#home-img{
	width: 564px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
#home-txt{
	width: 475px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: arial, sans-serif;
	color: #39091d;
}
#home-txtalt{
	width: 475px;
	margin-top: 15px;
	text-align: center;
	font-family: arial, sans-serif;
	color: #39091d;
	position: relative;
}
#content {
	width: 935px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#party-content {
	width: 935px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#testimonial-content {
	width: 1008px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#yogenCenter {
	width: 950px;
	height: 390px;
	background: url('../images/yogenbgShadow.png') no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 24px;
	text-align: center;
	vertical-align: text-center;
}
/* Hover Menu CSS */

.hover-image {border: none;}
.hover-image-container {display:inline-block; height:25px; overflow:hidden; width; 133px;}
.hover-image-container:hover img {margin-top:-25px}
.hover-image-hover {border: none; margin-top: -25px}
ul.nav {
	position: absolute;
	padding: 0;
	margin: 0;
	margin-top: 1.3em;
	list-style: none;
	line-height: 46px;
	z-index: 100;
	width: 176px;
	text-align: center;
	padding-top:33px;
	/*background: url('../images/bg-home.jpg') repeat-y top center;*/
}
ul.nav li {
	height: 46px;
}
ul.nav li.top {
	height: 60px;
	background: url('../images/bg-home.jpg') repeat-y top center;
}
.hover-image-container ul {
	position: absolute;
	left: -999em;
}
.hover-image-container:hover ul {
	left: 50%;
	top: 144px;
	margin-left: -88px;
}

/* Menu Page 3 Column Layout */

/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
	}
	.threecol .colmid {
		right:40%;			/* width of the right column */
	}
	.threecol .colleft {
		right:20%;			/* width of the middle column */
	}
	.threecol .col1 {
		width:20%;			/* width of center column content (column width minus padding on either side) */
		left:100%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:40%;			/* Width of left column content (column width minus padding on either side) */
		left:40%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:40%;			/* Width of right column content (column width minus padding on either side) */
		left:60%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}


/* Style Classes */
.txt-a {
	font-size: 14pt;
	margin: 1em;
}
.txt-b {
	font-size: 12pt;
	/*font-weight: bold;*/
	margin: 1em;
}
.txt-c {
	font-size: 14pt;
	font-weight: bold;
	margin: 1em;
}
.txt-d {
	font-size: 13pt;
	font-weight: bold;
	margin: 1em;
}
.txt-e {
	font-size: 15pt;
	margin: 1em;
	font-weight: bold;
	font-variant: small-caps
}
.abouthead {
	font-size: 14pt;
	font-weight: bold;
}
.directionshead {
	font-size: 12pt;
	font-weight: bold;
}
img.nutrition {
	padding-left: 15px;
}
ul.ent-list {
	list-style-type: square;
	margin: 0px;
}
.phoneorders {
	font-size: 16px;
	color: #b3292d;
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
}
.hoursdiv {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
.imglink {
	border: none;
}
.text-left {
	width: 100%;
	text-align: left;
}
.party-note {
	font-size: 11px;
	font-weight: bold;
}
.parties-link {
	font-size: 12pt;
	font-weight: normal;
	color: #39091d;
	text-decoration: none;
}
.party-menu-head {
	font-weight: bold;
	font-size: 14pt;
	color: #2f55a7;
}
.catering-text {
	font-size: 14pt;
}
.biglink {
	font-size: 14px;
	font-weight: bold;
}
.biglinkC {
	font-size: 14pt;
	font-weight: bold;
}
.home-tbl {
	width: 851px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.home-tbl td {
	vertical-align: top;
}

.fb-icon {
	width: 252px;
	height: 100px;
	margin-top: 0px;
	margin-right: 40px;
	float: right;
}
.fb-iconalt {
	width: 180px;
	height: 100px;
	margin-top: 0px;
	margin-right: 90px;
	float: right;
}
.fan-icon {
	width: 165px;
	height: 155px;
	margin-top: 0px;
	margin-left: 100px;
	float: left;
}
.foot-fb {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.rightimg {
	float: right;
	padding-top: 30px;
}
/*E-Club styles*/
#join-div {
	padding:5px; 
	background-color:#0077BB;
	height:24px;
	}
.join-txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	letter-spacing: normal;
	line-height: 22px;
}
.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing:normal;
	line-height:12px;
	background-color: #FFFFFF;
	border: #CCCCCC 1px solid;
}

.fbimg {
	padding-top: 45px;
}
