html {
	background: url(../images/bkgrd.gif) repeat;
}
body {
	background: url(../images/top-bkgrd.gif) repeat-x top;
	padding-top: 20px;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
.no-pad {
	padding-left: 0!important;
	padding-right: 0!important;
}
.low-pad {
	padding-left: 5px!important;
	padding-right: 5px!important;
}
.v-pad {
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}
/**FORM VALIDATION**/



#captcha {
	display: block;
}
input.error, select.error, textarea.error {
	border: 1px solid red;
}
.errormsg, label.error {
	color: red!important;
	font-size: 13px!important;
}
.red {
	color: red!important;
}
.navbar-inverse {
	background-color: #69a156;
}
.navbar-nav {
	width: 100%;
}
.navbar-nav li a {
	font-family: 'Marcellus SC', serif;
	color: #FFF!important;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #000;
}
.navbar-nav li a:hover {
	color: #bdfee5!important;
}
#sidenav h2 {
	margin: 10px;
	color: #69a156;
	font-family: 'Marcellus SC', serif;
	font-size: 22px;
}
#sidenav ul {
	margin: 0;
	padding: 0;
	background: #ed476c url(../images/sidenav-bkgrd.gif) repeat-x top;
	border-radius: 0 5px 5px 0;
	margin-right: 15px;
	margin-bottom: 40px;
}
#sidenav ul li {
	list-style: none;
	display: block;
}
#sidenav ul li a {
	font-family: 'Marcellus SC', serif;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #000;
	padding: 6px;
	border-bottom: 1px solid #F7A3A4;
	display: block;
}
#sidenav ul li a:hover {
	text-decoration: none;
	background: rgba(255,255,255,0.26);
	color: #bdfee5;
}
#body-main {
	padding-top: 20px;
	padding-bottom: 20px;
}
.product-tiled img {
	border-radius: 4px;
	box-shadow: 1px 1px 8px rgba(0,0,0,0.26);
}
.product-tiled a {
	color: none;
}
.product-tiled a:hover {
	text-decoration: none;
}
.product-title {
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #37B703;
}
.img-cont {
	position: relative;
	margin-bottom: 8px;
}
.hovertext {
	position: absolute;
	background: rgba(255,255,255,0.81);
	font-size: 13px;
	width: 100%;
	height: 0;
	z-index: 100;
	overflow: hidden;
	-webkit-transition: height 200ms linear;
	transition: height 200ms linear;
	color: #000!important;
}
.hovertext p {
	padding: 15px;
	margin: 0;
	font-style: italic;
	text-align: left;
}
.product-tiled:hover .hovertext {
	height: 100%;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #e02e59;
	border-bottom: 1px solid #37B703;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #37B703;
	border-bottom: 1px solid #e02e59;
}
.sublist li {
	color: #37B703;
}
.sublist a {
	font-size: 21px;
	font-weight: bold;
	color: #37B703;
}
#body-main {
	padding: 15px;
}
.product-tiled .price {
	font-weight: bold;
	margin-bottom: 8px;
	color: #000;
}
.product .price {
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
}
.rslides {
	border: 3px solid #f23e6a;
}
#footer-outer {
	margin-top: 30px;
	background: url(../images/footer-bkgrd.gif) repeat-x center top #69a156;
}
footer {
	padding: 20px 0;
	color: #FFF;
	font-size: 15px;
}
footer a {
	color: #FFF!important;
}
#copyrow {
	background: #004b00;
	color: #82c36a;
	font-size: 11px;
}

/**SIZE SPECIFIC STYLES**/



/**COMBINATIONS**/



/**SS, XS & SM**/

@media (max-width: 991px) {
}

/**SS, XS, SM & MD**/

@media (max-width: 1199px) {
}

/**SM, MD & LG**/

@media (min-width: 768px) {
.navbar-nav>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbar {
	position: relative;
	min-height: 0;
	margin-bottom: 0;
	border: none;
	z-index: 10;
	border-radius: 0;
}
#logo {
	position: relative;
	z-index: 100;
}
#wrap {
	border: 4px solid #f23e6a;
	border-radius: 8px;
	background: #FFF;
}
.dropdown-menu {
	background: #69a156;
	z-index: 1000!important;
}
.dropdown-menu>li>a:hover {
	background: none;
}
.login {
	font-size: 15px!important;
	font-family: Arial, Helvetica, sans-serif!important;
}
#btmlogo {
	float: left;
}
}

/**MD & LG**/

@media (min-width: 992px) {
.navbar {
	padding-left: 60px;
	margin-left: -60px;
}
}

/**INDIVIDUAL SIZES**/



/**XS**/

@media (max-width: 767px) {
.navbar-nav li:hover {
	background: #000!important;
}
#wrap {
	background: #FFF;
}
.pjScProductImage {
	max-width: 60%!important;
}
#btmlogo {
	margin: 0 auto;
}
}

/**SUPERSMALL**/

@media (max-width: 400px) {
}

/**SM**/

@media (min-width: 768px) and (max-width: 991px) {
.navbar {
	padding-left: 35px;
}
.product-tiled {
	height: 310px;
}
.pjScProductImage {
	max-width: 50%!important;
}
.btmnav {
	padding-top: 25px;
}
}

/**MD**/

@media (min-width: 992px) and (max-width: 1199px) {
.product-tiled {
	height: 210px;
}
.pjScProductImage {
	max-width: 60%!important;
}
.btmnav {
	padding-top: 25px;
}
}

/**LG**/

@media (min-width: 1200px) {
.product-tiled {
	height: 250px;
}
.pjScProductImage {
	max-width: 50%!important;
}
.btmnav {
	padding-top: 25px;
}
}
.pjScHeader, .nav-pills.pjScSort, .panel-footer {
	display: none!important;
}
.scButton {
	margin-bottom: 5px!important;
}
.pjScProductPrice, .scSelectorPrice {
	color: red!important;
}
.cs {
	font-family:"Dancing Script",cursive;
	font-size: 44px;
	font-weight: bold;
	color:#DB0003;
}
