/* Cap color: #612712 */
/* Main Orange color: #ff6900 */
/* Green #65a710; */
/* Footer green 005e20/

@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
/* CSS Document */
@font-face{  
    font-family: segoewp;  
    src: url('../fonts/SegoeWP.ttf'); /* For IE */ 
    src: local('segoewp'), url('../fonts/SegoeWP.ttf') format('truetype'); /* For non-IE */ 
}

@font-face{  
    font-family: segoewpl;  
    src: url('../fonts/SegoeWPL.ttf'); /* For IE */ 
    src: local('segoewp'), url('../fonts/SegoeWPL.ttf') format('truetype'); /* For non-IE */ 
}

@font-face{  
    font-family: segoewpb;  
    src: url('../fonts/SegoeWPB.ttf'); /* For IE */ 
    src: local('segoewp'), url('../fonts/SegoeWPB.ttf') format('truetype'); /* For non-IE */ 
}

@font-face{  
    font-family: "DIN Black";  
    src: url('../fonts/DIN-Black.otf.'); /* For IE */ 
    src: local('din black'), url('../fonts/DIN-Black.otf') format('embedded-opentype'); /* For non-IE */ 
}

@font-face{  
    font-family: "DIN";  
    src: url('../fonts/DIN-Regular.ttf'); /* For IE */ 
    src: local('din'), url('../fonts/DIN-Regular.ttf') format('truetype'); /* For non-IE */ 
}

@font-face{  
    font-family: "DIN Light";  
    src: url('../fonts/DIN-Light.otf'); /* For IE */ 
    src: local('din light'), url('../fonts/DIN-Light.ttf') format('embedded-opentype'); /* For non-IE */ 
}

body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color: #670006;
	margin: 0; 
	padding: 0; 
}

a:link {
	color: #670006;
	text-decoration:none;
}
a:visited {
	color: #670006;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

.contentText a:hover {
	color: #ff6900;
	text-decoration:none;
}
a:active {
	color: #612712; 
	text-decoration:none;
}

#centered
{ 
 width: 100%; /* set to desired width in px or percent */
 background:url('../images/main-bg.png');
 border:1px solid;
 text-align: center; /* optionally you could use "justified" */
 border: 0px solid; /* Changing this value will add lines around the centered area */
 padding: 0;  
 padding-left:0px;
 
} 

.bd{
	border:1px solid;
}

.header{
	text-align:center;
	width:988px;
	height:70px;
	background-color:#FF6900;
	margin: 0 auto; 
}

img.infog{
	margin-right:25px;
	}

ul.bjqs img{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}	

#logo_head{
	padding-left:4px;
	float:left;
}

.banner_90{
	clear:both;
	margin:0 auto;
	padding:14px 0 14px 0;
	background:white;
	height:90px;
	border:0px solid;
	
}

.top_navi{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:white;
	padding-top:0px;
	border:0px solid;
	margin-left:89px;
}
ul.navi{
	margin:0px auto;
	padding-left:180px;
	width:785px;
}
ul.navi li.navi{
	/* change it when add/remove menu */
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:white;
	padding-top:25px;
	list-style:none;
	float:left;
	margin-left:25px;
}

.slideshow{
	clear:both;
	margin-top:20px;
	margin-right:12px;
	margin-bottom:0px;
	width:665px;
	height:250px;
	border:0px solid;
	box-shadow: 0px 1px 3px #888888;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#message{
	text-align:left;
	margin-top:13px;
	width:988px;
}

#testimonial{
	float:right;
	width:204px; /* width 318 - margin, padding */
	/* height:250px; /* height 300 - margin, padding */
	margin-top:13px;
	padding:25px 20px 15px 85px;	
	background-color:white;
	background-image:url('../images/quote-sign-left.png');
	background-repeat:no-repeat;
	background-position: 5px 5px;
	box-shadow: 0px 0px 1px #999999;
	text-align:left;
}

#testimonial p{
	font-style:italic;
	color: #670006;
	font-size:0.9em;
}

.read_more{
	font-size:0.8em;
}

.footer_old{
	text-align:left;
	width:988px;
	height:30px;
	background-color:#FF6900;
	margin:5px auto;
}

.footer .left_txt{
	padding-left:20px;
	padding-top:8px;
}

#footer{
	clear:both;
	text-align:left;
	width:988px;
	height:25px;
	background-color:#FF6900;
	padding-top:8px;

}

#footer span{
	padding-left:20px;
}

.cleared{
	clear:both; height:8px;
}



/*   Message format for the Main Page  */
#messageText{
	width:569px;
	background:white url('../images/msg-bg-gradient.png') no-repeat;
	color:black;
	padding-left:85px;
	padding-right:8px;
	padding-top:10px;
	margin-top:0px;
	box-shadow: 0px 1px 2px #999999;
	text-align:left;
	
}

#messageText h1{
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:5px;
}

#messageText h2{
	font-family:"arial";
	font-size:1.0em;
}

