body {
	background-color: #DD8E2E;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

	/* background-image: url(/gfx/motif_best.jpg);
	background-repeat: repeat; 
	background-attachment: fixed; */
	
	
/* styles for the beta box */

.betaBox {
   text-align: left;
   padding: 4px;
   background: #ffffff;
   color: #000000;
   font-size: 10px;
}

.betaBox pre {
   float: left;
   margin-right: 20px;
}

h1 {
   font-size: 15px;
}

h2 {
   font-size: 14px;
}

h3 {
   font-size: 13px;
}

h4 {
   font-size: 12px;
}

h5 {
   font-size: 10px;
}

.error {
   color: red;
   font-weight: bold;
   margin-top: 10px;
   margin-bottom: 10px;
}

/* begin spotlight styles */

#spotlight {
   padding: 10px 35px 40px 20px;
}

#spotlight .img {
   margin-right: 20px;
   margin-left: 40px;
   float: left;   
   text-align: center;
}

#spotlight .text {
	float: right;
	width: 280px;
}

#spotlight .text p {
	 margin: 0 2px;
	 padding: 0;
	 font: bold 11px helvetica, arial, sans-serif;
	 color: #807E79;
	 line-height: 1.4em;
}

#spotlight .text a:link {
	color: #8A2628;
}

#spotlight .text a:visited {
	color: #DD8E2E;
}

#spotlight .text a:hover {
	color: #DD8E2E;
}



/* end spotlight styles */

a:link {
   text-decoration: none;
   color: #8A2628;
}

a:visited {
	text-decoration: none;
	color: #79764B;
}

a:hover {
	text-decoration: underline;
	color: #C8C496;
}



a img {
	border: 0;
}

div, td {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 150%;
}

#main {
   text-align: left;
   /* width: 694px; */
   /* width: 774px; */
   width: 900px;
   margin-top: 0;
   margin-right:auto;
   margin-left:auto;
   margin-bottom: 20px;
}

#contentTop {
   /* width: 694px; */
   /*  width: 774px; */
   width: 900px;
   height: 23px;
   background: url(../gfx/cornerTop.gif);
   display: none;
}

#contentBottom {
   /* width: 694px; */
   width: 100%;
   height: 23px;
   text-align: right;
   background: url(../gfx/contentBottomBG.jpg) repeat-y; 
}

#contentBottom a {
   font-size: 11px;
   color: #000;
   text-decoration: none;
}

#contentBottom a:hover {
	color: #000;
   font-weight: bold;
   text-decoration: none;
}

#content {
   width: auto; /* :::CAR MOD, formerly width: 692px; */
   background: #ffffff;
}

#navHead {
   height: 80px;
   padding: 0;
   margin: 0;
   color: #fff;
}

#navHead #links {
	margin: 0px 5px 5px 0;
	color: #fff;
}

#navHead img {

}

#navHead a {
	color: #fff;
   font-size: 12px;
   text-decoration: none;
   padding: 0 5px;
   letter-spacing: .1em;
}

#navHead a:hover {
   font-weight: bold;
}

/* begin old navigation styles */
#navContainer {
   width: 166px;
   padding-top: 20px;
   background: url(../gfx/tdBG.jpg); 
}

#navContainer b {
   color: #FEFFFF;
   font-weight: bold;
   padding: 5px 5px 2px 15px;
   display: block;
   font-size: 11px;
}

#navContainer a {
   padding: 3px 0px 0px 15px;
   font-size: 11px;
   color: #FEFFFF;
   font-weight: normal;
   display: block;
   text-decoration: none;
}

#navContainer a.bold {
	font-weight: bold;
}

#navContainer a:hover {
   color: #000;
}
/* end old navigation styles */

/* begin new dynamic navigation styles :::CAR */

#nav {
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav, #nav ul {
	position: relative;
	z-index: 100;
   	/* background-color: #E23740; */
   	float: left;
	list-style: none;
	line-height: 1;
}

#nav a {
	margin: 0;
   	padding: 2px;
   	font-size: 11px;
   	color: #fff;
   	font-weight: normal;
   	display: block;
   	text-decoration: none;
   	letter-spacing: .05em;
}

#nav a:hover {
	color: #fff;
}

#nav li {
	float: left; 
	/*display: block;*/
	margin: 0px 5px 5px 0px;
	width: 135px;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	/* border-width: 0.25em; */
	border: solid 1px black;
	margin: 0 0 0 20px;
	padding: 0 0 1px 0;
	background-color: #F4F0C0;
	text-align:left;
}

#nav li ul li {
	margin: 0;
}

#nav li li {
	padding: 5px 1px;
	width: 99%;
	/* border-bottom: solid 1px #ccc; */
	/*width: 13em*/
}

#nav li ul a {
	padding-left: 2px;
	/*width: 13em;
	w\idth: 9em;*/
}

#nav li ul a:link {
	color: #000;
}
#nav li ul a:visited {
	color: #000;
}
#nav li ul a:hover {
	color: #fff;
}

