body  {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background: #cacbb7;
background-image:url(../images/bg_tile.jpg);
background-repeat:repeat-x;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
line-height:17px;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #333333;

}

p  {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:17px;
text-align: left;
padding:0 0 10px 0;
/*border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;*/
}



small  {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
line-height:10px;
text-align: left;
}

	
.twoColFixRtHdr #container { 
width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: #EBEBEB;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 0px solid #000000;
text-align: left; /* this overrides the text-align: center on the body element. */
} 

abcd  {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
line-height:12px;
}


.twoColFixRtHdr #header { 
background: #DDDDDD; 
height: 74px; 
background-image:url(../images/bg_tile.jpg);
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
text-align:right;
padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #banner { 
background: #DDDDDD; 
padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #banner_low {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color: White;
font-size:11px;
font-style:normal;
font-weight:500;
}

.twoColFixRtHdr #rightcolumn{
float: right;
width: 420px;
background: #EBEBEB;
padding: 15px 10px 10px 10px;
}

.twoColFixRtHdr #mainContent { 
margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
width: 450px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 10px 10px 10px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
.twoColFixRtHdr #footer { 
padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
text-align:center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

.twoColFixRtHdr #pagecontent {
padding: 0 15px 0 15px;
background-color:#FFF;
}

img {
	border:none;
	
}


img.logo {
float:left;
margin-left:5px;
margin-top:8px;
padding: 5px;
}

img.redbox {
float:right;
margin-right:0px;
padding: 0px;
}

img.image {
float:left;
margin:0 12px 10px 0;
border:0p;
}

img.product_thumb {
float:left;
margin-left:0px;
margin-top:0px;
padding-bottom: 5px;
padding-right: 15px;
background-color:#FFF;
border:0px;
}


a:link {
color: #000000;
text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #D64F3E;
	text-decoration: underline;
}
a:active {
	color: #D64F3E;
text-decoration: underline;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-bottom:10px;
color:#333333;
font-style:normal;

}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-bottom:10px;
color:#666666;
font-weight:400;
}

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:400;
border-bottom: 1px solid #CCC;
min-width: 740px;

}


#box {
background-color:#FFFFFF;
background-position:top left;
background-repeat:repeat-x;
border: solid 1px #CCC;
width:420px;
padding:5px;
margin-top:10px;
}


.label {
float: left;
width: 20em;
text-align: right;
clear: left;
margin-right: 15px;
}

.indent {
float: left;
width: 160px;
text-align: left;
clear: left;
margin-right: 15px;
}

/* common styling */

	div.product {
	margin:0 auto; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:9px;
	float: left;
	/*border-collapse:collapse;*/
	width:120px;
	}
	
	
	div.product img {
	display: inline;
	width:100px;
	padding:0px 0px 0px 20px;
	margin:0px;
	}
	
	div.desc
{
  text-align: center;
  font-weight: normal;
  width: 110px;
  margin: 5px 5px 5px 5px;
  padding:2px;
  border-bottom:1px dotted #aaa;
  line-height: 11px;
}



 
/* place css box; model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

textarea, input
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

