/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #252524 url(images/bg_site.jpg) no-repeat center top;
	font: 12px Verdana, Tahoma, Geneva, Arial, sans-serif;
	color: #333333;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Removes borders for images and fieldsets */
img, fieldset {
	border: 0;
}

/* Removes borders for tables and table cells */
table, td {
	border-collapse: collapse;
	vertical-align: top;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1 {
	color: #d16903;
	font-weight: normal;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Styles custom h1 headings */
h1#heading1, h1#heading2, h1#heading3, h1#heading4, h1#heading5, h1#heading6, h1#heading7, h1#heading8, h1#heading9 {
	width: 680px;
	height: 45px;
	padding: 0px;
	margin: 0;
}
h1#heading1 {
	background: url(images/pg1heading.gif) no-repeat; 
	text-indent: -1500px;
}
h1#heading2 {
	background: url(images/pg2heading.gif) no-repeat; 
	text-indent: -1500px;
}
h1#heading3 {
	background: url(images/pg3heading.gif) no-repeat; 
	text-indent: -1500px;
}
h1#heading4 {
	background: url(images/pg4heading.gif) no-repeat; 
	text-indent: -1500px;
}
h1#heading5 {
	background: url(images/pg5heading.gif) no-repeat; 
	text-indent: -1500px;
}
h1#heading6 {
	background: url(images/pg6heading.gif) no-repeat; 
	text-indent: -1500px;
}
h1#heading7 {
	background: url(images/pg7heading.gif) no-repeat; 
	text-indent: -1500px;
}
h1#heading8 {
	background: url(images/pg8heading.gif) no-repeat; 
	text-indent: -1500px;
}
h1#heading9 {
	background: url(images/pg9heading.gif) no-repeat; 
	text-indent: -1500px;
}
h2, h3, h4, h5 {
	color: #d85803;
	margin: 5px 20px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h2 {
	font-size: 20px;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;	
}
h5 {
	font-size: 28px;
	text-transform: uppercase;	
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 20px;
	margin: 5px 20px 10px;
}

/* Creates DIV to set back to top link */
p#back {
	margin: 5px 20px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	clear: both;
}
p#back a {
	text-align: right;
}

td {
	line-height: 18px;
}

hr {
 height: 1px;
 background: #D9D9D9;
 width: 670px;
 margin: 5px auto;
 clear: both;
 border: 0;
 }

address {
	line-height: 14px;
	font-size: 11px;
	font-style: normal;
	}

/* Style unordered lists and colmuns of text */
ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: none;
}	
	
/* Styles A links */
a:link {
	text-decoration: underline;
	color: #f18011;
}
a:visited {
	text-decoration: underline;
	color: #d16903;
}
a:hover {
	text-decoration: none;
	color: #fa8c20;
}
a:active, a.selected {
	text-decoration: none;
	color: #e27408;
}
	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width: 960px;
	margin: 0px auto;
	background: #ffffff url(images/layout.gif) repeat-y; /* Faux column bg for page */
}

/* Creates DIV container for header. */
div#header {
	width: 960px;
	margin: 0px auto;
	height: 115px;
	background: url(images/header_bg.jpg) no-repeat;
	}
	
/* Creates DIV container for sidebar content */ 
div#sidebar {
	color: #e5e5e5;
	width: 280px;
	float: right;
	padding: 0px;
	background: url(images/sidebar_bg.jpg) no-repeat;
	font: 11px Verdana, Tahoma, Geneva, Arial, sans-serif;
}
div#sidebar a {
    font-weight: bold;
}
div#sidebar a:link, div#sidebar a:visited {
	text-decoration: underline;
	color: #f0eeee;
}
div#sidebar a:hover, div#sidebar a:active {
	text-decoration: none;
	color: #f6f5f5;
}
div#sidebar address {
	padding: 0px 20px 10px;
}
div#sidebar p {
	line-height: 18px;
	margin: 5px 20px 10px;
}
div#sidebar ol, div#sidebar ul {
	line-height: 16px;
	margin: 5px 20px 10px;
}
div#sidebar ul li {
	padding-left: 15px;
	background: url(images/bullet_sidebar.gif) no-repeat;
	list-style: none;	
}

/* Creates DIV container for main content */ 
div#content {
	width: 680px;
	float: left;
	clear: left;
	padding: 0px 0px 10px 0px;
	background: url(images/content_bg.jpg) no-repeat 0px 195px;
}

