@charset "UTF-8";
body  {
	/*font: 100% Tahoma, Helvetica, Helvetica, sans-serif;
	font-weight: 200;*/
	font-family: 'News Gothic MT', Tahoma, Helvetica, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 1em;
	background: #2e2e2e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #BBBBBB;
	line-height: 120%;
}
.twoColFixRtHdr #container { 
	width: 739px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/bg_2col.jpg) repeat-y 50% 0;
} 
.twoColFixRtHdr #container.singlecol { 
	width: 739px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/bg_1col.jpg) repeat-y 50% 0;
} 

.twoColFixRtHdr #header { 
	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	height: 350px;
	width: 739px;
	background-color: #2e2e2e;
	padding: 0px 0px 3px 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 247px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #350202;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px;*/
	margin: 0px 0;
	height: 100%;
	font-size: 90%;
	border-top: solid 1px #000000;
	
}
.twoColFixRtHdr #mainContent { 
	margin: 0px 247px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*background: #1c1c1c;*/
	border-top: solid 1px #000000;
} 
.twoColFixRtHdr #mainContentSingleCol { 
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*background: #1c1c1c;*/
	border-top: solid 1px #000000;
}
.twoColFixRtHdr #footer { 
	padding: 6px 10px 6px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
	background: #2e2e2e url(images/footer.jpg) no-repeat 50% 0;
} 

.twoColFixRtHdr #footer.singleCol { 
	padding: 6px 10px 6px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
	background: #2e2e2e url(images/footer1Col.jpg) no-repeat 50% 0;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#logo {
	position:relative;
	background: #101010; 
	width: 739px;
	height: 90px;
}

#logo img {
	position:absolute;
	top: 12px;
	left: 12px;
}

#menu {
	background: #101010; 
	width: 739px;
	height: 32px;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.MenuBar ul
{
	padding-left: 0;
	margin-left: 5px;
	padding-top: 0px;
	color: #dfdfdf;
	float: left;
	margin-bottom: 0px;
}

div.MenuBar ul li { display: inline; }

div.MenuBar ul li a
{
	padding: 0em 0.9em;
	color: #c7b7ae;
	text-decoration: none;
	float: left;
}

div.MenuBar ul li a:hover, div.MenuBar ul li a.last:hover
{
	color: #a10101;
}

#headerImage {
	width: 739px;
	height: 230px;
	padding: 2px 0px 2px 0px;
}
.twoColFixRtHdr #container #sidebar1 p {
	
	padding: 4px 20px 0px 20px;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	padding: 4px 20px 0px 20px;
	font-size: 120%;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	letter-spacing: 1px;
	color: #d4911c;
}

.twoColFixRtHdr #container #sidebar1 h2 {
	padding: 4px 20px 0px 20px;
	font-size: 1.1em;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	letter-spacing: 1px;
	font-style:italic;
	margin:0px 0px -10px 0px;
	line-height: 0px;
	color: #d4911c;
}

.twoColFixRtHdr #container #footer p {
	font-size: 80%;
	text-align: center;
	margin: 0; 
	padding: 0px 0;
}
.twoColFixRtHdr #container #footer p a, 
.twoColFixRtHdr #container #footer p a:active, 
.twoColFixRtHdr #container #footer p a:visited {
	color: #898989;
}
.twoColFixRtHdr #container #footer p a:hover, div.MenuBar ul li a.last:hover{
	color: #bbbbbb;
}
.twoColFixRtHdr #container #mainContent #mainContentTop {
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #0a0a0a;
}
.twoColFixRtHdr #container #mainContentSingleCol #mainContentTopSingleCol {
	padding: 15px 20px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #container #mainContent #mainContentBottom {
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #container #mainContent h1,
.twoColFixRtHdr #container #mainContentSingleCol h1  {
	font-size: 150%;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	letter-spacing: 1px;
	color: #d4911c;
}
.twoColFixRtHdr #container #mainContent h2,
.twoColFixRtHdr #container #mainContentSingleCol h2 {
	font-size: 100%;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	letter-spacing: 1px;
	font-style:italic;
	margin-top:0px;
	padding-top:0px;
	padding-bottom: 10px;
	line-height: 0px;
}
.twoColFixRtHdr #container #mainContent #mainContentBottom h1 {
	font-size: 120%;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	letter-spacing: 1px;
	color: #d4911c;
	margin-bottom: -10px;
}

.twoColFixRtHdr #container #mainContent a,
.twoColFixRtHdr #container #mainContentSingleCol a,
.twoColFixRtHdr #container #sidebar1 a
{
	color: #d4911c;
}

#contactInfo
{
	position: absolute;
	width: 300px;
	top: 15px;
	left: 430px;
	font-size: 80%;
}
#contactInfo #address1, #contactInfo #address2, #contactInfo #phone, #contactInfo #email
{
	text-align:right;
	width: 100%;
	height: 14px;
}

div.video {
	width: 700px;
	height: 375px;
	position: relative;
	padding: 10px 0px 10px 0px;
}
div.video div.youtubevid {
	float:left;
	
}
div.video div.description {
	float: right;
	margin: 0px 0;;
	width: 255px;
}

#flickrBadge {
	padding: 20px 0px 20px 65px;
}

#schedule {
	font-size: 80%;
}
#schedule tr th {
	background: #101010;
	padding: 2px 2px 2px 4px;
}

#schedule tr.even {
	background: #303030;
}

#scheduleIcon {
	margin: 10px 4px 4px 10px;
}


#OurOfferings {
	margin-left: -10px; margin-top: -10px;
}

#yelpIcon {
	margin: 4px 4px 0px 18px;
}

hr {
	color: #666666;
	height: 1px;
	width: 100%;
	margin: 20px 0px 20px 0px;
}

.twoColFixRtHdr #container #mainContent #mainContentBottom .Products {
	height: 70px;
}
.twoColFixRtHdr #container #mainContent #mainContentBottom .Products .Description {
	float: left;
	width: 320px;
}
.twoColFixRtHdr #container #mainContent #mainContentBottom .Products .Cart {
	float: right;
	width: 130px;
	margin: 0px;
	padding-top: 17px;
}
.twoColFixRtHdr #container #mainContent #mainContentBottom .Products .Description h3 {
	font-size: 100%;
	font-weight: bold;
	color: #d4911c;
	margin-bottom: 0;
	padding-bottom: 0; 
}
.twoColFixRtHdr #container #mainContent #mainContentBottom .Products .Description p {
	font-size: 90%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.twoColFixRtHdr #container #mainContent #mainContentBottom .Products .Description p span.price {
	color: #ff0000;
	font-weight: bold;
}	

