@charset "utf-8";
/* Reset all */
* {
	margin: 0px;
	padding: 0px;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}
body {
	margin-top: 0px;
	background-color: #130F0D;
}
#page_super_wrap {
	background-image: url(../images/vig_header.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-color: #EBE4CC;
}
#page_wrap {
	position: relative;
	background-repeat: no-repeat;
	width: 1280px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#price {
	font-size: 18px;
}
#logostrip img, #navbar img {
	border: none;
}
#footer-wrapper {
	background-image: url(../images/vig_footer.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #EAE4CC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	width: 1280px;
	height: 127px;
	margin: 0 auto;
}
#content .centerBoxContentsProducts img, .centerBoxWrapper img, #productMainImage img {
	border: solid 1px #130F0D;
	padding: 1px;
	-moz-box-shadow: #908A70;
	-webkit-box-shadow: #908A70;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #2F1612;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #130F0D;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #856333;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 8px;
}
#copyright {
	text-align: left;
	float: left;
	width: 440px;
}
#footer a:link, #footer a:active, #footer a:visited {
	font-weight: bold;
	color: #E9DDB3;
}
#footer a:hover, #footer a:focus {
	color: #FF9;
	text-decoration: none;
}
#footer #links {
	text-align: right;
	float: right;
	width: 820px;
}

#footer #footerText {
	color: #C0BAA0;
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content-wrapper #content {
	width: 1175px;
	border: solid 1px #3E0F05;
 	background: rgb(255, 255, 240); /* The Fallback */
   	background: rgba(255, 255, 240, 0.95);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px auto;
	-moz-box-shadow: 0 0 5px #e9ddb3;
	-webkit-box-shadow: 0 0 5px #e9ddb3;
	padding: 10px;
}

#content p {
	font-size: 12px;
	line-height: 139%;
	font-weight: normal;
	color: #332513;
	margin-top: 0px;
	margin-bottom: 16px;
}
#content a:link, #content a:active, #content a:visited, #rightSide a:link, #rightSide a:active, #rightSide a:visited {
	font-weight: bold;
	color: #251611;
}
#content a:hover, #content a:focus, #rightSide a:hover, #rightSide a:focus {
	color: #341C12;
	text-decoration: none;
}
.img2 {
	-moz-box-shadow: #222 0 0 3px;
	-webkit-box-shadow: #222 0 0 3px;
	margin: 0;
	padding: 1px;
	border: solid 1px #000;
}