/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms defaults */
#main .rf-paragraph {
	margin: 0 0 18px 0;
}
#main .video {
	text-align: center;
	margin: 24px 0;
}
#main .photoset {
	margin: 12px 0;
}
#main .photoset img {
	float: left;
	margin: 6px 15px 9px 0;
}
#main div.image img {
	display: block;
}
#main div.image .caption {
	text-align: center;
	padding-bottom: 5px;
}
#main div.right {
	margin: 0 0 6px 12px;
    float: right;
}
#main div.left {
	margin: 0 12px 6px 0;
    float: left;
}
#main div.center_wrapper {
    *text-align: center;
}
#main div.center {
    margin-left: auto;
 	margin-right: auto;
    display: table;
    *display: inline;
    zoom: 1;
}

/* general layout */
body {
	background: #fff;
}
#body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #000;
}
#wrapper {

}
#header_wrap {
    height: 170px;
}
#header {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header_info #logo_box {
    position: absolute;
}
#header_info #logo {
    font-size: 30px;
    text-decoration: none;
}

#header_info.text_logo #logo_box {
    top: 40px;
}
#header_info.text_logo #logo_wrapper {
    float: left;
    width: 350px;
    overflow: hidden;
    font-size: 30px;
    height: 36px;
    line-height: 36px;
}
#header_info #tagline_wrapper {
	position: absolute;
	top: 40px;
	right: 0;
	width: 450px;
	margin: 0px;
}
#header_info #tagline {
    text-align: center;
    font-size: 18px;
    float: right;
    overflow:hidden;
    height: 36px;
    line-height: 36px;
}
#nav_wrap {
    position: absolute;
    top: 100px;
}
ul#nav {
	list-style-type: none;
	margin: 0;
}
ul#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
ul#nav a {
	text-decoration: none;
	font-size: 14px;
	margin: 0 30px 0 0;
	display: block;
	float: left;
}
ul#nav a:hover, ul#nav a.active {

}

#main_wrap {
	
}
#main {
	width: 960px;
	margin: 0 auto;
}
#main_int {
	padding: 1px 30px;
}


#content {
	min-height: 400px;
}
#content_int {
}

/* sidebar */
#main.with_sidebar #content {
	width: 690px;
	float: left;
}
#sidebar {
	float: left;
	width: 180px;
	margin-right: 30px;
}
#sidebar #sidebar_header {
    display: none;
}
#sidebar ul#subnav {
	list-style-type: none;
	margin: 0;
	padding: 6px 20px;
}
#sidebar ul#subnav li {
	margin: 0 0 9px 0;
	padding: 0;
}
#sidebar ul#subnav li a {
	font-size: 14px;
	text-decoration: none;
}
#sidebar ul#subnav li a:hover, #sidebar ul#subnav li a.active {
}
#sidebar ul#subnav li ul.subsubnav {
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 6px 0 0 0;
}
#sidebar ul#subnav li ul.subsubnav li a {
	font-size: 12px;
}
#sidebar .sidebar_box form {
    padding: 0px;
    margin: 0px;
}
#sidebar .sidebar_box form input.text {
    border: 1px solid #999;
    padding: 2px;
    width: 150px;
    font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    color: #333;
}

#footer_wrap {
}
#footer {
	width: 960px;
	margin: 0 auto;
	font-size: 10px;
	padding: 30px 0;
}
#footer a {
}
#footer #footer_int #footer_left,#footer #footer_int #lower_footer_left {
    width: 45%;
    float: left;
}
#footer #footer_int #footer_right,#footer #footer_int #lower_footer_right {
    width: 45%;
    float: right;
    text-align: right;
}
#footer #footer_int #footer_right #social_wrapper {
    margin-bottom: 7px;
    height: 24px;
    line-height: 24px;
}
#footer #footer_int #footer_right .social_links {
    text-decoration: none;
    margin: 0px 5px;
    height: 24px;
    line-height: 24px;
    display: block;
    float: right;
    padding-left: 10px;
}
#social_wrapper #follow_us {
    float: right;
}
#footer_facebook div {
    height: 24px;
    width: 24px;
    float: left;
    margin-right: 6px;
    background: url(/images/facebook.png) center left no-repeat;
    *background: none;
    *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/facebook.png', sizingMethod='fixed');
}
#footer_twitter div {
    height: 24px;
    width: 24px;
    float: left;
    margin-right: 6px;
    background: url(/images/twitter.png) center left no-repeat;
    *background: none;
    *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/twitter.png', sizingMethod='fixed');
}
#footer_yelp div {
    height: 24px;
    width: 24px;
    float: left;
    margin-right: 6px;
    background: url(/images/yelp.png) center left no-repeat;
    *background: none;
    *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/yelp.png', sizingMethod='fixed');
}
#footer #footer_int #lower_footer_left #company_logo_link img {
    vertical-align: middle;
    padding: 0px 8px 0px 0px;
    height: 40px;
}