div#content a {
	font-weight: bold;
}
div#content ol, div#content ul {
	line-height: 18px;
	margin: 5px 20px 10px;
}
div#content ul li {
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat;
	list-style: none;	
}
div#content ul.occasions li {
	background: url(images/bullet_star.gif) no-repeat;
	font-size: 14px;	
}
html>body ul.rightlist li { /* use for unordered lists placed next to left floating images */
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat 0px top;
	*background: url(images/bullet.gif) no-repeat 0px top; /* hack for Internet Explorer 7 */
	list-style: none;
}
ul.rightlist li {
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat;
	list-style: none;
}

/* Creates DIV container for call to action */ 
div#cta {
	background: #000000;
	width: 680px;
	padding: 0;
	margin: 0;
}


/* Styles DIV container for Google map */
div#map {
	border: 1px solid #747474;
	text-align: center;
	margin: 5px auto 5px;
	width: 638px;
}

/* Styles DIY frames in Plus sites */
#iframe1 {
	margin: 0;
	clear: both;
}

/* Creates DIV container for footer content */ 
div#footer {
	font-size: 10px;
	width: 920px;
	margin: 0px auto;
	text-align: left;
	clear: both;
	padding: 0px 20px;
	background: #1f1f1f url(images/footer_bg.gif) no-repeat;
	color: #cfcfcf;
}
div#footer a {
	font-weight: bold;
}
div#footer a:link, div#footer a:visited {
	text-decoration: underline;
	color: #e1e0e0;
}
div#footer a:hover, div#footer a:active {
	text-decoration: none;
	color: #f0eeee;
}
div#footer img {
	float: right;
	margin-top: 0px;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 10px;
	margin: 0px auto;
	padding: 15px 0px 5px;
}

/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 9px;
	margin: 0px auto;
	padding: 5px 0px 10px;
}
div#copyright img {
	margin-top: -25px;
}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	font: 11px Tahoma, Verdana, Geneva, Arial, sans-serif;
	background: #454544 url(images/mainnav_bg.jpg) repeat-x;
	width: 960px;
	height: 35px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	background: url(images/link_bg.jpg) no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	padding: 11px 20px 11px;
	text-decoration: none;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	background: #ef8823 url(images/hover_bg.jpg) repeat-x;
	color: #ffffff;
	width: auto;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #df6204 url(images/current_bg.jpg) repeat-x;
	color: #ffffff;
	width: auto;
}

/* ----------------- ADDITIONAL CLASSES and DIVs ------------------ */

div#rtfloat, div#ctrfloat, div#lftfloat, div#rtfloat2, div#ctrfloat2, div#lftfloat2 {
	text-align: center;
	font-size: 12px;
}

/* start hack to hide DIV styles from Internet Explorer 6 and under */
html>body div#rtfloat {
	float: right;
	margin: 10px 10px 5px;
}
html>body div#ctrfloat {
	float: left;
	margin: 10px 0px 5px;
}
html>body div#lftfloat {
	float: left;
	margin: 10px 10px 5px;
}
/* end hack */

div#rtfloat {
	float: right;
	margin: 10px 3px 5px;
}
div#rtfloat img {
	margin-bottom: 5px;
}
div#ctrfloat {
	float: left;
	margin: 10px 0px 5px;
}
div#ctrfloat img {
	margin-bottom: 5px;
}
div#lftfloat {
	float: left;
	margin: 10px 3px 5px;
}
div#lftfloat img {
	margin-bottom: 5px;
}
/* start hack to hide DIV styles from Internet Explorer 6 and under */
html>body div#rtfloat2 {
	float: right;
	margin: 10px 20px 5px;
}
html>body div#rtfloat3 {
	float: right;
	margin: 10px 20px 5px;
}
html>body div#ctrfloat2 {
	float: left;
	margin: 10px 0px 5px;
}
html>body div#lftfloat2 {
	float: left;
	margin: 10px 20px 5px;
}
/* end hack */