#messageText p.smallText{
	font-family:"DIN";
	font-size:0.9em;
	color:black;
	padding-left:0px;
}

#messageText .big{
	font-size:1.5em;
}

#messageText span{
	padding-left:20px;
}

#messageText div{
	width:50px;
}

.text{
	font-family:"DIN";
	font-size:1.2em;
	color:black;
	padding-left:20px;
}

.textHighlight{
	font-family:"DIN Black";
	font-size:1.4em;
	color:#FF6900;
}

/* Banner main page top-right */
#bannerTopRight{
	margin-top:0px;
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:13px;
	width:293px;
	background:#FF6900;
	text-align:left;
	font-size:1em;
	color:white;
	box-shadow: 0px 1px 3px #999999;
}

div.highlight{
	font-family:Arial;
	font-size:2.5em;
	color:#FF6900;
	font-weight:bold;
	height:48px;
	padding-top:5px;
}

/* MaxRoot Color Set */
.colorRed{color:#D80000;}
.colorOrange{color:#FF6900;}
.colorBlue{color:#417FAD;}
.colorGreen{color:#9BBB59;}
.colorPurple{color:#8064A2;}
.colorPastelPink{color:#BF504C;}

.orderBtn{
	text-align:left;
	padding-top:5px;
}

.orderBtn img:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

/* Stylesheet */
/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
  font-size: 11px;
}

#bodyWrapper {
}

#bodyContent {
text-align:left;
}

#header {
  height: 60px;
}

#storeLogo {
  float: left;
  margin-top: 5px;
}

#headerShortcuts {
  float: right;
  margin-top: 15px;
}

#columnLeft {
  padding-top: 5px;
}

#columnRight {
  padding-top: 5px;
}

.infoBoxContainer { }

.infoBoxHeading {
  padding: 2px;
  font-size: 11px;
}

.infoBoxContents {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
}

.contentContainer {
  padding-bottom: 10px;
}

.contentContainer h2 {
  font-size: 16px;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.contentText, .contentText table {
  padding: 5px 0 5px 0;
  line-height: 1.5;
  
}

.productListTable {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
}

.productListTable tr.alt td {
  background-color: #ecf6fc;
}

.fieldKey {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  width: 150px;
}

.fieldValue {
  font-size: 11px;
  line-height: 1.5;
}

h1 {
  font-size: 2em;
  margin-bottom: 0;
  padding-bottom: 5px;
}

img {
  border: 0;
}

table, p {
  font-size: 1em;
  line-height: 1.5;
}

#piGal ul {
  list-style-type: none;
}

#piGal img {
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
}

#piGal .outer {
  margin-left: -30px;
}

.buttonSet {
  clear: both;
}

.buttonAction {
  float: left;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListingHeader {
  table-layout: fixed;
  color: #FFFFFF;
  font-weight: bold;
}

.productListingHeader A:hover {
  color: #FFFFFF;
}

.productListingData {
  table-layout: fixed;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* buttons */

.tdbLink a { }

.tdbLink button { }

/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}

/* Full width */
.fullwidth{width:100%;padding:5px;}
.fullwidthwhite{width:100%;background:white;padding:5px;}
.contentwidth{width:988px;margin:0 auto;text-align:left;}
.textblock{
padding:5px 15px 5px 15px;
margin-bottom:15px;
line-height:1.1;
font-family:"segoewpb";
color:black;
font-size:1.2em;
border-color:black;
border:1px solid;
-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 1px 3px #888888;
}

/* Block Orange */
.blockOrange{
	background: #FFF url('../images/orange-v-strip.png') repeat-y; 
	width:858px;
	margin:3px auto;
	padding:10px 30px 20px 30px;
	text-align:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 1px 3px #888888;
}

.blockOrange h2{
	font-size:1.3em;
}

/* Block Green */
.blockGreen{
	background: #FFF url('../images/green-v-strip.png') repeat-y; 
	width:858px;
	margin:0px auto;
	margin-bottom:10px;
	padding:20px 30px 20px 30px;
	text-align:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 1px 3px #888888;
}

.blockGreenThin{
	background: #FFF url('../images/green-v-strip.png') repeat-y; 
	width:858px;
	margin:0px auto;
	margin-bottom:10px;
	padding:0px 30px 0px 30px;
	text-align:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 1px 3px #888888;
}

div.footer{
display:block;
margin-right:18px;
float:left;
}
div.footer h3{
color:#005e20;
}
div.footer p{
display:block;
color:white;
}

div.footer p a{
color:white;
}

div.footer p a:hover{
text-decoration:none;
color:#612712;
}

div.logo{
text-align:right;
}

div.footerArea{
width:988px;
margin:0 auto;
text-align:left;
padding-top:10px;
}

input[type=submit]{
background:none;
border:none;font-size:0.9em;
color:#fff;

}

input[type=submit]:hover{
color:#612712;
}

.fullwidth-header{
	background-color:#FF6900;
	width:100%;
	margin:0 auto;
}