html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjMTQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZTVmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmU1ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #4c1435 0%, #ffe5f4 75%, #ffe5f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c1435), color-stop(75%, #ffe5f4), color-stop(100%, #ffe5f4));
	background: -webkit-linear-gradient(top, #4c1435 0%, #ffe5f4 75%, #ffe5f4 100%);
	background: -o-linear-gradient(top, #4c1435 0%, #ffe5f4 75%, #ffe5f4 100%);
	background: -ms-linear-gradient(top, #4c1435 0%, #ffe5f4 75%, #ffe5f4 100%);
	background: linear-gradient(to bottom, #4c1435 0%, #ffe5f4 75%, #ffe5f4 100%);
	background-repeat: no-repeat;
	background-color: #ffe5f4;
}
#container {
	background: #fff url(../images/bgNoise.png);
	border-width: 0 1px;
	border-style: solid;
	border-color: #420127;
}
#topNav.navbar {
	margin-bottom: 0px;
}

h2 {
	text-align: center;
}
.mainImage {
	float: right;
	text-align: right;
	font-size: small;
	clear: right;
}
.sideImage {
	float: right;
	text-align: right;
	font-size: small;
	margin-left: 4px;
}
footer {
	width: 100%;
	background: #4C1435;
	color: #fff;
}
footer img {
	padding: 4px;
}
footer a:link, footer a:visited {
	color: #a68a9a;
}
/* form styles */
input, textarea {
	color: #000;
}
#promotopfront {
	display: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #444;
font-style: italic;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #444;
font-style: italic;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #444;
font-style: italic;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #444;
font-style: italic;
opacity: 1;
}
.placeholder { /* placeholder plugin */
	color: #444;
	font-style: italic;
	opacity: 1;
}

/* Styles for product galleries */
.productGallery {
	clear: both;
}
.productCaption {
	text-align: center;
	font-size: small;
}
.productCaptionTwo {
	margin-top: 10px;
}
.productGallery li {
	text-align:center;
}
/* Home page styles */
#featured {
	padding-right:25%;
	margin: 10px 0;
	position:relative;
	overflow:hidden;
}
#featured ul.ui-tabs-nav {
	position: absolute;
	top:0;
	right: 0;
	list-style:none;
	padding:0;
	margin:0;
	width:25%;
	height: 420px;
	overflow:auto;
	overflow-x:hidden;
}
#featured ul.ui-tabs-nav li {
	padding:1px 0;
	padding-left:13px;
	font-size:12px;
	color:#660;
	margin-bottom: 8px;
}
#featured ul.ui-tabs-nav li img {
	float:left;
	margin:2px 5px;
	background:#fff;
	padding:2px;
	border:1px solid #533701;
}
#featured ul.ui-tabs-nav li span {
	font-size:11px;
	font-family:Verdana;
	line-height:18px;
}
#featured li.ui-tabs-nav-item a {
	display:block;
	height:65px;
	text-decoration:none;
	color:#333;
	background: #C09D58;
	padding: 2px;
	line-height:20px;
	outline:none;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a {
	background:#C09033;
}
#featured .ui-tabs-panel .info {
	position:absolute;
	top:0px;
	left:0px;
	background: rgba(0, 0, 0, 0.5);
	width: 75%
}
#featured .ui-tabs-panel img {
	width: 100%;
}
#featured .info h3 {
	font-size:1.2em;
	font-family:Georgia, serif;
	color:#fff;
	padding:5px;
	margin:0;
	font-weight:normal;
	overflow:hidden;
}
#featured .info p {
	margin:0 5px;
	font-family:Verdana;
	font-size:11px;
	line-height:15px;
	color:#f0f0f0;
}
#featured .info a {
	text-decoration:none;
	color:#fff;
}
#featured .info a:hover {
	text-decoration:underline;
}
#featured .ui-tabs-hide {
	display:none;
}
#facebookBox {
	height: 500px;
	margin-bottom: 1em;
}
#homePull address {
	font-weight: bold;
}
#homeIntro h2 {
	font-size: x-large;
}


/* Non-mobile styles */

@media only screen and (min-width: 769px) {
	
#container {
	min-height: 100%;
	position: relative;
}

#content {
	padding-bottom: 85px;
}

footer {
	height: 80px;
	bottom: 0;
	position: absolute;
}
.productGallery li {
	min-height: 375px;
}

}
/* Mobile styles */

@media only screen and (max-width: 768px) {
footer {
 height: inherit;
 position: static;
}

#featured {
 display: none;
}

#content {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

.productGallery li {
	display: inline-block;
	float: none;
	width: 45% !important;
}

}