div#rtfloat2{
	float: right;
	margin: 10px 13px 5px;
}
div#rtfloat3{
	float: right;
	margin: 0px 13px 5px;
}
div#rtfloat2 img {
	margin-bottom: 5px;
}
div#rtfloat3 img {
	margin-bottom: 5px;
}
div#ctrfloat2 {
	float: left;
	margin: 10px 0px 5px;
}
div#ctrfloat2 img {
	margin-bottom: 5px;
}
div#lftfloat2 {
	float: left;
	margin: 10px 13px 5px;
}
div#lftfloat2 img {
	margin-bottom: 5px;
}
img.rt {
	float: right;
	margin: 10px 20px 5px;
}
img.rtborder {
	border: 1px solid #747474;
	float: right;
	margin: 10px 20px 5px;
}
img.lft {
	float: left;
	margin: 10px 20px 5px;
}
img.lftborder {
	border: 1px solid #747474;
	float: left;
	margin: 10px 20px 5px;
}
img.rtnotopmargin {
	float: right;
	margin: 0px 20px 5px;
}
img.rtnotoprightmargin {
	float: right;
	margin: 0px 0px 5px 20px;
}
img.rtbordernotopmargin {
	border: 1px solid #747474;
	float: right;
	margin: 0px 20px 5px;
}
img.rtbordernotoprightmargin {
	border: 1px solid #747474;
	float: right;
	margin: 0px 0px 5px 20px;
}
img.lftnotopmargin {
	float: left;
	margin: 0px 20px 5px;
}
img.lftbordernotopmargin {
	border: 1px solid #747474;
	float: left;
	margin: 0px 20px 5px;
}
img.lftnotopleftmargin {
	float: left;
	margin: 0px 20px 5px 0px;
}
img.lftbordernotopleftmargin {
	border: 1px solid #747474;
	float: left;
	margin: 0px 20px 5px 0px;
}
img.ctrborder {
	border: 1px solid #747474;
	text-align: center;
	margin: 5px auto;
}
img.border {
	border: 1px solid #747474;
}
img.ctr {
	text-align: center;
	margin: 5px auto;
}

/* DIVs to create columns for paragraphs. */
html>body div#rates, html>body div#complimentary, html>body div#weddingpackage {
	width: 200px;
	margin: 0px 20px 10px;
}
div#rates, div#complimentary, div#weddingpackage {
	width: 200px;
	margin: 0px 13px 10px;
}
div#rates {
	background: #e9e9e9 url(images/rates_bg.jpg) no-repeat left top;
	border-bottom: 1px solid #d2d1d1;
	padding: 10px;
}
div#complimentary {
	background: #e9e9e9 url(images/complimentary_bg.jpg) no-repeat left bottom;
	border-top: 1px solid #d2d1d1;
	padding: 10px 10px 120px;
}
div#weddingpackage {
	background: #e9e9e9 url(images/weddingpackage_bg.jpg) no-repeat left top;
	border-bottom: 1px solid #d2d1d1;
	padding: 140px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#leftpara {
	float: left;
	width: 240px;
	margin-bottom: 10px;
}
html>body div#rightpara {
	float: left;
	width: 440px;
	margin-bottom: 10px;
}
div#rightpara {
	float: left;
	width: 433px;
	margin-bottom: 10px;
}
div#wedding {
	width: 288px;
	padding: 20px 250px 20px 100px;
	margin: 5px auto;
	clear: both;
	background: url(images/wedding_bg.jpg) no-repeat;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
div#birthday {
	float: left;
	width: 250px;
	background: url(images/birthday_bg.jpg) no-repeat;
	padding: 50px 65px 90px 35px;
}
div#romantic {
	width: 670px;
	padding: 20px 0px 20px;
	margin: 20px auto 5px;
	clear: both;
	background: url(images/romance_bg.jpg) no-repeat;
	border-top: 1px solid #D9D9D9;
}
/* CLASSES to create columns for unordered lists. */
html>body ul.leftul {/* hack to hide UL styles from Internet Explorer 6 and under */
	float: left;
	width: 290px;
}
li.stars {
	list-style-image: url(images/bullet_star.gif);
}

html>body ul.rightul {
	float: left;
	width: 290px;
}
ul.leftul {
	float: left;
	width: 260px;
}
ul.rightul {
	float: left;
	width: 260px;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to empahsize text and images */
.empahsize {
	font-size: 14px;
}

/* Class to make text one pixel/point larger for the business name in the address */
.businessname {
	font-size: 12px;
	font-weight: bold;
}

/* Class to emphasize the business name in the content */
.businessnamecontent {
	color: #d26902;
	font-weight: bold;
}

.specials {
	 padding: 10px 20px;
	 border: 1px solid #4a4949;
 }
div#offer {
	 padding: 5px 0px 5px;
	 border: 1px solid #4a4949;
	 width: 238px;
	 margin: 0px 20px;
 }

/* Class to add the balloon icon or heart icon to text */
.balloon {
	padding-left: 40px;
	background: url(images/balloon_icon.jpg) no-repeat;
}
.heart {
	padding-left: 40px;
	background: url(images/heart_icon.gif) no-repeat;
}

.right {
	float: right;
}

.clearleft {
	clear: left;
}