html {
	margin: 0px;
	padding: 3px;
}

body { 
	background-image: url(images/dotsBlurLine.jpg);
	margin: 0cm 0cm 0cm 0cm;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 90%;
        color: #5B3714;
        text-align:center;
}

a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #5B3714;
}

a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #8C6636;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #545C20;
}

div.container {
	width:806px;
	margin: auto auto;
	border:3px solid gray;
	padding: 0px 0px 0px 0px;
	background: white;
}

div.header {
	margin-left: 0px;
	background-image: url(images/fade.jpg);
	clear:left;
	text-align: left;
}

div.underHeader {
	background: #FFFFFF url(images/grass.jpg) no-repeat;
	background-position: bottom;
}

div.footer {
	width: 806px;
	height: 60px;
	clear:left;
	font-size: small;
	text-align: center;
	padding-top: 1cm;
}

div.leftMenu {
	float:left;
	width:200px;
	margin:5px;
	text-align: left;
}

div.leftBlanketsImg {
float:left;
width:260px;
text-align: left;
}

div.rightPoll {
float:right;
width:135px;
margin:5px;
text-align: left;
}


div.leftBlanketsImgIndex {
float:left;
width:180px;
text-align: left;
}


div.leftSergedImg {
float:left;
width:170px;
text-align: left;
}


div.whatIs {
float:left;
width:560px;
margin-left: 10px;
text-align: left;
}

div.content {
padding-right: 20px;
margin-left:220px;
text-align: left;
line-height: normal;
}

ul {
	text-align: left;
	line-height: normal;
}

/* Box Style One */

.boxed1 {
	margin-bottom: 20px;
}

.boxed1 h2 {
	height: 25px;
	margin: 0 0 2px 0;
	padding: 5px 0 0 10px;
	background: #AFB43C url(images/menuHeader.jpg) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed1 ul {
	margin: 0;
	padding: 0;
	background: #DFF2C5 url(images/menubg.gif) no-repeat left bottom;
	list-style: none;
}

.boxed1 li {
	padding: 5px 5px 0px 5px;
	background: url(images/dots.gif) repeat-x;
	font-size: small;
        text-align: left;
}

.boxed1 a {
	display: block;
	width: 185px;
	padding: 3px 0px;
	background-color: #DFF2C5;
	text-decoration: none;
	font-weight: bold;
}

.boxed1 a:hover {
	text-decoration: none;
	color: #545C20;
}

.boxed1 a:visited {
	text-decoration: none;
}

.boxed1 .active, .boxed1 .active a {
	text-decoration: none;
	background-color: #B0D97B;
	color: #FFFFFF;
}

.sumBrowse
{
float:left;
width:280px;
margin:10px 10px 20px 10px;
text-align: left;
}

.left
{
text-align: left;
}

.center
{
text-align: center;
}

.small
{
font-size: small;
}

.large {
font-size: large; 
}

.indent
{
text-indent: 15px;
}

.pink {
color: #cc3366;
}

.green {
color: #669900;
}

.gray {
color: gray;
}

.red {
color: #DF0029;
}

.bold {
font-weight: bold; 
}

img {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;

}

.capFirst:first-letter {
font-weight: bold;
font-size: large
}

#announcement {
  margin: 5px;
  padding: 6px;
  border: 5px solid #eee;
background: lightyellow;
  max-width:600px;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  font-weight: bold;
  text-transform:uppercase;
  letter-spacing:.2em;
  }

#announcementSmall {
  margin: 5px;
  padding: 10px;
  border: 5px solid #eee;

  max-width:600px;
  font-size: small;
  }

div.frame {
/*  background: #7788AA;  blue */
  background: #FFE0D3;  /* orange */
  border:15px solid #fff;
  padding: 12px;
  max-width: 480px;
  }

div.greyFrame {
  background: #E6E6E6;  /* grey */
  border:5px solid #fff;
  padding: 5px;
  max-width: 480px;
  }

div.whiteFrame {
  background: #FFFFFF;  /* white */
  border: 10px solid #fff;
  padding: 5px;
  max-width: 480px;
  }

div.product {
  border: 10px solid #eee;
  max-width:600px;
  }

div.productTitle {
  background: gray;
  color: white;
  font-weight: bold; 
  text-transform:uppercase;
  padding: 3px 3px 3px 3px;
  letter-spacing:.1em;
}

div.productSubTitle {
  background: #FFE0D3;  /* orange */
}

div.productImg {
  padding: 2px 10px 2px 2px;
  float:left;
}

.productDesc
{
  font-size: 90%;
  margin:2px 3px 25px 3px;
}

div.cart {
  padding: 20px;
  float:right;
}

div.addToCart {
  font-size: 130%;
  text-align: center;
  padding: 5px;
  float:right;
}

div.fabricFrame {
  border: 1px solid #ccc;
  padding: 10px 3px 3px 3px;
  max-width: 520px;
  text-align:center;
  }

span.highlight { 
   background-color: #FFE0D3;  /* orange */
   padding: 5px;
}

div.right {
text-align: right;
}

table {
       /* fix for IE6 and below not inheriting font size */
       font-size: 1em;     
    } 

table table{
       font-size:90%;
       } 