/* some of these styles below are not necessary for this nav, but are included in the event that there is to be a third level of navigation for the dynamic menu :::CAR */

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #000;
}

/* this prevents the flash from appearing above the dynamic dropdown on homepage :::CAR */
embed, object {
	position: relative; 
	z-index: 1;
}

/* end new dynamic navigation styles :::CAR */


#rightContainer {
   
}

#footer {
   padding-left: 15px;
   color: #ffffff;
}

#footer a {
   color: #ffffff;
}

.navBack {
   background: url(../gfx/tdBG.jpg); 
}

#scrollContainer {
   padding: 15px 15px 10px 15px;
   position: relative;
}

h1.tinkerTitle, h1.tinkerTitle2 {
   margin-top: -7px;
   margin-left: 0px;
   font-family: helvetica, arial, sans-serif;
   font-size: 18px;
   font-weight: bold;
   color: #2C2020;
}

h1.tinkerTitle2 {
   margin: 0px;
   margin-bottom: 10px;
}

h1.tinkerTitle .subName, h1.tinkerTitle2 .subName {
   color: #8A2628;
   padding-left: 10px;
   font-weight: bold;
   font-size: 13px;
   font-weight: bold;
   font-family: tahoma;
   text-transform: uppercase;
}


/*h2.subname {
   color: #8A2628;
   padding-left: 10px;
   font-weight: bold;
   font-size: 13px;
   font-weight: bold;
   font-family: tahoma;
   text-transform: uppercase;
}*/

#productUpper {
   width: 166px;
   height: 212px;
   background: url(../gfx/product_upper_left.gif);
}

.glossOff, .glossOn {
   padding: 5px;
}

.glossOff {
   background: #ffffff;
}

.glossOn {
   background: #D1ECFE;
}

/* Shop Styles */

#shopBox {
/* width: 575px; */ /* :::CAR MOD, prevents text cutoff in IE6 */
width: 700px;
padding-top: 5px; /* :::CAR MOD, prevents top header cutoff in IE6 */
text-align: left;
}

#shopBox h1 {
	text-align: left;
}

#shopBox label {
   display: block;
   width: 100px;
   float: left;
   text-align: right;
   padding: 3px;
}

#shopBox a {
   color: #4995B5;
   text-decoration: underline;
}

#shopBox form fieldset {
   border: 1px solid #cccccc;
}

#shopBox form fieldset legend {
   font-size: 12px;
   font-weight: bold;
}

#shopBox form {
   margin: 0px;
}

#shopBox h1 {
   font-size: 14px;
}

#shopBox .formTitle {
   font-weight: bold;
   background: #eaeaea;
   padding: 3px;
   margin-top: 10px;
}

#shopBox small {
   color: #666666;
   font-size: 9px;
   font-family: lucida grande;
}

#shopBox .cartContainer {
/* width: 575px; */ /* :::CAR MOD, prevents text cutoff in IE6 */
width: 700px;
}

#shopBox .row1 {
   background: #fafafa;
}

#shopBox .row2 {
   background: #ffffff;
}


#shopBox button {
   margin: 5px 5px 5px 0px;
   background: #8A2628;
   color: #ffffff;
   font-weight: bold;
   padding: 3px 5px 3px 5px;
   border: none;
   width: 150px; /* :::CAR MOD, prevents right side blowout in IE6 */
   font-size: 11px;
   text-transform: uppercase;
   text-align: center;
}

#shopBox button:hover {
   background: #C8C496;
   cursor: hand;
}

#shopBox button#update-quantity {
	margin: 0;
	background: #fff;
	color: #4995B5;
	font-weight: normal;
	padding: 0;
	width: auto;
	text-transform: none;
	text-align: left;
	text-decoration: underline;
	line-height: 120%;
}

#shopBox button#update-quantity:hover {
   color: #C8C496;
   cursor: hand;
}

button b {
   font-size: 10px;
}


#shopBox .itemTop {
   background: #eaeaea;
   color: #666666;
   font-size: 10px;
}

#shopBox .steps {
   font-size: 15px;
   font-weight: normal;
   color: #cccccc;
   /* text-align: center; */
   text-align: left;
   padding: 20px 0px 20px 0px;
}

#shopBox .steps b {
   color: #CD2626;
   font-weight: normal;
   font-size: 18px;
}

#shopBox .regBill, #shopBox .regShip {
   background: #EAF1F5;
}

#shopBox .regBill select, #shopBox .regShip select {
   width: 180px;
}

#shopBox .regBill b, #shopBox .regShip b {
   font-size: 14px;
}

.req {
   font-style: normal;
   font-size: 14px;
   color: red;
}

div.errorMessages {
	width: 60%;
	margin: 0 auto;
	border: solid 1px #ccc;
	text-align: left;
	padding: 10px;
}

/* cartMessage */
div.cartMessage {
	color: #892728;
	font-weight: bold;
}

div.cartMessage p {
	margin-bottom: 5px;
}

div.cartMessage ul {
	margin-top: 0;
}

/* End of Shop Styles */
