body {
	text-align: center;
	margin: 0 auto;
	background: #033 url(/theme/SiteBG.jpg) repeat-x top;
	width:766px;
	font-family:  Arial, "Trebuchet MS", Tahomaf;
}
.bodyContainer {
	background: url(/theme/PageBG.png) repeat-y;
	text-align: left;
	padding: 20px 30px 20px 30px;
	margin: 20px 0 0 0;
	width:725px;
	z-index: 0;
}
.Header {
	width: 766px;
	margin: 0 auto;
	background: #fff url(/theme/AdirondackFleece.HeaderBG.v2.png);
	height: 170px;
	margin: -21px 0 0 -30px;
	z-index: 0;
}
.footerlinks{
	text-align: center;
}
.footerimages{
	text-align: center;
}
.content{
	margin: 40px 0 0 0;
}
.Nav {
	background: url(/theme/BreakBG.png) repeat-x;
	width: 766px;
	height: 25px;
	font-family: Arial, "Trebuchet MS", Tahomaf;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
	margin: 0px 0px 10px -30px;
	padding: 8px 0px 0px 0px;
	z-index: 1;
	position: absolute;
	top: 189px;
}
.Nav a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.Nav a:hover {
	color: #CC9900;
}

h1 {
	font-family: Arial, "Trebuchet MS", Tahoma;
	font-size: 25px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	color: #7D0F12;
	margin: 0 0 15px 0;
	padding: 0;
}

p {
	font-family: Arial, "Trebuchet MS", Tahoma;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	margin: 0px;
	padding: 0 15px 15px 0;
	color: #000;
}
p a{
	font-weight: bold;
	text-decoration: underline;
	color: #006633;
}
p a:hover {
	color: #009900;
}
p.indent {
	text-indent: 2em;
}
p.paragraphheader {
	text-indent: -1em;
	font-size: 1.15em;
}

.HR {
	clear: both;
	height:4px;
	border-top: 2px solid #97A0A0;
	background-color: #D8DFDF;
	overflow: hidden;
	width: 706px;
	margin: 15px 0 10px 0;
}

.HRichi {
	clear: both;
	height:4px;
	border-top: 2px solid #97A0A0;
	background-color: #D8DFDF;
	overflow: hidden;
	width: 100%;
	margin: 10px 0 10px 0;
}

.imgswatch {
	margin: 5px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.productimage {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

.colorSelect {
	position: relative;
	top: -5px;
	width: 125px;
}

table#cartlist {
	font-family: Arial, "Trebuchet MS", Tahoma;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0 0 15px 0;
	color: #000;
	clear: right;
	float: left;
}

table#products {
	float: left;
}

div#registerform {
	float: left;
	position: relative;
	left: 30%;
}

#cartlink {
	float: right;
	padding: 0 25px 0 0;
	clear: right;
}

#accountlink {
	float: left;
	clear: right;
}

input#checkoutbutton {
	float: right;
	margin: 0 25px 0 0;
	clear: right;
}

input#returnbutton {
	float: left;
}

#reviewshipping {
	float: left;
	padding: 0 25px 0 0;
	clear: both;
}
p#paypal {
	clear:both;
	padding: 10px 25px 0 0;
}

.leftimage {
	float: left;
	margin: 0 15px 0 0;
}
div.rightimage {
	float: right;
	margin: -2em 7em 2em 0;
}
img.rightimage {
	margin: 0 0 0 2em;
}

input.uploadsubmitr {
	float: right;
	clear: right;
}
input.uploadsubmitl {
	float: left;
	clear: right;
}

/********************************/
/*	chrome css java menu	*/
/********************************/

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*background: url(/theme/BreakBG.png) center center repeat-x;*/
padding: 2px 0;
margin: 0 0 0 4px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
font-family: Arial, "Trebuchet MS", Tahoma;
line-height:18px;
z-index:100;
background: #033;/* url(/theme/subMenu.png) center center repeat;*/
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
}


/********************************/
/*   END chrome css java menu	*/
/********************************/

/********************************/
/* new complete CSS formatting  */
/********************************/

/* index page */
div.mainheader {
	text-align: center;
}
div.leftimage{
	padding-right: 20px;
}
div.bottomcontent{
	clear: left;
	text-align: center;
	padding: .1em 0em 0em 0em;
}
div.leftlist {
	text-align: right;
	float: left;
	width: 50%;
	margin-right: -10px;
	direction: rtl;
}
div.leftlist ul {
	list-style-type: none;
}
div.rightlist {
	text-align: left;
	float: right;
	width: 50%;
}
div.rightlist ul {
	list-style-type: none;
}
div.bottomlink {
	clear: left;
	text-align: center;
}
/*  Fleece Blankets  */
div#productblock{
	height: 180px;
	float: left;
	clear: both;
	width: 98%;
}
div#infoblock{
	position: relative;
	float: left;
	top: 0px;
	margin: 0 0 0 10px;
	text-align: left;
}
div#productimage{
	float: right;
	right: 0px;
	top: 0px;
	margin: -10px 70px 0 0;
}
div#productselection{
	position: relative;
	float: right;
	text-align: right;
	top: 0px;
	margin: -10px 0 0 0;
}