/* styles */

#main a {

}

#main form {
	margin: 24px 0;
}
#main form label {
	width: 100px;
	padding: 3px 15px 3px 0;
	text-align: right;
	float: left;
}
#main form input.text {
	border: 1px solid #999;
	padding: 2px;
	width: 200px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
}
#main form textarea {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
	border: 1px solid #999;
	padding: 2px;
	width: 300px;
	height: 150px;
}
#main form .form_item {
	margin: 0 0 12px 0;
}


/* menu */

#menus {
	margin: 24px 0;
}

#menus .menu-box {
	float: left;
	width: 124px;
	margin: 0 27px 18px 0;
	text-align: center;
}
#menus .menu-box img {
	display: block;
	margin-bottom: 6px;
}
#menus .menu-box a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

#menu .menu-category {
	margin: 18px 0;
	padding-bottom: 12px;
	border-bottom: 1px dotted #959595;
}
#menu .category-title {
	margin-bottom: 0;
	text-transform: lowercase;
}
#menu .category-description {
	margin-bottom: 12px;
}
#menu .menu-item {
	margin-bottom: 12px;
}
#menu .menu-item .item-info {
	width: 84%;
	float: left;
}
#menu .menu-item .item-title {
	font-weight: bold;
	color: #000;
}
#menu .menu-item .item-description {
	font-style: italic;
}
#menu .menu-item .item-price {
	width: 15%;
	float: right;
	color: #000;
	text-align: right;
}

/* store */
#categories {
	margin: 24px 0;
}

#categories .category-box {
	float: left;
	width: 124px;
	margin: 0 27px 18px 0;
	text-align: center;
}
#categories .category-box img {
	display: block;
	margin-bottom: 6px;
}
#categories .category-box a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

#store .store_item .product_photo {
	float: left;
	margin: 0 15px 12px 0;
}

/* special offers */
#special_offers .special_offer {
	margin-bottom: 18px;
}
#special_offers .special_offer h2 {
	margin-bottom: 6px;
}

/* events */
#events .event .event-date {
	float: left;
	width: 50px;
	height: 36px;
	padding: 7px 0;
	margin-right: 9px;
	background: #981509;
	color: #fff;
	text-align: center;
	font: 15px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

/* news */

#news .news_article {
    margin-bottom: 18px;
}

/* homepage */

#banner {
	margin-bottom: 15px;
}
#intro {
	font-size: 14px;
	line-height: 20px;
}
#intro h1 {
	line-height: normal;
	margin-bottom: 6px;
}
#homepage_button {
    float: left;
    margin-top: 20px;
}
#homepage_button a {
    text-align: center;
    padding: 0px 15px;
    display: block;
    overflow: hidden;
}
#triptych {
	margin: 15px 0 24px 0;
}
#triptych .tri {
	width: 280px;
	float: left;
}
#triptych #tri-1 {
}
#triptych #tri-2 {
	margin-left: 30px;
	margin-right: 30px;
}
#triptych #tri-3 {
}
#triptych .tri img {
	display: block;
	margin-bottom: 12px;
}
#triptych .tri form input.text {
    border: 1px solid #999;
    padding: 2px;
    width: 175px;
    font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    color: #333;
}
#triptych .tri a.button {

}


/* paragraph */

.photo_gallery {
    margin: 0px auto;
    padding-top: 10px;
    width: 600px;
}
.highlighted_photo {
	margin-bottom: 15px;
}
.photo_gallery .photo_wrap {
	height: 458px;
	width: 600px;
	overflow: hidden;
	text-align: center;
}
.photo_gallery .photo_wrap img {
	background: #fff;
}
.gallery_thumbs {
    width: 588px;
    margin: 0px auto;
}
.gallery_thumbs a {
	margin: 0px;
	padding: 0px;
}
.gallery_thumbs img {
	background: #fff;
	float: left;
	padding: 0px;
	margin:10px;
}
.gallery_thumbs .activeSlide img {
}



/* other styles */
.clear {
	clear: both;
}
