/* @group General */

body {
	background-color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
}

#wrapper {
	width: 824px;
	margin: 0 auto;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}

.wrapper {
	width: 880px;
	margin: 0 auto;
}

/* @end */


/* @group Branding */

#branding {
	height: 215px;
	color: #ffffff;
	background: url("../images/header_gradient.png") repeat-x;
	border-bottom: 1px solid #002f5f;
}

#branding .wrapper {
	position: relative;
	width: 920px;
	padding-top: 32px;
}

#logo {
	display: block;
	width: 384px;
  padding: 150px 0 0 0;
  overflow: hidden;
  background-image: url("../images/raskin.png");
  background-repeat: no-repeat;
  height: 0px !important;
  height /**/:150px;
}

#header-shop-button {
	position: absolute;
	top: 132px;
	right: 20px;
	width: 137px;
  padding: 46px 0 0 0;
	overflow: hidden;
	background-image: url("../images/banner.buynow.pressed.png");
	background-repeat: no-repeat;
  height: 0px !important;
  height /**/:46px;
}

/* @end */


/* @group Content */

#content {
	background: url("../images/content.gradient.png") top left repeat-x;
	padding: 27px 0;
}

/* @end */


/* @group Navigation */

/* turned off for the default shop so it doesn't show up on the contact page */
#shop-navigation {
	display: none;
	margin-bottom: 64px;
}

/* all products and the container page (chooseproduct) add Page-Level CSS Class */  
.raskin-show-navigation #shop-navigation {
	display: block;
}

#shop-navigation h2 {
	text-align: center;   
}

/* @end */


/* @group Footer */

#footer {
	clear: both;
	color: #9b9b9b;
	font-weight: 500;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	padding: 10px 0 10px 0;
	background: url("../images/footer.gradient.png") top left repeat-x;
}


#footer p {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

#footer a {
	color: #9b9b9b;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .vcard .tel .type {
	display: none;
}

/* @end */


/* @group Shop */

#branding #security-logo {
	position: absolute;
	bottom: 13px;
	right: 17px;
}

#branding #security-logo {
	line-height: 0;
}

/* @end */

.giftcert {
	background-image: url("../images/giftcert.jpg");
	width: 280px;
	height: 185px;
}
/* show gift image in container */
.store-product-option.gift {
    background: url("../images/giftcert.jpg") no-repeat scroll 25px 75px transparent;
    padding-bottom: 200px;
}

.store-product-option-description, .store-product-option-description-offers {
    margin-left: 32px;
}

.store-product-option-price {
    float: right;
    margin-right: 350px;
}

.store-product-option {
    font-size: 14px;
    padding-top: 1em;
}

.store-product-option-title {
    font-weight: bold;
}
.store-product-option-group-description {
    font-size: 14px;
}
/* hide title on container */
.hidetitle .store-product-detail-title {
display: none !important;
}

.hidetitle .store-product-detail-description .store-product-detail-title {
display: block !important;
}

/* show zero price on product options */
.store-product-option-price-zero, .store-product-option-price-original-zero {
display: inline !important;
}
